body {
    --bx-nav-h: 64px
}

@media (min-width: 768px) {
    body:has(#top-nav:has(#top-nav-subnav)) {
        --bx-nav-h: 128px
    }
}

.bx-faqs .c-button:not(:disabled):not(.disabled).active {
  background-color: #e4032e;
  color: #fff;
  border-color: #e4032e;
}

#socialShare > .dropdown-menu {
  min-width: 35.15px;
  padding: 0px;
  border: none;
}

@media (min-width: 992px) {
  .desktop {
    display: block;
  }
}

@media (max-width: 991px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .mobile {
    display: block;
  }

  .mobile-overlay {
    position: absolute;
  }

  .c-hero__img.mobile {
    position: relative;
    z-index: 0;
  }
}

@media (min-width: 576px) {
  .mobile-hidden {
    display: block;
  }
}

@media (max-width: 575px) {
  .mobile-hidden {
    display: none;
  }
}

@media (min-width: 992px) {
  .bx-h-900 {
    height: 900px !important;
    overflow: hidden;
  }

  .bx-h-800 {
    height: 800px !important;
    overflow: hidden;
  }

  .bx-h-700 {
    height: 700px !important;
    overflow: hidden;
  }

  .bx-h-600 {
    height: 600px !important;
    overflow: hidden;
  }

  .bx-h-500 {
    height: 500px !important;
    overflow: hidden;
  }

  .bx-h-400 {
    height: 400px !important;
    overflow: hidden;
  }

  .bx-h-300 {
    height: 300px !important;
    overflow: hidden;
  }
}

.c-hero.bx-h-900,
.c-hero.bx-h-800,
.c-hero.bx-h-700,
.c-hero.bx-h-600,
.c-hero.bx-h-500,
.c-hero.bx-h-400,
.c-hero.bx-h-300 {
  min-height: unset;
}

.rich-text img {
    width: unset;
}

/* Experiences Map Overlay Start */

.experiences-list-controls-container {
  position: absolute;
  height: 800px;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.sidebar {
  width: 450px;
  background-color: #fff;
  padding: 10px 5px;
  position: relative;
  pointer-events: all;
}

.sidebar,
.sidebar.collapse,
.sidebar.collapsing {
  height: 700px !important;
  margin: auto 0 auto 30px;
  transition: margin-left 0.3s;
}

.sidebar.collapse:not(.show) {
  display: initial;
  margin-left: -450px;
}

.sidebar-gradient {
  position: relative;
  overflow: hidden;
}

.sidebar-gradient:after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 10px;
  height: 60px;
  width: -webkit-calc(100% - 12px);
  width: -moz-calc(100% - 12px);
  width: calc(100% - 12px);
  background-image: linear-gradient(rgba(255, 0, 0, 0), white);
}

.sidebar-listing-container {
  height: 100%;
  padding: 10px;
  overflow-y: scroll;
}

.discount-description {
  color: #ed1a3b;
  font-weight: 700;
}

.sidebar-scrollbar {
  scrollbar-width: 7px;
  scrollbar-color: #5f5f5f #bfbfbf;
}

.sidebar-scrollbar::-webkit-scrollbar {
  border-radius: 10px;
  width: 7px;
  background-color: #bfbfbf;
}

.sidebar-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #5f5f5f;
}

.listing-item-buttons .c-button {
  margin: 4px;
}

.listing-item-buttons .c-button:not(.c-button--copy) {
  padding: 8px 24px;
}

.listing-item-buttons .c-button--copy {
  padding-top: 5px;
  padding-bottom: 5px;
}

.c-button-experience {
  transform: rotate(90deg);
  position: relative;
  margin-left: -200px;
  left: 135px;
  transition: all 0.3s;
  pointer-events: all;
}

.c-button-experience.c-button--play:after {
  transform: rotate(-90deg);
  width: 8px;
  height: 8px;
  margin-left: 12px;
}

.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.experiences-filter-controls-container {
  z-index: 50;
}

@media (min-width: 768px) {
  .experiences-filter-controls-container {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 0;
  }

  .experiences-position-relative {
    position: relative;
  }
}

.experiences-filter {
  padding: 8px;
  border-color: #626262;
  background-color: #1d1d1d;
  flex-direction: column;
  align-items: flex-start;
}

.experiences-filter.dropdown-toggle {
  justify-content: start;
  flex-direction: row;
}

.experiences-filter.c-admin__nav-list-item-link {
  padding-left: 24px;
}

.experiences-filter:focus {
  outline: none;
}

.experiences-filter ul {
  list-style: none;
  margin: 0;
  padding-top: 8px;
  padding-left: 16px;
}

.experiences-filter .c-admin__nav-list-child-item {
  padding-bottom: 0;
}

.experiences-input-wrapper {
  padding: 0;
  min-height: 20px;
  border: 0;
}

.experiences-input-wrapper input {
  border-radius: 5rem;
  background-color: white;
  border: 2px solid #626262;
}

.experiences-input-wrapper .mapboxgl-ctrl-geocoder {
  background-color: unset;
  width: 100%;
}

.z-100 {
  z-index: 100;
}

/* Experiences Map Overlay End */

.stripe-field {
  padding: 11px 20px 12px;
  background-color: white;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 16px;
}

.spinner-button {
  height: 1.5rem;
  width: 1.5rem;
}

.tabbed-block {
  margin-top: 24px;
  margin-bottom: 48px;
}

.tabbed-block-item h3 {
  font-size: 1.5rem;
}

.tabbed-block-item p {
  color: #aaaaaa;
}

#membership-history-table_wrapper.dt-container .page-item .page-link {
  background-color: #1f1f1f;
  border: 0px;
  box-shadow: none;
  font-size: 12px;
}

#membership-history-table_wrapper.dt-container .page-item .page-link {
  color: #ed1a3b;
}

#membership-history-table_wrapper.dt-container .page-item.active .page-link {
  background-color: #ed1a3b;
  color: #fff;
}

#membership-history-table_wrapper.dt-container .page-item.disabled .page-link {
  color: #6c757d;
}

/* .subscription-item {
    min-width: 320px;
} */

.field-validation-error {
  margin-bottom: 1rem;
  color: #ed1a3b;
}

.preline {
  white-space: pre-line;
}

.c-header__logo {
  max-height: 32px;
}

.flex-1 {
  flex: 1;
}

.c-header__button-login-wrapper {
  height: 20px;
  width: 20px;
}

.c-header__button-logout {
  width: 30px;
}

.c-footer ~ .c-footer > .c-footer__main {
  padding-top: 0;
}

div.container-fluid:has(> .container > .row > .info--logo-list)
  ~ .c-footer
  > .c-footer__main {
  padding-top: 0;
}

.c-admin__body {
  background-color: #000;
  color: #fff;
}

.c-admin__body .container--large {
  max-width: 1600px;
  width: calc(100% - 32px);
}

.c-admin__nav {
  margin-top: 82px;
}

.c-admin__nav--filter {
  margin-top: 0;
}

.c-admin__nav a,
.c-admin__nav-list-child a,
a.c-button:hover,
.c-faqs__ques:hover,
a.text-decoration-none:hover {
  text-decoration: none;
}

.c-admin__nav input {
  min-height: 0px;
}

.sub-navbar-dropdown {
  color: #fff;
  background-color: #000;
  border: none;
  margin: 9px;
}

.c-admin__nav-sub {
  background-color: #ed1a3b;
  border: none;
  margin-top: 12px;
}

.c-admin__nav-sub .c-admin__nav-list-item-link {
  color: #ebc7cb;
}

.c-admin__nav-sub .c-admin__nav-list-item-link:hover,
.c-admin__nav-sub .c-admin__nav-list-item-link.active {
  color: white;
}

.c-admin__nav-sub .sub-navbar-dropdown {
  background-color: #ed1a3b;
}

.c-footer__certified img {
  width: 80px;
}

.c-button--copy:after {
  padding: 9px 16px;
}

.c-library__list-light .owl-nav button.owl-prev {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 10%, #fff);
}

.c-library__list-light .owl-nav button.owl-next {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, #fff);
}

.c-library__list-light .owl-nav button:after {
    border-color: black;
}

.c-hero__video,
.c-hero__video-poster,
.c-hero__video iframe {
    max-width: 100%;
    margin-top: 0;
}

.u-background-color-black,
.u-background-gradient-dark {
  color: white;
}

.bg-white .c-hero__content-wrap,
.bg-white .c-hero__content-title {
  color: #000;
}

.c-button--primary {
  --bs-btn-hover-border-color: rgb(0, 0, 0, 0);
}

.text-start .c-button,
.text-align-left .c-button {
  margin-left: 0;
}

.c-form__input {
  border-color: #000;
  min-height: 48px;
  --bs-border-radius: 5rem;
}

.c-form__input[type="checkbox"] + label:has(p):before {
  width: 14px;
  height: 14px;
}

.select2-container--default .select2-selection {
  border: 1px solid #000;
}

.z-0 {
  z-index: 0;
}

.min-w-auto {
    min-width: auto !important;
}

.bg-opacity-70 {
  --bs-bg-opacity: 0.7;
}

.u-background-color-black {
  background-color: rgba(0, 0, 0, var(--bs-bg-opacity, 1));
}

a:not(:hover) {
  text-decoration: none;
}

.close:hover {
    color: white;
    opacity: 1 !important;
}

.c-list__item-link {
  align-items: baseline;
}

.c-list__item-link:after {
  font-family: FontAwesome;
  content: "\f08e";
}

    .c-list__item-link[target="_blank"]:after {
        background-image: none;
    }

/* 
    Block padding - defaults in theme-v{?}.css
*/

@media (max-width: 575.98px) {
  .content-space-t-1 {
    padding-top: 1.5rem !important;
  }

  .content-space-t-2 {
    padding-top: 2.5rem !important;
  }

  .content-space-t-3 {
    padding-top: 3.5rem !important;
  }

  .content-space-t-4 {
    padding-top: 5rem !important;
  }

  .content-space-b-1 {
    padding-bottom: 1.5rem !important;
  }

  .content-space-b-2 {
    padding-bottom: 2.5rem !important;
  }

  .content-space-b-3 {
    padding-bottom: 3.5rem !important;
  }

  .content-space-b-4 {
    padding-bottom: 5rem !important;
  }
}

@media (max-width: 575.98px) {
    .c-hero {
        height: calc(100% - var(--bx-nav-h, 128px));
        min-height: calc(100vh - var(--bx-nav-h, 128px));
    }
}

@media (max-width: 575.98px) {
  .c-layout__info-section {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
  }
}

@media (max-width: 768px) {
  .h1,
  .h2,
  h1,
  h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    line-height: 2.4rem;
  }
}

@media (max-width: 768px) {
  .force-multiple-buttons-to-centre-on-mobile {
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;

  }
}
@media (max-width: 768px) {
  .heroBlockNoImage {
      padding-top: 40px !important;
      margin-top: 0px !important;
  }
}

@media (max-width: 768px) {
  .c-film-item {
      margin-bottom: 0px;
  }
}

@media (max-width: 575px) {
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
  .pt-sm-7 {
    padding-top: 5rem !important;
  }
}

.send-back {
  z-index: -1;
}

.c-footer__top {
  padding-left: 0px;
}

@media (max-width: 575px) {
  .c-button {
    font-size: 0.8rem;
    padding: 8px 16px;
  }

  .c-button:not(.plusMinus, .c-button--plus) {
    min-width: 130px;
  }

}

@media (max-width: 575px) {
  .px-xs-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
}

.black-link, .black-link:hover {
    color: #000 !important;
    text-decoration: none;
}

[data-toggle=collapse].collapsed .collapse-hide {
    display: initial;
}

[data-toggle=collapse].collapsed .collapse-show {
    display: none;
}

[data-toggle=collapse] .collapse-hide {
    display: none;
}

[data-toggle=collapse] .collapse-show {
    display: initial;
}

.text-red {
    color: #e4032e !important;
}

.text-black {
    color: #000 !important;
}