/*
 * Responsive/type reset for master theme
 */
/* Type and Spacing */
html, body {
  overflow-x: hidden; }

html {
  -webkit-text-size-adjust: none; }

p, dl, ol, ul {
  margin: 1em 0;
  padding: 0; }

dd {
  margin: 0;
  padding: 0; }

i, em {
  font-style: italic; }

b, strong {
  font-weight: 700; }
  b a, b span, strong a, strong span {
    font-weight: inherit; }

table {
  margin: 0;
  border-collapse: separate; }

body, h1, h2, h3, h4, h5, h6, th, dt, p, a, span, li, td, dd, address, input, textarea, .vcard, #dashboard, #breadcrumbs, legend {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-font-smoothing: antialiased; }

a, a:visited {
  color: inherit;
  text-decoration: underline; }

button {
  cursor: pointer; }

body {
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 700;
  text-rendering: optimizelegibility; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

h1 {
  font-size: 2em;
  line-height: 1.333em; }

h2 {
  font-size: 1.4em;
  line-height: 1.4em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1.1em;
  font-weight: 700; }

h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  letter-spacing: 2px; }

h6 {
  font-size: 0.67em; }

*, *:before, *:after {
  box-sizing: border-box; }

#fancybox-wrap {
  box-sizing: content-box; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/* General */
#GC {
  margin: 0 auto;
  max-width: 1200px; }

input, textarea {
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  box-shadow: none; }

#GC .recaptcha_input_area {
  width: auto !important;
  height: auto !important; }

blockquote {
  border: 0;
  background: rgba(255, 255, 255, 0.2); }
  blockquote .author {
    font-weight: 700; }

pre {
  white-space: pre-wrap; }

.section.news .article > .footer .nav.actions > .readmore {
  float: none; }

.section.news .article > .footer .nav.actions {
  height: auto; }

#footer {
  height: auto; }

#breadcrumbs, .rss {
  display: none; }

a[href*="/user/"] {
  word-break: break-all; }

.content li {
  list-style-type: disc;
  margin-left: 20px; }

/* Grid */
#dashboard .section, #page, #breadcrumbs, #header .section, #footer .section, #main.full, .main.full, #aside, .aside {
  width: 100%; }

#dashboard .section, #container, #breadcrumbs, #header .section, #footer .section, #main.full, .main.full {
  max-width: 960px; }

#main, .main {
  width: 54%;
  max-width: 540px;
  margin: 0 auto; }

#aside, .aside {
  width: 38%;
  max-width: 380px;
  margin: 0 auto; }

/* Fancybox */
#fancybox-img {
  height: auto; }

/* Events */
.events .tickets a, .events .tickets span, .events .tickets.vip a {
  width: auto;
  height: auto;
  text-indent: 0;
  background: none; }

.note.no_ticket {
  list-style-type: none; }

/* Store */
body.store, .store #aside .listing .item span, .store #aside .listing .item a {
  font-family: inherit; }

.store #container {
  float: none;
  margin: 0 auto 150px auto;
  max-width: 1000px;
  width: 100%; }

.store #main {
  float: left;
  margin: 0;
  width: 70%; }

.store #aside {
  float: left;
  margin: 0;
  width: 30%; }

.store #main > .section {
  padding: 0 15px !important; }

.store #main > .header,
.store #main > .section > .header {
  padding: 15px; }

.store #main .featured {
  clear: left;
  margin-bottom: 25px;
  padding: 40px 0 0 0;
  border: 0; }

.store #main .shop .listing .item,
.store #main .featured .listing .item,
.store #main .category.products .listing .item {
  margin: 0 2% 2% 0;
  height: auto !important;
  border: 0; }

.store #main .shop .listing .item > .product,
.store #main .featured .listing .item > .product,
.store #main .category.products .listing .item > .product {
  border: 4px solid #000; }

.store #main .shop .listing .item .figure,
.store #main .featured .listing .item .figure,
.store #main .category.products .listing .item .figure {
  overflow: hidden;
  padding-bottom: 100%;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  height: 0; }

.store #main .listing .item a,
.store #main .listing .item a span,
.store #main .listing .item a span span {
  padding: 0; }

.store #main .shop .listing .item .content,
.store #main .featured .listing .item .content,
.store #main .category.products .listing .item .content,
.store #main .shop .listing .item:hover .content,
.store #main .featured .listing .item:hover .content,
.store #main .category.products .listing .item:hover .content {
  top: auto;
  bottom: 0;
  overflow: visible; }

.store #main .shop .listing .item .product-details,
.store #main .featured .listing .item .product-details,
.store #main .category.products .listing .item .product-details {
  overflow: hidden;
  max-height: 0;
  width: 100%;
  transition: max-height 0.3s ease; }

.store #main .shop .listing .item:hover .product-details,
.store #main .featured .listing .item:hover .product-details,
.store #main .category.products .listing .item:hover .product-details {
  max-height: 100px; }

.store #main .shop .listing .item .product-container,
.store #main .featured .listing .item .product-container,
.store #main .category.products .listing .item .product-container {
  padding: 0;
  width: 100%; }

.store #main .shop .listing .item .product-container > a,
.store #main .featured .listing .item .product-container > a,
.store #main .category.products .listing .item .product-container > a {
  display: block;
  padding: 10px; }

.store .product .figure img,
.store #main .featured .listing .item .figure img {
  min-width: 0; }

/* Header */
.store h1.title {
  margin: 40px 0 20px 0;
  text-align: left;
  font-size: 30px; }

/* Featured Listing */
.store #main .featured .listing .item {
  width: 49%; }

.store #main .featured .listing .item.second {
  margin: 0 0 2% 0; }

.store #main > .featured .flag {
  margin: 0; }

/* Regular Listing */
.store #main .shop .listing .item,
.store #main .category.products .listing .item {
  width: 32%; }

.store #main .shop .listing .item.third,
.store #main .category.products .listing .item.third {
  margin: 0 0 2% 0; }

.store .button {
  border: 0;
  border-radius: 0; }

/* Sidebar */
.store #aside #GC.store.header {
  margin: 65px 15px 15px 15px; }

/* Categories */
.store #aside .listing .item {
  margin: 0 15px;
  padding: 0;
  border: 1px solid #ededed;
  background: #fff; }

.store #aside .listing .item + .item {
  border-top: none; }

.store #aside .listing .item span,
.store #aside .listing .item a {
  display: block;
  padding: 10px;
  font-weight: 400; }

.store #aside .listing .item a:hover {
  background: #fafafa; }

.store #aside .categories > .header {
  display: none; }

/* Account Center */
/* Structure */
.account #container {
  padding-bottom: 150px; }

#GC.GC_account {
  padding: 0; }

#GC.GC_account .GC_panes {
  margin: 0; }

#GC.GC_account .GC_panes > .GC_view {
  float: none;
  overflow: hidden;
  border: none; }

#GC.GC_account #toolbar ul li,
#GC.GC_account #toolbar ul li.selected,
#GC.GC_account #toolbar ul li:hover {
  margin: 0;
  border: none;
  border-left: 1px solid #dcdcdc;
  border-radius: 0; }

#GC.GC_account .GC_panes {
  padding: 0 10px; }

/* Header */
#GC.GC_account > .GC_header {
  border-bottom: 1px solid #dcdcdc; }

#GC.GC_account > .GC_header h1 {
  margin: 0;
  padding: 15px;
  line-height: 1; }

/* Sidebar */
#GC.GC_account .GC_panes .GC_navigation ul li,
#GC.GC_account .GC_panes .GC_navigation ul li:hover,
#GC.GC_account .GC_panes .GC_navigation ul li.selected {
  margin: 0;
  padding: 4px 0;
  border-radius: 0px; }

#GC.GC_account .GC_panes .GC_navigation ul li:hover,
#GC.GC_account .GC_panes .GC_navigation ul li.selected {
  background: #fafafa; }

/* Avatar */
#GC.GC_account .GC_panes .GC_navigation ul li.email {
  margin: 0;
  padding: 0;
  border-top: none; }

#GC.GC_account .GC_panes .GC_navigation ul li.email a.pic {
  margin: 0;
  padding: 0;
  width: 200px;
  height: 200px; }

#GC.GC_account .GC_panes .GC_navigation ul li.email img {
  padding: 0;
  background: none;
  box-shadow: none; }

#GC.GC_account .GC_panes .GC_navigation ul li.email .username {
  margin: 0;
  padding: 10px;
  text-align: left; }

/* Tables */
#GC.GC_account table {
  padding: 0; }

#GC.GC_account table td,
#GC.GC_account table th {
  padding: 10px; }

#GC.GC_account table .options {
  width: 10px; }

#GC.GC_account table .avatar {
  overflow: hidden;
  height: 50px; }

/* Pagination */
#GC.GC_account .pagination {
  display: block;
  margin: 0;
  padding: 15px 0 0 0; }

#GC.GC_account .pagination .title {
  margin: 0;
  text-align: center;
  line-height: 40px; }

#GC.GC_account .pagination .pages {
  margin: -40px 0 0 0; }

#GC.GC_account .pagination .first,
#GC.GC_account .pagination .last {
  display: none; }

#GC.GC_account .pagination a {
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased; }

#GC.GC_account .pagination .pages > .actions {
  display: block;
  float: left; }

#GC.GC_account .pagination .pages > .forth {
  display: block;
  float: right; }

.markItUpHeader {
  height: 30px; }

#GC .markItUpHeader ul a,
.markItUpHeader ul a {
  width: 20px;
  height: 20px; }

#GC .markItUpHeader ul ul li,
.markItUpHeader ul ul li {
  background: #fff; }

#GC_thread_panel .wrap {
  width: 100%; }

#GC_thread_panel .markItUpHeader {
  box-shadow: none; }

#GC_thread_panel #GC_thread_title,
#GC_thread_panel textarea,
.markItUp {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

#GC legend {
  width: 100%; }

#GC .GC_address, #GC .GC_payment, #GC .GC_card_element {
  width: calc(50% - 10px); }

#GC.GC_store .card-element .StripeElement {
  height: 30px; }

@media screen and (max-width: 641px) {
  /* Store */
  body.store #header,
  body.store #footer {
    display: block; }
  .store #main,
  .store #aside {
    float: none;
    width: 100%; }
  /* GC Stuff */
  #GC .GC_address, #GC .GC_payment, #GC .GC_card_element {
    width: 100%; }
  body #main #GC {
    min-width: 0px; }
  #GC.GC_account .GC_panes .GC_navigation,
  #GC.GC_account .GC_panes > .GC_view,
  #GC #markItUpBody {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none; }
  #recaptcha_image {
    width: 100% !important; }
  #recaptcha_response_field {
    width: auto !important; }
  #recaptcha_table > tbody td {
    padding: 0 !important;
    width: 100% !important; }
  #GC.GC_product {
    background-image: none; }
  #GC.GC_product .GC_product_description,
  #GC.GC_product .GC_product_purchase,
  #GC .GC_blogs.GC_modify #title,
  #GC #markItUpBody #body {
    margin: 10px 1%;
    width: 98%; }
  #GC button {
    margin-bottom: 2px;
    padding: 5px 15px; }
  #GC #GC_checkout_progress li {
    display: block;
    padding: 5px 4% 5px 2%;
    text-align: center; }
  #GC fieldset ul {
    padding-top: 90px; }
  #GC .input label,
  #GC .select label,
  #GC .captcha label,
  #GC .text label {
    float: none;
    text-align: left; }
  #GC input[type="text"],
  #GC input[type="password"],
  #GC input[type="email"],
  #GC input[type="tel"],
  #GC input[type="date"],
  #GC textarea,
  .ui-dialog textarea {
    width: 93%; }
  #GC .GC_shipping .GC_same_as_billing {
    left: 0; }
  #GC .actions li,
  #GC .actions .prev {
    display: block;
    float: none;
    margin-bottom: 2px; }
  #GC.GC_account #toolbar {
    margin: 0; }
  #GC.GC_account #toolbar .nav li a {
    text-indent: -9999px; }
  #GC.GC_engine {
    width: 90%; }
  #GC.GC_account.GC_mail table .time,
  #GC.GC_account .GC_friends #GC_friend_action th:last-child,
  #GC.GC_account .GC_friends #GC_friend_action td.time,
  #GC.GC_account .GC_links table .url,
  #GC.GC_account.GC_comments table .author,
  #GC.GC_account.GC_comments table .date,
  #GC.GC_account.GC_linked table tr .displayname,
  #GC.GC_account .GC_orders .date,
  #GC.GC_account .GC_orders .total {
    display: none; }
  #GC.GC_product .GC_product_purchase .purchase_form .select {
    margin: 0; }
  #GC.GC_cart h1 {
    line-height: 1em; }
  #GC.GC_account .GC_panes > .GC_view {
    min-height: 0; }
  #GC .actions .prev a {
    margin-right: 0; }
  #GC .GC_ticket.GC_countdown {
    width: 100%; }
  #GC input.quantity {
    width: 3em; }
  #GC #GC_checkout_progress {
    text-align: center; }
  #GC th.total, #GC td.total, #GC tfoot th {
    text-align: left; }
  #GC.GC_payment_information .total strong {
    display: inline-block;
    background-color: transparent;
    color: #000; }
  #GC.GC_payment_information #PaymentForm-continue button {
    display: block;
    width: 100%;
    padding: 15px; }
  #GC tfoot th, #GC tfoot td {
    display: block; }
  #GC tfoot th {
    padding-bottom: 0; }
  #GC tfoot td {
    padding-top: 0; }
  #GC.GC_store #usePromoCode {
    margin: 10px 0px; }
  #GC.GC_store #applyCode {
    margin-top: 10px; }
  #GC.GC_store table {
    font-size: 14px; }
  #GC.GC_store thead {
    display: none; }
  #GC.GC_store tbody td {
    display: block; }
    #GC.GC_store tbody td.item:before {
      content: "Item: "; }
    #GC.GC_store tbody td.shipping:before {
      content: "Shipping: "; }
    #GC.GC_store tbody td.price:before {
      content: "Price: "; }
    #GC.GC_store tbody td.quantity:before {
      content: "Quantity: "; }
    #GC.GC_store tbody td.total:before {
      content: "Total: "; }
    #GC.GC_store tbody td:before {
      font-weight: bold; }
  #GC.GC_store .card-element label {
    float: left;
    text-align: left; }
  #GC.GC_store .card-element .StripeElement {
    width: 93%; } }

@media screen and (max-width: 600px) {
  .ui-dialog {
    max-width: 320px !important;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0px 20px; } }

aside#wu-alert-banner {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 100vw;
  min-height: 50px;
  position: absolute;
  background-color: #db0000;
  opacity: 0.9;
  color: #fff;
  z-index: 1234;
  display: flex;
  align-items: center;
  justify-content: center; }
  aside#wu-alert-banner .message-text {
    text-align: center;
    flex-basis: 50%; }
    aside#wu-alert-banner .message-text .more-info {
      color: #fff;
      text-decoration: underline;
      display: block; }
      aside#wu-alert-banner .message-text .more-info:hover, aside#wu-alert-banner .message-text .more-info:focus {
        color: #fff; }
  aside#wu-alert-banner .close {
    cursor: pointer;
    opacity: 1;
    color: #fff;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 10px; }
