@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?jxnk6i");
  src: url("fonts/icomoon.eot?jxnk6i#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?jxnk6i") format("truetype"), url("fonts/icomoon.woff?jxnk6i") format("woff"), url("fonts/icomoon.svg?jxnk6i#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], .woocommerce a.remove, [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-arrow-up:before {
  content: "\e902";
}

.icon-arrow-up-circle:before {
  content: "\e904";
}

.icon-check:before {
  content: "\e90c";
}

.icon-chevrons-down:before {
  content: "\e905";
}

.icon-chevrons-left:before {
  content: "\e906";
}

.icon-chevrons-up:before {
  content: "\e908";
}

.icon-plus:before {
  content: "\e909";
}

.icon-plus-circle:before {
  content: "\e90a";
}

.icon-plus-square:before {
  content: "\e90b";
}

.icon-trash-2:before {
  content: "\e911";
}

.icon-user-check:before {
  content: "\e90d";
}

.icon-user-plus:before {
  content: "\e903";
}

.icon-user-x:before {
  content: "\e907";
}

.icon-x:before {
  content: "\e90e";
}

.icon-x-circle:before {
  content: "\e90f";
}

.icon-x-square:before {
  content: "\e910";
}

.icon-chevrons-right:before {
  content: "\e900";
}

.icon-spinner:before {
  content: "\e981";
}

html {
  scroll-behavior: smooth;
}

.no-dialog-support dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: block;
}
.no-dialog-support dialog:not([open]) {
  display: none;
}
.no-dialog-support dialog + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.no-dialog-support ._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.no-dialog-support dialog.fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}

.frButton {
  cursor: pointer;
  font-weight: normal;
  font-size: 1rem;
  padding: 0.3em 1em;
  border-radius: 30px;
  transition: background-color ease-in-out 300ms, box-shadow ease-in-out 300ms;
  color: #FFF;
  background-color: #191970;
  display: inline-flex;
  align-items: center;
}
.frButton [class^=icon-]:first-child + span, .frButton .woocommerce a.remove:first-child + span, .woocommerce .frButton a.remove:first-child + span,
.frButton span + [class^=icon-]:last-child,
.frButton .woocommerce span + a.remove:last-child,
.woocommerce .frButton span + a.remove:last-child {
  margin-left: 0.5em;
}
.frButton[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.frButton:hover {
  background-color: #0a0a44;
}
.frButton.-sticky-bottom-left {
  position: sticky;
  bottom: 10px;
  margin: 1em 0;
}
.frButton.-small {
  font-size: 0.8rem;
}
.frButton.-compact {
  padding: 0.4em 0.5em;
  line-height: 1em;
}
.frButton.-full {
  width: 100%;
  justify-content: center;
  margin-bottom: 1em;
}
.frButton .frButton.-action {
  background-color: #146706;
  color: #FFF;
}
.frButton .frButton.-action:hover {
  background-color: #0b3703;
}
.frButton .frButton.-secondary {
  background-color: #d5daef;
  color: #191970;
}
.frButton .frButton.-secondary:hover {
  background-color: #b0b9e1;
}
.frButton .frButton.-warning {
  background-color: #FF0000;
  color: #FFF;
}
.frButton .frButton.-warning:hover {
  background-color: #cc0000;
}
.frButton.-blank {
  background: none;
  color: inherit;
  padding: 0;
}
.frButton.-blank:hover {
  background: none;
  color: inherit;
}
.frButton.-big {
  font-size: 1.1em;
}
.frButton.-icon {
  font-size: 1.4em;
}
.frButton:hover .spin-icon {
  animation: spin 1s ease-in-out;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.frButtonGroup .frButton {
  border-radius: 0;
  margin-left: 2px;
}
.frButtonGroup .frButton:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-left: 0;
}
.frButtonGroup .frButton:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.frPage .single-product .product {
  border-radius: 20px;
  transition: all 200ms ease-in-out;
  display: flex;
}

.frPage .single-product .product .summary {
  flex: 1;
}

.frPage .single-product .product .product {
  background-image: linear-gradient(to bottom, #f2f2f2, #f8f8f8);
  border: 0;
  border-radius: 10px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 1em;
}

/* Hide bundle product image block */
.frPage .product-type-bundle .woocommerce-product-gallery {
  display: none;
}

/* Display bundle products full width */
.woocommerce .frPage .product .summary {
  float: none !important;
  width: auto !important;
  margin-bottom: 0;
}

.frPage .bundle_button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1em;
}

.frPage div.wc-south {
  width: 100%;
  margin: 1em 0 1em 0;
}

.frPage div.wc-south:before {
  content: "";
}

.frPage .bundle_button .wc-south {
  flex-basis: 100%;
  font-weight: bold;
}

.frPage .bundled_product_title {
  display: flex;
  align-items: center;
}

.frPage .bundled_product_title .product-edit-link {
  margin-left: auto;
}

.frPage .bundled_product_summary .bundled_product_images {
  width: 25% !important;
  float: left !important;
  padding-right: 1em;
}

.frPage .wp-post-image {
  border-radius: 5px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.frPage .bundled_product_summary .details {
  width: 75% !important;
  float: right !important;
}

.frPage .bundled_product_summary .bundled_product_optional_checkbox {
  margin: 1em 0;
  display: flex;
  align-items: center;
  padding: 1em;
  background: #fff;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  transition: all ease-in-out 200ms;
  box-shadow: 0 2px 2px rgba(184, 183, 183, 0.4);
  border: 1px solid transparent;
}

.frPage .bundled_product_summary .bundled_product_optional_checkbox .bundled_product_checkbox {
  margin: 0 0.5em 0 0;
}

.frPage .bundled_product_summary .bundled_product_optional_checkbox:has(:checked) {
  border-color: #c5c5c5;
  box-shadow: none;
}

.frPage .bundled_product_summary .bundled_product_optional_checkbox:hover {
  background: #fbfbfb;
}

.frPage .product:not(.product-type-bundle) .woocommerce-product-gallery {
  width: 30% !important;
  margin-right: 1em;
}

.frPage .product table.variations,
.frPage .product table.variations td {
  border: 0;
}

.frPage .product table.variations th {
  border: 0;
  background: transparent;
  vertical-align: top;
  padding-top: 1em;
}

/* Stops the express checkout wrapper messing layout in composite product template */
.frPage .opc-product-quantity.product-quantity .wcpay-express-checkout-wrapper {
  width: 0;
}

/* Hide empty composite product component when optional and not selected */
.frPage .component_summary .summary_content {
  display: none;
}
.frPage .component_summary .summary_content.populated {
  display: block;
}

.frPage .component .composited_product_title_wrapper {
  padding-top: 0;
}
.frPage .component .composited_product_details_wrapper .component_wrap {
  display: block;
}

.frPage .woocommerce-variation-add-to-cart-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.frPage .product-quantity .quantity {
  display: flex;
}

.frPage .product_meta {
  display: none;
}

.frPage .product-edit-link {
  font-size: 1rem;
  margin-left: 1rem;
}

.frPage .product-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce .frPage .product-header .price,
.woocommerce .frPage .product-header .product_title {
  font-size: 1.5rem;
}

.frPage .product-header .price {
  margin-left: auto;
}

.woocommerce .wcopc .col2-set .col-1,
.woocommerce .wcopc .col2-set .col-2 {
  float: none;
  width: auto;
}

.woocommerce .frPage .product .product-header > * {
  margin-bottom: 0;
}

.woocommerce .quantity .qty {
  margin-right: 0;
}

.festival-qty-btn {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  height: 2em;
  width: 2em;
  margin: 0 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.festival-qty-btn.disabled {
  opacity: 0.5;
}

.frCategory {
  border-bottom: 1px solid #031a31;
}

.frCategory__next {
  clear: both;
  margin-top: 20px;
}

.frPage .product-details::after,
.frPage .opc-single-product.single-product::after,
.frCategory::after {
  content: "";
  display: table;
  clear: both;
}

.frCategory:first-child {
  border-top: 1px solid #CECECE;
}

.frCategory:last-of-type {
  margin-bottom: 1em;
}

.frCategory__header {
  cursor: pointer;
  padding: 0.5em;
  background-color: #003366;
  color: #FFF;
}

.frCategory__header .frCategory__title {
  font-size: 2rem;
  margin-bottom: 0;
  color: #FFF;
}
@media screen and (max-width: 600px) {
  .frCategory__header .frCategory__title {
    font-size: 1.5rem;
  }
}

.frCategory__header .frCategory__description {
  margin-bottom: 0;
}

.frCategory__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease-in-out 200ms, padding ease-in-out 200ms;
}

.frCategory__toggle:before {
  content: "+";
  display: inline-block;
  font-weight: bold;
}

.frCategory.-open .frCategory__header {
  border-bottom: none;
}
.frCategory.-open .frCategory__body {
  padding: 1em 0;
  max-height: 100%;
  overflow: visible;
}
.frCategory.-open .frCategory__toggle:before {
  content: "–";
}

.woocommerce form .form-row.frCol-3 {
  width: 33.33333%;
  float: left;
  clear: none;
}
.woocommerce form .form-row.frCol-3 .input-text {
  width: 95%;
}

/**
 Style notifications better without scrolling around the page.
 */
#opc-messages {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.logged-in #opc-messages {
  top: 32px;
}

.logged-in.product-bundle-is-open #opc-messages {
  top: 0;
}

#opc-messages .woocommerce-message {
  display: flex;
}

#opc-messages .woocommerce-message::after {
  content: "×";
  height: 20px;
  width: 20px;
  border-radius: 20px;
  font-size: 1rem;
  background-color: #191970;
  color: #FFF;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  align-self: center;
  justify-content: center;
  cursor: pointer;
}

/**
  Override cart styling on OPC
 **/
table.woocommerce-checkout-review-order-table .product-name {
  width: auto;
  display: flex;
  align-items: center;
}

table.woocommerce-checkout-review-order-table .product-name .product-details {
  flex: 1;
}

.opc_order_review td.product-total {
  vertical-align: middle;
}

.opc_order_review thead .product-quantity {
  float: none;
  margin-left: auto;
}

.fooevents-attendee {
  margin-bottom: 1em;
}

.attendee-dropdown {
  margin-bottom: 10px;
}
.attendee-dropdown.-valid {
  border-bottom: 2px solid #47a63c;
}
.attendee-dropdown.-invalid {
  border-bottom: 2px solid red;
}

/* Bundle styling */
.frPage .product-type-bundle .product-quantity {
  display: block;
}

.frPage .single-product {
  padding: 1em 0;
}
.frPage .single-product.-collapsed .bundle_form_expand {
  margin-left: 1em;
  position: relative;
  z-index: 2;
}
/* Pop the button on it's own line */
@media screen and (max-width: 600px) {
  .frPage .single-product.-collapsed .bundle_form_expand {
    width: 100%;
    margin-left: auto;
  }
}
.frPage .single-product.-collapsed .product-details {
  height: 0;
  max-height: 0;
  overflow: hidden;
}
.frPage .single-product.-open {
  /* Take over the entire page */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: white;
  max-width: 100vw;
}
.frPage .single-product.-open .product-item {
  display: flex;
  flex-direction: column;
  max-height: 100vh;
}
.frPage .single-product.-open .product-type-bundle .product-details-container {
  overflow: auto;
  height: 100vh;
}
.frPage .single-product.-open .add-bundle-attendee + * {
  clear: both;
}
.frPage .single-product.-open .product-details {
  padding: 20px 10px;
}
/* Add some padding on wider screens */
@media screen and (min-width: 600px) {
  .frPage .single-product.-open .product-details {
    margin-left: 10vw;
    margin-right: 10vw;
  }
}
.frPage .single-product.-open .product-header {
  position: sticky;
  top: 0;
  background: #FFF;
  z-index: 100;
  padding: 1em;
}
.frPage .single-product.-open .product-header::after {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(to bottom, rgba(215, 215, 215, 0.62) 0%, transparent);
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.return-to-bundles {
  float: right;
}

.frPage .bundle_form_expand {
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.frPage .bundle_form_expand button {
  pointer-events: auto;
  cursor: pointer;
}

h3#order_review_heading,
#customer_details h3 {
  font-size: 2rem;
  text-transform: capitalize;
  font-variant: small-caps;
  padding: 0;
}

.fooevents-attendee-number,
.fooevents-eventname {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #5d5d5d;
  font-weight: normal;
  /* display: inline-block; */
}

.standard-attendee-tickets .fooevents-eventname,
.fooevents-bundle-attendee-title,
.frPage .wc-south h2 {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #3e4349;
  font-weight: bold;
}

.frPage .wc-south h2 span {
  border-bottom: 3px solid #3e4349;
}

/* wpbf themes still attach +/- buttons when the input is hidden,
so make sure they are hidden. */
.woocommerce .sold-individually .wpbf-quantity {
  display: none !important;
}

.frPage .composite_form {
  width: 100%;
}

.frPage .wc-pao-addon {
  margin: 1em 0;
}
.frPage .wc-pao-addon .wc-pao-addon-wrap {
  margin: 0;
}

.product-details .fooevents-bundle-attendee-title .bundle-event-title,
.product-details .standard-attendee-tickets .fooevents-eventname {
  display: none;
}

.bundle-attendee-tickets {
  display: flex;
  flex-wrap: wrap;
  /* align-content: space-between; */
  /* justify-content: space-evenly; */
}

.bundle-attendee-tickets .fooevents-bundle-attendee-title {
  width: 100%;
  flex-basis: 100%;
  grid-area: title;
  display: grid;
  grid-template: ". .";
  grid-auto-columns: 1fr 1fr;
}
.bundle-attendee-tickets .fooevents-bundle-attendee-title .bundle-event-attendee-name {
  order: -1;
}

.bundle-attendee-tickets .bundle-attendee-tickets-configuration,
.bundle-attendee-tickets .bundle-attendee-fields {
  width: 50%;
}

.fooevents-attendee--updating {
  opacity: 0.5;
  pointer-events: none;
}

.fooevents-attendee--updating > *:not(a) {
  position: relative;
  visibility: hidden;
}

.fooevents-attendee--updating > *:not(a)::before {
  content: " ";
  position: absolute;
  background: #939393;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  visibility: visible;
  border-radius: 2px;
  animation: fade-in-out-loading 3s infinite;
}

.fooevents-attendee--updating .fooevents-variation-desc::before,
.fooevents-attendee--updating .fooevents-attendee-number::before {
  width: 34em;
  max-width: 95%;
}

.fooevents-attendee--updating .attendee-edit {
  visibility: hidden;
}

.woocommerce-additional-fields,
.woocommerce-billing-fields {
  background-color: #f6fbff;
  padding: 1rem 1rem;
  border-top: 2px solid #96b7cc;
  border-bottom: 2px solid #96b7cc;
}

.woocommerce-additional-fields {
  padding-bottom: 0;
}

#order_review,
h3#order_review_heading,
.woocommerce-shipping-fields {
  padding: 1rem;
}

#ship-to-different-address label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#ship-to-different-address label input {
  width: 2em;
  height: 2em;
}

.woocommerce-additional-fields {
  border-top: none;
  background-color: #ffffff;
}

#fooevents_order_notes_page_load {
  border-top: 2px solid #96b7cc;
  background-color: #f6fbff;
  padding: 1rem;
  margin: 2rem -1rem 0;
}

#customer_details .col-1 {
  margin-bottom: 0;
}

.bundle-attendee-tickets-configuration {
  padding-right: 1em;
}

.frDialog {
  border-radius: 10px;
  border: none;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.15);
}
.frDialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.frDialog.-centered {
  text-align: center;
}
.frDialog.-loading .frDialog-content {
  text-align: center;
  margin-bottom: 1em;
}
.frDialog.-loading .frSpinner {
  font-size: 5em;
}
.frDialog.-mw-400 {
  max-width: 400px;
}

.frDialog-header {
  display: flex;
  align-items: center;
  padding-bottom: 1em;
}
.frDialog-header h2 {
  margin: 0;
  padding: 0;
}

.frDialog-close {
  cursor: pointer;
  margin-left: auto;
  font-size: 1.5em;
}
.frDialog-close button {
  background: transparent;
  line-height: 1em;
  font-size: 1.2em;
  border: none;
  color: inherit;
}

.frDialog-footer {
  text-align: right;
}

.frDialog-button {
  background-color: #191970;
  color: #FFF;
  border: none;
  border-radius: 5px;
  padding: 0.5em;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.frDialog-button:hover {
  background-color: #0a0a44;
  color: #FFF;
}

.frDialog-button + .frDialog-button {
  margin-left: 1em;
}

.frSpinner {
  display: inline-block;
  animation: spinner 4s linear infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in-out-loading {
  0% {
    opacity: 20%;
  }
  50% {
    opacity: 50%;
  }
  100% {
    opacity: 20%;
  }
}
@media (max-width: 35rem) {
  .woocommerce .frPage .product-header .price,
  .woocommerce .frPage .product-header .product_title {
    font-size: 1.2rem;
  }
  .frPage .bundled_product {
    padding: 10px;
  }
  h3#order_review_heading,
  #customer_details h3 {
    font-size: 1.6rem;
  }
  .standard-attendee-tickets .fooevents-eventname,
  .fooevents-bundle-attendee-title {
    font-size: 1rem;
  }
  .frDialog-button {
    width: 100%;
  }
  .frDialog-button + .frDialog-button {
    margin-left: auto;
    margin-top: 1em;
  }
}
@media screen and (max-width: 40rem) {
  .bundle-attendee-tickets {
    display: block;
  }
  .bundle-attendee-tickets .fooevents-bundle-attendee-title {
    display: block;
  }
  .bundle-attendee-tickets .bundle-attendee-tickets-configuration,
  .bundle-attendee-tickets .bundle-attendee-fields {
    width: 100%;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.display-ticket-config {
  list-style: none;
  margin-left: -1em;
}

.woocommerce a.remove {
  font-size: 0;
}
.woocommerce a.remove::before {
  content: "\e911";
  font-size: 0.8rem;
}

/** Styling for addon descriptions in radiobutton.php */
.wc-pao-addon-has-description {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0 0.5rem;
  align-items: start;
}

.wc-pao-addon-has-description input {
  grid-row: 1/2;
  align-self: start;
}

.wc-pao-addon-has-description label {
  grid-column: 2;
  grid-row: 1;
}

.wc-pao-addon-has-description .wc-pao-addon-description {
  grid-column: 2;
  grid-row: 2;
}