:root {
  --bs-primary: $primary;
  --bs-dark: $dark;
  --bs-dark-rgb: 42,57,64;
  --bs-secondary: $secondary;
}

@font-face {
  font-family: "Arial";
  font-display: auto;
}
a {
  text-decoration: none;
}

a:focus, a:hover {
  outline: none !important;
}

body {
  color: #1E1E1E;
  height: 100%;
  line-height: normal;
  min-width: 300px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  background: url("/images/layout/tulips-white-wood-repeat.jpg") repeat #fff;
}
body.noScroll {
  overflow: hidden;
}

.text-alt {
  color: #fff !important;
}

.invision-form-container input, .invision-form-container textarea {
  font-size: 16px;
}

a:not(.btn) {
  color: #fff;
}

.red-text {
  color: red;
}

.event-category {
  margin-right: 5px;
}

.rel-up-2 {
  top: -1rem;
  position: relative;
}

#page {
  min-height: 100vh;
  position: relative;
}

.bg-primary {
  background-color: #C5666E !important;
}

.bg-secondary {
  background-color: #57262C !important;
}

.bg-accent {
  background-color: #2D2C28 !important;
}

.bg-dark {
  background-color: #57262C !important;
}

.bg-none {
  background: none !important;
  background-color: transparent !important;
}

.alt-font {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}

.title {
  font-weight: 700;
}

.attraction-slider.slick-slider .slick-track {
  display: flex;
}
.attraction-slider.slick-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.attraction-slider.slick-slider .slick-dots {
  bottom: -78px;
  text-align: center;
  padding: 0;
  left: 0;
}
.attraction-slider.slick-slider .slick-dots li button:before {
  color: #484848;
  font-size: 18px;
}
.attraction-slider.slick-slider .slick-dots li.slick-active button:before {
  color: #C5666E;
}

.bg-grey-texture {
  background: url("/images/layout/tulips-white-wood-repeat.jpg") repeat #fff;
}

.opacity-bg {
  background: rgba(87, 38, 44, 0.6);
}
.opacity-bg .content {
  color: #fff;
}

.no-border {
  border: none;
}

.vwh-100 {
  width: 100vw !important;
  height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.opacity-100 {
  opacity: 1 !important;
}

div.sticky { /* Safari */
  position: sticky;
  top: 3rem;
}

.no-display {
  display: none;
}

.sm-padd {
  padding-right: 5px;
  padding-left: 5px;
}

.even-space-2 .col:nth-child(1) {
  padding-right: 7px;
}
.even-space-2 .col:nth-child(2) {
  padding-left: 7px;
}

.crispy {
  /* ------------ make shrunken images look crisp again! -------------- */
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.img-responsive {
  width: 100%;
  max-width: 100%;
}

#cms-bar, #cms-bar-spacer {
  display: none;
  height: 45px !important;
}

ol.breadcrumb {
  list-style: none;
}
ol.breadcrumb li {
  display: inline-block;
}

.content {
  color: #1E1E1E;
  line-height: 147%;
}
.content h1, .content h2, .content h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.content h1, .content h2 {
  font-size: 3rem;
}
.content h3 {
  font-size: 2.4rem;
}
.content h4 {
  font-size: 2rem;
  line-height: 147%;
}
.content h5 {
  font-size: 1.8rem;
  line-height: 147%;
}
.content h6 {
  font-size: 1.5rem;
  line-height: 147%;
}
.content p {
  line-height: 147%;
}
.content p.lead {
  font-size: 1.1875rem;
}
.content ul, .content ol {
  margin-bottom: 2rem;
}
.content ul li, .content ol li {
  margin-bottom: 1rem;
}
.content ul li::marker, .content ol li::marker {
  color: #57262C;
}
.content table {
  width: 100%;
  background: #fff;
  margin-bottom: 2rem;
}
.content table td {
  padding: 8px;
}
.content table th, .content table thead td {
  background: #57262C;
  color: #fff;
}
.content a:not(.btn):not(button):not(.big-book-now) {
  color: #57262C;
  text-decoration: underline;
  font-weight: bold;
}
.content blockquote {
  font-size: 1.1875rem;
  padding-left: 15px;
  border-left: 5px solid #57262C;
  font-style: italic;
}

.invision-form-container input, .invision-form-container textarea, .invision-form-container select, .invision-form-container .btn {
  border-radius: 8px;
}
.invision-form-container .flatpickr.input-group input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.invision-form-container .flatpickr.input-group .btn {
  position: relative;
  padding: 2px 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.whatsapp {
  position: fixed;
  bottom: 160px;
  right: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #86C200;
  font-size: 20px;
  width: 44px;
  height: 44px;
  z-index: 99;
  color: #fff !important;
}

@media (min-width: 768px) {
  #cms-bar, #cms-bar-spacer {
    display: block;
  }
}
.subtle-shadow {
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=2, Color='#828977')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=1, Color='#828977')";
}

.sitemap-wrap h5 {
  width: 100%;
  background: #000;
  padding: 6px 10px;
  color: #fff;
  margin: 0px;
  font-size: 1.4rem;
}
.sitemap-wrap ul.sitemap-block {
  list-style: none;
  display: flex;
  padding: 1.5rem 10px 0 10px;
  flex-direction: row;
  margin: 0px;
}

.event-date {
  position: sticky;
  z-index: 2;
  top: 6rem;
}

.cancelled {
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease-in-out 0.5s;
  z-index: 4;
  height: 50%;
  max-height: 200px;
}

.event-summary {
  background: #F3F3F3;
  padding: 15px 10px;
}
.event-summary .col-1 {
  width: 30px;
}
.event-summary span {
  width: 30px;
  text-align: center;
  display: inline-block;
}

.dates-times {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  padding: 10px;
  background: #fff;
}
.dates-times .btn {
  display: block;
}

.user-image-wrap .user-img, .user-image-wrap .lazyload-placeholder {
  width: 48px;
  height: 48px;
}

.pagination .btn.active {
  pointer-events: none;
}

/*---------------------------------------------------------------------------------------------*/
.ofi-wrap {
  width: 50px;
  height: 50px;
  display: inline-block;
}
.ofi-wrap.ie-fix {
  background-size: cover;
  background-position: top left;
}
.ofi-wrap.ie-fix .ofi-img {
  opacity: 0;
}
.ofi-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}

.bot-to-black-angled {
  position: relative;
}
.bot-to-black-angled:after {
  pointer-events: none;
  content: " ";
  width: 100%;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1;
  background: url("/images/layout/black-ripped-angle-bottom.png") no-repeat;
  height: 142px;
  background-size: 1100px;
  background-position: bottom center;
}
@media (min-width: 768px) {
  .bot-to-black-angled:after {
    height: 142px;
    background-size: initial;
    background-position: bottom center;
  }
}
@media (min-width: 1600px) {
  .bot-to-black-angled:after {
    background-size: 100% 142px;
  }
}

html, body {
  font-size: 16px;
  min-width: 300px;
}

@media (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  html, body {
    font-size: 16px;
  }
  .whatsapp {
    bottom: 15px;
  }
}
.ticker {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  text-align: center;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin: 2rem auto 0;
}
.ticker h2 {
  font-size: 34px;
  line-height: 36px;
  font-weight: 400;
}
.ticker #countdown {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ticker .col-3 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
@media (max-width: 400px) {
  .ticker .col-3 .col-3 {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.ticker .num-type {
  margin-bottom: 0.25rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 147%;
}
.ticker .count-nums {
  height: 90px;
  aspect-ratio: 1;
  font-family: "Share Tech Mono", Sans-Serif;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -3.84px;
  background-color: rgba(255, 255, 255, 0.16);
}
@media (max-width: 400px) {
  .ticker .count-nums {
    height: 85px;
    width: 85px;
  }
}

.widget-tooltip .tooltip-inner {
  border-radius: 0.5rem !important;
}

.sticky-nav {
  position: sticky;
  bottom: 0;
  z-index: 99;
  padding: 0;
  background: #57262C;
}
.sticky-nav:after {
  background: url("/images/layout/menu-curve.svg") no-repeat;
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  background-size: 100%;
  width: 100%;
  height: 40px;
  z-index: -1;
}
.sticky-nav ul {
  margin-bottom: 0;
  padding: 8px 0;
}
.sticky-nav ul li {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.sticky-nav ul li a {
  color: #fff;
  text-transform: uppercase;
}
.sticky-nav ul li a span {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 40px;
}
.sticky-nav ul li img {
  width: 40px;
  max-width: 100%;
  filter: brightness(0) invert(1);
}

.booking-btn {
  display: block;
  background: url("/images/layout/fire-bg.png") no-repeat;
  background-size: cover;
  width: 100%;
  padding: 10px 0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
  color: #57262C !important;
  text-transform: uppercase;
}

#main-nav {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: -100%;
  display: block;
  padding: 20px 0;
  transition: all ease-in-out 0.5s;
  background: #C5666E;
  z-index: 100;
}
#main-nav.open {
  transform: translateY(-100%);
}
#main-nav .navbar {
  padding: 0;
}
#main-nav .navbar-nav {
  font-size: 22px;
  font-weight: 700;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
#main-nav .navbar-nav .dropdown-toggle:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 8px;
}
#main-nav .navbar-nav .nav-item a.nav-link {
  color: #fff;
}
#main-nav .navbar-nav ul {
  width: 100%;
  position: relative;
  text-align: center;
}
#main-nav .navbar-nav li.dropdown ul li.dropdown ul {
  background: #999;
  color: #57262C !important;
}
#main-nav .navbar-nav ul.child-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#main-nav .navbar-nav ul.child-menu .nav-item a.nav-link {
  color: #fff;
}
#main-nav .navbar-nav ul.child-menu .dropdown-menu {
  border: none;
}
#main-nav .nav-icons {
  position: absolute;
  right: 20px;
  top: 10px;
}
#main-nav .nav-icons .search-nav {
  margin-right: 10px;
  cursor: pointer;
}
#main-nav .nav-link span img {
  max-width: 20px;
  margin-right: 5px;
}
#main-nav .booking-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
#main-nav .fa-circle-xmark {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
}

.block-nav {
  padding: 0;
  background: #C5666E;
  list-style: none;
  text-align: center;
  align-items: center;
}
.block-nav li {
  border-bottom: 1px solid #fff;
  position: relative;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.block-nav a {
  position: relative;
}
.block-nav .nav-icon-img {
  display: block;
  margin-bottom: 5px;
}
.block-nav .nav-icon-img img {
  display: block;
  text-align: center;
  position: relative;
  height: 40px;
  width: auto;
  margin: 0 auto;
}

#mainNavButton {
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  height: 100%;
  margin-top: 12px;
}
#mainNavButton #nav-icon {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#mainNavButton #nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#mainNavButton #nav-icon span:nth-child(1) {
  top: 0px;
}
#mainNavButton #nav-icon span:nth-child(2), #mainNavButton #nav-icon span:nth-child(3) {
  top: 8px;
}
#mainNavButton #nav-icon span:nth-child(4) {
  top: 16px;
}
#mainNavButton #nav-icon.open span:nth-child(1) {
  top: 3px;
  width: 0%;
  left: 50%;
}
#mainNavButton #nav-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
#mainNavButton #nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#mainNavButton #nav-icon.open span:nth-child(4) {
  top: 3px;
  width: 0%;
  left: 50%;
}
#mainNavButton .intro-text {
  padding: 20px 0 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
#mainNavButton .menu-text {
  font-size: 0.75rem;
  padding-top: 7px;
  display: block;
}

/* --------------- Subnavs --------------- */
.card.subnav {
  margin-bottom: 20px;
}
.accordion .card.subnav {
  margin-bottom: 5px;
}

.card.subnav.month-nav .list-group,
.card.subnav.year-month-nav .list-group {
  display: block;
}

.card.subnav.month-nav .list-group-item,
.card.subnav.year-month-nav .list-group-item {
  width: 33.3333333333%;
  float: left;
  padding: 0.5rem 0.25rem;
  text-align: center;
  display: block;
}

.card.subnav.month-nav .list-group-item:nth-of-type(3n+2),
.card.subnav.year-month-nav .list-group-item:nth-of-type(3n+2) {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.card.subnav.month-nav .list-group-item.current {
  border-bottom: none;
  border-top: 1px solid #ddd;
}

.card.subnav.ymonth-nav .custom-select,
.card.subnav.year-month-nav .custom-select {
  width: 100%;
  font-size: 0.9rem;
  border: 1px solid #ddd;
}

.card.subnav.year-month-nav .custom-select.select-month {
  border-right: none;
}

.card.subnav.sub-nav li.list-group-item {
  width: 100%;
  border: none;
  border-top: 1px solid #ddd;
}
.card.subnav.sub-nav li.list-group-item.open-children > a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 8px;
}
.card.subnav.sub-nav li.list-group-item.open-children ul {
  padding: 0px;
  display: none;
  background: #C5666E;
  width: 100%;
}
.card.subnav.sub-nav li.list-group-item.open-children ul li.list-group-item {
  background: #57262C;
}
.card.subnav.sub-nav li.list-group-item.open-children ul li.list-group-item.open-children ul li.list-group-item {
  background: #C5666E;
}
.card.subnav.sub-nav li.list-group-item.open-children ul li.list-group-item.open-children ul li.list-group-item a {
  color: #fff;
}

.mobile-filters {
  background: #57262C;
  margin-bottom: 10px;
  display: flex;
}
.mobile-filters .sub-nav-button {
  padding: 10px;
  cursor: pointer;
  background: #C5666E;
  display: inline-block;
  color: #fff;
}
.mobile-filters .filter-but {
  padding: 10px;
  cursor: pointer;
  background: #C5666E;
  display: inline-block;
  color: #fff;
  margin-right: 2px;
}

.sub-navigation {
  display: none;
}

.nav-container {
  z-index: 101;
}

body.no-scroll {
  overflow: hidden;
}

.nav-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 100;
}

.breadcrumb-back {
  float: left;
  padding: 8px 15px 8px 12px;
  background: #ddd;
  margin-right: 15px;
}

.breadcrumb-back:hover {
  background: #8b898a;
  color: #fff;
}

.desk-menu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-70%);
  width: 145px;
  z-index: 32;
}
.desk-menu li {
  margin-bottom: 5px;
  transition: all ease-in-out 0.2s;
}
.desk-menu li a.nav-link, .desk-menu li .menu-widget {
  text-transform: uppercase;
  display: block;
  color: #57262C;
  background: url("/images/layout/fire-bg.png") no-repeat;
  background-size: cover;
}
.desk-menu li a.nav-link span, .desk-menu li .menu-widget span {
  display: block;
}
.desk-menu li a.nav-link img, .desk-menu li .menu-widget img {
  width: 26px;
}
.desk-menu li:hover {
  padding-left: 0;
}

@media (min-width: 768px) {
  #mainNavButton {
    margin-top: 0;
    float: right;
  }
  #mainNavButton #nav-icon {
    margin-top: 3px;
  }
  #mainNavButton .menu-text {
    padding-top: 4px;
  }
}
@media (min-width: 992px) {
  #main-nav {
    max-width: 420px;
    bottom: auto;
    left: 100%;
    top: 0;
  }
  #main-nav.open {
    transform: translateX(-100%);
  }
  .sticky-nav ul li img {
    filter: none;
  }
}
#footer-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
#footer-wrap:before {
  content: "";
  background: url("/images/svg/footer-top.svg") no-repeat;
  display: block;
  position: absolute;
  background-size: 100% 100%;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 0;
  top: -25px;
  transform: scaleY(-1);
}

#footer {
  color: #fff;
  transition: all ease-in-out 0.5s;
}
#footer .website-text {
  border-top: 2px solid #2D2C28;
}
#footer h4 {
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.4375rem;
}
#footer a {
  color: #fff;
  transition: all ease-in-out 0.5s;
}
#footer a:hover {
  color: #000;
}
#footer ul.footer-nav {
  list-style: none;
  padding: 0;
}
#footer ul.footer-nav li {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #footer ul.footer-nav {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}

#subfooter a {
  color: #1E1E1E;
  transition: all ease-in-out 0.5s;
}
#subfooter a:hover {
  color: #C5666E;
}
#subfooter .credit {
  line-height: 1;
}
#subfooter .credit span:first-child {
  border-right: 1px solid #1E1E1E;
  display: inline-block;
  padding-right: 6px;
  margin-right: 6px;
}
#subfooter ul.footer-nav2 {
  list-style: none;
  padding: 0;
  line-height: 1;
}
#subfooter ul.footer-nav2 li {
  border-right: 1px solid #1E1E1E;
  display: inline-block;
  padding-right: 6px;
  margin-right: 6px;
}
#subfooter ul.footer-nav2 li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

#page-encapsulation {
  min-height: 100vh;
  flex-direction: column;
  position: sticky;
  top: 0;
}

#header-wrap {
  flex: 0 1 auto;
  display: flex;
  position: sticky;
  top: 0;
  z-index: 99;
}

#page-wrap {
  flex: 1 0 auto;
}

#footer-wrap {
  flex: 0 1 auto;
}

.video-wrap {
  position: relative;
  height: 500px;
  background: none;
  max-height: 320px;
}

.video-wrap-full {
  height: auto;
}

.youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100%;
  /*min-height: 100vh;*/
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-wrap {
  position: relative;
}

.banner-caption {
  color: #fff;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  position: absolute;
  width: 80%;
  opacity: 1;
}
.banner-caption span {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .banner-overlay-panel {
    position: absolute;
    right: 15px;
    border: 3px solid #fff;
    top: 35px;
    z-index: 9;
    width: 30%;
  }
}
@media (min-width: 768px) {
  .video-wrap {
    max-height: 500px;
  }
}
@media (min-width: 992px) {
  .banner-caption {
    width: 65%;
  }
  .video-wrap {
    max-height: none;
  }
  .page-banners .big-book-now {
    bottom: 25px !important;
  }
}
@media (min-width: 1200px) {
  .banner-caption {
    width: 33%;
    left: calc((100vw - 1170px) / 2);
  }
}
.page-banners {
  position: relative;
}

.bottom-texture {
  width: 100%;
  background: url("/images/layout/texture-ripped-angle-bottom.png") no-repeat;
  background-position: left bottom;
  background-size: 1600px 110px;
  height: 45px;
  position: absolute;
  bottom: -1px;
  z-index: 25;
  left: 0;
}
@media (min-width: 576px) {
  .bottom-texture {
    height: 65px !important;
  }
}
@media (min-width: 768px) {
  .bottom-texture {
    height: 70px !important;
  }
}
@media (min-width: 992px) {
  .bottom-texture {
    height: 80px !important;
  }
}
@media (min-width: 1200px) {
  .bottom-texture {
    height: 110px !important;
  }
}
@media (min-width: 1600px) {
  .bottom-texture {
    height: 120px !important;
  }
}
@media (min-width: 768px) {
  .bottom-texture {
    background-position: center bottom;
    background-size: 100%;
    height: 142px;
  }
}

.btn {
  color: #57262C !important;
  border-radius: 6px;
  padding: 8px 15px;
  border: none;
  transition: all ease-in-out 0.5s;
}
.btn.btn-default {
  padding: 1rem;
  background: url("/images/layout/fire-bg.png");
  font-size: 1.5rem;
  line-height: 68%;
  text-transform: uppercase;
  font-weight: bold;
}
.btn.btn-default:hover {
  color: #fff !important;
}
.btn.btn-default.fest-but {
  background: #94a5a4;
  line-height: 1;
  font-size: 1rem;
  border: 2px solid #4d5859;
}
.btn.btn-default.fest-but:hover {
  color: #1E1E1E !important;
}
.btn.btn-default.gardens-but {
  line-height: 1;
  font-size: 1rem;
  border: 2px solid #C6878F;
  background: #F2D5D9;
  color: #1E1E1E;
}
.btn.btn-secondary {
  background: #57262C;
}
.btn.btn-secondary:hover {
  background: #57262C;
  color: #fff !important;
}
.btn.btn-primary {
  background: #57262C;
}
.btn.btn-primary:hover {
  background: #57262C;
  color: #fff !important;
}

.big-book-now, a.big-book-now {
  position: relative;
  border-radius: 6px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("/images/layout/fire-bg.png") center no-repeat;
  min-width: 270px;
  text-align: center;
  justify-content: center;
  height: 65px;
  display: inline-flex;
  align-items: center;
  background-size: 100%;
  transition: all ease-in-out 0.5s;
  color: #57262C !important;
}
.big-book-now h4, a.big-book-now h4 {
  display: block;
  font-size: 1.5rem;
  position: relative;
  letter-spacing: -1px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding-right: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.big-book-now.home-book, a.big-book-now.home-book {
  background: url("/images/layout/fire-bg-big.png") center no-repeat;
}
.big-book-now.home-book h4, a.big-book-now.home-book h4 {
  color: #fff;
}
.big-book-now.hover, a.big-book-now.hover {
  color: #57262C;
}
.big-book-now.open-widget, a.big-book-now.open-widget {
  display: inline-flex;
  left: 0;
  transform: none;
}

a.big-book-now.home-book {
  left: 0;
  transform: none;
}

.modal-alert button {
  background: none !important;
  border: none !important;
}
.modal-alert button i {
  background: none !important;
}

.news-tag {
  background: #ddd;
  padding: 3px 8px;
}

.news-tag:hover {
  background: #bbb;
  color: #000;
}

.btn-edit-block {
  position: absolute;
  right: 20px;
  z-index: 1;
}

.badge {
  border-radius: 2px;
  padding: 6px 15px;
  color: #fff;
  background: #57262C;
  font-size: 60%;
}

.badge.badge-white {
  background: #C5666E;
  color: #fff !important;
}

.card-featured {
  background-color: #615f60;
  border-color: rgb(71.234375, 69.765625, 70.5);
}
.card-featured .card-header,
.card-featured .card-footer {
  background-color: transparent;
}

.card-hover-featured {
  background-color: #615f60;
  border-color: rgb(71.234375, 69.765625, 70.5);
  transition: background-color 0.5s ease-out;
}
.card-hover-featured .card-header,
.card-hover-featured .card-footer {
  background-color: transparent;
}
.card-hover-featured:hover {
  background-color: rgb(122.765625, 120.234375, 121.5);
}

.card-hover-primary {
  background-color: #C5666E;
  border-color: rgb(179.8293838863, 68.1706161137, 77.5734597156);
  transition: background-color 0.5s ease-out;
}
.card-hover-primary .card-header,
.card-hover-primary .card-footer {
  background-color: transparent;
}
.card-hover-primary:hover {
  background-color: rgb(211.018957346, 138.981042654, 145.0473933649);
}

.panel-slider.slick-slider .slick-list, .panel-blocks.slick-slider .slick-list, .gal-slider.slick-slider .slick-list {
  padding: 0 60px 0 0 !important;
}
.panel-slider.slick-slider .slick-list img.img-lazy-load-responsive, .panel-blocks.slick-slider .slick-list img.img-lazy-load-responsive, .gal-slider.slick-slider .slick-list img.img-lazy-load-responsive {
  opacity: 1;
}

.slick-slider .slick-dots {
  text-align: left;
  padding-left: 15px;
}
.slick-slider .slick-dots li.slick-active button::before {
  color: #fff;
  opacity: 1;
}
.slick-slider .slick-dots li button::before {
  color: #ccc;
  font-size: 22px;
  opacity: 1;
}

.panel-slider.slick-slider .slick-dots {
  bottom: -7px;
}
.panel-slider.slick-slider .slick-dots li button:before {
  color: #484848;
  font-size: 18px;
}
.panel-slider.slick-slider .slick-dots li.slick-active button:before {
  color: #C5666E;
}

.ride-slider .panel-slider.slick-slider .slick-dots {
  bottom: -60px;
}

.card:not(.digi-booking .card) {
  border: none;
  background: none;
}
.card:not(.digi-booking .card) .list-date {
  position: absolute;
  top: 0;
  right: 0;
}
.card:not(.digi-booking .card) .focuspoint {
  min-height: 140px;
}
.card:not(.digi-booking .card) .focuspoint img {
  transition: transform 0.5s ease-out;
  transform: scale(1);
}
.card:not(.digi-booking .card):hover .focuspoint img {
  transform: scale(1.1);
}
.card:not(.digi-booking .card) .card-img-top {
  position: relative;
}
.card:not(.digi-booking .card) .card-img-top .lazyload-placeholder {
  background: none !important;
}
.card:not(.digi-booking .card) .card-img-top:after {
  content: "";
  background: url("/images/svg/footer-top.svg") no-repeat;
  display: block;
  position: absolute;
  background-size: 100% 100%;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 0;
  bottom: -25px;
  transform: scaleY(-1);
}
.card:not(.digi-booking .card) .card-body:not(.faq-qa-group .card-body) {
  color: #fff;
  position: relative;
  top: -12px;
  margin-bottom: 40px;
  background: #57262C;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.card:not(.digi-booking .card) .card-body:not(.faq-qa-group .card-body) a {
  color: #fff;
}
.card:not(.digi-booking .card) .card-body:not(.faq-qa-group .card-body).bot-pad {
  padding-bottom: 60px;
}
.card:not(.digi-booking .card) .card-body:not(.faq-qa-group .card-body) h4.card-title {
  font-size: 28px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #fff;
  margin-top: 8px;
}
.card:not(.digi-booking .card) .card-body:not(.faq-qa-group .card-body) .big-book-now {
  position: absolute;
  bottom: -24px;
}

.img-mask {
  border-radius: 6px;
}

.img-mask2 {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 30px;
          mask-size: 100% 30px;
  -webkit-mask-image: url("/images/layout/top-panel.svg");
          mask-image: url("/images/layout/top-panel.svg");
  background-position: top left;
}

.p-card .slick-dots {
  bottom: -45px;
}

.card.event-panel {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.card.event-panel .event-image {
  background: #000;
  position: relative;
}
.card.event-panel .event-image .e-hours {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #C5666E;
  color: #fff;
  padding: 4px;
}
.card.event-panel .cancelled {
  height: 100px;
  width: 100px;
}
.card.event-panel .focuspoint, .card.event-panel .lazyload-placeholder {
  min-height: 140px;
  background-color: #fff !important;
}
.card.event-panel .focuspoint img, .card.event-panel .lazyload-placeholder img {
  transition: all 0.5s ease-in-out !important;
  transform: scale(1);
  opacity: 1;
}
.card.event-panel:hover .focuspoint img, .card.event-panel:hover .lazyload-placeholder img {
  transform: scale(1.1);
  opacity: 0.7;
}
.card.event-panel:hover .btn {
  opacity: 1;
}
.card.event-panel .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
}
.card.event-panel .card-body {
  background: #ebebeb;
}
.card.event-panel .ev-details {
  padding: 15px 0;
}
.card.event-panel .ev-details span {
  display: block;
}
.card.event-panel .ev-details .ev-date {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.4;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 4px 12px;
  text-transform: uppercase;
}
.card.event-panel .ev-details .ev-date .from {
  font-size: 0.6rem;
}
.card.event-panel .ev-details .ev-date .eday {
  color: #000;
  font-size: 1.4rem;
}
.card.event-panel .card-title {
  text-transform: uppercase;
  margin-bottom: 4px;
}

/* --------------------- News Cards -------------------- */
.card.news-default {
  margin-bottom: 1.7rem;
}

.card.news-default .card-body.details {
  position: relative;
}

.card.news-default h6.card-subtitle {
  top: 1.6rem;
  font-size: 0.8rem;
  color: #999;
}

.card.news-default .details p {
  margin-bottom: 0;
}

.card.news-default .img-link {
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  display: block;
  overflow: hidden;
}

.card.news-default .img-link img {
  transition: all 0.5s;
  transform: scale(1);
  opacity: 0.8;
}

.card.news-default .img-link:hover img {
  transform: scale(1.05);
  opacity: 1;
}

@media (min-width: 992px) {
  .card.card-horizontal .focuspoint {
    min-height: 280px;
  }
}
.container-socials-head {
  z-index: 2;
}
.container-socials-head a {
  height: 100px;
}
.container-socials-head .socials-head {
  position: relative;
  top: 0;
}

.footer-socials a {
  width: 50px;
  height: 50px;
  display: block;
  background: #C5666E;
  color: #fff;
  font-size: 0.65rem;
  border-radius: 50%;
  position: relative;
  transition: all ease-out 0.5s;
}
.footer-socials a i {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.footer-socials a:hover {
  background: #57262C;
}

.modal:not(.lightbox) .modal-dialog {
  background: #57262C;
  position: relative;
  transform: translate(0, -50%) !important;
  top: 50% !important;
  margin: 0 auto !important;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.6);
}
.modal:not(.lightbox) .modal-dialog .modal-header {
  padding: 0;
  border-bottom: none;
}
.modal:not(.lightbox) .modal-dialog .modal-content {
  border: none;
}
.modal:not(.lightbox) .modal-dialog .modal-body {
  padding: 1.5rem;
  background: #fff;
}
.modal:not(.lightbox) .modal-dialog .close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 20;
  font-size: 2rem;
  text-shadow: 1px 1px 0 #000 !important;
}
.modal:not(.lightbox) .modal-dialog .modal-image {
  background: #aaa;
}
.modal:not(.lightbox) .modal-dialog .modal-image .close {
  color: #fff;
}
.modal:not(.lightbox) .modal-dialog h4.modal-title {
  color: #646464 !important;
  margin-bottom: 1rem;
}
.modal:not(.lightbox) .modal-dialog .modal-footer {
  border-top: none;
  background: #e9e9e9;
}
.modal:not(.lightbox) .modal-dialog button:hover {
  cursor: pointer;
}

.times-modal .modal-dialog {
  margin: 5% 0;
  max-width: 1200px;
  background: none;
}
.times-modal .modal-dialog .modal-body {
  padding: 1.2em;
}
.times-modal .modal-dialog .modal-content {
  position: relative;
  border-radius: 8px;
}
.times-modal .modal-dialog .modal-content .modal-header {
  background: #0d6efd;
  padding: 1rem;
  position: relative;
}
.times-modal .modal-dialog .modal-content .modal-header h4 {
  margin: 0px;
  color: #fff !important;
  text-transform: capitalize;
}
.times-modal .modal-dialog .modal-content .modal-header .close {
  font-size: 12px;
  color: #fff;
  text-shadow: none !important;
  right: 1rem;
  top: -40px;
}
.times-modal .modal-dialog .modal-content .modal-header .close span {
  font-size: 2rem;
  position: relative;
  top: 3px;
}
.times-modal .modal-dialog .modal-content .stop-name {
  font-size: 0.8rem;
}
.times-modal .modal-dialog .modal-footer {
  background: none;
}
.times-modal .modal-dialog .modal-footer .btn {
  min-width: 200px;
}
.times-modal .modal-dialog .move-right {
  background: #C5666E;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 10px;
}
.times-modal .modal-dialog div.times-table {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; /* momentum scrolling, iOS Safari only*/
  margin-left: 144px;
  overflow-y: visible;
  padding: 0;
}
.times-modal .modal-dialog div.times-table table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 600px;
}
.times-modal .modal-dialog div.times-table table tr:nth-child(even) {
  background: #EFF6FD;
}
.times-modal .modal-dialog div.times-table table tr:nth-child(even) th {
  background: #EFF6FD;
}
.times-modal .modal-dialog div.times-table table tr:nth-child(odd) {
  background: #fff;
}
.times-modal .modal-dialog div.times-table table tr:nth-child(odd) th {
  background: #fff;
}
.times-modal .modal-dialog div.times-table td, .times-modal .modal-dialog div.times-table th {
  margin: 0;
  font-size: 1rem;
  white-space: nowrap;
  padding: 6px;
  text-align: left;
}
.times-modal .modal-dialog div.times-table .headcol {
  position: absolute;
  width: 162px;
  left: 0;
  top: auto;
}
@supports (-webkit-touch-callout: none) {
  .times-modal .modal-dialog div.times-table {
    /* CSS specific to iOS devices */
    margin-left: 0px;
  }
  .times-modal .modal-dialog div.times-table .headcol {
    position: relative;
  }
}
@media (min-width: 768px) {
  .times-modal .modal-dialog div.times-table {
    margin-left: 225px;
  }
  .times-modal .modal-dialog div.times-table td, .times-modal .modal-dialog div.times-table th {
    font-size: 1rem;
  }
  @supports (-webkit-touch-callout: none) {
    .times-modal .modal-dialog div.times-table {
      /* CSS specific to iOS devices */
      margin-left: 0px;
    }
  }
  .times-modal .modal-dialog div.times-table .headcol {
    width: 240px;
  }
  .times-modal .modal-dialog div.times-table table {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .times-modal .modal-dialog .modal-content {
    padding: 1.5rem;
  }
  .times-modal .modal-dialog .modal-content .modal-header .close {
    right: 1.5rem;
    font-size: 18px;
    top: 35%;
    transform: translateY(-35%);
  }
  .times-modal .modal-dialog div.times-table {
    margin-right: 30px;
  }
  .times-modal .modal-dialog div.times-table td, .times-modal .modal-dialog div.times-table th {
    font-size: 0.8rem;
  }
  .times-modal .modal-dialog div.times-table .headcol {
    width: 18em;
  }
  .times-modal .modal-dialog div.times-table.tablefits {
    width: 100%;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
  }
  .times-modal .modal-dialog div.times-table.tablefits .headcol {
    position: relative;
    width: 11em;
  }
  .times-modal .modal-dialog div.times-table.tablefits table {
    width: 100%;
  }
}

.testimonial-cards .rev-rating i {
  color: #D3A65D;
}
.testimonial-cards p.lead {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
}

.ajax-testimonial {
  display: none;
  opacity: 0;
  transition: opacity 2s;
  transition-delay: 3s;
}

.slick-active .ajax-testimonial {
  opacity: 1;
}

.haunt-logo {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 300px;
  background-color: #C5666E;
  transition: transform 0.2s, bottom 0.2s;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .haunt-logo {
    max-width: 140px;
  }
}

.item {
  visibility: hidden;
  display: none;
}
.item.visible {
  display: block;
}

.filter-wrap .cb-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filter-wrap .cat-row {
  white-space: nowrap;
  overflow: auto;
}
.filter-wrap label.filter-cb {
  margin-bottom: 10px;
  padding: 1rem 1.25rem;
  display: inline-block;
  width: auto;
  margin-right: 10px;
  font-size: 1rem;
  border-radius: 0.375rem;
  color: #fff;
  background: #000;
  transition: color 0.5s, border 0.5s, background 0.5s, border 0.5s;
}
.filter-wrap label.filter-cb:hover {
  background: #C5666E;
  color: #fff;
  cursor: pointer;
}
.filter-wrap .rides-checkbox input:checked + label {
  background: url("/images/layout/fire-bg.png") no-repeat;
  background-size: cover;
  color: #000;
}
.filter-wrap .rides-checkbox input:checked + label:hover {
  background: url("/images/layout/fire-bg.png") no-repeat;
  cursor: default;
}

.ride-gallery {
  position: relative;
  z-index: 30;
}
.ride-gallery .lazyload-placeholder {
  background-color: transparent !important;
}

@media (min-width: 992px) {
  .ride-banners .video-wrap {
    height: 700px;
  }
}
#hsmap {
  width: 100%;
  height: 560px;
  z-index: 1;
  opacity: 0.01;
  transition: opacity 1s;
}

#map-wrap {
  display: none;
  position: relative;
}
.on-desktop #map-wrap {
  top: -12px;
}
@media screen and (min-width: 1200px) {
  .on-desktop #map-wrap {
    display: block;
    top: 0;
  }
}
#map-wrap #close-map {
  position: absolute;
  top: 0;
  right: 0;
  background: #2D2C28;
  padding: 1px;
  z-index: 2;
  color: #fff;
  width: 50px;
  height: 50px;
  border: none;
  font-size: 2rem;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  border: none !important;
}

.leaflet-control {
  margin-top: 0 !important;
  margin-left: 8px !important;
}

@media screen and (min-width: 768px) {
  .leaflet-control {
    margin-left: 0 !important;
  }
}
.leaflet-touch .leaflet-bar a {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  color: #fff !important;
  background: #2D2C28 !important;
  border: none !important;
  border-radius: 0 !important;
  margin-bottom: 3px !important;
}

.leaflet-container a {
  color: #C5666E !important;
}
.leaflet-container a:hover {
  color: #fff !important;
}

html.device-ios #map-wrap {
  margin-top: 70px;
}

.hsmarker {
  width: 44px !important;
  height: 44px !important;
  color: #000;
  text-align: center;
  z-index: 700;
  background: #fff;
  border: 2px solid #000;
  display: flex !important;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  border-radius: 50%;
}

.hsmarker.style-1 {
  border-color: #ff6966;
}

.hsmarker.style-2 {
  border-color: #6684ff;
}

.hsmarker.style-3 {
  border-color: #95d490;
}

.hsmarker.style-5 {
  border-color: #bd94d6;
}

.hsmarker.style-4 {
  border-color: #e7c17c;
}

.marker-list .hsmarker {
  margin-right: 5px;
}

.marker-list .list-marker:hover {
  color: #000;
  cursor: pointer;
}

#prev-marker, #next-marker {
  width: 50px;
  height: 50px;
  background: #57262C;
  border: none;
  color: #fff;
  overflow: hidden;
  font-size: 1.5rem;
}

#prev-marker {
  margin-left: 10px;
}

#next-marker {
  position: absolute;
  right: 10px;
}

#hsmap-infopane {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 7px;
  padding-right: 7px;
  width: 100%;
  height: 200px;
  border-top: 3px solid #fff;
  z-index: 800;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s, opacity 0.5s;
}
@media screen and (min-width: 400px) {
  #hsmap-infopane {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#hsmap-infopane div {
  z-index: 1;
}
#hsmap-infopane .tooltip {
  opacity: 0;
  height: 100%;
}
#hsmap-infopane:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #C5666E;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 0;
}
#hsmap-infopane.open {
  transform: translateY(0);
  opacity: 1;
}
#hsmap-infopane .tooltip-img, #hsmap-infopane .tooltip-details {
  opacity: 0;
  color: #fff;
}
#hsmap-infopane .tooltip-img {
  height: 45%;
}
#hsmap-infopane .tooltip-details {
  height: 55%;
  background: none;
}
#hsmap-infopane .tooltip-details h2 {
  font-size: 1.35rem !important;
  color: #fff;
  margin-bottom: 0.5rem;
}
#hsmap-infopane .tooltip-details p {
  padding-right: 60px;
  color: #fff;
  line-height: 1.5rem;
  font-size: 1.1rem;
}
#hsmap-infopane .tooltip-details .btn {
  padding: 5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
}
#hsmap-infopane .tooltip-details .btn span {
  display: none;
}
#hsmap-infopane #tooltip-link {
  display: none;
}
#hsmap-infopane .close-btn {
  display: inline-block;
  position: absolute;
  top: -44px;
  right: 0;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 1.7rem;
  padding-top: 6px;
  transition: color 0.5s, background 0.5s;
}
@media screen and (min-width: 400px) {
  #hsmap-infopane .close-btn {
    padding-top: 4px;
  }
}
@media screen and (min-width: 576px) {
  #hsmap-infopane .close-btn {
    padding-top: 2px;
  }
}
@media screen and (min-width: 768px) {
  #hsmap-infopane .close-btn {
    padding-top: 0px;
  }
}
#hsmap-infopane .close-btn:hover {
  background: #fff !important;
  color: #2D2C28 !important;
  cursor: pointer !important;
}

#mobile-open-map {
  position: absolute;
  bottom: 10px;
  left: 1rem;
  width: calc(100% - 2rem);
}

.map-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

@media screen and (min-width: 400px) {
  #hsmap-infopane .tooltip-img, #hsmap-infopane .tooltip-details {
    height: 100%;
  }
  #hsmap-infopane .tooltip-details p {
    padding-right: 0px;
  }
  #hsmap-infopane .tooltip-details .btn span {
    display: inline;
  }
}
@media screen and (min-width: 1200px) {
  .map-wrapper {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #hsmap-infopane {
    bottom: 0;
    left: initial;
    right: 0;
    width: 300px;
    height: 100%;
    transform: translateX(100%);
    border-top: none;
  }
  #hsmap-infopane .tooltip-img, #hsmap-infopane .tooltip-details {
    height: 50%;
  }
  #hsmap-infopane.open {
    transform: translateX(0);
  }
  #hsmap-infopane .close-btn {
    top: 0;
    left: -40px;
    right: initial;
    width: 40px;
    height: 40px;
  }
}
#ride-select {
  opacity: 0;
  transition: opacity 0.5s;
}
#ride-select.active {
  opacity: 1;
}

.dropup .dropdown-toggle {
  display: block;
  width: 100%;
  text-align: left;
  height: 50px;
}
.dropup .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-10%);
}
.dropup .dropdown-menu {
  width: 100%;
  background: #57262C;
  color: #C5666E;
}
.dropup .dropdown-item {
  padding: 3px 1rem;
}
.dropup .mob-marker-list-group {
  display: none;
}

#cat-select {
  width: 100px;
}

#cat-select .dropdown-toggle, #ride-select .dropdown-toggle {
  padding-left: 8px;
  font-size: 0.9rem;
  padding-top: 11px;
  color: #C5666E;
}
#cat-select .dropdown-toggle small, #ride-select .dropdown-toggle small {
  display: block;
  font-size: 70%;
  font: "Roboto", Helvetica, Arial, sans-serif;
}

#map-wrap {
  display: none;
  position: relative;
}

.on-desktop #map-wrap {
  top: -12px;
}

@media screen and (min-width: 1200px) {
  .on-desktop #map-wrap {
    display: block;
    top: 0;
  }
}
#ride-type-accordion .card-header {
  background: #C5666E;
}
#ride-type-accordion .card-header a {
  color: #fff;
}
#ride-type-accordion .card-header a:hover {
  color: #57262C;
}
#ride-type-accordion .cat-group {
  margin-bottom: 10px;
}

.faq-qa-group h3 {
  background: #d4d4d4;
  padding: 10px 20px;
  font-size: 1.25rem;
}

.faq-qa-group .card-header {
  padding: 0;
  background: url("/images/layout/fire-bg.png");
}

.faq-qa-group .card-header a {
  display: block;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  padding: 1.5rem 1rem;
  color: #1E1E1E !important;
  position: relative;
  text-decoration: none !important;
}

.faq-accordion h5 a:after {
  content: "";
  position: absolute;
  background: url("/images/svg/plus.svg") no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out 0.5s;
}

.faq-accordion .card-header.open h5 a:after {
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: center;
}

.faq-accordion .card {
  border: none;
}
.faq-accordion .card .card-body {
  background: url("/images/layout/tulips-white-wood-repeat.jpg") repeat #fff;
}

.faq-qa-group .card-header {
  transition: background 0.5s;
}

.faq-qa-group .card-header.open {
  background: #57262C;
}
.faq-qa-group .card-header.open h5 a {
  color: #fff !important;
}

.faq-accordion .collapse {
  display: none;
}

.list-row .featured-listing {
  background: #ccc !important;
}
.list-row .list-img {
  min-height: 150px;
}
.list-row .list-date {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  color: #ffffff;
  text-align: center;
}
.list-row .list-date span {
  display: block;
}
.list-row .list-description span {
  display: flex;
}
.list-row .list-description span.btn {
  display: inline-block;
  border: 1px solid #C5666E;
}

.filter-wrap {
  position: relative;
  overflow: hidden;
}
.filter-wrap .listing-filters {
  position: fixed;
  right: -100%;
  top: 0px;
  height: 100%;
  width: 90%;
  background: #fff;
  border-left: 5px solid #ccc;
  transition: all 0.5s ease-in-out;
  z-index: 999;
  padding: 15px;
}
.filter-wrap .listing-filters.filter-open {
  right: 0px;
}
.filter-wrap .listing-filters .apply-filter {
  cursor: pointer;
}

.over-scroll {
  overflow-x: scroll;
  padding-bottom: 10px;
}

.features div:nth-child(odd) {
  background-color: #C5666E;
}

.pricing .annual {
  display: none;
}

@media (min-width: 992px) {
  .flipped .list-col:nth-of-type(1) {
    order: 2;
  }
  .flipped .list-col:nth-of-type(2) {
    order: 1;
  }
  .filter-wrap {
    position: relative;
  }
  .filter-wrap .listing-filters {
    position: relative;
    right: auto;
    height: auto;
    width: 100%;
    background: none;
    z-index: 1;
    padding: 0px;
    border: none;
  }
  .over-scroll {
    overflow-x: unset;
    padding-bottom: 0px;
  }
}
.schedule {
  position: relative;
  width: 100%;
}
.schedule .s-wrap {
  position: relative;
  padding: 10px;
  color: theme-color("primary");
}
.schedule h4 {
  text-align: center;
  font-weight: 600;
}
.schedule .btn {
  display: block;
  width: 100%;
}
.schedule .time {
  background: #C5666E;
  padding: 6px;
  color: theme-color("light");
  width: 120px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}

.s-times {
  padding: 10px;
  display: block;
  color: #fff;
  background: #C5666E;
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .schedule {
    position: absolute;
    right: 15px;
    border: 3px solid #fff;
    top: 35px;
    z-index: 9;
    width: 30%;
  }
}
.main-img .focuspoint {
  min-height: 250px;
}
.main-img .media-wrap .media-credit {
  right: 15px;
}

.media-credit {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0.7rem;
  padding: 4px 7px;
  color: #FFF;
}

.galleries img.img-fluid {
  width: 100%;
}
.galleries a {
  display: block;
  position: relative;
}
.galleries a.last-item span.more-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.galleries a.last-item span.more-overlay span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -15px;
  color: #fff;
  font-size: 2em;
  text-align: center;
  display: flex;
  justify-content: center;
}
.galleries a.last-item span.more-overlay span i {
  margin-right: 5px;
}

.news-gallery .galleries {
  margin-top: 0;
}

.lightbox {
  background: rgba(0, 0, 0, 0.8);
}
.lightbox .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  padding: 0 !important;
  height: 30px;
  float: none;
  z-index: 3;
  position: absolute;
  top: 40px !important;
  right: 15px !important;
  background: rgba(0, 0, 0, 0.5) !important;
  font-size: 24px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-weight: 300;
  border-radius: 50%;
}
.lightbox .btn-close svg {
  position: relative;
  display: block;
  width: 12px;
  top: 0px !important;
}

.page-banners .banner-wrap {
  width: 100%;
  background: theme-color("light") no-repeat center center;
  background-size: cover;
}
.page-banners .banner-wrap.init {
  min-height: 500px;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
}
.page-banners .media-wrap {
  position: relative;
}
.page-banners .media-credit {
  width: auto;
}
.page-banners .slick-slide {
  position: relative;
}
.page-banners .banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.page-banners .slick-prev {
  left: 25px;
  z-index: 1;
}
.page-banners .slick-next {
  right: 25px;
}

.cred-slider .slick-track {
  display: flex;
}
.cred-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .main-img .focuspoint {
    min-height: 400px;
  }
}
.sections {
  margin-bottom: 1.5em;
  position: relative;
}
.sections .cms-block {
  margin-bottom: 4.5rem;
}
.sections .cms-block:last-child {
  margin-bottom: 0px;
}
.sections .btn {
  display: inline-block;
  margin: 0 0 0 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.sections #responsiveTabs .tab-pane .row {
  margin: 0;
}
.sections #responsiveTabs a.tab {
  padding: 10px 15px;
  background: #57262C;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
}
.sections #responsiveTabs .r-tabs-state-active a.tab {
  background: url("/images/layout/fire-bg.png") no-repeat;
  background-size: cover;
  text-decoration: none;
  border-radius: 6px;
}
.sections .block-media {
  position: relative;
  height: auto;
  width: 100%;
}
.sections .block-media i.play-icon {
  position: absolute;
  top: 50%;
  text-align: center;
  font-size: 5em;
  width: 100%;
  margin-top: -38px;
  color: #fff;
}
.sections:before {
  content: "";
  background: url("/images/layout/mobile-heading.svg") no-repeat;
  display: block;
  position: absolute;
  background-size: 100% 100%;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 0;
  top: -25px;
  transform: scaleY(-1);
}
.sections:after {
  content: "";
  background: url("/images/layout/mobile-heading.svg") no-repeat;
  display: block;
  position: absolute;
  background-size: 100% 100%;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 0;
  bottom: -25px;
}

.nega-row {
  margin: 0 -15px !important;
  background: none !important;
}

.news-blocks {
  margin-bottom: 30px;
}
.news-blocks .page-blocks {
  padding: 0;
}

.block-icon {
  width: 100%;
}

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
  border-bottom: 5px solid #C5666E;
  height: 39px;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
  font-size: 20px;
  margin-right: 2px;
  border-radius: 6px;
}

.r-tabs-anchor i {
  float: right;
  top: 7px;
  position: relative;
  margin-left: 8px;
}

.r-tabs .r-tabs-panel {
  display: none;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

.cms-block {
  position: relative;
}

.btn-edit-block {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 20;
  color: #2D2C28;
}
.btn-edit-block:hover {
  color: #fff;
}

#responsiveTabs .container {
  padding: 0;
}
#responsiveTabs .med-rl {
  padding-top: 1rem;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 992px) {
  .r-tabs .r-tabs-nav {
    display: none;
    margin: 0;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
  .r-tabs .r-tabs-accordion-title a {
    display: block;
    padding: 15px;
    background: #000;
    color: #fff;
    width: 100%;
    margin-bottom: 3px;
    font-size: 1.6em;
  }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active a {
    background: url("/images/layout/fire-bg.png") no-repeat;
    background-size: cover;
  }
  .sections #responsiveTabs {
    margin-bottom: 40px;
  }
}
.accordian-images div.accordian-image {
  position: relative;
  display: none;
}

.accordian-images div.accordian-image:first-child {
  display: block;
}

@media (min-width: 768px) {
  .block-icon {
    width: 75%;
    margin: 0 auto;
  }
}
.download-block li {
  margin-bottom: 5px;
}
.download-block a {
  background: #57262C;
  transition: all ease-in-out 0.5s;
  padding: 10px;
  display: block;
  font-size: 1.25rem;
  color: #fff;
}
.download-block a:hover {
  background: #1E1E1E;
}

@media (min-width: 992px) {
  .r-tabs-anchor i {
    float: none;
    top: 0;
  }
}
.header-info {
  z-index: 1;
  background: #C5666E;
  color: #fff;
  position: relative;
}
.header-info a {
  color: #fff;
}
.header-info .contact-details {
  text-align: right;
}
.header-info .contact-details .tel, .header-info .contact-details .mail {
  display: block;
}
.header-info .opening-message {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}

a.logo {
  position: absolute;
  top: -20px;
  width: 116px;
  right: 0;
}
a.logo img {
  max-width: 100%;
}

.header-top {
  position: relative;
  z-index: 9;
}
.header-top:after {
  content: "";
  background: url("/images/layout/mobile-heading2.svg") no-repeat;
  display: block;
  position: absolute;
  background-size: 100% 100%;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 0;
  bottom: -25px;
}

#cms-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
  margin-bottom: 30px;
  z-index: 99;
  background: #333;
  border-bottom: 1px solid #ddd;
  padding: 3px 15px;
  font-size: 12px;
  color: #fff;
}
#cms-bar a {
  float: right;
  margin-left: 10px;
  display: inline-block;
  padding: 10px;
}
#cms-bar a.cms-dash {
  float: left;
}
#cms-bar .user {
  display: inline-block;
  padding: 10px;
}
#cms-bar .user {
  font-weight: bold;
  margin-left: 10px;
}
#cms-bar #cms-bar-close {
  cursor: pointer;
}
#cms-bar #cms-bar-close i {
  font-size: 1.6em;
}

#cms-bar-spacer {
  width: 100%;
  height: 30px;
}

@media (min-width: 768px) {
  .header-top:after {
    background: url("/images/layout/desktop-heading.svg") no-repeat;
    width: 100%;
    height: 45px;
    background-size: 100% 100%;
  }
  a.logo {
    left: 0;
    right: auto;
    width: 140px;
  }
  .header-info .opening-message {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .header-info .opening-message {
    font-size: 23px;
  }
}
.page-banners .container {
  position: relative;
}

[data-slick] {
  display: none;
}

[data-slick].slick-initialized {
  display: block;
}

.centered-banner-overlay {
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
  text-align: center;
}
.centered-banner-overlay.has-video {
  top: auto;
  z-index: 30;
  bottom: 0;
  transform: translateX(-50%) translateY(25%);
}
.centered-banner-overlay.has-video img {
  width: 240px;
}

.strapline {
  color: #57262C;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .centered-banner-overlay.has-video img {
    width: 350px;
  }
}
.collapse {
  visibility: hidden;
}

.collapse.show {
  visibility: visible;
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

#calendarApr, #calendarMar, #aprilMayMergedCalendar {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}

.vision-calendar {
  width: 100%;
}
.vision-calendar .slick-arrow {
  top: 32px;
  width: 40px;
  z-index: 1;
  height: 40px;
}
.vision-calendar .slick-arrow:before {
  color: #fff;
  font-size: 35px;
  opacity: 1;
}
.vision-calendar .slick-arrow.slick-prev {
  left: 18px;
}
.vision-calendar .slick-arrow.slick-next {
  right: 18px;
}
.vision-calendar .slick-arrow.slick-disabled {
  display: none !important;
}
.vision-calendar .calendar {
  background: #F4F4F4;
}
.vision-calendar table {
  position: relative;
  border-collapse: unset;
  border-spacing: 6px;
  background-color: unset;
}
.vision-calendar table td {
  text-align: center;
  border: none;
  font-size: 12px;
}
.vision-calendar table thead {
  position: relative;
}
.vision-calendar table thead td {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.vision-calendar table td.day {
  position: relative;
  background: #fff;
}
.vision-calendar table td.day .bg {
  width: 98%;
  height: 98%;
  position: absolute;
  left: 1%;
  right: 1%;
  bottom: 1%;
  top: 1%;
  z-index: -1;
  cursor: pointer;
}
.vision-calendar table td.day .closed {
  display: none;
  background: #000;
  font-size: 0.7rem;
  padding: 3px 8px;
  color: #fff;
  transition: opacity ease-in-out 0.5s;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  z-index: 1;
}
.vision-calendar table td.day .closed:after {
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: -15px;
  left: calc(50% - 10px);
  border: 10px solid transparent;
  border-bottom-color: transparent;
  border-bottom-color: transparent;
  border-bottom-color: #000;
  transform: rotate(180deg);
  z-index: -1;
}
.vision-calendar table td.day:hover .closed {
  display: block;
  opacity: 1;
}
.vision-calendar table td.day .num {
  z-index: 2;
  position: relative;
}
.vision-calendar table td.day .c-day, .vision-calendar table td.day .text-uppercase {
  opacity: 0.3;
}
.vision-calendar table td.day.has-attachments {
  cursor: pointer;
  color: #666;
}
.vision-calendar table td.day.has-attachments .bg {
  background: #ccc;
}
.vision-calendar table td.day.has-attachments .c-day, .vision-calendar table td.day.has-attachments .text-uppercase {
  opacity: 1;
}
.vision-calendar table td.day.day.out-of-bounds {
  opacity: 0.5;
}
.vision-calendar .slick-list {
  width: 100%;
}
.vision-calendar .slick-slide {
  margin: 0 10px;
  margin-bottom: 30px;
}
.vision-calendar .tooltip > .tooltip-inner {
  background: #fff;
  color: #333;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 0;
}
.vision-calendar .tooltip > .tooltip-inner:after, .vision-calendar .tooltip > .tooltip-inner:before {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.vision-calendar .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .vision-calendar .tooltip.tooltip-top .tooltip-inner::before {
  border-top-color: #fff;
}
.vision-calendar .tooltip .date-stripe {
  width: 100%;
  height: 2px;
}
.vision-calendar .tooltip.show {
  opacity: 1;
}

.cal-event {
  font-weight: bold;
}
.cal-event .bg {
  border: 4px solid #666;
}

.modal.calendar-details .modal-dialog {
  position: absolute;
  box-shadow: none;
  bottom: 0;
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.modal.calendar-details .modal-dialog .cal-data, .modal.calendar-details .modal-dialog .modal-content {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.modal.calendar-details.show .modal-dialog {
  transform: translate(0);
}
.modal.calendar-details .bg-white {
  color: #fff;
}

.cal-data {
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: white;
  z-index: 9;
}
.cal-data img {
  width: 100%;
}
.cal-data .btn-success {
  color: #fff !important;
}

.cal-title h5 {
  color: #fff;
  margin: 5px 0px !important;
}

.bg-cal {
  background: #F4F4F4;
}

.cal-event-list {
  font-size: 1em;
}

.animate-bottom {
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.calendar-key {
  background: #F4F4F4;
  color: #57262C;
  border-radius: 0 0 10px 10px;
}
.calendar-key .cal-key {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  padding-top: 12px;
  font-size: 0.8rem !important;
  margin-right: 20px;
}
.calendar-key .cal-key.k-event {
  border: 4px solid #666;
  background: #ccc;
  padding-top: 9px;
}

.cal-title {
  border-radius: 10px 10px 0 0;
  position: relative;
}
.cal-title .panel-svg {
  margin-top: -7px;
  transform: rotate(180deg);
}
.cal-title h4.card-title {
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  font-size: 1.8rem;
  padding: 15px 20px 12px 20px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: #57262C;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #fff;
}
.cal-title i {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 2.5rem;
  color: #fff;
  z-index: 3;
  cursor: pointer;
}

@media (min-width: 768px) {
  .vision-calendar table td.day, .vision-calendar table thead td {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .calendar-key .cal-key {
    width: 25px;
    height: 25px;
  }
  .modal.calendar-details .modal-dialog {
    width: 800px;
    max-width: 100%;
    position: relative;
    border-radius: 0;
    top: 20%;
  }
  .modal.calendar-details .modal-dialog .modal-content, .modal.calendar-details .modal-dialog .cal-data {
    border-radius: 10px;
  }
  .modal.times-modal {
    top: 0;
  }
  .modal.times-modal .modal-dialog {
    position: relative;
    top: 15%;
  }
}
@media (min-width: 1200px) {
  .vision-calendar { /* Safari */
    flex-direction: row; /* Safari */
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .vision-calendar.no-slick {
    margin: 0;
  }
  .month {
    flex: 0 0 33.3333333333%;
  }
  .vision-calendar td {
    max-width: 40px;
  }
}
img.img-lazy-load-responsive {
  display: block;
  border: 0;
  opacity: 0;
}

img:not(.initial).img-lazy-load-responsive {
  transition: opacity 1s;
}

.banner-gallery img.img-lazy-load-responsive {
  transition: opacity 1s;
}

img.initial.img-lazy-load-responsive,
img.loaded.img-lazy-load-responsive,
img.error.img-lazy-load-responsive {
  opacity: 1;
}

.media-wrap {
  position: relative;
}

.lazyload-placeholder {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.objectfit-image {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slider img.img-lazy-load-responsive {
  opacity: 1;
}
.slick-slider img:not(.initial).img-lazy-load-responsive {
  transition: none;
}

.price-table-card {
  position: relative;
  border-radius: 6px;
}
.price-table-card .lazyload-placeholder {
  background-color: transparent !important;
}
.price-table-card .btn.btn-default {
  background: url("/images/layout/Tulleys-Tulips-button-bg2.jpg");
  color: #1E1E1E !important;
}
.price-table-card h6 {
  color: #fff;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.price-table-card .entry-section {
  text-align: left;
}
.price-table-card h4 {
  font-size: 1.3rem;
  margin-bottom: 0;
  position: relative;
  color: #fff;
}
.price-table-card .row {
  background: transparent !important;
}
.price-table-card .price-text {
  font-size: 3rem;
  font-weight: bold;
  display: block;
  color: #fff;
}
.price-table-card .price-text.strike-out {
  text-decoration: line-through;
  opacity: 0.5;
}
.price-table-card .features-section h5 {
  color: #fff;
}
.price-table-card .features-section ul {
  display: none;
  padding: 0 0 0 1rem;
  margin: 0;
  z-index: 1;
}
.price-table-card .features-section ul li {
  color: #fff;
}
.price-table-card .features-section ul li::marker {
  color: #fff;
}
.price-table-card .features-section .feature-toggle {
  cursor: pointer;
}
.price-table-card .features-section .feature-toggle i {
  float: right;
  position: relative;
  top: 5px;
}
.price-table-card .features-section .feature-toggle.open i:before {
  content: "\f068";
}

.border-disabled {
  --bs-border-opacity: 1;
  border-color: rgba(236, 235, 241, var(--bs-border-opacity)) !important;
}

.text-disabled {
  --bs-text-opacity: 1;
  color: #D3D3D3 !important;
}

.border-disabled {
  --bs-border-opacity: 1;
  border-color: rgba(236, 235, 241, var(--bs-border-opacity)) !important;
}

.text-disabled {
  --bs-text-opacity: 1;
  color: #D3D3D3 !important;
}

/*# sourceMappingURL=site.css.map*/