/* ==================== */
/* Colours
/* ==================== */

/**
 * Edit, delete or add as needed
 */
:root {
  --brand-main: #CC7212;
  --brand-main-hover: #975917;
  --brand-sec: #B69876;
  --brand-sec-hover: #5a4936;
  --off-grey: #d2d2d2;
  --font-grey: #d2d2d2;
  --off-white: ;
}


/* ==================== */
/* Scroll Behaviour
/* ==================== */

html {
  scroll-behavior: smooth;
}


/* ==================== */
/* Global Font
/* ==================== */

@font-face {
  font-family: 'TrajanPro';
  src: url('/wp-content/themes/rane-starter/fonts/TrajanPro-Bold.otf') format('opentype');
  font-weight: 400; /* light */
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/wp-content/themes/rane-starter/fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300; /* light */
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/wp-content/themes/rane-starter/fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 400; /* normal/medium */
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/wp-content/themes/rane-starter/fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 800; /* extra bold */
  font-style: normal;
}

:root {
  --font-header: 'TrajanPro', serif;
  --font-body: 'Gilroy', sans-serif;
}


body {
  font-family: 'Gilroy', serif; /* Change to correct font */
  font-size: 16px;
  background-color: #000;
}

.post, .page {
  margin: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'TrajanPro', sans-serif; /* Change to correct font */
  font-weight: normal;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  text-transform: lowercase!important;
  line-height: 1.2;
}

/* ==================== */
/* Container
/* ==================== */

.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.section-has-bg .container {
  position: relative;
  z-index: 2;
}

/* ==================== */
/* Sections
/* ==================== */

.section {
  position: relative;
  overflow: hidden!important;
  padding: 2rem 0;
}

.section--off-grey {
  background-color: var(--off-grey);
}

.section-has-bg {
  background-size: cover;
  position: relative;
  padding: 2rem 0;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.section-has-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}

@media (min-width: 1280px){
  .section {
    padding: 50px 0;
  }

  .section-has-bg {
    padding: 50px 0;
  }
}


/* ==================== */
/* Reset H1 CSS
/* ==================== */

h1.home-link,
a.home-link {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  font-size: 16px !important;
}

.home-link__logo {
  display: block;
  max-width: 350px;
  width: 100%;
  /* margin-top: -30px; */
}


/* ==================== */
/* Site Titles
/* ==================== */

.rte h2, .rte h3, .rte h4,
.site-title {
  margin-top: 0 !important;
  color: var(--brand-main) !important;

}

.site-title--centre {
  text-align: center;
}


/* ==================== */
/* Site Buttons
/* ==================== */

.site-btn {
  display: inline-block;
  background-color: var(--brand-main);
  color: white !important;
  padding: 8px 32px 5px 32px;
  border-radius: 50px;
  text-decoration: none !important;
  text-transform: lowercase!important;
}

.site-btn--white {
  background-color: white;
  color: var(--brand-main) !important;
}


/* ==================== */
/* Typography
/* ==================== */

p:first-of-type {
  margin-top: 0;
}

.rte {
  line-height: 1.75 !important;
}

.rte ul {
  margin-left: 0;
  padding-left: 20px;
}

@media (min-width: 1280px){
  .rte--larger-text {
    font-size: 18px;
  }

  .rte-large {
    font-size: 22px;
    font-family: var(--font-body);
    font-weight: 300;
    max-width: 560px;
  }
}


/* ==================== */
/* Misc Classes
/* ==================== */

.text-align-center {
  text-align: center !important;
}

.max-width--750 {
  max-width: 750px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.text--white {
  color: white !important;
}

.disp-block {
  display: block !important;
}

/* ==================== */
/* Grid
/* ==================== */

.row, .row-rvrse {
  display: flex!important;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;

}

.row-invert{
  display: flex!important;
  flex-direction: column-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;

}

.col-2, .col-3, .col-4, .col-2-small, .col-2-big, .col-2-no-space{
  width: 100%;
}

.col-4{
  padding: 15px 0;
}

.vertical_center{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px){

  .row, .row-invert{
    flex-direction: row;
  }

  .row-rvrse {
    flex-direction: row-reverse;
  }

  .col-4{
    width: 48.5%;
  }

}

@media (min-width: 1024px){

  .row, .row-invert{
    flex-direction: row;
  }

  .col-2{
    width: 48.5%;
  }

  .col-2-small{
    width: 31.5%;
  }

  .col-2-big{
    width: 64.5%;
  }

  .col-2-no-space{
    width: 50%;
  }

  .col-3{
    width: 31.5%;
  }

  .col-4{
    width: 23.5%;
  }

}

/* ==================== */
/* Top Bar
/* ==================== */

.top-bar {  
  background-color: transparent;
  padding: 6px 0;
  text-align: center;
}

.top-bar__col--contact {
  display: none;
}

.top-bar__cta-btn {
  display: inline-block;
  color: white !important;
  font-size: 14px;
  text-decoration: none !important;
  background-color: var(--brand-main);
  padding: 8px 32px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}

.top-bar__item {
  color: white;
}

.top-bar__item i {
  display: inline-block;
  margin-right: 5px;
}

.top-bar__item a {
  color: white !important;
  text-decoration: none !important;
  display: inline-block;
  margin-right: 1.5rem;
  text-transform: uppercase;  
  font-size: 14px;
  cursor: pointer;
}

@media (min-width: 768px){
  .top-bar {
    display: block;
    padding: 8px 0;
  }

  .top-bar__row {
    display: flex;
    justify-content: space-between;
  }

  .top-bar__col--contact {
    display: flex;
    align-items: center;
  }

  .top-bar__cta-btn {
    padding: 5px 25px;    
  }
}

/* ===================== */
/* Slideout Nav
/* ===================== */

.slideout-menu {    
  width: 350px;
  position: fixed;
  top: 0; 
  left: -350px; 
  /* left: 0;*/
  height: 100%; 
  background: #333;
  z-index: 99999;
  /*overflow-y: scroll;*/
  background-color: #21201f;
  transition: 0.5s;
}

body.admin-bar .slideout-menu {
  top: 46px;
}

.slideout-menu.active {
  box-shadow: 0 21px 27px rgb(0 0 0 / 90%);
  left: 0;
}

.slideout-menu i {
  font-family: "FontAwesome";
}

.slideout-menu h3 { 
  margin: 0;
  position: relative;
  padding: 12px 10px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
/*  border-bottom: 4px solid #222;*/
}

/* Style up the toggle menu "x" */
.slideout-menu .slideout-menu-toggle {
  position: absolute;
  top: 12px;
  right: 10px;
  display: inline-block;
  padding: 6px 9px 5px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  background: var(--brand-blue);
  color: white;
  text-decoration: none;
  vertical-align: top;
}

.slideout-menu .slideout-menu-toggle:hover {
  color: #fff;
}

/* Give the menu container some love */
.slideout-menu ul {
  list-style: none;
  font-weight: 300; 
  margin: 0;
  padding: 0;
}

.slideout-menu .nav_top_right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
  color: white;
}

.slideout-menu .nav_top_right {
  color: white;
}

.slideout-menu .nav_top_right .row {
  flex-direction: row;
  justify-content: flex-start;
  margin: 5px 0;
}

.slideout-menu .nav_top_right .row .nav_top_link, .slideout-menu .nav_top_right .row .gt_selector {
  color: white!important;
}

/* And now the list items */
.slideout-menu ul li {
  /*border-top: 1px solid #454545;
  border-bottom: 1px solid #151515;*/
}

/* The anchor elements within the list items */
.slideout-menu ul li a {
  position: relative;
  display: block;
  padding: 10px 10px 10px 30px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #333;
  font-family: var(--font-header);
}

.slideout-menu ul li a:first-of-type {
  border-top: 1px solid #333;
}

.slideout-menu ul li a button  {
  position: absolute;
  right: 10px;
}

.slideout-menu ul li a:hover {
  /*background: #000;
  color: #fff;*/
}

.slideout-menu ul li a i {
  position: absolute;
  top: 15px;
  right: 10px;
  opacity: .5;
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;    
  content: "";
  height: 42px;
  padding: 0;
  position: absolute;
  text-transform: lowercase;
  top: 3px;
  right: 0;
  width: 42px;
}

.dropdown-toggle:after {
  font-family: "FontAwesome";
  color: white;
  content: "\f078";    
  line-height: 42px;
  position: relative;
  top: 0;
  left: 1px;
  width: 42px;
}

.dropdown-toggle.sub-menu-on:after {
  content: "\f077";    
}

/* Submenu */
.slideout-menu ul .sub-menu {
  display: none;
  position: relative;
  width: 100%;
}

.slideout-menu ul .sub-menu li {
  border: 0;  
}

.slideout-menu ul .sub-menu li a {
  text-align: center;
  background-color: #2b673f !important;
}

@media (min-width: 1024px){
  .slideout-menu {
    display: none;
  }
}

/* ==================== */
/* Main Header
/* ==================== */
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: background 0.3s ease, padding 0.3s ease;
}

.main-header {
  background-color: transparent;
  /* padding: 0.5rem 0; */
  position: relative;
  z-index: 1;
  transition: 0.5s;
}


.main-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) 70%,
    rgba(0,0,0,0) 70%,
    rgba(0,0,0,0) 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.main-header.is-scrolled::before {
  opacity: 1;
}

.main-header.is-scrolled .home-link__logo {
  max-width: 330px;
  transition: 0.5s;
}



    /* Hide the top nav rows when scrolled */
    /* .main-header.is-scrolled .main-header__col--nav-top {
      display: none;
    } */

    /* Optional: tighten spacing when scrolled */
    /* .main-header.is-scrolled .main-header__row {
      padding-top: 10px;
      padding-bottom: 10px;
    } */

.main-header__row {
  display: flex;
  justify-content: center;
  width: 90%;
  padding: 0 30px;
  margin: auto;
}

.main-header__col--logo {
  flex-basis: 60%;
  position: relative;
  z-index: 1;
}

.main-header__col--nav {
  display: none;
}

.main-header__col--nav-wrapper {
  width: 100%;
}

.main-header__burger {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-header__burger-link {
  color: white !important;
}

.main-header__btn {
  display: none;
}

.main-header__col--nav-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0 30px 0;
}

.nav_top_right {
  justify-content: flex-end!important;
}

@media (min-width: 1024px){
  .main-header {
    padding: 0;
  }

  .main-header__row {
    justify-content: space-between;
  }

  .main-header__col--logo {
    flex-basis: auto;
    margin: 0;
    display: flex;
    justify-content: center;
    /* width: 30%; */
  }

  .main-header__burger {
    display: none;
  }

  .main-header__col--nav {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 35%;
  }

  .main-header__btn {
    display: flex;
    margin-left: 1rem;
    padding: 8px 16px 5px 16px;
    font-size: 12px;
    align-self: flex-start;
    min-width: 110px;
  }
}

@media (min-width: 1280px){

  .main-header__btn {
    font-size: 14px;
    min-width: 130px;
  }
}

@media (min-width: 1440px){

  .main-header__btn {
    font-size: 16px;
    min-width: 140px;
  }
}

@media (min-width: 1850px){
  .main-header__row {
    width: 80%;
    max-width: 1680px;

  }
}

/* ==================== */
/* Main Nav
/* ==================== */

.main-browse-nav {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  display: flex;  
  justify-content: space-between;
  width: 100%;;
}

.main-browse-nav > li {
  margin: 0 1rem;
  /* position: relative; */
}

.main-browse-nav > li > a {
  color: white !important;
  font-family: var(--font-header);
  text-transform: uppercase !important;
  font-weight: 600;
  text-decoration: none !important;
  font-size: 14px;
}

.main-browse-nav > li > a:hover {
  color: var(--brand-main) !important;
  -webkit-mask-image: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 0.7) 30%,
    #000 50%,
    rgba(0, 0, 0, 0.7) 70%
  );
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

 

@media (min-width: 1024px){
  
  .main-browse-nav > li {
    margin: 0 .3rem;
  }

  .main-browse-nav > li > a {
    font-size: 12px;
  }

  .main-header__col--nav-btm {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
  }

  .main-header__col--nav-btm button {
    margin-left: 8px
  }
}

@media (min-width: 1280px){

  .main-browse-nav > li { 
    margin: 0 .3rem;
  }

  .main-browse-nav > li > a {
    font-size: 12px;
  }
}

@media (min-width: 1440px){

  .main-browse-nav > li > a {
    font-size: 13px;
  }
}

@media (min-width: 1680px){

  .main-browse-nav > li { 
    margin: 0 .5rem;
  }

  .main-browse-nav > li > a {
    font-size: 16px;
  }
}


/* ==================== */
/* Sub Menus
/* ==================== */

.sub-menu {
  position: absolute;
  left: 0;  
  margin: 0;
  padding: 0;
  width: 250px;
  display: none;
}

.sub-menu > li.menu-item {
  display: block;  
}

.sub-menu > li.menu-item a {
  color: white !important;
  display: block;
  background-color: var(--brand-main);
  /* padding: 8px; */
  text-align: left;
  text-decoration: none !important;
}

.sub-menu > li.menu-item a:hover {
  background-color: var(--brand-main-hover)
}

.main-browse-nav > li:hover .sub-menu {
  display: block;
}


/* ==================== */
/* Slideshow
/* ==================== */

#slideshow {
  overflow: hidden;
}

.fp-slideshow__slide {
  height: 500px;
  position: relative;
  background-position: center;
  background-size: cover;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.fp-slideshow__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}

.fp-slideshow__content {
  position: relative;
  z-index: 1;  
  width: 90%;
  max-width: 1280px;  
  margin-left: auto;
  margin-right: auto;
}

.fp-slideshow__title {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.fp-slideshow__text {
  color: white;
  margin: 0 0 0.5rem 0;
  max-width: 500px;

}

#slideshow .slick-dots {
  bottom: 1rem;
}

#slideshow .slick-dots li button:before {
  font-size: 14px;
  color: white;
}

#slideshow .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

#slideshow .slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media (min-width: 1280px){

  .fp-slideshow__slide {
    height: 750px;
  }

  .fp-slideshow__logo {
    width: 550px;
  }

  .fp-slideshow__title {
    font-size: 28px;
  }

  .fp-slideshow__text {
    font-size: 22px;
  }

  #slideshow .slick-dots {
    bottom: 2rem;
  }
}


/* ==================== */
/* Footer
/* ==================== */

.site-footer-main {
  padding: 32px 0;
  background-color: var(--brand-main);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%), url(/wp-content/uploads/2025/10/fire-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 2px solid var(--brand-sec)
}

.site-footer-main__col--blurb {
  margin-bottom: 32px;
}

.site-footer-main__col--contact {
  margin-bottom: 32px;
}

.site-footer__logo {
  max-width: 210px;
}

.site-footer__blurb {
  font-size: 14px;
  color: white;
  margin-top: 5px!important;
  margin-left: 10px!important;
}

.site-footer__title {
  color: white;
  position: relative;
  padding-bottom: 4px;
  font-size: 18px
}

.footer-nav-wrap ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}

ul.footer-legal-nav {
  margin-bottom: 1rem !important;
}

.footer-nav-wrap ul a {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  transition: 0.2s;
  color: white !important;
  text-decoration: none !important;
  font-size: 18px;
  font-family: var(--font-header);
  text-transform: lowercase!important;
}

.footer-nav-wrap ul a:hover {
  color: var(--brand-main) !important;
  -webkit-mask-image: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 0.7) 30%,
    #000 50%,
    rgba(0, 0, 0, 0.7) 70%
  );
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

.site-footer__addr {
  color: white !important;
  position: relative;
  margin-bottom: 16px;
}

.site-footer__link {
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition: 0.2s;
  color: white !important;
  text-decoration: none !important;  
}

.site-footer__link-wrap {
  position: relative;
  padding-left: 32px;
}

.site-footer__link-wrap::before {
  content: "\f095"; 
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  color: white;
  position: absolute;
  left: 0;
}

.site-footer__link-wrap--email::before {
  content: "\f0e0";
}

.social-icons {
  padding: 16px 0 0 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
  display: flex;  
}

.social-icons__link {
  font-size: 32px;
  color: white !important;
}

.social-icons__item {
  margin-right: 1rem;
}

.social-icons__item:last-of-type {
  margin-right: 0;
}

.social-icons__link--dark {
  color: var(--brand-main) !important;
}

.site-footer .social-icons__item {
  margin-right: 0.5rem;
}

.footer-hr {
  margin: 40px 0;
  padding: 0 !important;
  background-color: #d9d9d9;
}

.ftr_copyright {
  display: flex;
  align-items: center;
}

.footer-nav-wrap--legal ul {
  display: flex;
  
}

.footer-nav-wrap--legal ul li a {
  margin-right: 10px;
  font-family: var(--font-body)!important;
  font-weight: 300!important;
  color: var(--brand-sec)!important;
  
}

@media (min-width: 768px){

  .site-footer-main__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .site-footer-main__col--blurb,
  .site-footer__blurb {
    margin-bottom: 0;
  }

  .site-footer__title {
    margin-top: 0;
  }
}

@media (min-width: 1024px){

  .site-footer-main__col--contact {
    margin-bottom: 0;
  }

  .site-footer-main {
    padding-top: 50px;
  }

  .site-footer-main__row {
    flex-wrap: nowrap;
  }

  .site-footer-main__col {
    flex-basis: calc(25% - 32px);
  }

  .site-footer-main__col--links {
    flex-basis: calc(20% - 32px);
  }
}

@media (min-width: 1280px){

  .site-footer-main {
    padding-top: 75px;
  }

  .site-footer__blurb {
    padding-right: 32px;
  }
  
  .social-icons__link--lg {
    font-size: 45px;
  }

  .site-footer__blurb {
    line-height: 2;
  }
}


/* ==================== */
/* Site Info
/* ==================== */

.site-info {
  background-color: black;
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 16px;
}

.site-info__text {
  margin: 0;
  color: white;
  font-size: 14px;
}

.site-info__copyright,
.site-info__designby {
  display: block;
  text-align: center;
}

.site-info a {
  color: white !important;
}

@media (min-width: 768px){
  .site-info__text {
    display: flex;
    justify-content: center;    
  }

  .site-info__copyright {
    margin-right: 8px;
    position: relative;
  }  

  .site-info__copyright::after {
    content: " |";
    display: inline-block;
    padding-left: 8px;
  }
}


/* ==================== */
/* Main Banner
/* ==================== */

.main-banner {
  background-size: cover;
  background-position: center;
  background-color: var(--brand-main); /* Default colour fallback for banner */
  height: 200px;
  display: flex;
  align-items: center;
  position: relative;
}

.main-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}

.main-banner__row {
  position: relative;
}

.main-banner__title {
  margin: 0;
  color: white;
}

@media (min-width: 1280px){
  .main-banner {
    height: 300px;
  }

  .main-banner__title {
    font-size: 50px;
  }
}


/* ==================== */
/* Page Builder
/* ==================== */

.page-wrap {
  background-color: #efefef;
  padding: 2rem 0 1rem 0;
}

.content-box__row {
/*  background-color: white;*/
/*  padding: 1rem;*/
  margin-bottom: 2rem;
/*  box-shadow: 0 0 4px rgba(0,0,0,0.4);*/
}

.content-box__row p:last-of-type {
  margin-bottom: 0;
}

.col-order-1 {
  margin-bottom: 2rem;
}

.content-box__title {
  margin-bottom: 1rem;
}

.content-box__body {
  margin-bottom: 1rem;
}

.section-has-bg .content-box__row {
  background-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: none;
}

.section-has-bg .site-title-pre,
.section-has-bg .content-box__title,
.section-has-bg .content-box__body .rte * {
  color: white !important;
}

@media (min-width: 1024px){

  .col-order-1 {
    margin-bottom: 0;
  } 

  .content-box__row {
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
  }

  .content-box__row--single-row {
    flex-direction: column;
    align-items: center;
    text-align: center !important;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-box__col--txt {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 30px;
  }

  .content-box__col--img {
    width: 720px;
  }
  
  .content-box__col--img img {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .content-box__col--txt.col-order-1 {
    padding-right: 2rem;
  }

  .col-order-1 {
    order: 1;
  }

  .col-order-2 {
    order: 2;
  }
}

@media (min-width: 1280px){
  .content-box__row { 
    padding: 3rem 0;
  }

  .content-box__body {
    margin-bottom: 2rem;
  }
}


/* ==================== */
/* Contact Page 1
/* ==================== */

.contact-card {
  background-color: var(--brand-main);
  padding: 1rem;
  border-radius: 10px;
  display: flex;  
  align-items: center;
  margin-bottom: 1rem;
}

.contact-card__icon-wrap {
  margin-right: 1rem;
}

.contact-card__icon-circle {
  color: white !important; 
}

.contact-card__icon {
  color: var(--brand-main) !important;
}

.contact-card__text-wrap,
.contact-card__link {
  color: white !important;
}

.contact-card__link {
  text-decoration: none !important;
}

.opening-hours {
  margin: 0 0 2rem 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}

.opening-hours__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}

.opening-hours__item::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted white;
}

.opening-hours__day,
.opening-hours__hours {
  background-color: var(--brand-main);
  display: inline-block;  
  position: relative;
  z-index: 1;
}

.opening-hours__day {
  padding-right: 8px;
}

.opening-hours__hours {
  padding-left: 8px;
}

.section-about-lower__col--hours {
  margin-bottom: 2rem;
}

.section-contact__col--form h2 {
  margin-bottom: 2rem !important;
}

.social-icons {
  padding: 16px 0 0 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
  display: flex;
  gap: 16px;
}

.social-icons__link {
  font-size: 32px;
  color: white !important;
}

.site-footer .social-icons__link {
  color: white !important;
}

.section-contact__col--text {
  color: white;
}


@media (min-width: 1024px){
  .section-contact__row,
  .section-about-lower__row {
    display: flex;
    justify-content: space-between;
  }

  .section-contact__col--form {
    flex-basis: 60%;
  }

  .section-contact__col--text {
    flex-basis: 35%;
  }

  .section-about-lower__col {
    flex-basis: 40%;
  }
}


/*====================
Contact Page 2
====================*/

.contact_box_wrapper{
  background-color: var(--brand-main);
  padding: 30px;
  border-radius: 10px;
  color: #fff;  
  text-align: center;
  margin: 15px 0;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.2);
}

.contact_box_wrapper h2{
  font-size: 60px;
  margin: 0;
}

.contact_box_wrapper a{
  color: #fff;  
  text-decoration: none;
}

.contact_box_wrapper a:hover{
  color: var(--brand-secondary);  
  text-decoration: none;
}

.frm_button_submit{
  float: right;
}

.contact_form{
  background-color: var(--brand-main);
}

.contact_form h2{
  color: #fff;
}





/* ============================================================ */
/* Custom code starts below...
/* ============================================================ */

/* ============================================= */
/* Global Styles
/* ============================================= */

.brand_color {
  color: var(--brand-main)!important;
}

.site-title {
  margin-bottom: 30px;
  font-size: 40px;
}

.site-title h2 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
  position: relative
}

.site-title h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  position: relative

}

.site-title-white .pre-title, .site-title-white .main-title {
  margin: 0;
  color: white;
  max-width: 315px;
}

.site-title-black .pre-title, .site-title-black .main-title {
  margin: 0;
  color: black;
  max-width: 380px;
}

.site-title-center {
  margin: auto;
  text-align: center;
}

.pre-title {
  font-weight: 400;
  font-size: 16px;
}

.main-title {
  font-weight: 600;
  font-size: 32px;
}

.site-btn-mobile-menu {
  display: flex;
  justify-content: center;
  width: 100%;
}

.mobile-main-nav {
  padding-left: 30px;
}

.margin_top_30 {
  margin-top: 30px;
}

.margin_bottom_30 {
  margin-bottom: 30px;
}

.margin_v_30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* ==================== */
/* Buttons
/* ==================== */

.site-btn{
  position: relative;
  text-transform: none;
  border-radius: 0;
  font-family: "TrajanPro", sans-serif;
  text-transform: lowercase!important;
}

.site-btn-square, .site-btn-square:hover, .site-btn-square::after, .site-btn-square::after {
  border-radius: 0;
}

.site-btn-main{
  background-color: var(--brand-main);
}

.site-btn-main span, .site-btn-sec span, .site-btn-ter span, .site-btn-blk span, .site-btn-outline span {
  position: relative;
  z-index: 2;
  margin: 0!important;
}

.site-btn-main:hover{
  position: relative;
  background: var(--brand-main);
  color: white!important;
  transition: .5s;
}

.site-btn-main::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--brand-main-hover);
  transition: 0.5s;
  height: 100%;
  z-index: 1;
}

.site-btn-sec{
  background-color: var(--brand-sec);
  color: white!important;
}

.site-btn-sec:hover{
  position: relative;
  background: var(--brand-sec);
  color: white!important;
  transition: .5s;
}

.site-btn-sec::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--brand-sec-hover);
  transition: 0.5s;
  height: 100%;
  z-index: 1;
  border-radius: 15px;
}


.site-btn-ter{
  background-color: var(--brand-ter);
  color: white!important;
}

.site-btn-ter:hover{
  position: relative;
  background: var(--brand-ter);
  color: white!important;
  transition: .5s;
}

.site-btn-ter::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--brand-ter-hover);
  transition: 0.5s;
  height: 100%;
  z-index: 1;
  border-radius: 15px;
}

.site-btn-outline{
  background: transparent;
  border: 1px solid white;
  transition: .2s;
}

.site-btn-outline:hover{
  position: relative;
  background: var(--brand-sec);
  border: 1px solid white;
  transition: .5s;
  color: white!important;
}

.site-btn-outline::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--brand-sec);
  transition: 0.5s;
  height: 100%;
  z-index: -1;
  border-radius: 15px;
}

.site-btn-blk{
  background-color: black;
  color: white!important;
}

.site-btn-blk:hover{
  position: relative;
  background: var(--brand-sec);
  transition: .5s;
}

.site-btn-blk::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--brand-sec-hover);
  transition: 0.5s;
  height: 100%;
  z-index: 1;
}

.site-btn-outline:hover::after, .site-btn-main:hover::after, .site-btn-sec:hover::after, .site-btn-ter:hover::after, .site-btn-blk:hover::after{
  width: 100%;
}

.site-btn-center {
  text-align: center;
  align-self: center;
}

.event_btns {
  position: relative;
  margin-top: 30px;
  z-index: 2;
}

.event_btns .site-btn {
  margin: 10px 0;
}

@media (min-width: 1024px) {

  .event_btns .site-btn {
    margin: 0;
    margin-right: 20px;
  }
}

/* ==================== */
/* backgrounds
/* ==================== */

.bg-main {
  background-color: var(--brand-main)!important;
}

.bg-sec {
  background-color: var(--brand-sec)!important;
}

.bg-sec-hov {
  background-color: var(--brand-sec-hover)!important;
}

.bg-ter {
  background-color: var(--brand-ter)!important;
}

.bg-off-grey {
  background-color: var(--off-grey)!important;
}

.bg-off-white {
  background-color: var(--off-white)!important;
}

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

.bg-gradient-radial {
  background: radial-gradient(rgba(5,54,64,1) 0%, rgba(0,21,29,1) 75%)!important;
}

.bg-gradient {
  background: linear-gradient(to bottom, #f2f2f2 0%, #FAFAFA 100%)!important;
}

.bg-hard-gradient{
  background: linear-gradient(to bottom, var(--brand-main) 0%, var(--brand-main) 40%, #fff 40%)!important;
}

.bg-hard-gradient-vert {
  background: linear-gradient(to bottom, var(--brand-main) 0%, var(--brand-main) 20%, #f1f1f1 20%)!important;
}

@media (min-width: 1024px) {

  .bg-hard-gradient-vert {
    background: linear-gradient(90deg, var(--brand-main) 0%, var(--brand-main) 40%, #f1f1f1 40%)!important;
  }

}

.bg-icon-squares-sml, .bg-icon-squares-lrg, .bg-icon-building, .bg-icon-building-sml, .bg-icon-building-ftr {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-icon-building::before {
  content: "";
  display: none;
  width: 425px;
  height: 432px;
  position: absolute;
  right: 50%;
  bottom: 0;
  background-image: url('/wp-content/uploads/2025/04/building-bg.png');
  opacity: 0.15;
  transform: translateX(50%);
}

.bg-icon-building-sml::before {
  content: "";
  /* display: none; */
  width: 300px;
  height: 304px;
  position: absolute;
  right: 20%;
  bottom: 0;
  background-image: url('/wp-content/uploads/2025/04/building-bg.png');
  background-size: contain;
  opacity: 0.15;
  transform: translateX(50%);
}


.bg-icon-building-ftr::before {
  content: "";
  display: none;
  width: 425px;
  height: 432px;
  position: absolute;
  right: 20%;
  bottom: 0;
  background-image: url('/wp-content/uploads/2025/04/building-bg.png');
  background-size: contain;
  opacity: 0.15;
  transform: translateX(50%);
}

.bg-icon-squares-sml::before {
  content: "";
  width: 419px;
  height: 241px;
  position: absolute;
  right: -80px;
  top: -30px;
  background-image: url('/wp-content/uploads/2025/04/Square-graphic.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .3;
  z-index: -1;
}

.bg-icon-squares-lrg::before {
  content: "";
  width: 630px;
  height: 360px;
  position: absolute;
  right: -150px;
  top: -50px;
  background-image: url('/wp-content/uploads/2025/04/Square-graphic.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: -1;
}

@media (min-width: 1024px) {

  .bg-icon-building::before {
    display: flex;
    right: 10%;
    transform: unset;
  }
}

@media (min-width: 1280px) {

  .bg-icon-building::before {
    right: 20%;
  }

  .bg-icon-squares-lrg::before {
    opacity: 1;
  }

  .bg-icon-building-ftr::before {
    display: block;
  }

}

@media (min-width: 1400px) {
  .bg-icon-squares-sml::before {
    opacity: 1;
  }
}

.bg-img-absolute {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  height: 150%;
  min-width: 100%;
  top:-20%;
}

.bg-img-featured {
  min-height: 400px!important;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
}

.bg-img-contain {
  background-size: contain;
}

.bg-img-gray {
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.bg-img-gray::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
  background-image: inherit; /* won't work with inline style, see note below */
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
  transition: filter 1s ease;
  z-index: 0;
  width: 100.1%;
}

.bg-img-gray:hover::before {
  filter: grayscale(0%);
}

.bg-img-gray > * {
  position: relative;
  z-index: 1;
}

.bg-img-fixed {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}

/* ==================== */
/* animations
/* ==================== */

.grow-in-scroll-animation {
  scale: .7; 
  opacity: 0;
  animation: grow-in linear forwards;
  animation-timeline: view();
  animation-range: entry;
  margin: 15px 0;
  height: 400px;
}

@keyframes grow-in {
  to{scale: 1; opacity: 1;}
}

.fade-in-left-scroll-animation {
  position: relative;
  left: -20%; 
  opacity: 0;
  animation: slide-in linear forwards;
  animation-timeline: view();
  animation-range: entry;
}

@keyframes slide-in {
  to{left: 0; opacity: 1;}
}


.fade-in-up-scroll-animation {
  position: relative;
  bottom: -150px; 
  opacity: 0;
  animation: slide-in-up linear forwards;
  animation-timeline: view();
  animation-range: entry;
}

@keyframes slide-in-up {
  to{bottom: 0; opacity: 1;}
}

@media (min-width: 1024px) {
  .fade-in-up-scroll-animation:nth-child(1) {
    bottom: -150px; 
  }

  .fade-in-up-scroll-animation:nth-child(2) {
    bottom: -190px; 
  }

  .fade-in-up-scroll-animation:nth-child(3) {
    bottom: -230px;
  }

  .fade-in-up-scroll-animation:nth-child(4) {
    bottom: -260px;
  }

}

.fade-in-scroll-animation { 
  opacity: 0;
  animation: fade-in linear forwards;
  animation-timeline: view();
  animation-range: entry;
}

@keyframes fade-in {
  to{opacity: 1;}
}

.bg-gradient-pink {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gradient-animation {
  position: absolute;
  background: linear-gradient(80deg, var(--brand-sec-hover), var(--brand-main), var(--brand-main), var(--brand-sec), var(--brand-sec-hover));
  background-size: 200%;
  animation: animate-gradient 10s linear infinite alternate;
  width: 200%;
  height: 200%;
  top:-20%;
  opacity: .8;
}

@keyframes animate-gradient {
  to {
    background-position: 200%;
  }
}


/* .fire-light {
background-color: black;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 150%;
z-index: -1;
top:-20%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;

--Subtle Glow Effect--
animation: flicker 5s infinite alternate ease-in-out,
           flicker-fast 700ms infinite alternate;
}

@keyframes flicker {
0%, 100% { filter: brightness(1); }
50%      { filter: brightness(1.2); }
}

@keyframes flicker-fast {
0%, 100% { opacity: 0.9; }
50%      { opacity: 1; }
} */

.snow-bg {
  background-color: transparent;
}

/* One image used 3 times; all move by multiples of the same tile height */
.snow-bg::after {
  --h1: 500px; /* s1.webp */
  --h2: 400px; /* s2.webp */
  --h3: 300px; /* s3.webp */

  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;

  background-image:
    url('/wp-content/uploads/2025/10/s1.webp'),
    url('/wp-content/uploads/2025/10/s2.webp'),
    url('/wp-content/uploads/2025/10/s3.webp');
  background-repeat: repeat;
  background-size: auto; /* don’t scale; rely on intrinsic tiling */
  opacity: .4;

  animation: snow-seamless 20s linear infinite;
}

/* A → C (further down by whole tiles). No reversal, no snap. */
@keyframes snow-seamless {
  from {
    background-position:
      10px 100px,     /* layer 1 start */
      40px 60px,      /* layer 2 start */
      0 0;            /* layer 3 start */
  }
  to {
    background-position:
      10px calc(100px + 2 * var(--h1)),  /* 2×H */
      40px calc( 60px + 3 * var(--h2)),  /* 1×H */
      0    calc(  0px + 4 * var(--h3));  /* 3×H */
  }
}




/* ==================== */
/* Titles
/* ==================== */

.section_title {
  color: #131212;
}

.section_title_white {
  color: white;
}

.section_title_center, .section_content_center {
  text-align: center;
  margin: 0 auto;
}

.section_content {
  color: #131212;
  font-size: 16px;
  position: relative;
}

.section_content_white {
  color: white;
}

.section_content_white a {
  color: white;
  text-decoration: underline;
}

.section_content_narrow {
  max-width: 530px!important;
}

.section_content ul {
  padding-left: 20px;
  margin-left: 0;
}


.section_title h3 {
  color: var(--brand-sec);
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
}

.section_title h2, .section_title_center h2 {
  font-size: 28px;
  margin-top: 0;
}

.section_details p {
  padding: 10px 0;
}

.site-title-dark {
  color: #0E0E0E!important;
}

.site-title-white {
  color: white!important;
}

.site-title-dark .pre-title, .site-title-dark .main-title {
  margin: 0;
}

.site-title-narrow {
  max-width: 440px;
}

@media (min-width: 1024px) {
  .section_content {
    max-width: 630px;
  }

  .section_title_half {
    max-width: 50%;
  }

  .section_title h2, .section_title_center h2 {
    font-size: 40px;
    margin-top: 0;
  }
}

/* ==================== */
/* Call to Action
/* ==================== */

.cta_bar_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.cta_bar_txt h2 {
  color: white;
  font-size: 18px;
  font-weight: 400;
}

.cta_bar_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  margin-bottom: 1rem;
  width: 100%;
}

@media (min-width: 1024px){

  .cta_bar_btn{
    margin-bottom: 0;
      width: 15.5%;
  }

  .cta_bar_txt{
    width: 81.5%;
    
  }

}

/* ============================================= */
/* Global Styles End
/* ============================================= */


/* =================== */
/* Hero Module
/* =================== */

.hero-section {
  position: relative;
  overflow: hidden;
  height: 90vh;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-video,
.hero-bg  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0; /* put behind content */
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 90%, rgba(0,0,0,1) 100%); /* adjustable darkness */
  z-index: 1; /* sits between video and content */
}

.hero_content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding-top: 100px;
}

.hero_main_content {
  font-size: 22px;
  font-weight: 300;
  margin: auto;
  max-width: 670px;
}

.hero_content h1 {
  font-size: 40px;
  max-width: 900px;
  margin: auto;
}

.hero_content .hero-btns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.hero_content .hero-btns .site-btn {
  align-self: center;
}

@media (min-width: 1024px) {
  .hero_content h1 {
    font-size: 60px;
  }
}


.arched_card {
  min-height: 500px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  transition: .5s;
  margin: 15px 0;
}

.arched_card:hover {
  transform: scale(1.05);
  transition: .5s;
}

.arched_card_content {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: white;
  padding: 0 1rem;
  text-align: center;
  max-width: 250px;
}

.arched_card:hover .arched_card_content h3 {
  color: var(--brand-main);
} 

@media (min-width: 1024px) {
  .arched_card_content {
    bottom: 60px;
  }
}

@media (min-width: 1280px) {
  .arched_card_content {
    bottom: 30px;
  }
}

.row_center {
  justify-content: center;
  gap: 2%;
}



.event_col {
  margin: 15px 0
}

.bordered-img {
  position: relative;
  width: 100%;
  outline: 1px solid var(--brand-sec);
  outline-offset: -10px;
  transition: .5s;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px 30px;
  align-items: center;
  text-align: center;
  min-height: 300px;
}

.bordered-img:hover {
  position: relative;
  transform: scale(1.02);
  box-shadow: 2px 4px 14px #00000014;
}

.bordered-img::before {
  content: '';
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 2px solid var(--brand-sec);
  outline-offset: -15px;
  z-index: 1;
  transition: .5s;
}

.bordered-img::after {
  content: '';
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid var(--brand-sec);
  outline-offset: -20px;
  z-index: 1;
}

.event_col a {
  text-decoration: none!important;
  color: white;
}

.events_box_content {
  position: relative;
  z-index: 2;
  min-height: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.events_box_content h3 {
  color: white;
  margin-bottom: 0;
  font-size: 22px;
  max-width: 330px;
  margin: auto;
  text-transform: uppercase;
  padding: 0 10px;
}

.events_box_content .site-btn {
  margin-top: 20px;
  align-self: center;
}



.txt_gold {
  color: var(--brand-sec)!important;
}


.nav_top_link {
 font-family: var(--font-body);
 color: var(--brand-sec)!important;
 text-decoration: none!important; 
 font-weight: 200;
}

.header_opening_hours {
  color: white;
  font-family: var(--font-body);
  font-weight: 200;
}


.header_opening_hours i {
  color: white;
  margin-right: 10px
}

.nav_top_right i {
  color: white;
  margin-left: 10px;
  margin-right: 5px
}

.gt_selector {
  color: var(--brand-sec)!important;
  background-color: transparent;
  font-family: var(--font-body);
  font-weight: 200;
  border: none;
  max-width: 120px;
}




.section_btns {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}




.products_box_content {
  font-family: var(--font-body);
  font-size: 16px;
  color: white;
}

.products-slider .slide {
  padding: 0 10px; /* gutter between slides */
}

.products-slider .products_box_content {
  color: #fff;
  padding: 16px;
}
.products-slider .slick-prev {
  right: 100px;
}

.slick-prev:before {
  content: "\f053"; /* Font Awesome left arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--brand-sec);
  font-size: 35px;
}

.slick-next:before {
  content: "\f054"; /* Font Awesome left arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--brand-sec);
  font-size: 35px;
}

.products-slider .slick-prev, .products-slider .slick-next {
  top: auto;
  bottom: -50px;
}

.products-slider .slick-prev {
  left: 50%;
  transform: translateX(-30px);
}

.products-slider .slick-next {
  right: 50%;
  transform: translateX(30px);
}

.site-btn-products {
  margin-top: 100px;
}

/* =================== */
/* Sticky Shield CTA   */
/* =================== */

.sf-shield-cta {
  --sf-right: 30px;
  --sf-width: 150px;
  --sf-height: 166px;

  position: fixed;
  right: var(--sf-right);
  bottom: 50px;
  width: var(--sf-width);
  height: var(--sf-height);
  z-index: 40;

  display: none;           /* mobile default off */
  align-items: center;
  justify-content: center;

  background-image: url(/wp-content/uploads/2025/10/sticky-offer-shield-1.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity .25s ease,
    visibility .25s ease,
    transform .25s ease;
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .sf-shield-cta { transition: none; }
}

.sf-shield-cta.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sf-shield-cta__close {
  position: absolute;
  top: 2px;
  right: -6px;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.sf-shield-cta__content {
  display: grid;
  gap: 6px;
  text-align: center;
  padding: 12px;
  color: #fff;
}

.sf-shield-cta__title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

.sf-shield-cta__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
}

.sf-shield-cta__link {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  border-radius: 24px;
  padding: 8px 12px;
  color: white!important;
}

.sf-shield-cta__link:hover {
  color: var(--brand-main)!important;
}

/* Show on tablet+ */
@media (min-width: 768px) {
  .sf-shield-cta { display: flex; }
}

/* Larger desktop sizing */
@media (min-width: 1024px) {
  .sf-shield-cta {
    --sf-right: 50px;
    --sf-width: 200px;
    --sf-height: 220px;
    bottom: 50px;
  }
}

/* Small desktop scaling for very short viewports */
@media (max-height: 700px) and (min-width: 768px) {
  .sf-shield-cta {
    bottom: 20%;
    transform: translateY(4px);
  }
}

.image-stack {
  position: relative;
  min-height: 400px;
}


.stack-img {
  position: relative;
  width: 100%;
  outline: 1px solid var(--brand-sec);
  outline-offset: -10px;
  transition: .5s;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px 30px;
  align-items: center;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  margin: 15px 0;
}

.stack-img::before {
  content: '';
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 2px solid var(--brand-sec);
  outline-offset: -15px;
  z-index: 1;
  transition: .5s;
}

.stack-img::after {
  content: '';
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid var(--brand-sec);
  outline-offset: -20px;
  z-index: 1;
}

@media (min-width: 1024px) {

  .stack-img {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: unset;
  }

  .stack-img:hover {
    position: relative;
    z-index: 4!important;
  }

  .image-stack-1.stack-img:hover  {
    position: relative;
    transform: scale(1.5) translateX(30px) translateY(30px);
    box-shadow: 2px 4px 14px #00000014;
  }

  .image-stack-2.stack-img:hover  {
    position: relative;
    transform: scale(1.2) translateX(60px);
    box-shadow: 2px 4px 14px #00000014;
  }

  .image-stack-3.stack-img:hover  {
    position: relative;
    transform: scale(1.2) translateX(-30px);
    box-shadow: 2px 4px 14px #00000014;
  }
  
  .image-stack-1 {
    position: absolute;
    width: 250px;
    height: 170px!important;
    top: 50px;
    left: 20px;
    z-index: 3;
  }

  .image-stack-2 {
    position: absolute;
    width: 450px;
    height: 260px;
    z-index: 2;
    left: 0;
    top: 100px;
  }

  .image-stack-3 {
    position: absolute;
    width: 425px;
    height: 380px;
    z-index: 1;
    left: 130px;
    top: 0;
    
  }

  .row-rvrse .image-stack-1 {
    position: absolute;
    width: 250px;
    height: 170px!important;
    top: 50px;
    right: 20px;
    left: auto;
    z-index: 3;
  }

  .row-rvrse .image-stack-2 {
    position: absolute;
    width: 450px;
    height: 260px;
    z-index: 2;
    right: 0;
    left: auto;
    top: 100px;
  }

  .row-rvrse .image-stack-3 {
    position: absolute;
    width: 425px;
    height: 380px;
    z-index: 1;
    right: 130px;
    left: auto;
    top: 0;
    
  }

  .row-rvrse .image-stack-1.stack-img:hover {
    position: absolute; 
    right: 20px; 
    top: 50px; 
    transform: scale(1.5) translate(-50px, 30px);
  }


  .row-rvrse .image-stack-2.stack-img:hover {
    position: absolute;
    right: 0;
    top: 100px;
    transform: scale(1.2) translate(-50px, 30px);
  }

  .row-rvrse .image-stack-3.stack-img:hover {
    position: absolute;
    right: 130px;
    top: 0;
    transform: scale(1.2) translate(60px, 30px);
  }

}


/* ==================== */
/* details Sections
/* ==================== */

.details_wrap {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.details_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1e1e1e;
  padding: 30px;
  position: relative;
  z-index: 2;
  font-size: 16px;
}

.details_txt_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  padding: 50px 20px;
  margin: auto;
}

.details_txt_content ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.details_txt_content h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
}

.details_txt_content p {
  margin-top: 0;
  margin-bottom: 0;
}

.details_txt_content .site-btn {
  align-self: center;
}

.details_txt {
  height: 100%;
  position: relative;
}

.details_img {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0;
}

.details_content {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2;
}

@media (min-width: 1024px) {

  .details_txt_content {
    text-align: left;
    max-width: 550px;
    padding: 50px 0;
  }

  .details_txt_content ul {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 20px;
  }

  .details_txt_content .site-btn {
    align-self: flex-start;
  }

  .details_img {
    border-radius: 15px 0 0 15px;
  }

  .details_txt_content {
    margin-right: auto;
    margin-left: 50px;
  }

  .details_txt_content h2 {
    font-size: 40px;
  }
}


.form_wrap {
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid var(--brand-sec);
  padding: 30px 30px 0 30px;
  position: relative;
}


/* ==================== */
/* Grid Boxes
/* ==================== */

.grid_col {
  margin: 15px 0;
  color: white;
}

.grid_col a {
  text-decoration: none!important;
  color: white;
}

.grid_col p {
  margin-bottom: 0;
}

.grid_col .bg-img {
  min-height: 400px;
}

/* ==================== */
/* Testimonials
/* ==================== */

.testimonial-slider {
  margin-bottom: 50px;
}

.testimonial-slider .slide {
  padding: 0 10px; /* gutter between slides */
}

.testimonial-slider .slick-prev {
  right: 100px;
}

.slick-prev:before {
  content: "\f053"; /* Font Awesome left arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--brand-sec);
  font-size: 35px;
}

.slick-next:before {
  content: "\f054"; /* Font Awesome left arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--brand-sec);
  font-size: 35px;
}

.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
  top: auto;
  bottom: -50px;
}

.testimonial-slider .slick-prev {
  left: 50%;
  transform: translateX(-30px);
}

.testimonial-slider .slick-next {
  right: 50%;
  transform: translateX(30px);
}

.testimonial_slide {
  position: relative;
  background-color: #000;
  outline: 1px solid var(--brand-sec-hover);
  outline-offset: -10px;
  padding: 40px;
  height: 100%;
}

.testimonial_slide::before {
  content: '';
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 2px solid var(--brand-sec-hover);
  outline-offset: -15px;
  z-index: 1;
}

.testimonial_slide::after {
  content: '';
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid var(--brand-sec-hover);
  outline-offset: -20px;
  z-index: 1;
}

.testimonial_slide .section_content {
  color: var(--brand-sec);
  font-size: 16px;
  position: relative;
}

.star-rating {
  text-align: center;
  color: var(--brand-main);
  margin-bottom: 20px;
}



.content-box__col--img {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .content-box__col--img {
    margin-top: 0;
  }
}

/* ==================== */
/* Important Info Sections (experience)
/* ==================== */

.exp_info_wrap {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.exp_info_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1e1e1e;
  padding: 30px;
  position: relative;
  z-index: 2;
  font-size: 16px;
}

.exp_info_txt_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  padding: 50px 20px;
  margin: auto;
}

.exp_info_txt_content ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.exp_info_txt_content h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
}

.exp_info_txt_content p {
  margin-top: 0;
  margin-bottom: 0;
}

.exp_info_txt_content .site-btn {
  align-self: center;
}

.exp_info_txt {
  height: 100%;
  position: relative;
}

.exp_info_img {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0;
}

.exp_info_content {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2;
}

@media (min-width: 1024px) {

  .exp_info_txt_content {
    text-align: left;
    max-width: 570px;
    padding: 50px 0;
  }

  .exp_info_txt_content ul {
    list-style-type: disc;
    margin-left: 0;
    padding-left: 20px;
  }

  .exp_info_txt_content .site-btn {
    align-self: flex-start;
  }

  .exp_info_txt_content {
    margin-right: 50px;
    margin-left: auto;
  }

  .exp_info_txt_content h2 {
    font-size: 40px;
  }
}

/* ==================== */
/* Workshops
/* ==================== */

.workshops_box_content {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

}

.workshops_box_content h3 {
  color: white;
  margin-bottom: 0;
  font-size: 22px;
  max-width: 268px;
  margin: auto;
  text-transform: uppercase;
}

.workshops_box_content .site-btn {
  margin-top: 20px;
  align-self: center;
}

/* ==================== */
/* CTA Boxes
/* ==================== */

.cta_col {
  margin: 15px 0;
  height: 100%;
}

.cta_col a {
  text-decoration: none!important;
  color: white;
}

.cta_col .bordered-img {
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px 40px;
  align-items: flex-start!important;
  text-align: left;
}

.cta_box_content {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-items: center;

}

.cta_box_content h3 {
  color: white;
  margin-bottom: 0;
  font-size: 32px;
  max-width: 468px;
  text-transform: uppercase;
  margin: 0 auto;
}

.cta_box_content .site-btn {
  margin-top: 20px;
  align-self: center;
}

/* ==================== */
/* CTA Boxes
/* ==================== */

.dark_box {
  position: relative;
  background-color: #000;
  outline: 1px solid var(--brand-sec-hover);
  outline-offset: -10px;
  padding: 40px;
  height: 100%;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dark_box::before {
  content: '';
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 2px solid var(--brand-sec-hover);
  outline-offset: -15px;
  z-index: 1;
}

.dark_box::after {
  content: '';
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid var(--brand-sec-hover);
  outline-offset: -20px;
  z-index: 1;
}

.social-icons {
  margin: 0!important;
  padding: 0!important;
  gap: 5px!important;
}

.social-icons__item {
  text-align: center;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icons__item .fa-brands {
  font-size: 20px;
 
}

.social-icons__tripadvisor_icon {
  height: 30px;
  margin-top: 16px;
}

.vertical_center .site-btn{
  align-self: flex-start;
}




.star-rating {
  display: inline-flex;
  gap: 4px;
  line-height: 1;
}

.star {
  width: 24px;   /* adjust size as needed */
  height: 24px;
  display: block;
}

.star-base {
  fill: transparent; /* empty star color (e.g., slate-200) */
}

.star-fill {
  fill: var(--brand-main); /* filled star color (e.g., amber-500) */
  /* We’ll clip the filled layer per-star in JS by setting a CSS variable */
  clip-path: inset(0 var(--clip-right, 100%) 0 0);
}

/* Optional: larger sizes or compact variants */
.star-rating--lg .star { width: 32px; height: 32px; }
.star-rating--sm .star { width: 18px; height: 18px; }


.tripadvisor_wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 30px
}

.tripadvisor_link a {
  color: white;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 24px;
  transition: .2s;
}

.tripadvisor_link a:hover {
  color: var(--brand-main);
  transition: .2s;
}












.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn, .frm_style_footer-form.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_footer-form.with_frm_style input[type=submit], .frm_style_footer-form.with_frm_style .frm_submit input[type=button], .frm_style_footer-form.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_footer-form.with_frm_style .frm-edit-page-btn {
  box-shadow: none!important;
}




.mobile_menu_btn {
  padding: 30px;
}

.mobile_menu_btn .site-btn {
  width: 100%;
  text-align: center;
}

.venue_details, .venue_details h3, .venue_details h2 {
  color: white!important;
}



/********************
 * News Article Page
********************/

.news-article__image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  min-height: 400px;
}

.news-article__meta {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.news-article__meta .news-article__date {
  margin-right: 10px;
}

.news-article__title {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #fff;
}

.news-article__content {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

.news-article__content img {
  max-width: 100%;
  height: auto;
}


.news_card {
  display: flex!important;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 2px 4px 12px rgba(0,0,0,0.14);
  margin: 15px 0;
  border-radius: 16px;
}

.latest_post--image {
  background-size: cover;
  background-position: center;
  width: 100%;
  flex-shrink: 0;
  border-right: 2px solid var(--brand-main);
  border-top: 2px solid var(--brand-main);
  border-left: 2px solid var(--brand-main);
}

.latest_post--text {
  background-color: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  border-right: 2px solid var(--brand-main);
  border-bottom: 2px solid var(--brand-main);
  border-left: 2px solid var(--brand-main);
}

.latest_post--text h2 {
  font-size: 18px;
}

.latest_post--text a {
  color: black;
  text-decoration: none;
}

.latest_post--text a:hover {
  color: var(--brand-main);
}

.latest_post--text h2 a {
  color: #121010;
  text-decoration: none;
}

.latest_post--text h2 a:hover {
  color: var(--brand-main);
}

.latest_post--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.latest_post--btn {
  margin: 0 30px 30px 30px;
}

.news_link {
  margin-top: 20px;
}

.news_link a {
  position: relative;
}

.news_link a::after {
  content: '\f061'; 
  font-family: 'Font Awesome 6 Free';
  font-weight: 900; 
  margin-left: 8px;
  position: absolute;
  color: var(--brand-main);
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;

}

.news_link a:hover::after {
  right: -40px;
}

@media (min-width: 1024px) {
  
  .news-article__image {
    min-height: 800px;
  }
}




/********************
 * News Article Page
********************/

.site-search {
  background-color: var(--brand-sec)!important;
  padding: 10px 16px;
  position: relative;
}

.site-search__close {
  color: white!important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

#site-search-desktop .dgwt-wcas-search-wrapp.woocommerce {
  padding: 0 !important;
}

#site-search-desktop input[type=search].dgwt-wcas-search-input {
  background-color: rgba(255,255,255,0.5) !important;
  border: 0;
}

#site-search-desktop ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

#site-search-desktop :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

#site-search-desktop ::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}

#site-search-desktop .dgwt-wcas-preloader.dgwt-wcas-close path {
  fill: black;
}


button.site-btn {
  border: 0;
  line-height: unset;
}

button.site-btn:hover {
  cursor: pointer;
}

.event_boxed_section_box {
  background-color: #26221f;
  position: relative;
  z-index: 4;
}

.event_boxed_section_box_text {
  background-color: #26221f;
  padding: 30px;
  text-align: center;
}

.tickets_boxed_section_box_text {
  background-color: #26221f;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
}

.event_boxed_section_box_text_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}



.venues_boxed_section_box_text {
  background-color: #26221f;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
}

.venues_boxed_section_box_text h2 {
  font-size: 20px;
}

.venue_capacity {
  padding-top: 30px;
  margin-bottom: 30px;
}


.venues_boxed_section_box_btm {
  text-align: center;
  border-top: 1px solid hsla(32,30%,59%,.5);
}

.venues_boxed_section_box_btm .site-btn {
  align-self: center;
}


#menu-main-navigation-left li{
  padding-top: 7px!important;
  padding-bottom: 40px!important;
}



/* .experiences-menu {
  position: relative;
}*/

.main-browse-nav > li.experiences-menu > .sub-menu{
  position: absolute;
  width: 100vw;
  left: 0;
  z-index: 0;
  margin-top: 40px!important;
}

.main-browse-nav > li.experiences-menu > .sub-menu > li.experience-mega-left > .sub-menu,
.main-browse-nav > li.experiences-menu > .sub-menu > li.experience-mega-right > .sub-menu{
  position: static;
  width: auto;
  left: auto;
  top: auto;
}

/* 2) Only target this one mega menu */
.main-browse-nav > li.experiences-menu > .sub-menu{
  position: absolute;
  left: 0;
  width: 100%;
  /* z-index: 9999; */

  /* panel spacing */
  padding: 0;
  margin: 0;

  /* OUTER GRID: 2 separate entities (left + right) */
  display: none;
  grid-template-columns: minmax(0, 1fr) 340px; /* left entity + right entity width */
  align-items: stretch;

  /* optional: stop the submenu being full height tiny */
  /* min-height: 340px; */
}

/* show on hover */
.main-browse-nav > li.experiences-menu:hover > .sub-menu{
  display: grid;
}

/* 3) Two coloured "wrappers" using pseudo backgrounds */
.main-browse-nav > li.experiences-menu > .sub-menu{
  position: absolute;
  overflow: hidden; /* so the wrapper backgrounds don't spill */
}

/* left wrapper background */
.main-browse-nav > li.experiences-menu > .sub-menu::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #0b0b0b;            /* LEFT colour */
  z-index: 0;
  height: 100%;
}

/* right wrapper background */
.main-browse-nav > li.experiences-menu > .sub-menu::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;                   /* must match your right entity width */
  height: 100%;
  background: #f2efe8;            /* RIGHT colour */
  z-index: 0;
}

/* ensure submenu items sit above backgrounds */
.main-browse-nav > li.experiences-menu > .sub-menu > li{
  position: relative;
  z-index: 1;
  list-style: none;
}

/* ===================================================== */
/* CHANGE 1: Make the LEFT + RIGHT wrappers the grid items */
/* ===================================================== */

.main-browse-nav > li.experiences-menu > .sub-menu > li.experience-mega-left{
  grid-column: 1;
  padding: 26px 24px;
}

.main-browse-nav > li.experiences-menu > .sub-menu > li.experience-mega-right{
  grid-column: 2;
  padding: 26px 24px;
}

/* IMPORTANT: Your old rules targeted these as if they were direct children of level-1 .sub-menu.
   They are now level-3 children INSIDE the wrappers, so we don’t place them on the outer grid. */
.main-browse-nav > li.experiences-menu > .sub-menu > li.experiences-menu-image,
.main-browse-nav > li.experiences-menu > .sub-menu > li.experiences-menu-featured{
  grid-column: auto;
  grid-row: auto;
}

/* ===================================================== */
/* CHANGE 2: LEFT ENTITY has its own grid (nested submenu) */
/* Parent: .experience-mega-left
   Children: .experiences-menu-image
/* ===================================================== */

.main-browse-nav > li.experiences-menu > .sub-menu > li.experience-mega-left > .sub-menu{
  /* This is now the LEFT GRID (separate entity) */
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 14px;
  column-gap: 14px;
  width: 100% !important;
}

/* Left links styling */
.main-browse-nav > li.experiences-menu
  > .sub-menu
  > li.experience-mega-left
  > .sub-menu
  > li.experiences-menu-image
  > a{
  display: block;
  padding: 12px 12px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff!important; /* for dark wrapper */
  background: transparent!important;
  text-align: center;
}

/* Hover */
.main-browse-nav > li.experiences-menu
  > .sub-menu
  > li.experience-mega-left
  > .sub-menu
  > li.experiences-menu-image
  > a:hover{
  background: rgba(255,255,255,0.08);
}

/* ===================================================== */
/* CHANGE 3: RIGHT ENTITY has its own layout (nested submenu)
   Parent: .experience-mega-right
   Children: .experiences-menu-featured
/* ===================================================== */

.main-browse-nav > li.experiences-menu > .sub-menu > li.experience-mega-right > .sub-menu{
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  row-gap: 12px;
}

/* Featured block styling */
.main-browse-nav > li.experiences-menu
  > .sub-menu
  > li.experience-mega-right
  > .sub-menu
  > li.experiences-menu-featured
  > a{
  display: block;
  width: 100%;
  max-width: 320px;
  padding: 18px 18px;
  border-radius: 10px;
  background: rgba(255,255,255,0.7);
  color: #111;
  text-decoration: none;
}

/* Optional hover for featured */
.main-browse-nav > li.experiences-menu
  > .sub-menu
  > li.experience-mega-right
  > .sub-menu
  > li.experiences-menu-featured
  > a:hover{
  background: rgba(255,255,255,0.85);
}

/* ===================================================== */
/* MEDIA QUERY: keep your breakpoint but remove the old “3+1” grid
   because left/right are now separate entities handled by wrappers.
/* ===================================================== */

@media (min-width: 992px){
  .main-browse-nav > li.experiences-menu > .sub-menu{
    padding: 26px 24px;
  }

  /* (kept) outer grid remains left + right */
  .main-browse-nav > li.experiences-menu > .sub-menu{
    grid-template-columns: 1fr 1fr;
    column-gap: 0;
  }

  /* Ensure wrapper padding stays correct on desktop */
  .main-browse-nav > li.experiences-menu > .sub-menu > li.experience-mega-left,
  .main-browse-nav > li.experiences-menu > .sub-menu > li.experience-mega-right{
    padding: 0 24px;
  }
}

.sub-menu > li.menu-item.menu-title a {
  background: transparent!important;
  font-weight: bold;
  font-size: 22px;

}

.sub-menu > li.menu-item.menu-title .sub-menu a {
  background: transparent!important;
  font-weight: 400;
  font-size: 16px;

}


/* RIGHT COLUMN: title link */
.main-browse-nav > li.experiences-menu
  > .sub-menu
  > li.experience-mega-right
  > a{
  color: #0b0b0b !important;
}

/* RIGHT COLUMN: child links */
.main-browse-nav > li.experiences-menu
  > .sub-menu
  > li.experience-mega-right
  > .sub-menu
  > li
  > a{
  color: #0b0b0b !important;
}


/* Only apply the tile layout to the left-grid experience items */
.main-browse-nav > li.experiences-menu
  > .sub-menu
  > li.experience-mega-left
  > .sub-menu
  > li.experiences-menu-image
  > a.mega-tile__link{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

/* Image wrapper */
.mega-tile__img-wrap{
  display: block;
  width: 100%;
}

/* Image itself */
.mega-tile__img{
  display: block;
  margin: 0 auto;
  width: 96px;          /* adjust */
  height: 96px;         /* adjust */
  object-fit: cover;
  border-radius: 999px; /* circle; change to 12px for rounded square */
}

/* Title */
.mega-tile__title{
  display: block;
}

@media (min-width: 1280px){
  .mega-tile__img{
    width: 140px;          /* adjust */
    height: 140px;         /* adjust */
  }
}


.experiences-menu-featured .mega-tile__img {
  width: 100%;
  height: 200px;
  border-radius: 0!important;
  margin-bottom: 20px;
}

 /* ============================= */
/* LEFT GRID HOVER EFFECTS */
/* ============================= */

/* Prep image for outline animation */
.main-browse-nav > li.experiences-menu
> .sub-menu
> li.experience-mega-left
> .sub-menu
> li.experiences-menu-image
.mega-tile__img{
box-sizing: border-box;
border: 2px solid transparent;
transition:
  border-color 0.25s ease,
  transform 0.25s ease;
}

/* Prep title underline */
.main-browse-nav > li.experiences-menu
> .sub-menu
> li.experience-mega-left
> .sub-menu
> li.experiences-menu-image
.mega-tile__title{
display: inline-block;
position: relative;
}

/* Underline (hidden by default) */
.main-browse-nav > li.experiences-menu
> .sub-menu
> li.experience-mega-left
> .sub-menu
> li.experiences-menu-image
.mega-tile__title::after{
content: "";
position: absolute;
left: 0;
bottom: -4px;
width: 100%;
height: 2px;
background: #ffffff;
opacity: 0;
transform: scaleX(0);
transition:
  opacity 0.25s ease,
  transform 0.25s ease;
}

/* HOVER STATE */
.main-browse-nav > li.experiences-menu
> .sub-menu
> li.experience-mega-left
> .sub-menu
> li.experiences-menu-image
> a:hover .mega-tile__img{
border-color: #ffffff; /* white circle outline */
transform: scale(1.03); /* subtle lift */
}

.main-browse-nav > li.experiences-menu
> .sub-menu
> li.experience-mega-left
> .sub-menu
> li.experiences-menu-image
> a:hover .mega-tile__title::after{
opacity: 1;
transform: scaleX(1);
}

/* ============================= */
/* RIGHT COLUMN: TITLE + HOVER */
/* ============================= */

/* Make featured links feel like titles */
.main-browse-nav > li.experiences-menu
  > .sub-menu
  > li.experience-mega-right
  > .sub-menu
  > li.experiences-menu-featured
  > a .mega-tile__title{
  font-size: 22px;      /* title size */
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  font-family: 'trajan pro', serif;
  text-transform: lowercase!important;
}

/* Underline (hidden by default) */
.main-browse-nav > li.experiences-menu
  > .sub-menu
  > li.experience-mega-right
  > .sub-menu
  > li.experiences-menu-featured
  > a .mega-tile__title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #0b0b0b;  /* dark underline for light background */
  opacity: 0;
  transform: scaleX(0);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

/* Hover state */
.main-browse-nav > li.experiences-menu
  > .sub-menu
  > li.experience-mega-right
  > .sub-menu
  > li.experiences-menu-featured
  > a:hover .mega-tile__title::after{
  opacity: 1;
  transform: scaleX(1);
}

/* Right column blurb styling */
.main-browse-nav > li.experiences-menu
  > .sub-menu
  > li.experience-mega-right
  .mega-tile__blurb{
  display: block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.85;
}




/* ============================= */
/* VISIT MENU MEGA DROPDOWN */
/* ============================= */

/* Panel (level 1) only */
.main-browse-nav > li.visit-menu > .sub-menu{
  position: absolute;
  left: 0;
  width: 100vw;
  z-index: 0;

  /* show/hide */
  display: none;

  /* OUTER GRID: left entity + right entity */
  display: none;
  grid-template-columns: 1fr 1fr; /* left + featured right */
  align-items: stretch;

  padding: 0;
  margin-top: 40px;
  list-style: none;

  overflow: hidden;
}

/* show on hover */
.main-browse-nav > li.visit-menu:hover > .sub-menu{
  display: grid;
}

/* Full-height backgrounds that scale with content */
.main-browse-nav > li.visit-menu > .sub-menu::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #0b0b0b; /* left bg */
  z-index: 0;
  height: 100%;
}

.main-browse-nav > li.visit-menu > .sub-menu::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;          /* right bg (half) */
  height: 100%;
  background: #f2efe8; /* right bg */
  z-index: 0;
}

/* Make sure panel children sit above the backgrounds */
.main-browse-nav > li.visit-menu > .sub-menu > li{
  position: relative;
  z-index: 1;
}

/* Prevent nested ULs from inheriting any panel styles */
.main-browse-nav > li.visit-menu > .sub-menu > li.visit-mega-left > .sub-menu,
.main-browse-nav > li.visit-menu > .sub-menu > li.visit-mega-right > .sub-menu{
  position: static !important;
  width: auto !important;
  left: auto !important;
  top: auto !important;
}

/* ============================= */
/* LEFT + RIGHT ENTITIES */
/* ============================= */

.main-browse-nav > li.visit-menu > .sub-menu > li.visit-mega-left{
  grid-column: 1;
  padding: 40px 24px!important;
  margin: 40px 0;
}

.main-browse-nav > li.visit-menu > .sub-menu > li.visit-mega-right{
  grid-column: 2;
  padding: 40px 24px!important;
  margin: 40px 0;
  text-align: left;
}

/* Optional: entity heading link (the # title link on the wrapper items) */
.main-browse-nav > li.visit-menu > .sub-menu > li.visit-mega-left > a,
.main-browse-nav > li.visit-menu > .sub-menu > li.visit-mega-right > a{
  display: inline-block;
  font-weight: 700;
  margin-bottom: 14px;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

.main-browse-nav > li.visit-menu > .sub-menu > li.visit-mega-left > a{ color: #fff; }
.main-browse-nav > li.visit-menu > .sub-menu > li.visit-mega-right > a{ color: #0b0b0b; }

/* ============================= */
/* LEFT ENTITY: 3 COLUMN GROUPS */
/* ============================= */

/* The UL under visit-mega-left becomes a 3-col grid (33/33/33) */
.main-browse-nav > li.visit-menu > .sub-menu > li.visit-mega-left > .sub-menu{
  margin: 0;
  padding: 0;
  list-style: none;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

/* Each column group (mega-col-1/2/3) */
.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-left
  > .sub-menu
  > li.mega-col-1,
.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-left
  > .sub-menu
  > li.mega-col-2,
.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-left
  > .sub-menu
  > li.mega-col-3{
  margin: 0;
  padding: 0;
}

/* Column heading (the parent item link) */
.main-browse-nav > li.visit-menu
> .sub-menu
> li.visit-mega-left
> .sub-menu
> li.mega-col-1 > a,
.main-browse-nav > li.visit-menu
> .sub-menu
> li.visit-mega-left
> .sub-menu
> li.mega-col-2 > a,
.main-browse-nav > li.visit-menu
> .sub-menu
> li.visit-mega-left
> .sub-menu
> li.mega-col-3 > a{
display: inline-block;
color: #fff;
font-weight: 700;
font-size: 18px;
text-decoration: none;
margin-bottom: 12px;
/* pointer-events: none; keeps headings non-clickable if URL is # */
cursor: pointer;
text-transform: uppercase!important;
border-bottom: 1px solid white;
font-family: "trajan pro", serif;
}       

/* Links list under each column */
.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-left
  > .sub-menu
  > li.mega-col-1 > .sub-menu,
.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-left
  > .sub-menu
  > li.mega-col-2 > .sub-menu,
.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-left
  > .sub-menu
  > li.mega-col-3 > .sub-menu{
  margin: 0;
  padding: 0;
  list-style: none;

  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

/* Actual link styling */
.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-left
  > .sub-menu
  > li.mega-col-1 > .sub-menu a,
.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-left
  > .sub-menu
  > li.mega-col-2 > .sub-menu a,
.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-left
  > .sub-menu
  > li.mega-col-3 > .sub-menu a{
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

/* Hover underline for left column links */
.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-left
  > .sub-menu
  > li .sub-menu a:hover{
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ============================= */
/* RIGHT ENTITY: FEATURED (same pattern as before) */
/* ============================= */

.main-browse-nav > li.visit-menu > .sub-menu > li.visit-mega-right > .sub-menu{
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  grid-template-columns: 1fr;
  gap: 18px;
}

/* Assuming your featured items have class experiences-menu-featured (recommended, so the walker + ACF work automatically) */
.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-right
  > .sub-menu
  > li.experiences-menu-featured
  > a.mega-tile__link{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

/* Featured image sizing (rectangle 400x300) */
.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-right
  .mega-tile__img{
  width: 100%;
  height: 200px;
  max-width: 400px;
  object-fit: cover;
  border-radius: 12px;
}

/* Featured title look + underline hover */
.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-right
  .mega-tile__title{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #0b0b0b;
  display: inline-block;
  position: relative;
  font-family: 'trajan pro', serif;
  text-transform: lowercase!important;
}

.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-right
  .mega-tile__title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #0b0b0b;
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-right
  > .sub-menu
  > li.experiences-menu-featured
  > a:hover .mega-tile__title::after{
  opacity: 1;
  transform: scaleX(1);
}

/* Optional: blurb styling if you added it via walker */
.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-right
  .mega-tile__blurb{
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.4;
  color: #0b0b0b;
  opacity: 0.85;
}


.main-browse-nav > li.visit-menu > .sub-menu ul.sub-menu{
  position: static !important;
  width: auto !important;
  left: auto !important;
  top: auto !important;
  z-index: auto !important;
}

/* .main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-right
  .mega-tile__link span, .main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-left
  .mega-tile__link span{
  font-family: 'trajan pro', serif!important;
} */


.experiences-menu-featured .mega-tile__blurb {
  font-family: "gilroy-regular", sans-serif!important;
}



.visit-mega-left a, .visit-mega-right a{
  background: transparent!important;
}

.visit-mega-left a:hover, .visit-mega-right a{
  background: transparent!important;
}

/* RIGHT COLUMN: 2 featured tiles max 340px, aligned to flex-start */
.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-right
  > .sub-menu{
  display: flex !important;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-start;
  align-items: flex-start;
}

/* Each featured item becomes a fixed-width tile (up to 340px) */
.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-right
  > .sub-menu
  > li.experiences-menu-featured{
  flex: 0 1 340px;     /* don’t grow, can shrink, basis 340 */
  max-width: 340px;
}

/* Make the clickable area fill the tile width */
.main-browse-nav > li.visit-menu
  > .sub-menu
  > li.visit-mega-right
  > .sub-menu
  > li.experiences-menu-featured
  > a.mega-tile__link{
  width: 100%;
}

#menu-main-navigation-left li .sub-menu .sub-menu li{
  padding-bottom: 0px!important;
}

#menu-main-navigation-left li .sub-menu .sub-menu li a span:hover{
  text-decoration: underline;
}

.boxed_section_content {
  /* padding-bottom: 30px; */
}

.accordion{
  padding: 0;
  border-bottom: 1px solid var(--brand-sec);
}

.accordion h2{
  color: white;
}

.accordion-item {
    border-top: 1px solid var(--brand-sec);
}

.accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-title {
  font-size: 16px;
  color: white!important;
  margin: 0;
  padding: 20px 30px 10px 20px;
  text-align: left;
  width: 90%;
}

.accordion-content {
  background-color: #D7DEE6;
  color: #333;
  padding: 30px;
  display: none;
  position: relative;
}

.accordion-content p {
    margin: 0;
}

.arrow-icon {
    color: white;
}

.accordion-item.opened .arrow-icon i {
    transform: rotate(180deg);
}

.accordion-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--brand-sec);
  height: 10px;
  padding: 18px 10px;
  border-radius: 30px;
  
}

.tcsc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.tcsc-modal[aria-hidden="false"] {
  display: block;
}

.tcsc-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
}

.tcsc-modal__panel {
  position: relative;
  max-width: 900px;
  width: calc(100% - 32px);
  margin: 6vh auto;
  background: #000;
  border-radius: 0;
  padding: 30px 30px 0 30px;
  z-index: 1;
  max-height: 88vh;
  overflow: auto;
  outline: 1px solid var(--brand-sec);
  outline-offset: -10px;
  border: 3px solid var(--brand-sec);
}

.tcsc-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 28px;
  line-height: 1;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: white;
}

body.tcsc-modal--open {
  overflow: hidden;
}

/* Travel Packages */

.toggle-switch {
  position: relative;
  width: 52px;
  height: 28px;
}

.toggle-switch input { 
  opacity: 0;
  width: 0;
  height: 0; 
}

.toggle-slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  border-radius: 999px;
  background: var(--brand-main);
  transition: .2s;
}

.toggle-slider:before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: .2s;
}

.toggle-switch input:checked + .toggle-slider { background: #333; }
.toggle-switch input:checked + .toggle-slider:before { transform: translateX(24px); }

.travel-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.travel-toggle span {
  color: white;
  text-align: center;
}

.travel-package {
  background-image: url('/wp-content/uploads/2026/01/paper-texture-bg-small.jpg');
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px 30px;
  outline: 1px solid var(--brand-sec-hover);
  outline-offset: -10px;
  margin: 15px 0;
}

.travel-title h2 {
  font-size: 24px!important;
}

.travel_points {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}

.travel_point {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}

.travel_point_icon {
  display: flex;
  align-items: center;
  height: 100px;
  width: 100px;
  margin-right: 20px;
}

.travel_point_icon img{
  height: 100px;
  width: 100px;
}

.travel_point_content {
  width: 100%;
  font-size: 16px;
}

.travel-package .site-btn {
  padding: 20px!important;
}

@media (min-width: 1024px) {
  .travel-title h2 {
    font-size: 48px!important;
  }

  .travel-package {
    margin: 0;
  }
}

.experiences-menu-featured .mega-tile__blurb {
  font-family: "gilroy-regular", sans-serif!important;
}

.main-browse-nav
  > li.visit-menu
  > .sub-menu
  > li.visit-mega-left.hidden-title
  > a
  > .mega-tile__title{
  display: none;
}

/* =========================
   Full width background + centered content
   ========================= */

   .carousel-hero { padding: 0; }
   .carousel-slider { position: relative; }
   
   /* Each slide background spans full width */
   .carousel-slider .carousel_slide{
     position: relative;
     width: 100%;
     
     display: flex;
     align-items: center;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
   }
   
   /* Dark overlay for readability (optional) */
   .carousel-slider .carousel_slide::before{
     content: "";
     position: absolute;
     inset: 0;
     background: rgba(0,0,0,0.35);   /* adjust */
     pointer-events: none;
   }
   
   /* Centered content container */
   .carousel-slider .carousel_inner{
     position: relative;
     z-index: 2;
     width: 100%;
     margin: 0 auto;
     padding: 70px 20px 110px;       /* bottom padding leaves room for controls */
     text-align: center;
   }
   
   /* Buttons */
   .carousel-slider .event_btns{
     margin-top: 22px;
     display: flex;
     justify-content: center;
     gap: 12px;
     flex-wrap: wrap;
   }
   
   /* Ensure slick track/items behave */
   .carousel-slider .slick-track,
   .carousel-slider .slick-slide{
     display: flex;
   }
   
   .carousel-slider .slick-slide > div{
     width: 100%;
   }
   
   /* =========================
      Controls on top of image, bottom center
      ========================= */
   
   /* Dots bottom center */
   .carousel-slider .slick-dots{
     position: absolute;
     left: 50%;
     bottom: 18px;
     transform: translateX(-50%);
     z-index: 5;
     margin: 0;
     padding: 0;
   }
   
   /* Arrows bottom center as a pair */
   .carousel-slider .slick-prev,
   .carousel-slider .slick-next{
     top: auto;
     bottom: 40px;
     z-index: 6;
   }
   
   /* Move left/right arrow to sit centered */
   .carousel-slider .slick-prev{
     left: 50%;
     transform: translateX(-70px);
   }
   .carousel-slider .slick-next{
     right: auto;
     left: 50%;
     transform: translateX(30px);
   }
   
   /* If your arrows look vertically off due to slick defaults */
   .carousel-slider .slick-prev:before,
   .carousel-slider .slick-next:before{
     font-size: 32px; /* optional */
   }
   
   /* Mobile height tweak */
   @media (max-width: 768px){
     .carousel-slider .carousel_slide{ min-height: 420px; }
     .carousel-slider .carousel_inner{ padding: 50px 16px 110px; }
   }
   

   .carousel-slider.slick-dotted.slick-slider {
    margin-bottom: 0!important;
   }

.story_video {
  position: relative;
  max-width: 1280px;
  width: 100%;
  z-index: 2;
}

.site-btn-main-event {
  margin-top: 30px;
}

.tickets_boxed_section_box_text_lg {
  min-height: 350px;
}