@import url('https://fonts.googleapis.com/css2?family=Palanquin:wght@100;200;300;400;500;600;700&display=swap');/*for testimonial quote*/
:root {
    /*--primary-color:#151516; primary black*/
     --primary-color:#1e1e1e;/* primary black*/
    --primary-color-op80:rgba(30,30,30,0.8); 
    --primary-color-op90:rgba(30,30,30,0.9); 
    --primary-color-op25:rgba(30,30,30,0.25);
    --primary-color-dark: #0D0D0D; 
    --primary-color-light:#737373; /*primary light*/
    --primary-color-light-2:#3a3a3a; /*primary light*/
    
    /* --secondary-color:#d5b483; */
    --secondary-color:#a07f2e;
    --secondary-color-op80: rgba(213,180,131, 0.8);
    

    --soft-accent: #fff7eb;
    --soft-backdrop: rgba(224,205,181,1);
   
    --soft-backdrop-op80: rgba(255,247,235,0.80);
    --soft-backdrop-op90: rgba(255,247,235,0.90);
   
    /*box shadows*/
   --bs-v1:#757575  0px 0px 3px;
       --bs-v2:1px 1px 8px #000 inset;
       --bs-v3:1px 1px 2px #717171 inset;
       
         /*fonts*/
         --title-font-color:#CEA363;
         --body-font-color:#151516;
        --title-font-family:"Playfair Display", serif;
     --secondary-title:"Poppins", sans-serif;
      
        scrollbar-color: var(--secondary-color) var(--primary-color);
 }
 /* body,h3,h4,h5,h6 a {
     font-family:"DM Sans" ;
     letter-spacing: unset;
     font-family:lato;
 } */
 /* h3,h4,h5,h6 {
     font-family:var( --secondary-title) ;
     letter-spacing: 2px;
 } */

hr {
    border-color:var(--secondary-color);
     margin-bottom:10px;
}
:is(p,h1,h2,h3,h4,h5,h6):empty,
.contact-card-widget .contact-card-title:empty{
  display: none;
}

/* light mode*/
@media (prefers-color-scheme: light) {
    :root {
         scrollbar-color: var(--secondary-color) var(--soft-backdrop);
        
    }
}
/* Dark mode */
@media (prefers-color-scheme: dark) {
 :root {
       scrollbar-color: var(--secondary-color) var(--primary-color);
    }
}
body {
    overflow-x: hidden;
}
body:has(#module){
    background:var(--primary-color);
}
iframe.moduleIframe#module {
    background:var(--primary-color) ; 
}
p, a,header.master-layout-2 #main-menu a{
    letter-spacing: 1px;
}
.theme2 .theme-secondary,
.theme3 .theme-secondary,
body {
    /* color:var( --body-font-color); */
}
p {
    line-height: 1.7;
}

/*----------------------clearing out empty tag spacing------------------------*/
p[id*="TitleAndSummary"]:empty, .card-widget :is(p, h5, h4):empty, .widget-bizform h2:empty {
    display: none;
  } 

/*----------------------------------------------------------------header-------------------------------------------------*/
@media (hover: hover) and (pointer: fine) and (min-width: 1025px), screen and (-ms-high-contrast:none) and (min-width: 1025px) {
    header.master-layout-2 #main-menu>li>a{
        padding:0px 20px;       
    }  
    header.master-layout-2 .logo {
        padding:10px 0;
    }
    header.master-layout-2 .MyProfile_Member .MyProfile_SignedIn, 
    header.master-layout-2 .MyProfile_Member .MyProfile_SignedOut {
        padding: 10px 15px;
    }
    
    header.master-layout-2:not(.scrolled-head) .logo img{
    height:60px;
    margin-top:18px;
    }
  header.master-layout-2.scrolled-head .MyProfile_Member {
        
        margin-top: 5px;
    }
}
/*----------------------------transparent header----------------------------*/
header:not(.scrolled-head):not(.no-banner) {

    /* background:rgba(6,8,11,0.80); */
    background:var(--primary-color-op80);
    box-shadow:0 0 5px 0 rgba(0, 0, 0, 0); /* To remove the box shadow */ 
    
    }
    header:not(.scrolled-head):not(.no-banner) :is(.header-top, .header-bottom){
        background:transparent;
    }
    body:not(.module-page):not(.no-banner) .header-space {
    display: none ; /* Conditionally Removes the header space */
    }
    
    /*----------------end of transparent header--------------*/
/*-----------------------------header socials------------------------*/
header.master-layout-2 .header-social a {
    font-size:1.2em;
    padding:0 6px;
  }
header.master-layout-2 .header-social {
       line-height:50px;
}
 header.master-layout-2 .header-social a:hover {
      color:var(--secondary-color);
  }
/*-----------------------------max width adjustments-------*/
.master-layout-2 .container-fluid {
 max-width:1440px;
} 



/*-----------------------------------------------------mobile nav ----------------------------------------*/


/*-------------mobile---------------------------*/
header.master-layout-2 .MyProfile_Member .MyProfile_Svg svg {
  fill:var(--secondary-color)
  }
  .master-layout-2 #menu-button i.fa-bars {
  color:var(--secondary-color);
  }

  .icon-m.close-nav {
      margin:28px 14px;
  }
  .master-layout-2 .showMobile .fa-times {
    color:var(--secondary-color);
/*     color:white; */
  } 
  .master-layout-2 .showMobile i.fa-plus:before {
  content:'\f105';
  }
  .master-layout-2 .showMobile i.fa-minus:before {
  content:'\f107';
  }
  .master-layout-2 .showMobile i.fa-plus:before, 
  .master-layout-2 .showMobile i.fa-minus:before {
  font-size:1.7em;
  font-weight:600;
   
  color:var(--secondary-color);
  
  }
 .master-layout-2 .showMobile i.fa-minus:before {
 color:var(--primary-color);
  
  }
  
  .master-layout-2 .showMobile i.fa-plus,
  .master-layout-2 .showMobile i.fa-minus { 
    border-radius: 5px; 
    /* background:var(--primary-color);  */
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -o-border-radius: 5px;
  }
  
  .master-layout-2 .showMobile i.fa-plus {
  padding: 18px 24px;
  
  }
  .master-layout-2 .showMobile i.fa-minus { 
    padding: 18px 22px; 
    background:var(--secondary-color); 
    box-shadow:var(--bs-v2); 
    border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -o-border-radius: 5px;
  }
  .master-layout-2 nav.showMobile #main-menu {
    background:transparent;
  }
  .master-layout-2 nav.showMobile:before {
   content:'';
    background-image:url('/getmedia/e7b3b969-e3c8-4f40-8a09-0b30ee9af26d/logo-white-words.aspx');
      background-size:contain;
      background-repeat: no-repeat;
      background-position: center bottom;
      max-width:320px;
      height:100px;
      position: relative;
      margin: 40px auto 10px;
      display: block;
  }
  header.wgt-header nav.showMobile{
  background:var(--primary-color);
  
  }
  .master-layout-2 nav.showMobile #main-menu ul{
  background:var(--primary-color-dark);
    padding-left:16px;
  }
  .fullmenu nav.showMobile .top-nav
   {
      width: calc(100% - 0px);
  }
header.wgt-header nav.showMobile #main-menu {
  background-color:var(--primary-color);
     
}
header.wgt-header nav.showMobile #main-menu li ul {
  background-color:var(--primary-color-dark);
    padding-left:10px;
    padding-right:10px;
}

  .master-layout-2 #divMainMenu nav.showMobile #main-menu ul li a {
  color:white;
  }
  .master-layout-2 #divMainMenu nav.showMobile #main-menu li ul a {
    border:none;
      
    border-bottom:2px solid var(--primary-color-op80);
    
  }
  .master-layout-2 #divMainMenu nav.showMobile #main-menu a.active-link,
  .master-layout-2 #divMainMenu nav.showMobile #main-menu a.current {
  background:transparent;
    text-decoration:underline;
  color:white;
/*     color:var(--primary-color-dark); */
  font-weight:600;
      border-left:3px solid var(--secondary-color); 
  }

  
  header.master-layout-2 nav.showMobile #main-menu ul a {
    background:transparent;
/*     color:var(--primary-color-dark); */
      color:white;
  }
header.master-layout-2  nav.showMobile #main-menu a {
/*   color:var(--primary-color-dark); */
     color:white;
    line-height:35px;
}
header.master-layout-2 .showMobile #main-menu li{
  border-bottom:1px solid var(--primary-color-dark);
}
header:not(.no-banner):not(.scrolled-head) #main-menu ul.showMobile a:hover {
    background-color:var(--primary-color-dark)
}
/*.mobile-logo-redirect has script*/
nav:has(.showMobile) .mobile-logo-redirect{
    position: absolute;
    left:calc(50% - 150px);
    width:300px;
    top:0;
    height:160px;
    /* border:1px solid red; */
}
/*-------------------------------------------custom class contact info--------------------------------------*/
/*-----contact info added inline---*/
.header-top .contact-info{
    display: none;/*----hides desktop verison---*/
    
}
@media(hover: hover) and (pointer: fine) and (min-width: 1025px), screen and (-ms-high-contrast:none) and (min-width: 1025px){
    .header-top .contact-info{
    width:fit-content;
    float:right;
    position: relative;
    align-items: center;
    display: flex;
    
}
} 
.contact-icons{
    font-size: .9em;
    padding:10px 10px;
   
}

.contact-icons .fa{
    margin-right:8px;
    color:var(--secondary-color);
}

    nav:not(.showMobile) .contact-info {
    display: none; /*----hides mobile verison---*/
}

header.master-layout-2:not(.scrolled-head) .header-top  .contact-info{
        height:60px;
    }

header.master-layout-2   a.contact-icons{
      color:white;
    }
    header.master-layout-2  a.contact-icons:hover{
        color:var(--secondary-color);
        text-decoration:underline;
     }

/*--------------------------------custom class contact info mobile----------------------------*/
.showMobile .contact-info {
    width: calc(100% - 60px);
    background:var(--primary-color);
     padding: 20px 10px 20px;
    /* border-top:1px solid var(--secondary-color); */
/*       text-align: center; */
}
/* .showMobile .contact-info:before {
    content:'Contact Us:';
} */
.showMobile .contact-icons {
    color:var(--secondary-color);
    font-size:1.5em;
      padding:10px 20px;
    
}

/*---------------------------------------nav items hover effect------------------------------*/
.master-layout-2 #divMainMenu nav #main-menu>li>a {
    box-shadow: none;
}
.master-layout-2 #divMainMenu nav #main-menu>li>a.active-link{
    box-shadow: 0 -9px 0 -6px var(--secondary-color) inset;
}
.master-layout-2 #divMainMenu nav #main-menu>li a:after{
   content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:0%;
    height:4px;
    background-color:var(--secondary-color);
    transition:width .5s ease-in-out;
   

}
.master-layout-2 #divMainMenu nav #main-menu>li a.active-link:after{
    height:4px;
}
.master-layout-2 #divMainMenu nav #main-menu>li a:hover:after, 
.master-layout-2 #divMainMenu nav #main-menu>li a.highlighted:after{
    width:100%;
    height: 4px;
}
 /*----------------------------body max-width-------------------------------------------------*/
 section:is(.basic-text-area, .basic-block) p,
 section:is(.basic-text-area, .basic-block):has(p) :is(h1,h2,h3,h4,h5,h6) {
  max-width:950px;
 
 }
 
 section:is(.basic-text-area, .basic-block) p.centered-text,
 section:is(.basic-text-area, .basic-block):has(p)  :is(h1,h2,h3,h4,h5,h6).centered-text {
   margin-left:auto;
   margin-right:auto;
  }
  section:is(.basic-text-area, .basic-block).center p,
  section:is(.basic-text-area, .basic-block).center:has(p)  :is(h1,h2,h3,h4,h5,h6) {
   margin-left:auto;
   margin-right:auto;
  }
 /*max width adjustments*/
 section .inner-wrap .container, 
 section .theme-secondary:not(.inner-wrap) > div,
.contact-card-widget .inner-wrap
  {
     max-width:1440px;
    margin:auto;
    float:none; 
    width:100%;
 }
 :is(.col-100, .col-70-left, .col-70-right, .col-30-left, .col-30-right, .col-50-left, .col-50-right) section .inner-wrap .container, 
   :is(.col-100, .col-70-left, .col-70-right, .col-30-left, .col-30-right, .col-50-left, .col-50-right) section .theme-secondary:not(.inner-wrap) > div{
       max-width:100%;
      
  }
  /*removes max width to p*/
section:is(.basic-text-area, .basic-block).paragraph-full-width p.centered-text,
section:is(.basic-text-area, .basic-block).paragraph-full-width p{
    max-width:100%;
}
 /*---------------------------------------------------Button hover effect--------------------------------------------*/
 :is(.theme1, .theme2, .theme3 ) .theme-secondary a.btn, 
:is(.theme1, .theme2, .theme3 )  .theme-secondary .e3-button, 
:is(.theme1, .theme2, .theme3 )  .theme-secondary .FormButton.btn,
:is(.theme1, .theme2, .theme3 )  a.btn, 
:is(.theme1, .theme2, .theme3 )  .e3-button, 
:is(.theme1, .theme2, .theme3 )  .FormButton.btn{
    color:var(--primary-color-dark);
}

.e3-button, a.btn, .btn {
    transition: all 0.35s;
    box-sizing: border-box;
    position: relative;
/*    text-transform: uppercase; */

}
.e3-button::before, .e3-button::after,
a.btn::before,  a.btn::after,
.btn::before,  .btn::after{
    position: absolute;
    top: 0;
    left: 0;
    border-color: var(--soft-accent);
    border-style: solid;
    transition: all 0.35s ease-in-out;
    content: "";
    z-index: 1;
}

.e3-button::before,  
a.btn::before,
.btn::before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
}
.e3-button::after,  
a.btn::after,
.btn::after {
    width: 100%;
    height: 0;
    border-width: 0 1px 0 1px;
}

.e3-button:hover::before,  
a.btn:hover::before,
.btn:hover::before {
    width: 100%;
    border-width: 1px 0 1px 0;
}
.e3-button:hover::after, 
a.btn:hover::after,
.btn:hover::after {
    height: 100%;
    border-width: 0 2px 0 2px;
}

/*----------------------------------------------hero banners---------------------------------*/
.cho-hero-textwidget {
    border-bottom: 10px solid var(--secondary-color);
}
@media(max-width:767px){
    .cho-hero-textwidget {
    border-bottom: 4px solid var(--secondary-color);
}
.cho-hero-textwidget.height100 .cho-hero-textwidget-bg {
    height:350px;
}
}
/*-------------------------hero banner -----------------*/
.rotating-image-banner-slider .slick-dots {
    z-index: 1010 ;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
}
@media(min-width:768px){
    body:has(.title-banner-overlay) .cho-hero-textwidget .cho-hero-textwidget-bg:before{
        content: '';
        width:100%;
        height:100%;
        top:0;
        left:0;
        background:rgba(0,0,0,0.4);
        position: absolute;
    
    }
    }
/*-----------------------------main heading and title-banner-overlay title styling--------------------------------*/
section:is(.main-heading, .title-banner-overlay):has(h1) h2 {
    font-size:1.6em;
    font-family:var(--secondary-title);
    /* letter-spacing: 1px; */
}
section:is(.main-heading, .title-banner-overlay) {
   text-wrap-style:balance;
}
.main-heading .row {
    padding: 30px 0 40px;
}
@media(min-width:768px){
.main-heading {
    min-height: 25vh;
}
}
@media(max-width:767px){
    .main-heading .row {
    padding: 10px 0 20px;
}
}

@media(max-width:1199px){
    section:is(.main-heading, .title-banner-overlay):has(h1) h2 {
        font-size:1.4em;
    }
    }
         section:is(.main-heading, .title-banner-overlay.theme1) :is(h1) {
            animation-name: fadeInBottom;
            animation-duration: 1s;
            animation-fill-mode: both;
            max-width: max-content;
            margin:25px auto;
            animation-delay: 0.5s;
            font-size: 3em;
            letter-spacing: 1px;
        }


        section:is(.main-heading, .title-banner-overlay.theme1) :is(h2, h3, h4, h5, h6) {
            animation-name: fadeInTop ;
            animation-duration: 1s;
            animation-fill-mode: both;
            animation-delay: 0.5s;
        } 

       section.main-heading h1::after {
            content: "";
            position: absolute;
            left: 0% ;
            bottom: 0;
            width: 0;
            height: 3px;
            background-color: var(--secondary-color);
            box-shadow: 1px 1px 2px var(--primary-color);
            animation: underline 1.5s ease-in-out forwards 0.75s;
           
        } 
 section:is(.main-heading, .title-banner-overlay.theme1) h1::after {
            content: "";
            position: absolute;
            left: 0% ;
            bottom: -10px;
            width: 0;
            height: 3px;
            background-color: var(--secondary-color);
            box-shadow: 1px 1px 2px var(--primary-color);
            animation: underline 1.5s ease-in-out forwards 0.75s;
           
        }  
section:is(.main-heading, .title-banner-overlay.theme2) > *{
     color:white;
 }
    section:is( .title-banner-overlay.theme2) :is(h1 ,h2,h3,h4,h5,h6) {
            animation-name: fadeInBottom;
            animation-duration: 1s;
            animation-fill-mode: both;
            max-width: max-content;
            /* margin:15px auto; */
            animation-delay: 0.5s;
        
        }
 section:is( .title-banner-overlay.theme2) {
        text-align:left;
   
    }
@media(max-width:757px){
    section:is(.main-heading, .title-banner-overlay):not(.pattern-bg-mobile, .pattern-bg).theme2 :is(h1,h2,h3,h4,h5,h6,p){
        color:black;
        
    }
    .title-banner-overlay.theme2 .col-sm {
    color:#2a2a2a;
    }
    .title-banner-overlay.theme1 .col-sm {
    color:#fff;
    }
     section:is(.main-heading, .title-banner-overlay):not(.pattern-bg-mobile) .container{
        margin:40px auto;
    }
    section:is(.main-heading, .title-banner-overlay) h2 {
        padding-top:20px;
    }
         section:is(.main-heading, .title-banner-overlay) h1::after {
            content: "";
            position: absolute;
            left: 0% ;
            bottom: -15px;
            
            width: 0;
            height: 3px;
            background-color: var(--secondary-color);
            box-shadow: 1px 1px 2px var(--primary-color);
            animation: underline 1.5s ease-in-out forwards 0.75s;
           
        }  
        section:is(.main-heading, .title-banner-overlay)  :is(h1, h2,h3,h4,h5,h6){
            margin:15px auto;
      }
    section:is(.main-heading, .title-banner-overlay) {
        text-align:center;
    }
     section:is( .title-banner-overlay.theme2) {
        text-align:center;
   
    }
}

        section:is(.main-heading, .title-banner-overlay) a.e3-button{
            text-shadow: none;
            margin-top:20px;
            margin-bottom:10px;
        }

 /*--------------------------animation for underline on other titles--------------------------------*/
section.underline-animation :is(h2,h3,h4,h5,h6):has(u)::after {
            content: "";
            position: absolute;
            left: 0% ;
            bottom: -6px;
            width: 0;
            height: 3px;
            background-color: var(--secondary-color);
            box-shadow: 1px 1px 2px var(--primary-color);
            animation: underline 1.5s ease-in-out forwards 0.75s;
           
        } 
 section.underline-animation :is(h2,h3,h4,h5,h6):has(u) {
          position: relative;
        margin-bottom:24px;
           
        } 
section.underline-animation :is(h2,h3,h4,h5,h6) u {
          text-decoration: none;
        } 
section.underline-animation :is(h3,h4):has(u)::after {
        bottom: -10px;
           
        }        
/*----------------- animation-------------------*/
@keyframes fadeInBottom {
            from {
                opacity: 0;
                transform: translateY(100%);
                -webkit-transform: translateY(100%);
                -moz-transform: translateY(100%);
                -ms-transform: translateY(100%);
                -o-transform: translateY(100%);
}

            to {
                opacity: 1
            }
        }

     @keyframes fadeInTop {
            from {
                opacity: 0;
                transform: translateY(-100%);
            }

            to {
                opacity: 1
            }
        }
        @keyframes underline {
            from {
                width: 0%;
                /* left: 50% ; */
                /* transform: translateX(-50%) ; */
            }

            to {
                width: 60%;
                left: 20%;
                transform: translateX(0%) ;
            }
        }
@media(min-width:1200px){
        @keyframes underline {
            from {
                width: 0%;
                /* left: 50% ; */
                /* transform: translateX(-50%) ; */
            }

            to {
                width: 60%;
                left: 20%;
                transform: translateX(0%) ;
            }
        }
}
/*-------------------------------------title-banner-overlay--------------------------------*/

@media(min-width:768px){
    body:not(.EditMode) section.title-banner-overlay{
     position:absolute;
    z-index: 1;
    top:calc(50vh - 100px);
     text-shadow: 3px 2px 10px black;
     
} 
 body:is(.EditMode) section.title-banner-overlay .col-sm{
    color:#2a2a2a;
     
} 
    section.title-banner-overlay {
        /* max-width:1440px; */
    }
    section.title-banner-overlay.theme2 .inner-wrap {
     background-color:transparent;
     width: 700px;
     margin-left:10%;
     border-left: 3px ridge var(--secondary-color);
 
}
    section.title-banner-overlay.theme1 .inner-wrap {
     background: rgba(6, 7, 11, .75);
     width:60%;
     margin:auto;
     text-align:center;
      float: unset;
     max-width: 840px;
   
}
    section.title-banner-overlay .inner-wrap .container {
        width:100%;
        padding: 20px 20px;
    }
    .page-content:has(.title-banner-overlay) .cho-hero-textwidget:is(.height100, .height75):after {
    /* content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
      background: rgba(6,7,11,0.4);
    z-index: 1000; */
}
    /*---------------------adjust height-----*/
    .cho-hero-textwidget.height100 {
        height:100vh;
    }
    .cho-hero-textwidget.height75 {
        height:75vh;
    }
    @media (min-width: 768px) {
        .cho-hero-textwidget.height50, .cho-hero-textwidget.height25 {
            height: 60vh;
        }
    }
}

/*---------------------------------subheading--------------------------*/
.subheading h2{
    position: relative;
      margin-bottom:20px;
}

.subheading h2:before {
    content:'';
    position: absolute;
    display: block;
    bottom:-10px;
    left:calc(50% - 40px);
    z-index: 1000;
    width:80px;
    height:3px;
    background:var(--secondary-color);
    
}
/*----------------------------------------------------------pattern backdrop--------------------------------------*/
.pattern-bg .inner-wrap {
    background-image:url('/getmedia/e179a7dc-29db-4c61-bdfb-0b4c365a9b88/AdobeStock_223994839.aspx');
    background-size:cover;
    position: relative;
    color:var(--primary-color);
    background-color:var(--soft-backdrop);
}

.pattern-bg .inner-wrap:before {
 content:'';   
     background-color:rgba(224,205,181,0.8);
    background-size:cover;
    opacity:1;
    height:100%;
    width:100%;
    top:0;
    left:0;
    position: absolute;
    
}
.pattern-bg .container{
    padding-top:60px;
    padding-bottom:30px
}
.pattern-bg:is(.theme2, .theme3) .inner-wrap:before {
     background-color:var(--soft-backdrop);
 
}
.pattern-bg.theme1 .theme-secondary a {
    color:#2a2a2a;
}
.pattern-bg.theme1 .theme-secondary a:hover {
    color:var(--primary-color-light);
}
.pattern-bg.theme1 .theme-secondary a.e3-button:hover {
    color:white;
}
/*---------------------------pattern-bg-mobile -------------------*/
/*used for title overlay banner*/
@media(max-width:767px) {
    .pattern-bg-mobile .inner-wrap {
        background-image:url('/getmedia/4261e4ff-801c-4942-b248-8bc87052bf3c/AdobeStock_738172075.aspx');
        position: relative;
    }
    
    .pattern-bg-mobile .inner-wrap:before {
     content:'';   
         background-color:var(--primary-color);
        background-size:cover;
        opacity:.1;
        height:100%;
        width:100%;
        top:0;
        left:0;
        position: absolute;
        
    }
     .pattern-bg-mobile.title-banner-overlay:is(.theme2) .inner-wrap:before {
         background-color:var(--primary-color);

        opacity:.1;
     
    }
    .pattern-bg-mobile:is(.theme2, .theme3) .inner-wrap:before {
         background-color:var(--soft-backdrop);
     
    }
}
/*---------------------------------padding-md , padding-lg--------------------------------*/


@media(min-width:900px){
   section.basic-block.padding-lg .basic-block-wrapper {
       padding:80px 0;
    }
    section.basic-block.padding-md .basic-block-wrapper {
        padding:45px 0;
     }
    .padding-bottom-20{
    padding-bottom:20px;
}
.padding-top-20{
padding-top:20px;
}
}
/*---------------------------------padding-md , padding-lg, .padding-top-lg, padding-bottom-lg,padding-top-md ,padding-bottom-md--------------------------------*/


@media(min-width:768px){
    .padding-md .container {
    padding: 45px 15px;
    }
 .padding-top-md .container{
    padding: 45px 15px 0 15px;
  }
  .TS-Carousel.padding-top-md .container{
    padding: 45px 0px 0 0px;
  }
 .TS-Carousel.padding-md .container {
    padding: 45px 0px;
    }
    
    .padding-lg .container {
        padding: 80px 15px;
    }
    .TS-Carousel.padding-lg .container {
        padding: 80px 0px;
    }
     .TS-Carousel.padding-bottom-md .container{
    padding: 0 0px 40px 0px;
  }
  .padding-bottom-md .container{
    padding: 0 15px 40px 15px;
  }
 
   .padding-top-lg .container{
    padding: 80px 15px 0 15px;
  }
    .padding-bottom-lg .container{
    padding: 0 15px 80px 15px;
  }
}
@media(min-width:1200px){
  section.basic-block.padding-lg .basic-block-wrapper {
     padding:96px 0;
  }
  section.basic-block.padding-md .basic-block-wrapper {
      padding:44px 0;
   }
    section.basic-block.padding-top-md .basic-block-wrapper{
    padding: 44px 0 0 0;
  }
  section.basic-block.padding-bottom-md .basic-block-wrapper{
    padding: 0 0 44px 0;
  }
  section.basic-block.padding-top-lg .basic-block-wrapper{
    padding: 96px 0 0 0;
  }
   
  section.basic-block.padding-bottom-lg .basic-block-wrapper{
    padding: 0 0 96px 0;
  }
}
@media(max-width:767px){
    .padding-md .container {
    padding: 24px 15px;
  }
    .TS-Carousel.padding-md .container {
    padding: 24px 0px;
  }
  .padding-top-md .container{
    padding: 24px 16px 0 15px;
  }
  .TS-Carousel.padding-top-md .container{
    padding: 24px 0px 0 0px;
  }
  .padding-bottom-md .container{
    padding: 0 15px 24px 15px;
  }
  .TS-Carousel.padding-bottom-md .container{
    padding: 0 0px 24px 0px;
  }
  .padding-lg .container {
    padding: 40px 15px;
  }
   .padding-top-lg .container{
    padding: 40px 15px 0 15px;
  }
    .padding-bottom-lg .container{
    padding: 0 15px 40px 15px;
  }
}
@media(max-width:1119px){
  section.basic-block.padding-lg .basic-block-wrapper {
     padding:40px 0;
  }
  section.basic-block.padding-md .basic-block-wrapper {
      padding:24px 0;
   }
    section.basic-block.padding-top-md .basic-block-wrapper{
    padding: 24px 0 0 0;
  }
  section.basic-block.padding-bottom-md .basic-block-wrapper{
    padding: 0 0 24px 0;
  }
  section.basic-block.padding-top-lg .basic-block-wrapper{
    padding: 40px 0 0 0;
  }
   
  section.basic-block.padding-bottom-lg .basic-block-wrapper{
    padding: 0 0 40px 0;
  }
}
/*--------------------------------mobile-text-left- used on history page--------------------*/
@media(max-width:900px){
    .mobile-text-left p{
        text-align: left !important; /*-required to override inlines--*/
        padding-left:15px;
         padding-right:15px;
    }
}

/*-------------------------------has script to take text area and place into form as title---------------*/
body:not(.EditMode) .append-to-form {
    display: none;
    } 

/*----------------------append-to-form styling------------*/
.widget-bizform div[id*="TextArea"] p.centered-text {
    max-width:720px;
    margin:auto;
}
.widget-bizform div[id*="TextArea"]  {
  margin-bottom:15px;
  padding:5px 15px;
}
/*-------------------------------------------title and summary--------------------------------*/

.basic-block .basic-block-wrapper .img-block img {
    object-fit: cover;
    object-position: center;
    max-height:400px;
  }
  @media(min-width:900px){
    .basic-block .text-block-wrapper.col-sm-10{
        width: 96%;
    }
        .basic-block .text-block-wrapper.col-sm-10.col-sm-offset-1 {
            margin-left:2%;
        }
    }
@media(min-width:1440px){
    section.basic-block .basic-block-wrapper {
        padding:20px 0;
    }
      .basic-block .basic-block-wrapper .img-block {
   border:1px ridge var(--secondary-color);
  }   
  }

  
@media(max-width:900px){
    .basic-block .basic-block-wrapper {
        flex-direction: column;
       
    }
    .basic-block.center.background-image  .basic-block-wrapper {
        justify-content:center;
     }
        .basic-block .basic-block-wrapper .img-block,    
    .basic-block .basic-block-wrapper .text-block {
            width:100%;
        right:0;
        left:0;
    }
         
    .basic-block .basic-block-wrapper .text-block-wrapper {
        margin-left:0;
        width: 100%;
     padding: 30px 10px;
    }
}
  .basic-block .basic-block-wrapper .img-block,
  .basic-block .basic-block-wrapper .img-block img {
      outline:2px solid var(--secondary-color);
      outline-offset: -20px;
     
  }  
  .basic-block h2{
      position: relative;
  }
  .basic-block h2:after {
      content:'';
      width:40%;
      height:2px;
      background:var(--secondary-color);
      bottom:-5px;
      left:0;
      position: absolute;
  }
  .basic-block .text-center h2:after {
    left:30%
}

  .basic-block h3 {
      font-size:1.8em;
      font-weight:300;
    
  }
    .basic-block.theme1 h3 {
  
        color: var(--secondary-color);
  }
/*--------------------------------mobile-order-2- used on history page--------------------*/
@media(max-width:900px){
    .mobile-order-2 .img-block{
        order:2;
    }
    /*--------------------------------------removes the extra padding on mobile when stacked (history page)----------*/
    .remove-padding-mobile.basic-block .basic-block-wrapper .text-block-wrapper{
        padding:0 10px;
    }
    } 
    .TS-Carousel.remove-padding-mobile .col-sm:not(:has(img)){
      padding: 45px 25px 0;
  }
  /*---------------------------------hide and show elements-------------------------*/
  @media(max-width:1159px){
.hide-mobile{
    display: none;
}
}
@media(min-width:1160px){
.hide-desktop{
    display: none;
}
}
@media(min-width:768px){
.hide-tablet{
    display: none;
}
}

/*---------------------------table for text blocks------------------------*/
.theme1 [id*="Text"] table tbody tr:nth-of-type(odd){
    background:var(--primary-color-dark);
}
.theme1 [id*="Text"] table tbody tr td{
   padding: 5px;
}
/*-----------------------------------TS-Carousel-------------------------------------*/
.TS-Carousel img {
    outline:2px solid var(--secondary-color);
    outline-offset: -20px;
   
}  
.TS-Carousel h2{
    position: relative;
}
.TS-Carousel h2:after {
    content:'';
    width:40%;
    height:2px;
    background:var(--secondary-color);
    bottom:-5px;
    left:0;
    position: absolute;
}


.TS-Carousel h3 {
    font-size:1.8em;
    font-weight:300;
  
}
.TS-Carousel.theme1 h3 {

    color:var(--title-font-color);
}

.TS-Carousel .col-sm:has(img) li {
  list-style: none;
  
}
.TS-Carousel .col-sm:has(img) ul {
 padding-left:0;
  margin-top:0;
  
}
.TS-Carousel .slick-dots li {
  width:15px;
  height:15px;
}
.TS-Carousel:is(.theme1,.theme2) .slick-dots li.slick-active button{ 
    background-color:var(--secondary-color);
    }
.TS-Carousel:not(.padding-md, .padding-lg) .container {
padding:0px 0;
}

.TS-Carousel .container {
  width:100%;

}

.TS-Carousel img {
  object-fit: cover;
  object-position: center;
  min-height:458px;
  max-height:485px;
  width:100%;
  
}

@media(min-width:900px){
    .TS-Carousel .col-sm:has(img) {
        padding:0 10px 0 0px;
  
}
      .TS-Carousel .col-sm:not(:has(img)){
          margin-left:2%;
          margin-top:auto;
          margin-bottom:auto;
          flex-grow:0;
          min-width:48%;
  }
  }

@media(min-width:1440px){
 .TS-Carousel img  {
 border:1px ridge var(--secondary-color);
}   
  .TS-Carousel .container{
      padding:20px 0;
  }
}

@media(max-width:1399px){
.TS-Carousel .inner-wrap .container {
    max-width:calc(100vw - 30px) ;
}
}
@media(max-width:900px){
    .TS-Carousel .col-sm {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        max-width: 100%;
        width:100%;
    }
  
  .TS-Carousel .col-sm:has(img){
      order:1;
      padding:0;
  }
  /* .TS-Carousel .col-sm:has(img) li{
      padding:0 15px;
  } */
  .TS-Carousel .col-sm:not(:has(img)){
      order:2;
      padding: 45px 25px;
      /* padding: 45px; */
  }
  .TS-Carousel img {
  
  min-height:300px;
 
  
}
}




/*---------------------------- gallery-carousel-------------------------------------------*/
.gallery-carousel .slick-list { 
    margin-bottom:30px;
  }
  .gallery-carousel:is(.theme1,.theme2) .slick-dots li.slick-active button{ 
  background-color:var(--secondary-color);
  }
  .gallery-carousel.modal-gallery-widget .my-gallery a{
    height:350px;
}
 @media(max-width:1024px){
    .gallery-carousel.modal-gallery-widget .my-gallery a{
    height:300px;
}
  }
  @media(max-width:767px){
    .gallery-carousel.modal-gallery-widget .my-gallery a{
    height:250px;
}
  }
/*----------------------------------custom class .logo-accent -------*/
/*adds logo to text area top*/
.logo-accent .row:before {
    content: '';
    background-image:url('/getmedia/3222a40d-1937-47ca-be90-a331990d3257/logo-white.aspx');
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    height:90px;
    width:60px;
    top:-90px;
    left:calc(50% - 30px);
    position: absolute;
}
.logo-accent .row {
    margin-top:90px;
    padding-top:20px;
    position: relative;
}
.logo-accent .row:after  {
border-top:2px ridge var(--soft-accent);
     content: '';
    height:2px;
    width:60%;
    top:0;
    left:20%;
    position: absolute;
}
@media(max-width:767px){
    .logo-accent .row {
    margin-top:150px;
    padding-top:20px;
        margin-bottom:50px;
  
}
}

  /*--------------------------------image and text quick links-----------------------------*/
  .cho-quicklink-tile .cho-quicklink-tile-image img{
    object-fit: cover;
    height:100%;
  }

.theme1 .theme-primary-hover-in, 
.theme2 .theme-primary-hover-in {
    background-color:rgba(6,8,11,0.53);
    color:white;
    /* text-shadow: 1px 1px 3px black; */
}
.theme1.full-width-quicklinks .quicklink-flex-item:hover .large-bkgd h3,
.theme1.full-width-quicklinks .quicklink-flex-item:hover .large-bkgd p, 
.theme1.full-width-quicklinks .quicklink-flex-item:focus .large-bkgd h3, 
.theme1.full-width-quicklinks .quicklink-flex-item:focus .large-bkgd p,
.theme1 .theme-primary-hover-in:hover,
.theme1 .cho-quicklink-tile .cho-quicklink-basic-wrapper .cho-quicklink-content-1b.image-background:hover .widget1-title, 
.theme1 .cho-quicklink-tile .cho-quicklink-basic-wrapper .cho-quicklink-content-1b.image-background:focus .widget1-title,
.theme1 .cho-quicklink-tile-large .cho-quicklink-basic-wrapper .cho-quicklink-content-1b.image-background:hover .widget1-title, 
.theme1 .cho-quicklink-tile-large .cho-quicklink-basic-wrapper .cho-quicklink-content-1b.image-background:focus .widget1-title{
    color:var(--primary-color);
}

.theme1 .theme-primary-hover-in:hover, 
.theme2 .theme-primary-hover-in:hover {
    text-shadow: none;
}
@media(max-width:767px){
    .cho-quicklink-tile, .cho-quicklink-tile-large {
        max-width:80%;
    }
}
/*-------------------------------------ql-alt------------------------------*/
.ql-alt .cho-quicklink-tile .cho-quicklink-basic-wrapper .cho-quicklink-content-1b.image-background{
    justify-content: flex-end;
}
.ql-alt.theme1 .theme-primary-hover-in {
    background:linear-gradient(to bottom, transparent 30%, var(--primary-color-dark) 75%);
    
}
.ql-alt.theme1 .theme-primary-hover-in:hover{
    background:var(--secondary-color)
} 
.ql-alt a:has(h5) h4 {
    margin-bottom:0;
}

.ql-alt h5{
    font-size:1.2em;
    margin-bottom:5px;
}
/*-------------------------------------text quick links---------------------------*/
.quicklink-text-bg .quicklink-text-container a {
    border-color: var(--secondary-color);
}
@media(max-width:767px){
    .quicklink-text-bg .quicklink-text-tile {
        max-width:80%;
    }
}
/*---------------------------------------full width quicklinks-------------------------------------*/
a.quicklink-flex-item .full-width-quicklink-content{
    outline: 1px solid var(--primary-color);
    transition:all .2s ease-in;
}

a.quicklink-flex-item:hover .full-width-quicklink-content{
    outline: 1px solid var(--soft-accent);
    outline-offset:-20px;
}

a.quicklink-flex-item  {
    transition: all 0.35s;
    box-sizing: border-box;
    position: relative;
/*    text-transform: uppercase; */

}
a.quicklink-flex-item .full-width-quicklink-content::before,
a.quicklink-flex-item .full-width-quicklink-content::after{
    position: absolute;
    top: 0;
    left: 0;
    border-color: var(--soft-accent);
    border-style: solid;
    transition: all 0.35s ease-in-out;
    content: "";
    z-index: 1;
}

a.quicklink-flex-item .full-width-quicklink-content::before{
    width: 0;
    height: 100%;
    border-width: 2px 0 2px 0;
}
a.quicklink-flex-item .full-width-quicklink-content::after{
    width: 100%;
    height: 0;
    border-width: 0 2px 0 2px;
}

a.quicklink-flex-item:hover .full-width-quicklink-content::before {
    width: 100%;
    border-width: 1px 0 1px 0;
}
a.quicklink-flex-item:hover .full-width-quicklink-content::after {
    height: 100%;
    border-width: 0 2px 0 2px;
}

/*---------------------------------quicklink menu----------------------------*/
/*--------------------------------quick links side menu icons------------------------------------------*/
.content-quicklink-menu.theme1 .content-quicklink-menu-list {
  background:var(--primary-color);
}

.content-quicklink-menu.theme1 .content-quicklink-menu-list a{
  color:white;
}
.content-quicklink-menu.theme1 .content-quicklink-menu-list a:hover{
  color:var(--secondary-color);
/*    background:var(--primary-color-light-2); */
  background:var(--primary-color-dark);
}
/* ----------------------------------------------------------------------*/
/* ------                       SET ICONS for  quicklinks                            -----*/
/* ----------------------------------------------------------------------*/
/*important in root*/
/*<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />*/
.content-quicklink-menu-a {
  align-items: center;
  justify-content: start;
}

.content-quicklink-menu-a:before {
  display: block ;
  margin-left: 20px;
  margin-top: -5px;
}
/*-------------------------------custon class icon-ql----------------------*/
.icon-ql h4:before {
  display: block ;
  margin-left: 0px;
  margin-bottom: 12px;
}

    /*-------------- THIS IS YOUR FALLBACK ICON ----------------*/

a.content-quicklink-menu-a:before {
   content: "\e86c";
     font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;      /* controls icon size */
  display: inline-block;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.icon-ql a h4:before {
  content: "\e86c";
     font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1.3em;      /* controls icon size */
  display: block;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}
.icon-ql:is(.theme1,.theme3) a h4:before{
color:var(--accent-color);
}
/*------------ ICONS START HERE, ADD MORE IF NEEDED ------------*/

a[class*=hire].content-quicklink-menu-a:before,
.icon-ql h4[class*=hire]:before {
  content: "\ebcb";
}

a[class*=employee].content-quicklink-menu-a:before,
.icon-ql h4[class*=employee]:before {
  content: "\e7fd";
}

a[class*=portal].content-quicklink-menu-a:before,
a[class*=history].content-quicklink-menu-a:before,
.icon-ql h4[class*=portal]:before,
.icon-ql h4[class*=history]:before {
  content: "\eb85";
}

a[class*=board].content-quicklink-menu-a:before,
a[class*=governance].content-quicklink-menu-a:before,
.icon-ql h4[class*=board]:before,
.icon-ql h4[class*=governance]:before {
  content: "\e90e";
}


a[class*=calendar].content-quicklink-menu-a:before,
.icon-ql h4[class*=calendar]:before {
  content: "\ebcc";
}


a[class*=documents].content-quicklink-menu-a:before,
a[class*=quercus].content-quicklink-menu-a:before,
a[class*=laws].content-quicklink-menu-a:before,
.icon-ql h4[class*=documents]:before,
.icon-ql h4[class*=quercus]:before,
.icon-ql h4[class*=laws]:before{
  content: "\f5a0";
}


a[class*=bookings].content-quicklink-menu-a:before,
.icon-ql h4[class*=bookings]:before {
  content: "\ef85";
}


a[class*=court].content-quicklink-menu-a:before,
.icon-ql h4[class*=court]:before {
  content: "\ea32";
}
 


a[class*=dine].content-quicklink-menu-a:before,
.icon-ql h4[class*=dine]:before,
a[class*=table].content-quicklink-menu-a:before,
.icon-ql h4[class*=table]:before{
 content: "\f295";
}

a[class*=dining].content-quicklink-menu-a:before,
.icon-ql h4[class*=dining]:before{
  content: "\e56c";
}
a[class*=breakfast].content-quicklink-menu-a:before,
.icon-ql h4[class*=breakfast]:before{
 content: "\efef";
}

a[class*=lunch].content-quicklink-menu-a:before,
a[class*=dinner].content-quicklink-menu-a:before,
.icon-ql h4[class*=lunch]:before,
.icon-ql h4[class*=dinner]:before{
  content: "\ef35";
}
a[class*=wine-list].content-quicklink-menu-a:before,
.icon-ql h4[class*=wine-list]:before  {
  content: "\f1e8";
}


a[class*=management].content-quicklink-menu-a:before,
.icon-ql h4[class*=management]:before {
  content: "\e7ef";
}


a[class*=golf].content-quicklink-menu-a:before ,
a[class*=tee].content-quicklink-menu-a:before,
.icon-ql h4[class*=golf]:before ,
.icon-ql h4[class*=tee]:before {
  content: "\eb45";
}


a[class*=order].content-quicklink-menu-a:before,
.icon-ql h4[class*=order]:before {
  content: "\e854";
}

a[class*=directory].content-quicklink-menu-a:before,
a[class*=staff].content-quicklink-menu-a:before,
.icon-ql h4[class*=directory]:before,
.icon-ql h4[class*=staff]:before {
  content: "\e653";
}


a[class*=roster].content-quicklink-menu-a:before,
a[class*=profile].content-quicklink-menu-a:before,
a[class*=list].content-quicklink-menu-a:before,
a[class*=directory].content-quicklink-menu-a:before,
.icon-ql h4[class*=roster]:before,
.icon-ql h4[class*=profile]:before,
.icon-ql h4[class*=list]:before,
.icon-ql h4[class*=directory]:before  {
  content: "\e896";
}


a[class*=minutes].content-quicklink-menu-a:before,
a[class*=documents].content-quicklink-menu-a:before,
a[class*=form].content-quicklink-menu-a:before,
a[class*=policies].content-quicklink-menu-a:before,
a[class*=postings].content-quicklink-menu-a:before,
.icon-ql h4[class*=minutes]:before,
.icon-ql h4[class*=documents]:before,
.icon-ql h4[class*=form]:before,
.icon-ql h4[class*=policies]:before,
.icon-ql h4[class*=postings]:before{
  content: "\f385";
}


a[class*=account].content-quicklink-menu-a:before,
a[class*=statement].content-quicklink-menu-a:before,
.icon-ql h4[class*=account]:before,
.icon-ql h4[class*=statement]:before {
  content: "\e70d";
}
a[class*=newsletter].content-quicklink-menu-a:before,
.icon-ql h4[class*=newsletter]:before {
  content: "\eb81 ";
}
a[class*=reciprocal].content-quicklink-menu-a:before,
.icon-ql h4[class*=reciprocal]:before {
  content: "\ea09";
}
a[class*=accommodation].content-quicklink-menu-a:before,
.icon-ql h4[class*=accommodation]:before {
  content:"\e53a";
}
a[class*=aquatics].content-quicklink-menu-a:before,
a[class*=swimming].content-quicklink-menu-a:before,
.icon-ql h4[class*=aquatics]:before,
.icon-ql h4[class*=swimming]:before{
  content: "\eb48";

}
a[class*=tennis].content-quicklink-menu-a:before,
.icon-ql h4[class*=tennis]:before{
content: "\ea32";
}
a[class*=fitness].content-quicklink-menu-a:before,
.icon-ql h4[class*=fitness]:before{
content: "\eb43";
}

a[class*=rules].content-quicklink-menu-a:before,
.icon-ql h4[class*=rules]:before{
content: "\f1c2";
}
a[class*=team].content-quicklink-menu-a:before,
.icon-ql h4[class*=team]:before{
content: "\f8d9";
}
/*--------------------------reciprocal-clubs---------------*/
.reciprocal-icon:before {
    content:'\e53a';
    color:white;
    position: relative;
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 2em;      /* controls icon size */
    display: block;
    height:30px;
    margin-bottom: 10px;
    /* line-height: 1.2; */
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}
.reciprocal-clubs.expandable-content-widget .expandable-container .expandable-content-wrapper {
    background:var(--primary-color);
}
.reciprocal-clubs .col-sm table a{
    overflow-wrap: break-word;
}
.reciprocal-clubs .col-sm table a , 
.reciprocal-clubs .col-sm table a.e3-button{
    color:var(--title-font-color);
}
.reciprocal-clubs .col-sm table a.e3-button{
    border:1px solid var(--primary-color);
}
.reciprocal-clubs .col-sm table a.e3-button:hover{
    background: var(--primary-color);
    color:white;
}
.reciprocal-clubs table {
    width:100%;
}
.reciprocal-clubs table tr{
    display: flex;
    flex-wrap:wrap;
    width:100%;
}
.reciprocal-clubs table td:has(h3){
    width:100%;
    text-align: center;
    padding: 20px 0 0px;
    margin-bottom:10px;
    margin-top:10px;
        border-bottom:1px solid var(--secondary-color);
        background:none;
}
.reciprocal-clubs table td{
    background:var(--primary-color-dark);
    color:white;
    width:calc(30% - 10px);
    margin:5px;
    padding:20px;
    min-width: 348px;
}
.reciprocal-clubs table td p{
    margin-bottom:5px;
}
.reciprocal-clubs table td h4{
    font-size:1.5em;
    margin-bottom:5px;
    font-family:var(--secondary-title);
    color:var(--title-font-color);
    
}
.expandable-content-widget.reciprocal-clubs .expandable-content-wrapper img{
    margin-bottom: 20px;
    border:1px solid rgba(255,255,255,0.3);
    width:100%;
    object-fit: cover;
    max-height: 200px;
    min-height: 200px;
}
.reciprocal-clubs table td:not(:has(p,h4,h3,img)){
    display: none;
}
@media(max-width:450px){
    .reciprocal-clubs table td {
  
    min-width: 100%;
}
}
 /*------------------------------------------------------------------expandable content-----------------------------------------------------------*/
.expandable-content-widget .inner-wrap {
    display: flex;
  }
  .expandable-content-widget .expandable-content-wrapper {
    max-width: 1440px;
    width:100%;
    margin:0 auto;
  }
  .expandable-content-widget .expandable-content-heading {
    padding: 0;
  }
  .expandable-content-widget .expandable-content-heading .expandable-content-link{
    padding: 12px 15px;
  }
  
  .expandable-content-widget.theme2 .expandable-content-heading .expandable-content-link{
      border-bottom:1px solid var(--primary-color-light);
  }
  
.expandable-content-widget .expandable-container .expandable-content-wrapper {
     background-color:var(--soft-backdrop);
    color:#2a2a2a;
}
.expandable-content-widget.theme2 .expandable-container .expandable-content-wrapper {
     background-color:var(--primary-color);
    color:#fff;
}
.expandable-content-widget .expandable-content-wrapper{
    background:transparent;
    
}
/*---------------------------tabbed content-----------------------------*/
.tab-content .tab-content-nav ul li:hover, 
.tab-content .tab-content-nav ul li.active-tab,
.tab-content span#tab-mobile-selection,
.tab-content.small .tab-content-nav ul li:hover,
.tab-content.small .tab-content-nav ul li.active-tab{
    background-color:var(--soft-backdrop);
    color:#2a2a2a;
}
.tab-content.small .tab-content-nav ul li{
    background-color:var(--primary-color-light);
    
}
 .theme1 .tab-content-content .tab-content-item{
     background:var(--soft-backdrop);
     color:#2a2a2a;
     padding: 40px 16px;
    
}
 .vertical-tab.theme1 .tab-content-content{
    background-color:var(--soft-backdrop);
    color:#2a2a2a;
}
.vertical-tab .tab-content-content .tab-content-item{
    padding:40px 16px;
}

/*----------------------------------contact cards------------------------------------------------*/

/*removes add to contact button while the blue issue is being fix*/
.div-add-to-contact {
    display: none;
  }
  .contact-card-widget.card-view .contact-card-wrapper .contact-card-item .card-photo{
    width:100%;
    max-width:100%;
    border-radius: 0;
    background-color:var(--primary-color-light);
    height:300px;
/*         background-position: center 12%; */
    
}
.contact-card-widget.full-card .contact-card-wrapper .contact-card-item .card-photo{
       border-radius: 0;
}
.contact-card-widget.theme1  a{
    color:var(--primary-color);
}
.contact-card-widget.theme2{
    position: relative;
}

div:not(.col-70-right, .col-70-left, .col-50-left, .col-50-right) .contact-card-widget.theme2:before{
    content:'';
   width:200vw;
    left:-50vw;
    height:100%;
    position: absolute;
    background:var(--soft-backdrop);
}

@media(max-width:1023px){
    .contact-card-widget.card-view .contact-card-wrapper .contact-card-item .card-photo  {
    height: 300px;
    }
}
@media(max-width:767px){
    .contact-card-widget.card-view .contact-card-wrapper .contact-card-item .card-photo  {
    height: 220px;
    }
}
section.contact-card-widget.card-view:is([class*="theme"]) .contact-card-wrapper .contact-card-item{
    padding:0;
}
section.contact-card-widget.card-view.theme1 .contact-card-wrapper .contact-card-item{
    box-shadow: 1px 2px 4px var(--primary-color-op80);
}
    .contact-card-widget.card-view .contact-card-wrapper .contact-card-item .card-details .card-details-inner{
        padding: 15px;
}
.contact-card-widget.card-view .contact-card-wrapper .card-details-inner h4 {
  font-style:italic;
    font-size:1.5em;
     color:var(--primary-color-light);
}
/* .contact-card-widget.card-view .contact-card-wrapper .card-details-inner h3  {
 
} */

.theme2.contact-card-widget.card-view .contact-card-wrapper .contact-card-item {
    background-color:var(--primary-color);
   
}
.theme2.contact-card-widget.card-view .contact-card-wrapper .card-details-inner h4 {

     color:var(--secondary-color);
}

.theme2.contact-card-widget.card-view .contact-card-wrapper .card-details-inner h3,
.theme2.contact-card-widget.card-view .contact-card-wrapper .card-details-inner a,
.theme2.contact-card-widget.card-view .contact-card-wrapper .card-details-inner .detail-item .fa{
    color:white;
}
.theme2.contact-card-widget.card-view .contact-card-wrapper .card-details-inner a:hover{
    color:var(--secondary-color);
}
.theme2.contact-card-widget.card-view .contact-card-wrapper .contact-card-item .card-photo  {
  
    background-color:var(--primary-color-light);
    
}

.theme1.contact-card-widget {
    background-color:var(--primary-color);
}
  
section[id*="100"].theme1.contact-card-widget, 
section[id*="30"].theme1.contact-card-widget,
section[id*="70"].theme1.contact-card-widget,
section[id*="50"].theme1.contact-card-widget{
    background-color:transparent;
}

/*-------------------------------------blog---------------------*/
.latest-news-row-widget .latest-news-content {
    width:calc(50% - 20px);
    min-width:400px;
    padding:20px;
}
.latest-news-row-widget .latest-news-content:nth-child(odd) {
   border: 1px solid var(--secondary-color);
   margin: 10px;
}
/*
.latest-news-row-widget .latest-news-content-row .latest-news-content {
    border-bottom:none;
} */
.latest-news-row-widget .latest-news-content-row .latest-news-img-tile{
     width:180px;
    height:200px;
    background-size:cover;
    background-position: top;
    display: block;
    
}
.latest-news-row-widget .latest-news-content-row .latest-news-content .latest-news-content-details{
    width:calc(100% - 220px);
}
@media(max-width:1024px){
    .latest-news-row-widget .latest-news-content {
    width:calc(100%);
        min-width:auto;
  
}
    .latest-news-row-widget .latest-news-content:nth-child(odd) {
   border-right:none;
}
    .latest-news-row-widget .latest-news-content-row .latest-news-content {
    border-bottom:1px solid var(--secondary-color);
}
}
/*-----------------------------------------testimonials slider----------------------------------------------*/


.testimonial-slider blockquote {
    border:none;
    background:transparent;
    margin-top:40px;
     font-family: var(--title-font-family);
     font-size: 1.3em;
    margin-bottom:0;
}
.testimonial-slider blockquote p  {
    margin-bottom:0;
}
.testimonial-slider .text-block-wrapper {
    margin:60px auto 0px;
    text-wrap-style:balance;
}
.testimonial-slider .text-block-wrapper:before {
/*     content:'\f10e'; */
    content:'"';
    position:absolute;
/*     font-size:3em; */
    font-size:15em;
    line-height: 40px;
    padding-top:40px;
    color:var(--primary-color);
/*     font-family: FontAwesome; */
    font-family: "Palanquin", sans-serif;
    top:0px;
    left: calc(50% - 25px);
    width:50px;
        
}

.testimonial-slider p strong {
    color:var(--primary-color);
     font-size: 1.2em;
    font-style:italic;
    font-weight:300;
  
}
.testimonial-slider.theme1 {
    box-shadow: 0 0 30px 25px rgb(255,255,255) inset;
}
.testimonial-slider.basic-block .basic-block-wrapper {
    padding:30px 15px 15px;
}

.testimonial-slider.basic-block.background-image {
    min-height: 64vh;
    height:100%;
}
.testimonial-slider.basic-block {
    min-height: 500px;
    height:100%;
}
/* .testimonial-slider.basic-block .inner-wrap {
   
     min-height:300px;
    height:100%;
} */


.slider-container {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    display: block;
}
.slick-dots li:only-child {
    display: none;
}
.slider-container:has(.testimonial-slider) .slick-dots li button {
    background:var(--secondary-color);
    margin:auto;
}
.slider-container:has(.testimonial-slider) .slick-dots li.slick-active button {
    background:var(--primary-color);
}
.slider-container:has(.testimonial-slider) .slick-dots {
    width:fit-content; 
    margin: 10px auto;
    position: relative;
    transform: translatey(-40px);
}
.slider-container:has(.testimonial-slider.theme2){
    background:var(--soft-backdrop)
}
.slider-container.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.testimonial-slider.slick-dots li button {
    margin: 0 auto;
}
@media(max-width:767px){
    
.testimonial-slider blockquote {
    margin-top:20px;
  
}
   .testimonial-slider .text-block-wrapper {
    margin:20px auto 0px;

}
}

/*-------------------------------------------------------------------biz form -----------------------------------------------------------*/
.widget-bizform h2 {
    margin-bottom:35px;
      margin-left:auto;
    margin-right:auto;
    border-bottom:2px solid var(--secondary-color);
    width:80%;
  
}
.widget-bizform:has(p, h3,h4,h5,h6) h2{
    margin-bottom: 15px;
}
.widget-bizform .background-image .container{
    background:var(--primary-color-op80);
    padding: 40px 20px;
    height:100%;
    margin: 20px 20px;
    width:calc(100% - 40px)
    
}
.widget-bizform.theme2 .background-image .container{
    background:var(--soft-backdrop-op90);
}
@media(min-width:1030px){
    .widget-bizform .background-image .container{
   max-width:990px;
    margin: 40px auto;
}
}
@media(min-width:1441px){
    
    .widget-bizform .inner-wrap .container{
    width:auto;
    max-width: 990px;
}
}

/*-------------------------------------------------------------custom biz form------------------------------------------*/

.widget-bizform div[id*="divContainer"] {
    padding: 20px;
}

.widget-bizform .FormPanel {
    width: fit-content;
    margin: auto;
}
.widget-bizform .EditingFormTable {
  display: block;
    width:90%;
/*     margin:0 auto; */
}
.widget-bizform:has(.full, .half, .third, .comments) tr {
  display: flex;
  flex-direction: column;
        justify-content: space-between;

}

.widget-bizform .FormPanel .FieldLabel, 
.widget-bizform  .FormPanel .EditingFormLabel {
    text-align: left;
  }
.widget-bizform .EditingFormValueCell input, 
.widget-bizform .EditingFormValueCell textarea,
.widget-bizform .EditingFormValueCell select {
  border: 1px solid var(--secondary-color);
  background:transparent;
  color:white;
}
.widget-bizform .FormPanel .form-control:focus {
    border-bottom: 2px solid var(--secondary-color);
    background-color: var(--soft-accent);
    outline: 1px solid var(--primary-color-light);
    color:black;
}

.widget-bizform.theme2 .EditingFormValueCell input, 
.widget-bizform.theme2 .EditingFormValueCell textarea,
.widget-bizform.theme2 .EditingFormValueCell select {
  border: 1px solid var(--primary-color);
/*   background: var(--primary-color-op80); */
color:black;
}
.widget-bizform.theme2 .FormPanel .form-control:focus {
    border-bottom: 2px solid var(--primary-color);
    background-color: var(--soft-accent);
    outline: 1px solid var(--secondary-color);
}


.widget-bizform .radio {
  margin-left: -9px;
  display: flex;
  flex-wrap: wrap;
}
.widget-bizform .radio input {
  margin-bottom: 10px;
  margin-right: 3px;
  margin-left: 10px;
}
.widget-bizform .radio label {
  flex-grow: 1;
  min-width: -moz-max-content;
  min-width: max-content;
}
.widget-bizform:has(.full, .half, .third, .comments) tbody {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.widget-bizform .title {
  font-size: 2rem;
}
.widget-bizform table.checkbox tr{
     width: 50%;
}
@media(max-width:1024px){
    .widget-bizform table.checkbox tr{
     width: 100%;
}
    .FormPanel .FieldLabel, .FormPanel .EditingFormLabel {
        text-align: left;
    }
}
.widget-bizform .full {
  width: 100%;
}
.widget-bizform .full .EditingFormControlNestedControl .form-control {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .widget-bizform .full {
    width: 100%;
  }
}
.widget-bizform .half {
  width: 50%;
}
.widget-bizform .half .EditingFormControlNestedControl .form-control {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .widget-bizform .half {
    width: 100%;
  }
}
.widget-bizform .comments {
  width: 100%;
}
.widget-bizform .comments .EditingFormControlNestedControl .form-control{
  max-width: 100%;
  height: 8rem;
}
@media (max-width: 1024px) {
  .widget-bizform .comments {
    width: 100%;
  }
}
.widget-bizform .third {
  width: 33%;
}
.widget-bizform .third .EditingFormControlNestedControl .form-control {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .widget-bizform .third {
    width: 100%;
  }
}

@media(max-width:767px){
    .widget-bizform input.uploader-input-file{
    max-width:190px;
    }
}
.widget-bizform tr:has(input[type*="submit"]){
    display: flex;
   justify-content: center;
    align-items: center;
    margin:20px; 
    width: 100%;
}

.widget-bizform input[type*="submit"]{
    min-height: 46px;
    line-height: 46px;
    width: 100%;
    position: relative;
}
.widget-bizform div[id*="viewBiz_pM_pMP"] {
    text-align: center;
        font-size:1.5em;
}
/*---------------------------------------custom class fade-light and fade-dark------------------------------*/
/*fade block is added by script*/
.faded-block{
    content:'';
    width:100%;
    height:200px;
    position: absolute; 
    top:-1px;
    left:0;
    z-index:-1; 
}
.widget-bizform:has(.faded-block) .background-image {
    z-index: 3;
}
  .fade-light .faded-block{
    background:linear-gradient(to bottom, var(--soft-backdrop) 0%, transparent 100%);
}
.fade-dark .faded-block{
    background:linear-gradient(to bottom, var(--primary-color) 0%, transparent 100%);
}
@media(min-width: 1024px ) {
    section:has(.faded-block) .inner-wrap .container {
     margin:100px auto 60px;
}
}
/*---------------basic-text-area---------------------------*/
 @media(max-width:767px){
    .col-100 .basic-text-area.theme1 .col-sm{
        padding-top:15px;
        padding-bottom:15px;
    }
}
/*--------------------------make a text area look like 100% col--------------------------*/
.text-block.basic-text-area .inner-wrap {
    max-width:90%;
    margin: 24px auto;
    float:unset;
}
@media(min-width:1200px){
    .text-block.basic-text-area .inner-wrap {
    max-width:1140px;
   
}
}
/*------------------------------------------info-cards---------------------------------*/
.basic-text-area.info-cards img {
    object-fit: cover;
    height:250px;
    width:100%;
   
  }
  
  .basic-text-area.info-cards .col-sm {
      box-shadow:2px 2px 8px #9f9f9f;
      padding:0 0 25px 0;
      margin: 10px;
      display: flex;
      flex-direction: column;
      text-wrap-style:pretty;
      
  }
  .basic-text-area.info-cards .e3-button {
    margin: 15px 0;
  }
  .basic-text-area.info-cards .col-sm  div:has(.e3-button) {
    margin-top:auto;
  }
  .basic-text-area.info-cards .col-sm :is(h3,h4,h5,h6, p) {
      padding: 5px 20px;
  }
  .basic-text-area.info-cards .col-sm ul{
      margin: 5px 20px 15px 10px;
  }
  
  .basic-text-area.info-cards .col-sm :is(h3,h4,h5,h6) {
      margin-top:15px;
    color:var(--title-font-color);
  }
  .basic-text-area.info-cards .col-sm h4 {
    margin-bottom:5px;
}
  
  /* .basic-text-area.info-cards .col-sm :is(h3,h4) {
      font-size:1.8em;
  } */
  
  .basic-text-area.info-cards .col-sm p {
      margin-top:10px;
      margin-bottom:10px;
  }
  
  .basic-text-area.info-cards.theme1 .col-sm{
  background:var(--soft-backdrop);
  color:#2a2a2a;
   box-shadow:2px 2px 5px #777777;
  } 
    .basic-text-area.info-cards.theme1 .col-sm :is(h3,h4,h5,h6){
  color:#2a2a2a;
  
  } 
  .basic-text-area.info-cards.theme3 .col-sm{
  background:var(--primary-color);
  color:#fff;
   box-shadow:2px 2px 5px #d4d4d4;
  } 
  
  
  @media(max-width:767px){
   .basic-text-area.info-cards .col-sm {
      margin: 10px;
  }
  } 
  @media(min-width:1200px){
    /*-----------------------------col-4-cards-------------------*/
   .basic-text-area.info-cards.col-4-cards:has(.col-sm:nth-child(4)) .col-sm {
    min-width:20%;
  }
  }
  @media(min-width:768px){
      .basic-text-area.info-cards:has(.col-sm:nth-child(4)) .col-sm {
    min-width:40%;
  }
  
  }
  
  /*--------------------------------------info-cards-2-----------------------*/
    .basic-text-area.info-cards-2 .col-sm {
      box-shadow:0px 0px 8px #4b4a4a;
      padding:30px;
      margin: 10px;
    
      text-wrap-style:pretty;
  }
  .basic-text-area.info-cards-2.theme1 .col-sm{
  background:var(--primary-color-dark);
  } 

.basic-text-area.info-cards-2:has(h2) h3 {
    font-family:var(--secondary-title);
    font-size:1.6em;
    color:var(--title-font-color);
}
/*-------------------------------------------------------------custom gallery pagination----------------------------------*/
/* .theme2.modal-gallery-widget {
background:var(--primary-color);

} */

/*----------------------------------------pagination navigation--------------------------------*/
.custom-gallery-pagination .modal-gallery-widget-wrapper .my-gallery{
    width:100%;
    max-width: 1440px;
      margin:auto;
    }
    nav#pg-nav{
    background: none;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    position: relative;
    left: 0;
    margin: 0 auto;   
    
    
    }
    
    .theme1 nav#pg-nav a {
        color:white;
    }
    .theme2 nav#pg-nav a {
        color:black;
    }
    
    ul.navPagination{
    display:flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin-top:0;
    margin-bottom: 0;
    flex-wrap:wrap;
    justify-content: center;
    }
    nav#pg-nav .page-link {
    padding: 0.5rem 0.75rem;
    border: 1px solid #ededed;
    font-size:18px;
    text-decoration: none;
    }
    nav#pg-nav .page-item:has(.pre),
    nav#pg-nav .page-item:has(.nex){
    margin:auto 0;
    height:29px;
    
    }
    nav#pg-nav .page-item .pre,
    nav#pg-nav .page-item .nex{
    margin:auto 5px;
    }
    
    nav#pg-nav .page-item.active a{
    text-decoration: underline;
    font-weight:bold;
    color:black;
    background:var(--secondary-color);
    }
    .theme2 nav#pg-nav .page-item.active a{
    
    color:var(--primary-color);
    background:white;
    }
    
    nav#pg-nav li {
    list-style: none;
    height: 29px;
    margin: 5px 0;
    }
    
    .pag-disable {
    z-index: 2;
    /* color: #381be7; */
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
    cursor: not-allowed;
    display:none;
    }
    /*--important part to for pagination, change title if using elsewhere----*/
    .custom-gallery-pagination .my-gallery a.pag-dis{
    display: none;
    }
    /*------------------------------------------------------------------custom class gallery-pagination------------------------------*/
    
    
    .custom-gallery-pagination .my-gallery {
    justify-content: space-evenly;
    }
    @media (min-width: 1024px){
    .custom-gallery-pagination.modal-gallery-widget .demo-gallery a, 
    .custom-gallery-pagination.modal-gallery-widget .my-gallery a {
      width: calc(25% - 20px);
       height:200px;
        
    }
    }
    
    @media (max-width: 767px){ 
    .custom-gallery-pagination.modal-gallery-widget .demo-gallery a, 
    .custom-gallery-pagination.modal-gallery-widget .my-gallery a {
      width: calc(50% - 20px);
        height: calc(40vh - 50px);
        
    }
    
    }
    @media (max-width: 500px){ 
    .custom-gallery-pagination.modal-gallery-widget .demo-gallery a, 
    .custom-gallery-pagination.modal-gallery-widget .my-gallery a {
      width: calc(100% - 20px);
        height: 20vh;
        
    }
    
    }
   /*------------------------------virutal tour--------------------------*/
   

.tour-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.tour-wrapper .room-images{
    display: none;
}
/* LAYOUT */
.tour-wrapper .tour-layout {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin:40px auto;
}

/* LEFT COLUMN (MAP) */
.tour-wrapper .map-column {
  flex: 1.2;
  min-width: 0;
   
}

/* RIGHT COLUMN (DETAILS) */
.tour-wrapper .detail-column {
  flex: 1;
  background: var(--primary-color-dark);
  padding: 20px;
  border-radius: 8px;
  position: sticky;
  top: 120px;
  height: fit-content;
}

/* FLOOR MAP WRAPPER */
.tour-wrapper .floor-map {
  display: none;
  position: relative;
  width: 100%;
    
}

.tour-wrapper .floor-map.active {
  display:block;

}

/* FLOOR IMAGE */
.tour-wrapper .floor-image {
  width: 100%;
  height: auto;
 
  display: block;
  border-radius: 6px;
     max-height:calc(100vh - 150px);
}

/* HOTSPOTS */
.tour-wrapper .room {
  position: absolute;
/*   transform: translate(-50%, -50%); */
  background: transparent;
  color: transparent;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
   width:60px;
   
}
/*------------------main floor----------*/
.tour-wrapper .hotspot.m-r-1{
    top:12%;
    left:11%;
    width:25%;
    height:39%;
}
.tour-wrapper .hotspot.m-r-2{
    top:51%;
    left:11%;
    width:20%;
    height:20%;
}
.tour-wrapper .hotspot.m-r-3{
    top:71%;
    left:11%;
    width:20%;
    height:19%;
}
.tour-wrapper .hotspot.m-r-4{
    top:12%;
    left:38%;
    width:25%;
    height:25%;
}
.tour-wrapper .hotspot.m-r-5{
    top:37%;
    left:38%;
    width:25%;
    height:13%;
}
.tour-wrapper .hotspot.m-r-6{
    top:50%;
    left:38%;
    width:25%;
    height:29%;
}
.tour-wrapper .hotspot.m-r-7{
    top:37%;
    left:unset;
    right:11%;
    width:25%;
    height:18%;
}
.tour-wrapper .hotspot.m-r-8{
   top:unset;
    left:unset;
    bottom:10%;
    right:11%;
    width:20%;
    height:19%;
}
.tour-wrapper .hotspot.m-r-9{
    bottom:10%;
    left:44%;
    width:12%;
    height:11%;
    
}
.tour-wrapper .hotspot.m-r-10{
    top:12%;
    left:0%;
    width:10%;
    height:39%;

    
}
/*------------------second floor----------*/
.tour-wrapper .hotspot.s-r-1{
    top:2%;
    left:11%;
    width:25%;
    height:49%;
}
.tour-wrapper .hotspot.s-r-2{
    top:unset;
    bottom:12%;
    left:11%;
    width:45%;
    height:18%;
}
.tour-wrapper .hotspot.s-r-3{
    top:32%;
    left:38%;
    width:25%;
    height:38%;
}
.tour-wrapper .hotspot.s-r-4{
    top:32%;
    left:unset;
    right:12%;
    width:25%;
    height:18%;
}

/* ACTIVE ROOM */
.tour-wrapper .room.active {
 border:5px solid rgb(255,29,29);
   
   
}

/* DETAIL IMAGES (RIGHT SIDE) */
.tour-wrapper .detail-images img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 12px;
  border-radius: 6px;
}

/* TABS */
.tour-wrapper .tabs {
  margin-bottom: 16px;
  margin-top:24px;
}

.tour-wrapper .tab {
  padding: 10px 16px;
  border: none;
  background: var(--primary-color);
    color:white;
  cursor: pointer;
  margin-right: 6px;
  font-size:1.2em;
}

.tour-wrapper .tab.active {
  background: var(--primary-color-light);
border:1px solid var(--secondary-color);
    
  color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
 .tour-wrapper  .tour-layout {
    flex-direction: column;
    align-items:center;
  }

 .tour-wrapper .detail-column {
    position: static;
  }

}
/*----------------------------------login form------------------------------------*/
.theme1 .login-widget-wrapper {
    background-color: var(--primary-color-op90);
    color: white;
}.theme1 .login-widget-wrapper a, 
.theme1 .login-widget-wrapper .login-form-wrapper .login-widget-form-group .login-widget-label, 
.theme1 .login-widget-wrapper .login-form-wrapper .login-widget-form-group .login-widget-form-control{
    color: white;
}
/*----------------------------------------------------------footer ------------------------------------*/
footer  .container {
    width:100%;
    max-width:1440px;
}
  .basic-footer-widget{
    border-top:0;
}
/*------------------logo-----------*/
footer img {
    margin:10px auto;
    display: block;
    max-height:160px;
  }
  /*----secondary footer--*/
  .simple-footer-widget .footer-content-padding {
    padding: 20px 0;
}
/*-----------------------footer basic text area-------------*/
footer .basic-text-area a {
    text-decoration: none;
  }
  
  footer .basic-text-area{
    border-top:2px solid var(--secondary-color);
    
  }
  footer .basic-text-area .container{
    padding-top:20px;
    
  }
  /* footer .basic-text-area div[id*="divCol3"] {} */

  footer .basic-text-area li {
    list-style: none;
        margin:2px 0;
        text-align: center;
        line-height: 1.8;
  }
  
  footer .basic-text-area ul {
    padding:0;
    margin:auto 0;
   
  }
  /* footer .basic-text-area div[id*="divCol2"] {} */

  footer .basic-text-area h5 {
      margin-bottom:5px;
  }
  
  
  footer .basic-text-area .footer-top-line {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding:0;
  }
  footer .basic-text-area .footer-top-line p {
     margin:5px 0;
  }
  .footer-top-line p[id*="SimpleFooter_pAddress"] 
  {
  /*     font-style:italic; */
  /* width:184px; */
  width:235px;
  font-weight: 00;
  }
  
  
  footer .fa {
      margin-right:10px;
      width:15px;
  }
   footer .basic-text-area div[id*="divCol2"] address{
        margin-bottom:20px;
       }
  /* footer .basic-text-area div[id*="divCol4"] {  }*/
  footer .basic-text-area div[id*="divCol4"].col-sm  {
    display: flex;
    /* flex-direction: column-reverse; */
    /* align-items: flex-end; */
    text-align:center;
    justify-content: space-around;
    margin-right:40px;
    /* justify-content: flex-end; */
 }
  /* footer .basic-text-area div[id*="divCol4"] h6 {
      margin-bottom:5px;
      font-size:1.25em;
      margin-top:15px;
  } */
  
  /* @media(max-width:767px){
    footer .basic-text-area .row {
        flex-wrap:nowrap;
    }
  }
  @media(max-width:500px){
    footer .basic-text-area .row {
        flex-wrap:wrap;
        justify-content: center;
    }
  
  } */

  footer .basic-text-area .inner-wrap,
  .footer-bg  {
    background:var(--primary-color-op25);
}
footer {
    /* background-image:url('/getmedia/0bf80f1d-f5bc-4464-838d-68af88e55836/AdobeStock_213601590.aspx'); */
    background-image:url('/getmedia/4261e4ff-801c-4942-b248-8bc87052bf3c/AdobeStock_738172075.aspx');
    background-color:var(--primary-color);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-bg a:hover {
    color:var(--secondary-color);
} 

  /*-----------------------------socials------------------------*/
  
  footer .social-wrap a:last-child {
    padding-right:0;
}

  footer .social-wrap a {
    font-size:1.4em;
    padding:10px;
      color:var(--secondary-color);
    
  }
  footer .social-wrap a:hover {
      color:var(--secondary-color);
  }

  @media(max-width:945px){
    footer .basic-text-area .row .col-sm {
  flex-basis: unset;
        width:33%;
        overflow-x: hidden;
    }
      footer .basic-text-area div[id*="divCol1"].col-sm  {
        width: 80%;
        max-width: 80%;
        /* border-bottom: 1px ridge var(--soft-accent); */
        /* margin-bottom: 10px; */
        margin: auto auto 40px;
      }
      /* footer .basic-text-area div[id*="divCol2"]{
          display: flex;
          flex-direction: column;
  
          
      } */
      
       footer .basic-text-area div[id*="divCol2"]{
        text-align: center;
       }
       footer .basic-text-area div[id*="divCol3"]{
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          
      }
      footer .basic-text-area .footer-top-line {
          align-items:flex-start;
      }
      footer .basic-text-area div[id*="divCol4"].col-sm  {
          width:33%;
          margin-right:0;
          /* justify-content: flex-end; */
          /* justify-content: space-between; */
      
      }
      footer .basic-text-area div[id*="divCol4"].col-sm h6{
          margin-top:0;
      }
        footer .basic-text-area div[id*="divCol4"].col-sm .e3-button{
          /* margin:auto 0; */
      }
      footer .social-wrap  a:last-child {
          padding-right:0;
      }
  }
  @media(min-width:767px) and (max-width:1200px) {
    footer .basic-text-area div[id*="divCol1"] { 
width: 18%;
    flex-basis: unset;
    flex-grow: unset;
}

  footer .basic-text-area div[id*="divCol2"] { 
width: 295px;
    flex-basis: unset;
    flex-grow: unset;
}
    footer .e3-button{
        padding: 10px 0px;
    }
    footer .basic-text-area div[id*="divCol2"] a {
        font-size:14px;
    }
}

   @media(max-width:800px){
     
      footer .basic-text-area div[id*="divCol2"] {
  /* order:2; */
          margin-bottom:20px;
          text-align: center;
      }
      footer .basic-text-area .footer-top-line {
          align-items: center;
      }
  
      footer .basic-text-area .row div[id*="divCol2"],
      footer .basic-text-area .row div[id*="divCol3"] {
          width:100%;
      } 
      
   footer .basic-text-area div[id*="divCol4"].col-sm {
       /* order:2; */
       /*         flex-direction: row; */
       flex-direction: column;
       flex-wrap:wrap;
       text-align: center;
       align-items:center;
       width:100%;
       margin-top:10px;
       justify-content: center;
   }
       footer .basic-text-area div[id*="divCol4"].col-sm .e3-button {
           margin:5px 0;
       }
   .social-wrap{
          /* display: flex; */
          margin-top:15px;
          align-items:center;
      }
       
       footer .basic-text-area div[id*="divCol4"].col-sm h6  {
          margin: 0px 0 15px;
      }
      footer .basic-text-area .col-sm h6  {
          font-size:1.5em;
      }
  }
  @media(max-width:500px){
        footer .basic-text-area .row  {
          flex-direction: column;
      }
      footer .basic-text-area .row div[id*="divCol3"]{
          /* order:2; */
          display: none;
      }
      footer .basic-text-area .row div[id*="divCol2"],
      footer .basic-text-area .row div[id*="divCol4"] {
          width:100%;
      }
 
 }
      

@media(min-width:1171px){

footer .basic-text-area div[id*="divCol4"].col-sm{
    /* align-items: center; */
    text-align: center;
}
footer .basic-text-area div[id*="divCol2"].col-sm,
footer .basic-text-area .footer-top-line{
    align-items: center;
    text-align: center;
}
footer .social-wrap a:last-child {
padding-right: 10px;
}
}
