.relative {
  position: relative;
}
.audio_player {
  padding: 20px 0;
}
.relative .audio_player {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.relative.bigheader .audio_player {
  z-index: 100;
}
.relative .audio_player:hover {
  opacity: 1;
}
.page-id-10625 p.aw-share {
  display: none;
}
.promo {
  background-color: #2F2F2F;
  color: #ffffff;
  padding: 20px;
  border-radius: 5px;
}
.promo-content h3 {
  margin-bottom: 0;
}

.ui.login.buttons .ui.button:nth-child(2),
.ui.login.buttons .ui.button:nth-child(4) {
  display: none;
}
body.full-screen main#main-container, body:not(.full-screen) {
    background-color: #e4e0dd;
}

.ui.primary.button, .ui.primary.buttons .button {
    background-color: #e88c3c;
 }


.ui.primary.button:hover {
    background-color: #b16016;
  transition: 0.7s;
}

.ui.hover.card:hover, .ui.segments>.ui.link.segment {
  background-color: #ffffff;
}

.ui.hover.card, .ui.segments>.ui.link.segment {
  background-color: #f7f6f5;
}


/* This section I'm still working on... need to figure out how to change the color inside the "number"

.ui.small.button.cart-button {
    background-color: #b1a28f;
}

.ui.small.button.cart-button:focus-visible,.ui.small.button.cart-button:hover {
    background-color: #406580;
}

.ui.small.button.cart-button .ui.red.label.cart-item-count {
    background-color: #b1a28f;!important;
    position: relative;
    right: 0;
    top: 0;
    padding: 0;
    margin-left: .6em
}

*/

.time-confirmation__button.ui.button {
    grid-area: button;
    background-color: #e88c3c;
}
  
  .time-confirmation__button.ui.button:focus-visible,.time-confirmation__button.ui.button:hover {
    background-color: #b16016;
  }

.ui.form#contact-form .ui.header.section-header,.ui.form#questions-form .field>label {
    color: #881e0c;
}

#input_4_23.gfield_radio {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  min-columns: 2;
  gap: 10px;
}

#input_4_23 .gchoice {
  position: relative;
  text-align: center;
}

#input_4_23 .gfield-choice-input {
  display: none;
}

#input_4_23 .gform-field-label {
  display: block;
}

#input_4_23 .gform-field-label img {
  width: 100%;
  cursor: pointer;
  border: 5px solid transparent;
  transition: border-color 0.3s;
}

#input_4_23 .gform-field-label img:hover {
  border-color: #b16016;
}

#input_4_23 .gfield-choice-input:checked + .gform-field-label img {
  border-color: #cc0000;
  ;
}

#input_4_23 .label-text {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  color: #333;
}

@media (max-width: 600px) {
  #input_4_23.gfield_radio {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Header action row redesign */
.page-header {
  --header-action-bg: rgba(20, 20, 20, 0.34);
  --header-action-border: rgba(255, 255, 255, 0.24);
  --header-support-bg: rgba(255, 255, 255, 0.06);
  --header-support-border: rgba(177, 162, 143, 0.6);
  --header-support-text: #d8caaf;
  --header-book-bg: #d7782c;
  --header-book-bg-hover: #ea862c;
}

.page-header .header-menu-wrapper {
  min-width: 0;
}

.page-header .header-action-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 12px;
  width: 100%;
}

.page-header .header-nav-row {
  width: 100%;
}

.page-header .header-support-link,
.page-header .header-menu-wrapper .header-booking-link a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  max-width: none;
  min-height: 46px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  width: auto;
}

.page-header .header-support-link {
  background: var(--header-support-bg);
  border: 1px solid var(--header-support-border);
  color: var(--header-support-text);
  font-family: "Arvo", serif;
  font-size: 0.95em;
  font-weight: 700;
  padding: 0 18px;
}

.page-header .header-support-link:hover,
.page-header .header-support-link:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.page-header .header-menu-wrapper .header-booking-link {
  background: transparent;
  bottom: auto;
  display: block;
  font-size: 1em;
  height: auto;
  position: relative;
  right: auto;
  width: auto;
}

.page-header .header-menu-wrapper .header-booking-link a {
  background: var(--header-book-bg);
  box-shadow: 0 12px 24px rgba(177, 96, 22, 0.22);
  color: #fff;
  font-family: "Arvo", serif;
  font-size: 1em;
  font-weight: 700;
  height: 46px;
  line-height: 1;
  padding: 0 22px;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
}

.page-header .header-menu-wrapper .header-booking-link a:hover,
.page-header .header-menu-wrapper .header-booking-link a:focus {
  background: var(--header-book-bg-hover);
  color: #fff;
}

.page-header .header-menu-wrapper .header-search-link {
  background: transparent;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  font-size: 1em;
  height: 46px;
  line-height: 1;
  position: relative;
  right: auto;
  align-items: center;
  text-align: center;
  top: auto;
  width: auto;
}

.page-header .header-search-link a {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 1.78rem;
  height: 46px;
  justify-content: center;
  line-height: 46px;
  min-height: 0;
  padding: 0 0 0 4px;
  text-decoration: none;
  width: auto;
}

.page-header .header-search-link i {
  display: inline-block;
  font-size: inherit;
  line-height: 1;
  transform: translateY(-1px);
  vertical-align: middle;
}

.page-header .header-search-link a:hover,
.page-header .header-search-link a:focus {
  color: #fff;
}

.page-header .header-menu-wrapper .header-booking-link:hover,
.page-header .header-menu-wrapper .header-search-link:hover,
.page-header .header-search-link:focus {
  background: transparent;
}

.donate-modal-overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  z-index: 1050;
}

.donate-modal-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.donate-modal-overlay.is-active .donate-modal-container {
  opacity: 1;
  transform: scale(1);
}

.donate-modal-container {
  background: #f8f5ee;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  max-height: 95vh;
  max-width: 900px;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  transform: scale(0.95);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 100%;
}

.donate-modal-close {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(34, 52, 59, 0.16);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  color: #5b4635 !important;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 8px;
  position: absolute;
  right: 1rem;
  top: 1rem;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  width: 40px;
  z-index: 2;
}

.donate-modal-close svg {
  display: block;
  height: 24px;
  width: 24px;
}

.donate-modal-close path {
  stroke: currentColor !important;
}

.donate-modal-close:hover,
.donate-modal-close:focus {
  background: #fff !important;
  border-color: rgba(34, 52, 59, 0.28);
  color: #3f3025 !important;
  opacity: 0.95;
}

.donate-modal-close:focus {
  outline: 2px solid #d7782c;
  outline-offset: 2px;
}

.donate-modal-content {
  box-sizing: border-box;
  padding: clamp(4.5rem, 7vw, 5.5rem) 1rem 1rem;
  width: 100%;
}

.donate-modal-content .raisely-donate {
  background: #fff;
  border-radius: 6px;
  display: block;
  height: 75vh;
  min-height: 400px;
  overflow: hidden;
  width: 100%;
}

.donate-modal-content .raisely-donate iframe {
  border: 0;
  display: block;
  height: 100%;
  min-height: 400px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .page-header .header-action-row {
    margin-bottom: 28px;
  }

  .page-header .header-menu-wrapper {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 34px;
    text-align: right;
  }

  .page-header .header-nav-row {
    text-align: right;
  }

  .page-header .header-nav-row .main-menu {
    display: inline-block;
  }

  .page-header .header-nav-row .main-menu > li:last-child {
    padding-right: 0;
  }

  .page-header .header-search-link a {
    line-height: 42px;
  }

  body.header-reveal-active .page-header {
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }

  body.admin-bar.header-reveal-active .page-header {
    top: 32px;
  }

  body.header-reveal-active .page-header .header-menu-wrapper .header-booking-link,
  body.header-reveal-active .page-header .header-menu-wrapper .header-search-link {
    height: auto;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
  }

  body.header-reveal-active .page-header .header-search-link a {
    line-height: 42px;
  }
}

@media screen and (min-width: 601px) and (max-width: 782px) {
  body.admin-bar.header-reveal-active .page-header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  body.admin-bar.header-reveal-active .page-header {
    top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .page-header .header-action-row {
    gap: 0;
    margin-bottom: 0;
  }

  .page-header .header-nav-row {
    display: none;
  }

  .page-header .header-support-link,
  .page-header .header-booking-link {
    flex: 1 1 0;
  }

  .page-header .header-support-link,
  .page-header .header-menu-wrapper .header-booking-link a {
    border-radius: 0;
    min-height: 50px;
    width: 100%;
  }

  .page-header .header-support-link {
    border-left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-top: 0;
    border-bottom: 0;
    font-size: 0.9em;
    padding: 0 14px;
  }

  .page-header .header-menu-wrapper .header-booking-link a {
    box-shadow: none;
    font-size: 0.95em;
    height: 50px;
    padding: 0 14px;
  }

  .donate-modal-close {
    height: 36px;
    right: 0.75rem;
    top: 0.75rem;
    width: 36px;
  }

  .donate-modal-close svg {
    height: 20px;
    width: 20px;
  }

  .donate-modal-content {
    padding: 3.5rem 0.75rem 0.75rem;
  }
}

@media screen and (min-width: 1280px) {
  #footer-wrapper .footer-wrapper .footer-copyright-wrapper {
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }

  #footer-wrapper .footer-wrapper .footer-copyright {
    margin-left: auto;
    text-align: right;
  }
}

@media screen and (max-width: 1279px) {
  #footer-wrapper .footer-wrapper .footer-bottom-nav-wrapper {
    flex: 0 0 100%;
    margin: 0 0 20px;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }

  #footer-wrapper .footer-wrapper .footer-copyright-wrapper {
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }

  #footer-wrapper .footer-wrapper .footer-copyright {
    margin-left: 0;
    text-align: center;
  }
}

#footer-wrapper .footer-wrapper .footer-disclaimer-row {
  padding-top: 18px;
}

#footer-wrapper .footer-wrapper .footer-disclaimer-wrapper {
  text-align: center;
}

#footer-wrapper .footer-wrapper .footer-disclaimer-wrapper small {
  color: #8f8f8f;
  display: inline-block;
  font-size: 0.8125em;
  line-height: 1.5;
  max-width: 980px;
}
