/* @font-face {
    font-family: 'larken' !important;
    src: url('fonts/EllenLuffLarkenRegular.otf') format('opentype');

	src: url('/assets/fonts/EllenLuffLarkenRegular.otf') format('opentype');
	src: url('/assets/fonts/larkenitalic.otf') format('opentype');
	
	

    font-style: normal;
} */

/* a.cart-num{
	display:none !important;
} */
@font-face {
    font-family: 'larken';
    src: url('/assets/fonts/EllenLuffLarkenRegular.otf') format('opentype');
	src: url('/assets/fonts/larkenitalic.otf') format('opentype');
	
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'larken';
	src: url('/assets/fonts/larkenitalic.otf') format('opentype');
	
    font-weight: bold;
    font-style: italic;
}


.notice.notice-warning.cmig-notice {
    background: aquamarine;
}
/* 
my custom css is under wp-content/themes/rev/ */

body,
html {
  color: #000000;
    font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 25px;

}
.bold-font{
	font-weight:bold !important;
}
p.normal-font{
	font-weight:normal;
  font-family: "Inter", sans-serif;
}

.medium-font{
	font-weight:500;
}
a{
	color:#000;
 font-family: "Inter", sans-serif;
}
a:hover {
  opacity: 1;
	color:#000;
	text-decoration:none;
}
ul{
	padding-left:0 !important;
}
li{
	font-size:17px;
	line-height:28px;
	list-style:none;
}

h2,
h3,
h4,
h5,
h6 {
	   font-family: "Inter", sans-serif;
      font-weight:normal;
}
p{
     color:#000;
	padding-bottom:1.3em;
	
}
h1{
	    font-family: "Inter", sans-serif;
/* 	 color:#fff; */
	    font-size: 60px;
	line-height:70px;
}
h2 {
    font-size: 35px !important;
    line-height: 46px;
    font-weight: normal;
    letter-spacing: 1.8;
    color: #262423;
    letter-spacing: 1.6 !important;

}

p{
	font-size:18px;
	line-height:1.3;
	font-weight:normal !important;
	margin-bottom:0;
	color:#000;	
}
strong {
    font-weight: 600;
}
h4{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
}
h6{
	font-size:20px !important;
	line-height:26px;
	font-style:italic;
	color:#C0A15A !important;
	padding-bottom:0;
}
/* p:not(.has-background):last-of-type{
	padding-bottom:1rem;
} */

.secondary-text {
   
  color:#C0A15A;
   
}
.secondary-font{
font-family: 'larken',  sans-serif;;
}

.et_pb_row{
    width:75% !important;
    max-width:100%;
	margin:0 auto;
}
.medium-row.et_pb_row {
    width: 80% !important;
    max-width: 100% !important;
	margin:0 auto;
}
.short-row.et_pb_row{
	width: 50% !important;
    max-width: 100% !important;
	margin:0 auto;
}
.large-row.et_pb_row{
	 width: 85% !important;
    max-width: 100% !important;
	margin:0 auto;
}
.xl-row.et_pb_row{
	 width: 95% !important;
    max-width: 100% !important;
	margin:0 auto;
}
.fullwidth-row{
	width:100% !important;
	max-width:100% !important;
	margin: 0 auto;
}


.fullwidth-img span{
	width:100%;
	
}
.fullwidth-img span img{
	width:100%;
}



.text-bold{
	font-weight:bold !important;
}



.text-underline{
	text-decoration:underline;
	   text-decoration-thickness:from-font !important;
	
}
.normal-font{
	font-weight:normal;
}

.secondary-background{
	background:#000!important;
	background-color:#000!important;
}
.secondary-background *{
	color:#fff!important;
}

.blackbg{
	background:#000;
}

.blackbg *{
	color:#fff;
}
.section-header *{
text-align:center;
}

.vertical-center {
	display: flex !important;
    align-items: center;
    flex-flow: wrap;
    align-content: center;
}
.vertical-center .et_pb_module{
	width:100%;
}
/* .et_pb_row.alter-row {
    display: table;
} */

.alter-row .et_pb_column {
    margin: 0 !important;
    width: 50% !important;
    display: table-cell;
}
.alter-image {
    position: relative;
    top: 0;
    left: 100%;
    width: 100%;
    padding-left: 10%;
}
.alter-text {
    position: relative;
    right: 100%;
}


.hide-desktop{
	display:none;
}


.blackbg input::placeholder,
.blackbg textarea::placeholder
{
    color:#fff !important;
    
}

.contact-cta .gform_button{
    background:#755A3D !important;
    color:#fff !important;
    padding:8px 30px !important;
    border-radius: 0px;
    font-size: 16px;
    text-transform: inherit;
    font-weight: 600;
	border:none !important;
	 font-family: "Quattrocento Sans", sans-serif;
}
.contact-cta .gform_wrapper.gravity-theme #field_submit,
.contact-cta .gform_wrapper.gravity-theme .gform_footer {
 align-items: center !important;
    justify-content: center;
}
.actionbtn{
    background: #C0A15A;
    padding: 10px 20px;
	text-transform:uppercase;
	color:#fff !important;
	display:inline-block;
	margin-bottom:10px;
	border-color:transparent;
	    font-family: Cinzel, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.actionbtn.whitebtn {
    background: transparent;
    border: 1px solid #fff;
    color: #ffff;
	text-transform:uppercase;
	
}
.actionbtn.secondarybtn{
	background:transparent;
	color:#C0A15A !important;
	border:1px solid #C0A15A;
}
.actionbtn.secondarybtn:hover{
		background:#F6F1E6;
	color:#C0A15A !important; 
}
.actionbtn:hover{
	background:#872634;
	color:#fff !important;
}

.actionbtn.whitebtn:hover{
	background:#F6F1E6;
	color:#C0A15A !important; 
}

/** header **/
.custom-header *{
	color:#fff;
}
.custom-header {
    position: absolute;
    width: 100%;
    z-index: 2;
}

.no-transparent-header .custom-header{
    position: relative !important;
    background: #000;
}

.single-product .custom-header,
.woocommerce-cart .custom-header,
.woocommerce-checkout  .custom-header,
.woocommerce-cart #sticky-header,
.woocommerce-checkout #sticky-header

{
	 background: #000 !important;
}

.woocommerce-checkout #main-content {
  
    padding-top: 99px;
}
.woocommerce-cart #main-content {
  
    padding-top: 110px;
}


/* .single-product .whats-cta-button {

    top: 70px;
}
.single-product .scrolled .whats-cta-button {
    top: 140px;
} */
#toggle .one,
#toggle .two,
#toggle .three
{
    width: 40px;
    height: 2px;
    background: #fff;
	margin-bottom: 8px;
}

div#header {
    display: flex;
    align-items: center;
}
div#header {
    display: flex;
    align-items: center;
}
.logo-section {
    width: 300px;
}
/* #menu{
    display: none;
	position: absolute;
    right: 0;
    transition: 0.3s all ease-in-out;
} */
.menu-section {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.header-cta-button {
   
    justify-content: center;
    display: flex;
}
.top-header .et_pb_row {
  display: flex;
  flex-direction: row;
  align-items: center; 
  justify-content: flex-end; 

  flex-wrap: nowrap;
    padding-top: 10px;
 padding-bottom:15px;
}


.follow-us, 
.phone-sec {
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-header *{
    font-size: 14px;
}

.follow-us p {
  margin: 0;
  white-space: nowrap;
}
.follow-us {
    border-right: 1px solid #fff;
    padding-right: 15px;
	margin-right:15px;
}

.follow-us svg {
  width: 14px; 
  height: 14px;
  display: inline-block;
}
.follow-us svg:hover path{
	fill:#C0A15A;
}
.phone-sec a:hover{
	color:#C0A15A;
}
#menu {
 display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 45%;
    height: 100vh;
    background: #111;
    z-index: 999;
    padding: 50px 40px;
    transition: 0.4s ease-in-out;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
    padding-top: 150px;
}
.top-header {
    z-index: 2000;
    position: relative;
}


#menu.active {
    right: 0; 
}


#menu ul {
    list-style: none;
    padding: 0;
}

#menu ul li {
    margin-bottom: 15px;
    text-align: left;
}

#menu ul li a {
    font-family: "Playfair Display", serif; 
    font-size: 35px;
	line-height:40px;
	font-weight:normal;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}
#menu ul li a:hover{
	color:#C0A15A !important;
}
#menu ul li a svg{
	font-size:20px;
	padding-left:5px;
}
.custom-header li.open a{
    color:#C0A15A !important;
}

.custom-header li.open .submenu a{
    color:#fff !important;
}
.custom-header .submenu{
    padding-left: 30px !important;
    padding-top:5px !important;
}
.custom-header .submenu a{
    font-size: 20px !important;
    line-height: 26px !important;
     font-family: "Inter", sans-serif !important;
	font-weight:normal !important;
}
.custom-header .submenu  li{
    margin-bottom: 10px !important;
}


#toggle {
    position: relative;
    z-index: 1000;
    cursor: pointer;
}


#menu .top-header {
    margin-bottom: 30px;
    justify-content: flex-start;
}


.header-cta-button {
    flex-direction: column;
    gap: 10px;
	z-index: 1000;
    position: relative;
}
#header .actionbtn {
 
    margin-left: 20px;
}


/* .whats-cta-button {
    display: none;
}
 */

.whats-cta-button {
    position: absolute;
    top: 110px;
    right: 27.7%;
    width: 170px;
}

.header-cta-button .actionbtn {
    background: #c2a361;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
	text-align:center;
    text-decoration: none;
	    width: 150px;
	margin-bottom:0;
}

.header-cta-button .actionbtn:hover{
	background:#872634;
	color:#fff !important;
}

/* body.menu-open .whats-cta-button {
    display: block;
    position: fixed;
    top: 160px;
    left: 183px;
    z-index: 10001;
} */

body.menu-open .whats-cta-button .secondary {
    display: block;
    background: #fff; 
    color: #000 !important;      
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
	text-align:center;
}

#toggle {
    width: 42px;
    height: 28px;
    position: relative;
    cursor: pointer;
    z-index: 10001; 
}

#toggle div {
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    position: absolute;
}

#toggle .one { top: 0px; }
#toggle .two { top: 12px; }
#toggle .three { top: 24px; }

#toggle.open .two {
    opacity: 0;
    transform: translateX(-20px);
}

#toggle.open .one {
    top: 10px;
    transform: rotate(45deg);
}

#toggle.open .three {
    top: 10px;
    transform: rotate(-45deg);
}
div#header {
    padding-top: 0;
}

.long-text h2{
	font-size:33px !important;
	line-height:43px;
}


.menu-open .custom-header {
    position: fixed;
   
    width: 100%;
    z-index: 9999; 
    background: transparent; 
    transition: background 0.3s ease;
}


body.menu-open {
    overflow: hidden;
    height: 100vh; 
}
/** home **/
.home-banner *{
    text-align: center;
/* 	color:#fff !important; */
}

.home-banner .color-white *{
	color:#fff !important;
}
.home-banner h1{
    font-size: 50px;
    line-height: 57px;
  
    padding-bottom: 0px;
}

.et_pb_section.home-banner{
    padding:18% 0 12%;
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
}
.home-banner:before{
           content: " ";
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto !important;
}
.home-banner .et_pb_column {
    z-index: 2;
}

.home-banner img{
	width:550px;
}
.text-center-sec *{
    text-align: center;
}


.flex-verticle-center{
 display: flex !important;
    /* align-items: center; */
    flex-flow: wrap;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;

}

.faq-section .et_pb_toggle_title {
    font-style: normal;
    font-size: 20px;
}


.divi-single-slider .et_pb_container{
    height:auto !important;
}

.divi-single-slider .et_pb_container img{
    height:100% !important;
    max-height:100% !important;
}

/**** footer ***/

.footer-top .et_pb_module{
    margin-bottom: 20px !important;
}

div#mainFooter {
    display: flex;
}
.custom-footer h4{
    margin-bottom: 0;
}
.custom-footer p{
    font-size: 18px;
    line-height: 20px;
}
.custom-footer ul {
    padding:0;
}
.custom-footer ul li,
.custom-footer ul li a
{
    list-style: none;
    font-size: 16px !important;
    padding-bottom: 5px;
}
.custom-footer .et_pb_row{
    padding-bottom: 0;
    padding-top: 0;
}
#mainFooter a:hover{
	color:#C0A15A;
}
#mainFooter svg:hover path{
	fill:#C0A15A;
}

.border-top-sec {
    border-top:1px solid #CCB78F;
    padding-top: 10px;
}
.border-bottom-sec {
    border-bottom:1px solid #C0A15A;
    padding-bottom: 3% !important;
}

.footer-middle .et_pb_column{
    border-top:1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
     border-bottom:1px solid #fff;
}
.footer-middle .et_pb_module{
    margin-bottom: 0 !important;
}
.footer-middle p{
 font-family: "Libre Baskerville", serif;
	font-style:italic;
}
.footer-middle .et_pb_text_inner{
    display: flex;
    align-items: center;
}
.footer-middle  *{
    font-size: 18px;
    
}
.footer-middle ul{
    margin-bottom: 0;
    width:100%;
}
.footer-middle p{
    width:200px;
}
.footer-middle li{
    display: inline-block;
    margin-left:5%;
}
.custom-footer .et_pb_menu__wrap li{
    display: block !important;
    
}
.custom-footer .et_pb_menu__wrap li a{
    padding-bottom: 0 !important;
}
.custom-footer ul#menu-footer-menu{
    display: block;
}
.custom-footer nav.et-menu-nav{
    display: block !important
}

.custom-footer .et_pb_menu__menu{
       display: block !important
}

.custom-footer .et_pb_menu__wrap{
      display: block !important
}
.custom-footer .et_pb_column--with-menu .et_pb_module
{
    margin-bottom: 0 !important;
}

.footer-bottom{
    padding-top: 1% !important;
}
.hide-desktop-logo{
	display:none;
}

.custom-footer{
    margin-top: 60px;
	 margin-bottom: 60px;
	z-index:0;
	position:relative;
}

.et_pb_column.footer-col-1{
    width:25%;
    margin-right: 4%;
}
.et_pb_column.footer-col-2{
    width:15%;
    margin-right: 4%;
}
.et_pb_column.footer-col-3{
    width:30%;
    margin-right: 4%;
}
.et_pb_column.footer-col-4{
    width:15%;
    margin-right: 4%;
}
.custom-footer li{
    margin-bottom: 10px;
}
.footer-copyright p{
    font-size: 15px;
    color:#656565;
}
.custom-footer h4 {
    color:#C0A15A;
    font-style: italic;
    margin-bottom: 15px;
}

.custom-footer svg{
    color:#000;
   
}

.footer-col-3 svg, 
.footer-col-3 img
{
     font-size: 16px;
    margin-right: 7px;
    width:14px;
}

.footer-col-4  li{
    display: inline-block;
    font-size: 20px;
    margin-right:10px;
}

.footer-col-4  li svg{

    font-size: 20px;
}
.footer-img img{
	width:300px;
	
}
.footer-img{
	margin-bottom:20px;
}

.privacy-policy h3{
    font-size: 22px;
    font-weight: 600;
	margin-bottom:0 !important;
    font-family: "Quattrocento Sans", sans-serif;
    font-style: normal !important;
}

.privacy-policy ul{
	margin-bottom:0 !important;
}

.privacy-policy li{
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
}
.page-banner h1{
    text-align: center;
    font-size: 52px;
}
.popup{
    width:780px;
    margin: 0 auto;
    padding:2% !important;
  background: #EBE8E2;
}

.popup .et_pb_row{
    padding:0;
    width:100% !important;
    
}
.popup input{
    border: 0 !important;
    border-bottom: 1px solid #6f6e6d !important;
    background: transparent !important;
    text-align: left !important;
}


.popup p{
    padding-bottom: 10px !important;
}

.services-sec .et_pb_image_wrap {
    height:200px;
	width:100%;
}

.services-sec .et_pb_image_wrap img{
    height:100%;
    object-fit: cover;
    border-radius: 12px;
	width:100% !important;
	transition:0.3s all ease-in-out;
    
}
.services-sec  *{
    text-align: center;
}
.services-sec .et_pb_module{
    margin-bottom: 0px !important;

}
.services-sec .et_pb_module h3{
    border-bottom: 1px solid #C0A15A;
    font-style: italic;
	padding-top:15px;
}
.services-sec .et_pb_column {
    position: relative;
    transition: 0.3s all ease-in-out;
}



.services-sec .et_pb_column .anchor-icon svg {
    color: #C0A15A;
    width: 30px;
    height: 20px;
    opacity: 0;
}
.services-sec .et_pb_column:hover .anchor-icon svg  {
    opacity: 1;
}


.services-sec .et_pb_module {
    transition: 0.3s all ease-in-out;
}

.services-sec .et_pb_column:hover .et_pb_module{
    margin-top: -8px;
}

.services-sec .et_pb_column:hover .anchor-icon {
    margin-top: 0;
}

.services-sec .et_pb_column:hover .et_pb_image_wrap img {
	opacity:0.8;
}
.radius-image-sec img{
	border-radius:20px;
}
.padding-t-b-0{
	padding-top:0;
	padding-bottom:0;
}
.fullwidth-row .et_pb_image_wrap {
    width:100%;
    max-width: 100%;
}
.fullwidth-row .et_pb_image_wrap  img{
    width:100% !important;
    max-width: 100%;
}
.display-flex{
	display:flex;
}
.fullheight-img *{
    height:100%;
}
.fullheight-img img{
    height:100%;
	object-fit:cover;
}
.fw-left-col .et_pb_module{
    padding-left:35%;
	padding-top:5%;
	padding-bottom:5%;
}
.two-button-sec{
    display: flex;
	margin-top:4%;
    
}
.image-position-left img {
 
    object-position: left;
}

.et_pb_column.fw-left-col {
    display: flex;
    align-items: center;
}
.two-button-sec a{
    margin-right:10px;
	text-align:center;
}
.two-button-sec .underline-button{
	text-align:left;
}
.threeimages-text-sec .et_pb_column{
    width:17%;
    margin-right:3%;
  
}
.threeimages-text-sec img{
    border-radius: 12px;
	object-fit:cover;
}
.threeimages-text-sec .flex-verticle-center{
	    display: flex !important;
  align-items: start; 
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
}

.border-bottom-no-pm{
	border-bottom:1px solid #C0A15A;
	
}
.primary-badge-image{
    position: absolute;
    top:12px;
    right:-60px;
}
.primary-badge-image .et_pb_image_wrap {
	width:80%;
}
.threeimages-text-sec .et_pb_column:last-child{
    width:25%;
    margin-right:2%;
    margin-left: 5%;
}
.threeimages-text-sec .et_pb_row{
/*       display: flex;
    align-items: center; */
}
.threeimages-text-sec .et_pb_module{
    margin-bottom: 0 !important;
}
.theeeimages-text-sec .et_pb_text {
	width:100%;
}
/** special events slider **/
.slick-dots li button{
    font-size: 0px;
    border-radius: 50%;
    width:12px;
    height:12px;
        border:0;
    background: rgba(200,199,199,0.31);
    
    
    
}
.slick-dots li.slick-active button{
    background: #fff;
}
.slick-dots li {
    list-style: none;
    display: inline-block;
    margin-right:10px;

}
.specialeventsWrap .slick-dots{
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
    right:4%;
    bottom:0;
}


.special-events-text-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    margin: auto !important;
    display: flex;
    align-items: center;
    width: 450px;
    border: 1px solid #7c7c7c;
    border-radius: 20px;
    /* backdrop-filter: blur(3px); */
    background-color: rgb(28 28 28 / 44%);
    height: 60%;
    padding: 30px !important;
    box-shadow: rgb(255 255 255 / 26%) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.special-events-text-overlay *{
    color:#fff;
    
}
.special-events-text-overlay ul{
    padding-left:0;
}
.special-events-text-overlay li{
    list-style: none;
    margin-bottom: 10px;
    border-left:1px solid #C0A15A;
    padding-left:10px;
	transition:0.3s all ease-in-out;
	font-style:italic;
}
.special-events-text-overlay li:hover{
	padding-left:15px;
	color:#C0A15A;
}
.specialeventsWrap .sevent-img-sec:before{
        content: " ";
    height: 100%;
    width: 100%;
    background: #00000082;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto !important;
}


.primary-badge-image-left{
        position: absolute;
    top: -60px;
    left: -15%;
}



            .testimonialWrap { position: relative;  }
            .testimonial-card { 
                background: #fff; 
                padding: 30px; 
                border-radius: 12px; 
                margin: 20px;
                box-shadow: 0 4px 15px rgba(0,0,0,0.05);
                display: flex !important;
                flex-direction: column;
/*                 justify-content: center; */
				height:unset;
            }

    
            
.read-more-toggle {
                background: none;
                border: none;
                color: #C0A15A;
               font-style: italic;
                cursor: pointer;
                padding: 5px 0;
                text-decoration: underline;
                font-size: 14px;
            }

 .testimonialWrap .slick-track {
    display: flex;
}     
.testomonial-top-sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.testimonail-end {
    display: flex;
    align-items: center;
}

.testomonial-top-sec h4{
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-right:5%;
	font-size: 15px;
    line-height: 20px;
	font-weight:500;
}
.testimonial-stars {
    margin-bottom: 0;
    margin-right: 6px;
}

.testimonial-stars  svg{
    color:#C0A15A;
    font-size: 12px;
}
.testimonial-date{
      margin-bottom: 0;
    font-style: italic;
    font-size: 12px;
      color:#C0A15A;
}

.testimonialWrap .slick-dots{
    margin-bottom: 0;
    padding-bottom: 0;
    position: unset;
    display: flex;

    justify-content: center;
}

.testimonialWrap .slick-dots li button{
	background: rgb(13 13 13 / 31%);
}

.testimonialWrap .slick-dots li.slick-active button {
    background: #000000;
}

.testimonial-content-area p{
	 font-size: 15px;
    line-height: 20px;
}


.testimonial-content-area .excerpt-text {
    font-size: 15px;
    line-height: 20px;
}
.featuredWrap .slick-track {
    display: flex;
    align-items: center;
}
.slick-slide img {
  
    width: 80%;
}


/*** stay page **/
.page-banner *{
    text-align: center;
    color:#fff !important;
  
}
.stay-widget,
.stay-widget .et_pb_row
{
    padding-bottom: 0;
}
.stay-widget .booking-widget{
    margin-top: -70px;
    background: #F6F1E6 !important;
     border-radius: 10px;
    padding:8px;
}

body .stay-widget #sb-container .sb-custom-bg-color{
     background: #F6F1E6 !important;
   
}
.et_pb_section.page-banner
{
     padding:15% 0 4%;
}

.banner-overlay:before{
	content: " ";
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
/*     z-index: 1; */
    margin: 0 auto !important;
}
.room-tabs-wrapper {
  width: 100%;
}

.room-tabs-nav {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
	padding:0 !important;
	justify-content:center;
	    width: 80%;
    margin: 0 auto 40px auto;
}

.room-tabs-nav li {
  list-style: none;
  cursor: pointer;
  padding-bottom: 10px;
	padding-left:2%;
	padding-right:2%;
	    font-size: 20px;
    font-weight: normal;
    font-style: italic;
	text-align:center;
}

.room-tabs-nav li.active {
  border-bottom: 3px solid #c5a46d;
}


.tab-pane { display: none; }
.tab-pane.active { display: block; }

.room-grid {
  display: flex;
  gap: 40px;
/*   align-items: center; */
}
.room-grid .slick-dots li button{
	background:rgb(0 0 0 / 44%);
}


.room-slider {
  width: 50%;
	margin-right:4%;
}

.room-slider img {
  width: 100%;
  border-radius:20px;
}


.room-content {
  width: 45%;
	   display: flex;
    flex-flow: column;
    justify-content: center;
	align-items: flex-start;
}

.room-content h2 {
  margin-top: 0;
}

.room-content p{
	font-size:16px;
}

.features ul{
  margin: 0px 0 20px 0;
	padding-left:0;
      display: flex;
    flex-flow: row wrap;
}

.features li {
  margin-bottom: 8px;
	  list-style: none;
	width:45%;
	margin-right:5%;
	padding-left:20px;
	position:relative;
     font-size:14px;
	line-height:22px;
}
.features svg{
    color: #C0A15A;
    padding-right:6px;
}

.features li:before
{
	
	content: "\f00c";
	font-family:FontAwesome;
    height:10px;
    width: 10px;
	color:#C0A15A;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
  
}
.features {
    margin-top: 20px;
}
.features  h5{
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 18px;
    font-style: italic;
    border-bottom: 1px solid #C0A15A;
}

.room-slider .image-slide{
    height:800px;
	width:100%;
}
.room-slider .image-slide img{
    height:100%;
	width:100%;
	object-fit:cover;
}
.room-slider .slick-list{
    width: 100%;
}

.room-grid .slick-dots{
    margin-bottom: 0;
    text-align: right;
    margin-top: 10px;
	padding-bottom:0;
	text-align:center;
}
.room-grid .slick-dots li.slick-active button {
    background: #0f0e0e;
}

.module-margin-bottom  .et_pb_module{
	margin-bottom:25px !important;
}

/** dining **/
.center-blurb-border h4.et_pb_module_header {
    text-align: center;
	font-style:italic;
	font-weight:normal;
	    height: 45px;
    padding-bottom: 0;
}


.center-blurb-border .et_pb_blurb_content *{
    width:100%;
    
}

.center-blurb-border .et_pb_blurb_container{
    border-bottom: 1px solid #C0A15A;
}

.threeimages-text-left-sec .et_pb_column {
    width: 17%;
    margin-right: 3%;
}
.threeimages-text-left-sec .et_pb_column:first-child {
    width: 30%;
    margin-right: 5%;
    margin-left: 8%;
}

.threeimages-text-left-sec  .flex-verticle-center {
    display: flex !important;
    align-items: start;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
}

.twoimages-text-left-sec img{
	object-fit:cover;
}
.twoimages-text-left-sec .et_pb_text{
	width:100%;
}

.fullrow-image .et_pb_column{
	width:18.4% !important;
	margin-right:2% !important;
	
}
.fullrow-image .et_pb_column:last-child{
	margin-right:0% !important;
	
}
.secondary-bg-overlay *{
	color:#fff;
}
.secondary-bg-overlay{
	background-repeat:no-repeat !important;
	background-size:cover !important;
	
}
.secondary-bg-overlay:before{
        content: " ";
    height: 100%;
    width: 100%;
   
    opacity: 0.9;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
/*     z-index: 1; */
    margin: 0 auto !important;
  background-image: linear-gradient(to right, #000000, #000000, rgba(29,29,29,0.20), rgba(34,34,34,0), rgba(52,52,52,0)); 
}

.three-menu-list {
    display: flex;
   width:700px;
}

.three-menu-list h4{
    color:#C0A15A;
}
.three-menu-list .et_pb_module_header{
	text-align:center;
}

.et_pb_section .three-menu-list {
    display: flex;
   width:700px !important;
}

.three-menu-list h4{
    color:#C0A15A;
}
.three-menu-list h4 span,
.three-menu-list h4 a
{
    position: relative;
}
.three-menu-list h4 span:before, 
.three-menu-list h4 a:before
{
    content: " ";
    height: 2px;
    width: 100%;
    background: #C0A15A;
    opacity: 0.5;
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto !important;
}

.dining-menu-section ul{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0;
}

.dining-menu-section li{
    display: inline-block;
    padding-left:2%;
    padding-right:2%;
    
}
.dining-menu-section li a{

    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    
    
}
.dining-menu-section li a.active{

        border-bottom: 3px solid #c5a46d;
    
}
.dining-info-sec ul{
	margin-bottom:0;
}

.dining-info-sec .border-bottom-sec{
	padding-bottom:0;
}

.dining-info-sec svg{
	margin-right:10px;
}
.blackbg a:hover{
	color:#C0A15A;
}
.dining-menu-section {
   position: -webkit-sticky !important;
    position: sticky !important;
/*     top: 0; */
	top:0px;
    left: 0;
    width: 100% !important;
    z-index: 9999;
   
    transition: background 0.3s ease;
}

/* When we reach the end of DialInfo, we change to absolute so it scrolls away */
.dining-menu-section.stopped {
    position: absolute !important;
}

/* Base Link Styling */
.dining-menu-section ul {
    display: flex !important;
    justify-content: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
	padding-bottom:20px !important;
}

.dining-menu-section ul li a {

    transition: all 0.3s ease;
}

.dining-menu-section ul li a.active-link {
    border-bottom: 3px solid #C0A15A!important; 
    color:#C0A15A !important;
	padding-bottom:20px !important;
    
}

.dining-menu-section .et_pb_row{
	padding-bottom:0;
}

.text-italic *{
	font-style:italic;
}

.golf-sec .et_pb_column:first-child{
	 width:60% !important;
}
.golf-sec .et_pb_column:last-child{
	 width:25% !important;

	
}
 .golfWrap { position: relative; width: 100%; overflow: hidden; }
			.golf-img-sec{
				margin-left:1%;
			}
.golf-img-sec img{
	width:100%;
}
.golf-img-sec{
	height:auto;
}

.text-left-threeslider-sec .golf-img-sec{
	margin-right:1%;
	margin-left:0;
}
.featured-in-sec .border-top-sec{
	padding-top:3%;
}
.testimonial-content-area button:focus{
	outline:unset;
}

.form-sec input, 
.form-sec textarea
{
    border:0 !important;
    color:#000;

    padding-left:0 !important;
    font-size: 16px;
 
    
}
.form-sec input::placeholder,
.form-sec textarea::placeholder
{
     color:#000;
}


.form-sec .ginput_container

{
    width:100%;
       border-bottom: 1px solid #C0A15A;
	margin-bottom:10px;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 94%;
}
.bordered-form {
   border:2px solid #C0A15A;
    padding:3%;
}
.gfield--input-type-consent .ginput_container,
.gfield--input-type-captcha .ginput_container
{
    border:0;
}
.exclusive-cta input{
    background:transparent;
	border:unset;
    border-bottom: 1px solid #C0A15A;
	color:#fff !important;
}
.exclusive-cta input::placheolder,
.exclusive-cta input::focus
{
	color:#fff !important;
}

.exclusive-cta .gform-footer.gform_footer.top_label {
    position: absolute;
    top: -24px;
    right: 0;
}
.exclusive-cta .gform_fields:first-child,
.exclusive-cta .gform_fields:nth-child(2)
{
    width:85%;
}

.exclusive-cta .gform_button,
 .gform_button,
.form-sec .gform_button
{
    background: #C0A15A  !important;
    padding:10px 20px !important;
	color:#fff !important;
	text-align:center !important;
	border:0 !important;
}


.exclusive-cta .gfield--type-consent{
	text-align:center;
}

.exclusive-cta .gfield--type-captcha{
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/** hover **/
.center-blurb-border .et_pb_main_blurb_image:hover img{
    transform: scale(1.05);
    border-radius: 30px;
    opacity: 0.8 !important;
}

.center-blurb-border .et_pb_main_blurb_image{
    overflow: hidden;
     border-radius: 15px;
	margin-bottom:20px;
}





.center-blurb-border .et_pb_main_blurb_image img{
    transition: 0.3s all ease-in-out;
}

.hover-blurb-image .et_pb_main_blurb_image:hover img{
    transform: scale(1.05);
    border-radius: 30px;
    opacity: 0.8 !important;
}

.center-blurb-border .et_pb_column:hover .et_pb_module {
    margin-top: -8px;
}

.center-blurb-border .et_pb_module {
    transition: 0.3s all ease-in-out;
}

.hover-blurb-image .et_pb_main_blurb_image{
    overflow: hidden;
     border-radius: 15px;
	margin-bottom:20px;
}




.hover-blurb-image .et_pb_main_blurb_image img{
    transition: 0.3s all ease-in-out;
}

.home-stay-sec h4 span{
    position: relative;
}
.home-stay-sec h4 span:after{
    content:"";
    width:110%;
    height:2px;
    position: absolute;
    bottom:-10px;
    right:-7%;
	left:-4%;
	margin:0 auto !important;
    background: #C0A15A;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

.home-stay-sec .et_pb_column:hover h4 span:after{
    opacity: 1;
	
}
.home-stay-sec .et_pb_column:hover h4 {
    margin-top: -5px;
        transition: 0.3s all ease-in-out;
}

.home-stay-sec .et_pb_column h4 {
        transition: 0.3s all ease-in-out;
}
.home-stay-sec  .et_pb_image_wrap{
    height:450px;
}
.home-stay-sec  .et_pb_image_wrap img{
    height:100%;
    object-fit: cover;
}


.padding-left-20-col .et_pb_text{
	padding-left:15%;
}
.padding-left-13-col .et_pb_text{
	padding-left:13%;
}
.padding-right-20-col .et_pb_text{
	padding-right:15%;
}
.underline-button{
    color:#C0A15A;
    text-decoration: underline;
}

/*** golf page **/
.twoimages-text-sec .et_pb_row{
	padding-left:3% !important;
}
.twoimages-text-sec .et_pb_column {
    width:25%;
    margin-right: 3%;
}

.twoimages-text-sec .et_pb_column:last-child {
    width:30%;
    margin-right: 3%;
    margin-left: 3%;
}
.twoimages-text-sec .et_pb_image{
	height:100%;
}
.twoimages-text-sec .et_pb_image *{
	height:100% !important;
}
.twoimages-text-sec .et_pb_image  img{
	object-fit:cover;
}
.twoimages-text-left-sec .et_pb_image  img{
	object-fit:cover;
}
.twoimages-text-sec .flex-verticle-center ,
.twoimages-text-left-sec .flex-verticle-center 
{
    display: flex !important;
    align-items: start;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
}


.twoimages-text-left-sec .et_pb_row{
	padding-right:3% !important;
}
.twoimages-text-left-sec .et_pb_column:first-child {
    width: 30%;
    margin-right: 5%;
    margin-left: 12%;
}
.twoimages-text-left-sec .et_pb_column {
  width: 25%;
    margin-right: 3%;
}
.twoimages-text-left-sec .et_pb_image{
	height:100%;
}
.twoimages-text-left-sec .et_pb_image *{
	height:100% !important;
}
.twoimages-text-sec .et_pb_text,
.twoimages-text-left-sec .et_pb_text
{
	width:100%;
}
.secondary-module-overlay {
    border: 1px solid #cececc;
border-radius: 20px;
opacity: 1;
backdrop-filter: blur(30px);
    padding:6%;
	 width: 600px;
	float:right;
}

.secondary-module-overlay *{
    color:#fff;
}
.green-fees-sec h5{
    font-size: 18px;
        line-height: 23px;
    border-bottom: 1px solid #C0A15A;
    color:#C0A15A;
}

.green-fees-sec li {
   padding-bottom:8px;
}    

.flex-direction-nav,

.flex-control-nav.flex-control-paging{
    display: none;
}

/** play and book **/
.text-threeslider-sec .et_pb_column:first-child{
    width: 40%;
    margin-right: 5%;
    margin-left: 12%;
}
.list-disc ul{
    padding:20px !important;
	margin-bottom:0 !important;
}
.list-disc li {
    list-style: disc;
    padding-bottom: 15px;
    
}

.bg-with-text-sec {
    padding:7% 0;
    background-position: top;
}

.bg-with-text-sec h5{
    font-size: 18px;
    line-height: 25px;
    color:#C0A15A;
    border-bottom: 1px solid #C0A15A;
}
.text-left-threeslider-sec .et_pb_column:first-child{
    width:55%;
}
.text-left-threeslider-sec .et_pb_column:last-child{
    margin-right:12% !important;
}
.golfWrap .slick-track{
    display: flex;
}
.golfWrap .golf-img-sec img{
    height:100% !important;
	object-fit:cover;
}
.boxed-pricing{
   border: 1px solid #C0A15A;
    padding:5%;
    margin-bottom: 20px !important;
}

.boxed-pricing h5{
    margin-top: 20px;
    margin-bottom: 10px;
}
.secondary-bg-overlay-right{
	padding:4% 0 !important;
}
.secondary-bg-overlay-right:before{
	content: " ";
    height: 100%;
    width: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
/*     z-index: 1; */
    margin: 0 auto !important;
    background-image: linear-gradient(to left, #000000, #000000, rgba(29, 29, 29, 0.20), rgba(34, 34, 34, 0), rgba(52, 52, 52, 0));
}
.secondary-bg-overlay-right * {
    color: #fff;
}



/***** Weddings page **/
/* 
.divi-single-slider .et_pb_slides .et_pb_slide {
    background-color: transparent !important;
}

.divi-single-slider .et_pb_slides .et_pb_slide_image{
    margin-top: 0 !important;
}

.divi-single-slider .et_pb_slides .et_pb_slide_image img{
    width:100%;
}
.divi-single-slider .et-pb-slider-arrows .et-pb-arrow-prev{
    color:#C0A15A;
}
.divi-single-slider .et-pb-arrow-prev{
    opacity: 1;
    left:-10px;
    font-size: 40px;
     color:#C0A15A;
}
.divi-single-slider .et-pb-arrow-next{
    opacity: 1;
    right:-10px;
    font-size: 40px;
     color:#C0A15A;
}

.divi-single-slider img{
	border-radius:20px;
} */

 .single-slide .arrow svg{
    position: absolute;
    cursor: pointer;
    opacity: 1;
    font-size: 1.9em;
    padding: 8px;
    opacity: 1;
    top:0;
     bottom:0;
     margin:auto 0;
    color:#C0A15A
}
.single-slide .arrow.left svg {
        left: 0%;
}

.single-slide .arrow.right svg {
        right: 0%;
}
    
.single-slide .golf-img-sec{
    margin-left:1%;
    margin-right:1%;
	height:fit-content;
}



 .specialeventsWrap { position: relative; width: 100%; overflow: hidden; }
.specialevent-bg-image{
                width: 100%;
                height: 900px;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                display: flex;
                align-items: center;
                justify-content: center;
 }
 .slide-overlay {
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0.1);
}
 .specialeventsWrap .arrow {
                position: absolute;
                cursor: pointer;
                font-size: 30px;
                top: 50%;
                transform: translateY(-50%);
                z-index: 10;
                color: #fff;
                text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
 }
.specialeventsWrap .arrow.left { left: 30px; }
.specialeventsWrap .arrow.right { right: 30px; }
.specialeventsSlider .slick-dots { bottom: 20px; }


.virtual-tour .et_pb_code_inner {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.tour-sec .et_pb_image_wrap  img {
    border-radius: 20px;
}
.tour-sec h3{
    border-bottom: 1px solid #C0A15A;
    font-weight: normal;
    padding-top: 15px;
    
}

.tour-sec *{
    text-align: center;
}

.tour-sec .et_pb_module{
    margin-bottom: 30px !important;
}

.tour-sec iframe {
    border-radius: 20px;
}

.tour-sec .et_pb_image_wrap  img {
    border-radius: 20px;
    height:100%;
    object-fit: cover;
	width:100% !important;
}

.tour-sec .et_pb_image_wrap{
    height:320px;
	width:100%;
    
}
.tour-sec .et_pb_image_wrap {
    position: relative;
}
.tour-sec .et_pb_image_wrap:before{

    content:"\f04b";
    font-family: FontAwesome;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    width:60px;
    height:60px;
    line-height:60px;
    font-size: 25px;
    border-radius: 50%;
    color:#000;
    z-index: 6;
      background: #fff; 
    
}
.tour-popup .et_pb_code_inner{
	height:450px;
}
.long-table .table-headings th {
    background:#C0A15A;
    color: #fff;
	font-size:20px;
	font-weight:normal;
    padding: 15px;
    text-align: left;
}

.long-table table tr td {
     border:0 !important;
    color: #282828;
    padding: 15px;
    font-size: 15px;
    text-align: left;
}

.long-table table tr td br{
    display: none;
}
.long-table tr {
    border:0 !important;
    border-bottom: 1px solid #eee !important;
}


.table-key {
    background:#F6F1E6;
    padding:20px;
    text-align: center;
    margin-bottom: 20px !important;
}
.fullrow-image  {
    display: flex;
}

.fullrow-image .et_pb_column  *{
    height: 100%;
}

.fullrow-image .et_pb_column img{
    object-fit: cover;
}

/*** about us **/

.modal-flex-container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.modal-image-column {
    flex: 0 0 40%; 
}

.modal-image-column img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.modal-content-column {
    flex: 1;
}

.team-section h2{
    margin-bottom: 0;
    padding-bottom: 10px;
}

.team-section .modal-position {
    color: #C0A15A;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 0.9em;
}


/* Popup */
.team-section .modal {
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-section .modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    width: 80%;
    max-width: 1200px;
    position: relative;
	height:680px;
	overflow:scroll;
}

.team-section .close-modal {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 28px;
    cursor: pointer;
}

.page-id-4020 .et_pb_section{
    z-index:1;
}
.et_pb_section.team-section{
    z-index: 4;
}

.team-member h3{
    padding-bottom: 0;
    font-size: 25px;
    color:#C0A15A;
}

.team-member h5{
    
   font-size: 18px;
    font-weight: 500;
}
.team-image img{
	width:100%;
	border-radius:20px;
}


 .teamSlider {
	 position: relative; 
	 width: 100%; 
	 height: auto;
	 margin: 0 auto;
}
.teamSlider .slick-slide {
	margin: 0 30px; 
}
 .teamWrap {
	 position: relative;
}
.teamWrap .arrow {
  position: absolute;
	cursor: pointer; 
	font-size: 1.1em;
     padding: 8px;
	top: 50%; 
	transform: translateY(-50%);
	z-index: 10;
 }
 .teamWrap .arrow.left {
	 left: -5%; 
}
.teamWrap .arrow.right { 
	right: -5%; 
}
.teamWrap .actionbtn {
    background: #C0A15A;
    padding: 7px 15px;
}


/*** contact **/
.location-section h2{
    padding-left:40px;
}
.location-section  h2:before{
    content:"\f3c5";
    font-family: FontAwesome;
    position:absolute;
    left:0;
    width:20px;
    height:20px;
    color:#C0A15A;
    
}

.location-section iframe{
    border-radius: 15px;
}

.location-list {
    display: flex;
    flex-flow: wrap;
}
.location-list h3{
    text-align: center;
    font-style: italic;
    border-bottom: 1px solid #C0A15A;
}
.location-list .et_pb_column{
    width:27%;
}

.location-list .et_pb_module:first-child{
    margin-bottom: 0 !important;
}
.location-list .et_pb_module:last-child{
    margin-bottom: 50px !important;
}

.location-list  .et_pb_module:last-child{
background: #F6F1E6;
    padding:30px;
    border-radius: 20px;

}
.location-list  .et_pb_module  ul{
    margin-bottom: 0;
    padding-bottom: 0;
}
.location-list  .et_pb_module li{
    margin-bottom: 10px;
    padding-left: 25px;
}

.location-list  .et_pb_module li:first-child:before{
      content:"\f095";
    font-family: FontAwesome;
    position:absolute;
    left:0;
      font-size: 15px;
    color:#C0A15A;
}
.location-list  .et_pb_module li:last-child:before{
      content:"\f0e0";
    font-family: FontAwesome;
    position:absolute;
    left:0;
      font-size: 15px;
    color:#C0A15A;
}

/** Blog page **/


.blog-intro-header {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.6;
}


.search-wrapper {
    position: relative;
    width: 40%;
}

#blog-search {
    width: 100%;
    padding: 10px;
    border: 1px solid #C0A15A;
    background: transparent;
    outline: none;
}
#blog-search::placeholder{
	color:#C0A15A;
}
.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.search-wrapper input::placeholder{
    color:#C0A15A;
    
}
.search-wrapper svg
{
   color: #C0A15A
}



/* .filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    text-transform: uppercase;
    padding: 0;
    font-size: 11px;
}

.filter-btn.active, .filter-btn:hover {
    color: #7a7a5a;
    text-decoration: underline;
} */

/* Grid Styling */
.blog-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-column {
    margin-bottom: 40px;
}

.squared-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px; /* Rounded corners as per image */
    margin-bottom: 20px;
}

.squared-image img{
	height:100%;
	object-fit:cover;
	border-radius:20px;
	object-position:top;
}

.blog-title {
    font-size: 22px;
    margin: 10px 0;
    color: #C0A15A;
    text-decoration: none;
}

.blog-excerpt {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.read-more-btn {
    display: inline-block;
    background: #C0A15A;
    color: white;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1px;
}

.blog-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Aligns search and dropdown horizontally */

    padding: 20px 0;
    margin-bottom: 40px;
}


.blog-column {
    position: relative;
}

/* .blog-column::after {
    content: "";
    position: absolute;
    left: -15px;  
    right: -15px;
    bottom: -30px;
    height: 1px;
    background: #C0A15A;
    
}
.blog-column:nth-last-child(-n+3)::after {
    display: none;
} */

.filter-wrapper {
   width: 500px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	border-bottom: 1px solid #C0A15A;
}

.filter-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
    color: #C0A15A;
}

.filter-dropdown {
    width: 100%;
    padding-left: 10px;
	border:0;
/*     border-bottom: 1px solid #C0A15A; */
    background: #fff;
    color: #C0A15A;
    font-size: 13px;
    cursor: pointer;
	text-transform:uppercase;
    outline: none;
    appearance: none; /* Removes default browser styling */
 background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23C0A15A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.filter-dropdown option{
	 color: #C0A15A;
}
.filter-dropdown *{
	color: #C0A15A;
}
.load-more-container {
    width: 100%;
    display: flex;
    justify-content: center;
    
}

 #load-more-btn {
    transition: background 0.3s ease;
    border: none;
    font-weight: bold;
}

#load-more-btn:hover {
    background-color: #7a7a5a; /* Darker shade on hover */
}

.load-more-container #load-more-btn {
background: transparent;
    color: #1A1617;
    font-weight: 500;
    text-transform: none;
    font-style: italic;
    font-family: inter;
    text-decoration: underline;
    font-size: 15px;
}

.blog-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    min-height: 200px; /* Prevents layout jump */
}

.blog-section h2{
	margin-bottom:0 !important;
	color:#C0A15A !important;
	font-size:28px !important;
	line-height:32px !important;
}
.blog-section .blog-top-sec {
	width:50% !important;
}
.blog-section .bredacrumb {
    margin-bottom: 30px;
}
.bredacrumb span.icon {
    color: #C0A15A;
    font-weight: bold;
}
.single-post-banner {
    padding: 15% 0 2%;
	background:url(/wp-content/uploads/2026/04/newsbannerarticle.png);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.blog-section .et_pb_module.et_pb_image.et_pb_image_0 {
    margin-top: -115px;
}
.single-post-banner * {
    text-align: center;
    color: #fff !important;
}
.single-post-banner:before{
	content: " ";
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    /* z-index: 1; */
    margin: 0 auto !important;
}
.blog-section .et_pb_section:first-child,
.blog-section .et_pb_section:first-child .et_pb_row
{
    padding-top: 0 !important;
	padding-bottom:50px !important;
}
.blog-section .et_pb_row_0 .et_pb_column:first-child{
	margin-top:10px;
}
.blog-top-sec{
    padding-bottom: 0 !important;
}
.single-post .blog-section .et_pb_image_wrap,
.single-post .blog-section .et_pb_image_wrap img{
    width:100%;
}
.custom-blog .blog-column{
    position: relative;
}
.custom-blog .blog-column .read-more-btn{
    position: absolute;
    bottom:0;
}
.custom-blog .blog-excerpt{
    padding-bottom: 30px;
}
.single-back-blog{
    text-align: center;
}

.blog-top-sec h5{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
  
}
.blog-section a{
    color:#C0A15A;
}

.blog-section .bredacrumb a{
	color:#000;
}
.two-button-sec .et_pb_text_inner p{
    display: flex;
    
}

.blog-section .two-button-sec a{
    text-decoration: underline;
}

/* Container column setup */
.two-images {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.two-images .et_pb_module{
	margin-bottom:0 !important;
}
.two-images .et_pb_module .et_pb_image_wrap,
.two-images .et_pb_module .et_pb_image_wrap img
{
	height:100% !important;
}

.two-images .et_pb_image_0 {
    width: 100% !important;
    margin-bottom: 30px !important; 
}


.two-images .et_pb_image_1, 
.two-images .et_pb_image_2 {
    width: 49% !important; 
    margin-right:2% !important;
}
.two-images .et_pb_image_2{
    margin-right:0 !important;
}


.jobs-sec ul{
    padding-left:30px !important;
}
.jobs-sec li{
    list-style:disc;
}
.blog-section {
	padding-top:30px;
	padding-bottom:30px;
}
.single-post-banner div#et-boc {
    z-index: 1;
    position: relative;
}


/** single job page **/
.jobs-sec ul{
    padding-left:30px !important;
}
.jobs-sec li{
    list-style:disc;
}

.jobistingwrap h2{
    text-align: center;
}

.jobistingwrap h3 {
    color: #C0A15A;
    font-size: 30px;
    border: 1px solid #C0A15A;
    font-size: 20px  !important;
    line-height: 25px !important;
    padding: 10px 25px;
}
.joblist {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap:10px 30px;
	margin-top:40px;
}

.form-field-hidden {
    display: none;
}

.job-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}
.popup-content {
  background: #fff;
  padding: 20px;
  max-width: 1000px;
  width: 90%;
  position: relative;
  height:80vh;
  overflow: scroll;
}
.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
/*.job-popup input, .job-popup textarea, .job-popup select,.job-popup .select-rendered , .job-popup label{
    color:#42454b !important;
    padding: 0.8rem 1.5rem !important;
    font-size: 14px !important;
}*/

.job-popup input,.job-popup textarea, .job-popup select
{
  border-color:#C0A15A !important;
}
.job-popup input::placeholder, .job-popup textarea::placeholder{
   color:#525353 !important;
}
.job-popup label, .gfield_label{
    font-size: 16px;
    font-weight: normal !important;
}

.gform_fileupload_rules {
    padding-top: 0px !important;
	font-size:12px !important;
}
.job-popup .gform_wrapper.gravity-theme fieldset {
    margin-bottom: 20px;
}

.et_pb_column{
	z-index:unset;
}
.featured-job .two-button-sec{
    margin-top:20px;
}
h2.featured-whats-title{
    color:#C0A15A;
    font-size: 25px !important;
    line-height: 30px !important;
    margin-bottom: 0;
     margin-top:10px !important;   
}

.featured-post h3 {
    font-size: 35px;
    font-weight: normal;
}


.featured-post-sec{
    display: flex;
}
.featured-col-1{
    width:40%;
    margin-right:5%;
}

.featured-col-2{
    width:60%;

}

.featured-image img{
    width:100%;
    object-fit: cover;
}
.custom-post-row {
    margin-top: 50px;
    background: #F6F1E6;
	padding-top:20px;
	padding-bottom:50px;
}
.custom-event-row .two-button-sec {
    margin-top: 2%;
}

.load-more-events #load-more-btn {
    background: transparent;
    color: #1A1617;
    font-weight: 500;
    text-transform: none;
    font-style: italic;
    font-family: inter;
    text-decoration: underline;
    font-size: 15px;
}


/** events modal popup **/
div#popup-details {
    border: 1px solid #C0A15A;
    border-radius: 20px;
    padding: 20px;
	margin-bottom:20px;
}


#popup-details strong {
    font-weight: 500;
    width: 25%;
    margin-right: 10px;
	line-height:20px;
}
#popup-details span{
	width:75%;
}
#popup-details  h4{
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #00000029;
	display:flex;
	flex-flow:row;
}
#popup-details  h4:last-child{ 
    border-bottom: 0;
    margin-bottom: 0;
}
#popup-details  h4,
#popup-details  h4 p,
#popup-details li
{
    font-size: 15px !important;
    color: #000;
}
#popup-details h3 {
    font-size: 19px;
	line-height:25px;
    color: #C0A15A;
/*     padding-bottom: 0; */
}

.popup-inner-sec {
    display: flex;
    width:100%;
}

.popup-top {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    flex-flow: column;
    width:45%;
    order: 2;
}
div#popup-body {
    width: 55%;
    margin-right: 5%;
}


.popup-inner-sec h3{
       font-size: 20px;
    line-height: 25px;
    font-weight: 500;
	margin-bottom:0px;
}

.popup-inner-sec p,
.popup-inner-sec li
{
    font-size: 16px;
}

.event-popup {
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-popup-content {
  max-height: 70vh;
  overflow-y: auto;
  height: auto;  
	/** addedd css **/
	    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
	top:0 !important;
	bottom:0 !important;
	margin:auto !important;
}


.custom-post-row h5,
.featured-post h5
{
    font-size: 16px;
    font-weight: 500;
  padding-bottom: 0;
    margin-bottom: 5px;
}

.custom-post-row .blog-column img{
    margin-bottom: 20px;
	border-radius:20px;
}
.custom-post-row h2{
    font-size: 25px !important;
    line-height: 35px !important;
    margin-bottom: 0 !important;
    margin-top:10px !important;    
    color:#C0A15A;
}
.blog-thumbnail{
	display:block;
    height:350px;
    margin-bottom: 15px
}

.blog-thumbnail img{
    height:100%;
    object-fit: cover;
	width:100%;
}

.custom-post-row .blog-column{
	position:relative;
}
.custom-post-row .two-button-sec {
  
    position: absolute;
    bottom: 0px;
}
#popup-body p a{
	color:#C0A15A;
}
h2#popup-title {
    color: #C0A15A;
    font-size: 30px !important;
    line-height: 37px;
}
.custom-post-row .blog-excerpt{
	padding-bottom:60px;
}
.popup-contact-info {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    background: #F6F1E6;
    border: 0;
    padding: 20px;
    border-radius: 20px;
}
.popup-contact-info h3{
    color: #C0A15A !important;
    margin-bottom: 5px;
}

#popup-body ul{
	margin-bottom:0;
}

/*** offer **/
.offer-row{
    display: flex;
    flex-flow: row;
}
 .offer-row  ul{
        width:75%;
        padding-left:10px !important;
    }
.offer-row li{
    list-style: disc;
	padding-bottom:5px;
   
}
.offer-row li::marker{
    color:#C0A15A;
}
.offer-row .label
{
   font-weight: 500;
    width: 25% !important;
    margin-right: 10px;
    line-height: 20px;
}
.offer-row ul{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}

/** home featured offer section **/
.featured-offer-card{
    display: flex;
    padding:20px;
    border-radius: 20px;
}

.featured-offer-image{
    width:40%;
    margin-right:4%;
}

.featured-offer-content {
    width: 65%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.featured-offer-image img{
    height:100%;
    object-fit: cover;
    border-radius: 20px;
}
.featured-offer-card {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.offer-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-offer-content h3{
    font-size: 21px !important;
    line-height: 25px;
    margin-bottom: 0;
	width:75%;
}

.featured-offers-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    display: flex;
}
.featured-left
 {
/*     height: 100%; */
    width: 65%;
}


.featured-right {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    width: 50%;
}

.featured-offer-title-sec {
    display: flex;
     justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.featured-offer-pricing {
    background: #872634;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: flex;
    padding:5px;
    text-align: center;
    align-items: center;
    justify-content: center;
    outline: 0.9px dashed #fff;
   outline-offset: -3px;
	margin-bottom:-5px;
	
}
.featured-offer-pricing h5{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
	font-weight:600;
	
}
.featured-right .featured-offer-card {
	padding:10px;
}

.featured-left .featured-offer-image {
    width: 50%;
}

.featured-offers-grid .actionbtn {

    padding: 10px 10px;
}
.featured-left .featured-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9; /* adjust for desktop */
  overflow: hidden;
}
.featured-offers-grid .featured-right .actionbtn {
    padding: 6px 10px;
    font-size: 13px !important;
    line-height: 17px !important
}

/** header **/
/* Hide all submenus by default */
.menu-ul li ul {
  display: none;
}

/* Parent menu item styling */
.menu-ul li {
  position: relative;
}

/* Arrow styling */
.menu-ul li .submenu-toggle {
  cursor: pointer;
  margin-left: 8px;
  font-size: 12px;
}

/* Rotate arrow when active */
.menu-ul li.open > a .submenu-toggle {
  transform: rotate(180deg);
}


/* Hide submenus initially */
.menu-ul li ul {
  display: none;
}

/* Arrow style */
.submenu-toggle {
  margin-left: 8px;
  font-size: 12px;
  cursor: pointer;
}

/* Rotate arrow when open */
.menu-ul li.open > a .submenu-toggle {
  transform: rotate(180deg);
}

.privacy-policy-sec h3{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 500;
}

.virtual-tour-popup .et_pb_code_inner {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
}



/** about us **/
/* .timeline {
  position: relative;
  padding-left: 40px;
     z-index: 8;
    height: 400px;
    overflow-y: scroll;
    
}


.timeline::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    height: 220%;
    width: 2px;
    background: rgb(255 255 255);
}


.timeline::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  width: 2px;
  height: 0;
  background: #fff;
  transition: height 0.2s ease;
}
.timeline .et_pb_text {
  position: relative;
  margin-bottom: 50px;
  opacity: 1;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.timeline .et_pb_text::before {
    content: "";
    position: absolute;
    left: -31px;
    top: 0px;
    width: 4px;
    height: 40%;
    background: rgb(255 255 255);
    border-radius: unset;
}
 */
/* active state */
/* .timeline .et_pb_text.active {
  opacity: 1;
  transform: translateY(0);
}

.timeline .et_pb_text.active::before {
  background: #fff;
  transform: scale(1.3);
}

.timeline::after {
  height: var(--fill, 0px);
}
	.timeline h2{
    color: #C0A15A;
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 0;
} */

.offering-row h2{
    color:#C0A15A;
    font-size: 20px !important;
    line-height: 25px;
    padding-bottom: 0;
	border-bottom:1px solid #C0A15A;
    
}

/* Make the whole section stick */
.offering-section {
  position: relative;
}

/* Sticky column */
.offering-row {
  position: sticky;
  top: 0;
  height: 100vh;           
  overflow-y: auto;        
  padding-right: 10px;   
	direction: rtl;
	padding-top:0 !important;
}

/* Optional: smoother scroll feel */
.offering-row {
  scroll-behavior: smooth;
}

/* Hide scrollbar (optional, cleaner UI) */
.offering-row::-webkit-scrollbar {
  width: 6px;
}
.offering-row::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.offering-row .et_pb_module {
/*   min-height: 30vh;  */
	margin-bottom:9% !important;

}

    .timeline {
  display: flex;
  flex-direction: column;
}
.et_pb_row.offering-row {
/* 	width:100% !important; */
	height:490px;
}
.timeline{
	direction: ltr;
	width:600px !important;
}

.offering-row .et_pb_module {
    flex: 0 0 auto;
    padding-left:30px;
}

.et_pb_row.offering-row{
    position: relative;
}
.et_pb_row.offering-row:before{
     content: "";
    position: absolute;
    left: 0px;
    height:200%;
    top: 0;
    width: 1px;
    background: rgb(255 255 255);
}

/** added after comment **/
.offering-row {
/*   overflow-y: auto; */
/*   height: 100vh !important; */
}
.offering-section {
  position: relative;
	padding:5% 0 !important;
/*   min-height: 200vh; */
}
.timeline {
  position: sticky;
  top: 10vh;
}
/* .et_pb_row.offering-row {
  height: auto;
} */
.timeline {
  position: sticky;
  top: auto;
  bottom: 10vh;
}
/* .offering-section {
  min-height: 200vh;
} */

.timeline {
  position: sticky;
  top: 10vh;
}

/* .offering-row {
  overflow: visible;
} */




#spafacilities .et_pb_toggle {
    padding:10px 0;
    margin:0;
    background: transparent;
    border:0;
}
/* #spafacilities .et_pb_toggle_content {

    position: relative;
    position: absolute;
    background: #fff;
    padding-bottom: 10px;
} */
#spafacilities h5
{
font-size: 18px;
    line-height:26px;
color:#C0A15A;
	margin-bottom:0;
}
.et_pb_toggle_title:before{
    color:#C0A15A;
}
.ceremonysec .custom-slider-nav{
    width:30%;
    position: absolute;
    bottom:35%;
    left:10%
}
.ceremony-location-text{
    position: absolute;
    top:0;
    width:40%;
    text-align: left;
      left:10%;
    top:30%
}
.ceremony-location-text *{
     text-align: left;
    color:#fff;
  
}
.custom-slider-nav *{
     color:#fff;
}
.custom-slider-nav .nav-item{
    opacity: 1;
}
.specialevent-bg-image:before{
        content: " ";
    height: 100%;
    width: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    /* z-index: 1; */
    margin: 0 auto !important;
    background-image: linear-gradient(to right, #000000, #000000, rgba(29, 29, 29, 0.20), rgba(34, 34, 34, 0), rgba(52, 52, 52, 0));
}

.ceremonysec .slick-dots {
    position: absolute;
    bottom: 0;
    right:10%;
    margin-bottom: 0;
   
}
#profgolfcoursemgmt .et_pb_module,
#profgolflesson .et_pb_module
{
    margin-bottom: 5% !important;
}
.center-blurb-border .et_pb_blurb_description svg{
    color:#C0A15A;
    opacity: 0;
}
.center-blurb-border .et_pb_column:hover .et_pb_blurb_description svg{
   
    opacity: 1;
}

.dining-blurb h4.et_pb_module_header {
   
    height: 30px;
}
.popup.form-sec .et_pb_image_wrap img{
    width:200px;
}


/** voucher page **/
.voucher-tabs {
  margin-top: 30px;
}

.voucher-tab-buttons {
  display: flex;
  justify-content:center;
  gap: 10px;
  margin-bottom: 25px;
}

.voucher-tab-buttons button {
  padding: 12px 18px;
  border: none;
  background: transparent;
	border:1px solid #C0A15A;
	color:#C0A15A;
  cursor: pointer;
  border-radius: 6px;
}

.voucher-tab-buttons button.active {
  background: #C0A15A;
  color: #fff;
}

.custom-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.product-item img {
  border-radius:20px;
	width:100%;
}

.product-item h3 {
       font-size: 25px !important;
    line-height: 35px !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
    color: #C0A15A;
}

.product-item .price {
  display: block;
	font-size: 16px;
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.product-item .short-desc {
  font-size: 14px;
  margin-bottom: 15px;
}

.product-actions .buy-now-btn {
    background: #C0A15A;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
	font-family: Cinzel, sans-serif;
	font-weight: 600;
}

.voucher-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
  
    justify-content: center;
    margin-bottom: 20px;
}

.voucher-tabs-wrapper .tab-btn {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #C0A15A;
    background: transparent;
    border-radius: 10px;
	font-size:20px;
}

.voucher-tabs-wrapper .tab-btn.active {
    background: #C0A15A;
    color: #fff;
}

.voucher-tabs-wrapper .tab-content {
    display: none;
}

.voucher-tabs-wrapper .tab-content.active {
    display: block;
}


.voucher-tabs-wrapper .custom-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.voucher-tabs-wrapper .product-item {
/*     border: 1px solid #eee; */
    padding: 15px;
    text-align: left;
}

.voucher-tabs-wrapper .product-item h3 {
    font-size: 18px;
    margin: 10px 0;
}

.voucher-tabs-wrapper .product-excerpt {
    font-size: 14px;
    color: #666;
}

.voucher-tabs-wrapper .product-item .price {
    display: block;
    margin: 10px 0;
    font-weight: bold;
}
h3.tab-info{
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    
}
/** single product **/

.custom-product-page {
/*   max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px; */
	max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    width: 75%;
	padding-top:120px;
}

.back-button {
  margin-bottom: 20px;
}

.back-button a {
  text-decoration: none;
     font-weight: 600;
    color: #c0a15a;
}

.product-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.product-left img {
  width: 100%;
  height: auto;
}

.terms {
  margin-top: 20px;
  font-size: 13px;
  color: #555;
}
.terms p{
	font-style:italic;
}
.terms h4{
	font-weight:500;
	padding-bottom:0;
	
}

.product-right h1 {
  margin-bottom: 15px;
	font-size:23px;
	line-height:26px;
	margin-bottom:0;
	    color: #c0a15a;
}
.woocommerce-Price-amount *{
    font-size: 18px;
    
    
}
.product-right .price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.product-right .description {
  margin-bottom: 20px;
}
.woocommerce .quantity {
    display: table;
    height:58px;
    margin: 2px;
 
}
.woocommerce .quantity input.qty{
    height:100%;
    width:100%;
}
.quantity {
    float: left;
    font-size: 16px;
    color: #282828;
}
.woocommerce .button, .woocommerce input[type=submit] {
  font-family: Cinzel, sans-serif;
}
.product-right .cart {
  margin-top: 20px;
/* 	display:flex;
	align-items:center; */
}

.single-product .variations select {
    border: 1px solid #c0a15a;
    padding: 10px;
    margin-right: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.form-row .input-text, .form-row select {
    display: block;
    width: 100%;
}


.form-row span.woocommerce-input-wrapper {
    width: 100%;
}
.product-right label{
    font-size: 20px;
    font-weight: 500;
}
.form-row label, 
.woocommerce-form__label {
    display: inline-block;
    color: #282828;
    font-weight: normal;
}

.single_add_to_cart_button {
  background:#c0a15a !important;
  color: #fff !important;
  padding: 12px 20px !important;
}
.woocommerce-page button.button.alt:after{
	display:none;
}

h2.gform_submission_error.hide_summary {
    font-size: 20px !important;
}
.home-special-event .specialeventsWrap .specialevent-bg-image:before{
    display: none;
}

.no-transparent-header div#sticky-header {
    top:40px;
    background: #000000;
}
/* .no-transparent-header .whats-cta-button {
  
  display:none;
} */
.woocommerce-cart .custom-header,
.woocommerce-checkout .custom-header
{
   background:#c2a361;
}
.woocommerce-cart h1.entry-title.main_title,
.woocommerce-checkout h1.entry-title.main_title
{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    color: #C0A15A;
}
.wc-block-components-checkout-step__title{
	font-size:20px !important;
}
h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 35px !important;
    text-transform: unset;
    color: #C0A15A;
}
.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
    background: #C0A15A;
}
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover
{
    background: #872634;
	color:#fff;
}
.woocommerce-cart a.wc-block-components-product-name ,
h3.wc-block-components-product-name
{
    font-size: 21px !important;
}
.woocommerce-cart .entry-content {
    margin-top: 20px;
}
.woocommerce-cart .container,
.woocommerce-checkout .container
{
    width:70%;
    max-width:100%;
}
a.cart-num {
    font-size: 20px;
    margin-right: 20px;
}
.dine-banner p{
    max-width: 410px;
    padding-bottom: 20px !important;
}
/*** simple booking widget **/
body #sb-container .sb-custom-field-bg-color {
    background-color:#fff!important;
}
body #sb-container .sb-custom-button-bg-color{
	background:#C0A15A !important;
}
body .sb__form-field-icon .icon,
body #sb-container .sb-custom-icon-color
{
	color:#C0A15A !important;
	fill:#C0A15A !important;
}

body .sb__form-field--checkin .sb__form-field-input:before, 
body .sb__form-field--checkout .sb__form-field-input:before{
	border-color:transparent transparent #C0A15A transparent !important;
	
}
body .sb__calendar-day--valid.sb__calendar-day--checkin.intent-selection, 
body  .sb__calendar-day--valid.sb__calendar-day--checkout.intent-selection {
    background: #C0A15A !important;
 
   
}

body .sb__calendar-day--valid.sb__calendar-day--range {
 
    background: #c0a0599e !important;
}

body .sb__calendar-day{
	    border: 1px solid #ffffff;
}
body .sb__calendar-day--valid.sb__calendar-day--checkin, 

body .sb__calendar-day--valid.sb__calendar-day--checkout {
	    background: rgb(192 161 90 / 70%);
		
	}
body .sb__calendar {

    background: #ffffff;
}

body .sb__guests {
 
    background: #fff !important;
}
body .sb__footer-actions {
    display: none;
}
body .sb-screen-l .sb__form-field-date-number

 {
    font-size: 16px;
}
body span.sb__form-field-rooms {
    font-size: 15px !important;
	opacity:1;
}
span.sb__form-field-weekday,
.sb__form-field-weekday
{
	display:none;
}
body .sb__form-field-label {
    font-size: 16px;
	line-height:20px;
    font-family: "Inter", sans-serif;
	margin-bottom:5px !important;
	
}
body #sb-container .sb-custom-label-color{
		color:#c2a361 !important;
}
.home-banner #sb-container_sb__form-field--guests *,
.home-banner .sb__guests *
{
    text-align: left;
}

.sb__guests-adults-label, .sb__guests-children-label {
    font-size: 14px;
    line-height: 20px;
}
body .sb__panel-actions .sb__btn{
    border:1px solid #C0A15A !important;
}


/*** this is to be updated when making the live on home page **/

.sb__form-field-label{
    text-align: left !important;
}
.booking-widget{
   width:1100px;
    margin:0 auto;
    margin-top: 8%;
}
.et_pb_section.home-banner {
    padding: 17% 0 2%;
}
#sb-container .sb-custom-color {
    color: rgb(192, 161, 90) !important;
    border-radius: 5px;
    padding: 10px;
}
body .sb-screen-l .sb__form-field-input{
	align-items:center;
}

body span.sb__form-field-month-year {
    text-align: left;
}
body span.sb__form-field-guests {
    display: inline-block;
    float: left;
	padding-top:2px;
}
.wedding-video video,
.wedding-video .et_pb_video_overlay,
.wedding-video .et_pb_video_overlay_hover
{
	border-radius:20px;
}

.wedding-video-sec{
   padding:28% 0;
    border-radius: 20px;
}
body.no-scroll {
  overflow: hidden;
}
body.no-scroll-bg {
  overflow: hidden;
}

#profgolflesson stong{
    font-weight: 500;
}


/** sticky header **/

#sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    margin: 0 auto;
    width: 100%;
    z-index: 9999;
}
#sticky-header {
    top: 40px; /* adjust to exact height of your top bar */
}
#sticky-header.scrolled {
    background: #000; /* your sticky colour */
}
.top-header {
    z-index: 2000;
    position: relative;
    z-index: 20200200;
}
#sticky-header.scrolled {
    top:0 !important;
}
.scrolled div#header{
    padding: 10px 0 !important;
}
.scrolled .logo-section {
    width: 200px;
}
#sticky-header.scrolled {
    top:40px;
    z-index: 999999;
}

/*** hiding the details when the scrolled header is opened **/
.top-header .scrolled{
    
}
.top-header.top-hide{
    display: none;
}

#sticky-header.scrolled .whats-cta-button{
        top: 70px !important;
}


/** 
 *universal event specail offer  popup **/
.universal-offer-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 999999;
}
.universal-offer-popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.universal-offer-popup .event-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
}
.universal-offer-popup .event-popup-content {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 1100px;
  max-height: 70vh;
  overflow-y: auto;
  padding: 30px;
  border-radius: 8px;
  z-index: 2;
}
.event-popup-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}
.popup-image-wrap img{
	border-radius:20px;
}


/*** what's on popup **/
/* =========================
   WHAT'S ON POPUP ONLY
   (does NOT affect offers popup)
========================= */

.whatson-section .event-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

/* active state */
.whatson-section .event-popup.active {
  display: flex;
}

/* overlay */
.whatson-section .event-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
}

/* popup box */
.whatson-section .event-popup-content {
  background: #fff;
  width: 90%;
  max-width: 1000px;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  z-index: 2;
}

/* layout */
.whatson-section .popup-inner-sec {
  display: flex;
  gap: 30px;
}

.whatson-section .popup-top {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.whatson-section #popup-body {
  width: 55%;
}

/* image */
.whatson-section .popup-image-wrap img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* close button */
.whatson-section .event-popup-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 26px;
  cursor: pointer;
}

/* details box */
.whatson-section .popup-details {
  border: 1px solid #C0A15A;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

/* text styling */
.whatson-section .popup-inner-sec h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.whatson-section .popup-inner-sec p,
.whatson-section .popup-inner-sec li {
  font-size: 15px;
}

/* mobile */
@media (max-width: 768px) {
  .whatson-section .popup-inner-sec {
    flex-direction: column;
  }

  .whatson-section .popup-top,
  .whatson-section #popup-body {
    width: 100%;
  }
}

.blog-row.single-post {
  justify-items: center;
}

.blog-row.single-post .blog-column {
  grid-column: 2 / 3; /* places it in middle column */
}
h2.h2-large-font {
    font-size: 35px !important;
    line-height: 45px !important;
}
.cart-num {
    position: relative;
    display: inline-block;
}

.cart-num::after {
   content: attr(data-count);
    position: absolute;
    top: -8px;
    right: -10px;
    background: #c2a361;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    padding: 4px 4px;
    line-height: 1;
    min-width: 18px;
	text-align:center;
}

.woocommerce-order-received .woocommerce-column--billing-address,
.woocommerce-order-received .woocommerce-column--shipping-address
{
width: 100% !important;
    max-width: 100%;
}
.cart-num {
    display: inline-block !important;
}

.cart-num i ,
.cart-num svg
{
    display: inline-block !important;
}

.wp-block-woocommerce-coming-soon.woocommerce-coming-soon-store-only {
    padding-top: 50px;
}
.single-offers .actionbtn{
    background: #C0A15A !important;
    text-decoration: none !important;
}

.single-offers .actionbtn:hover{
    background: #872634 !important;
    color:#fff !important;
}


/* .whatson-custom-sec .featured-post {
    display: none;
} */
/***  end of this is to be updated when making the live on home page **/
/*** Responsive **/

@media only screen and (max-width:2200px){
	.event-popup-content{
		max-width:1000px !important;
	}
}
@media only screen and (max-width:1800px){
	p {
    font-size: 16px;
    line-height: 1.3;
	}
.et_pb_row {
  width:85% !important;
}
	.fullwidth-row{
		width:100% !important;
	}
	
	#menu {
 
    width: 40%;
	}
	.whats-cta-button {
  
    right: 18.6%;

}
	.room-slider .image-slide {
    height: 650px;
}
	
	.dine-banner p {
  
    width: 366px;
}
	/** home featured offer **/
	.home-featured-offer .large-row.et_pb_row {
    width: 95% !important;
	}
		.padding-left-13-col .et_pb_text {
    padding-left: 0;
}
	
	
.tour-sec .et_pb_image_wrap{
    height:240px;
	}

	

}
@media only screen and (max-width:1600px){
	h2 {
    font-size: 35px !important;
    line-height: 43px;
	}
	

	.medium-row.et_pb_row {
    width: 80% !important;
    max-width: 100% !important;
}

	.short-row.et_pb_row {
    width: 60% !important;
    max-width: 100% !important;
}
	
	.custom-footer p {
    font-size: 16px;
    line-height: 19px;
}
	
	header .et_pb_row {
        width: 95% !important;
    }
	#menu ul li a { 
    font-size: 27px;
	line-height:32px;
	}
		.video-col {
    height: 600px;
}
	.fw-left-col .et_pb_module {
    padding-left: 20%;
}
	.specialevent-bg-image {
    height: 800px !important;
	}
	.twoimages-text-left-sec .et_pb_column:first-child {
    width: 35%;
    margin-right: 5%;
    margin-left: 8%;
}
	.secondary-module-overlay{
		width:500px;
	}
	
	.padding-left-20-col .et_pb_text {
    padding-left: 6%;
}
	.padding-right-20-col .et_pb_text {
    padding-right: 6%;
}

	.home-stay-sec .et_pb_image_wrap {
    height: 300px;
}
	/** home featured offer **/
	.featured-offer-pricing {
 
    width: 60px;
    height: 60px;
    line-height: 60px;
   
	}
	.featured-offer-content h3 {
    font-size: 18px !important;
    line-height: 20px;
	}
	.text-threeslider-sec .et_pb_column:first-child
 {

    margin-left: 8%;
}
	.text-left-threeslider-sec .et_pb_column:last-child
 {
    margin-right: 9% !important;
}

	.event-popup-content{
		    margin: 130px auto 80px auto;
		    max-height: 76vh;
	}
	.ceremonysec .custom-slider-nav{
		    bottom: 30%;
	}
	
	.featured-offers-grid .featured-right .actionbtn {
    padding: 6px 5px;
    font-size: 12px !important;
    line-height: 17px !important;
}
	
    
}

	

@media only screen and (max-width:1400px){
       .short-row.et_pb_row {
        width: 80% !important;
        max-width: 100% !important;
    }
.large-row.et_pb_row {
    width: 90% !important;
    max-width: 100% !important;
}
	
	h2,
	h2.h2-large-font{
        font-size: 30px !important;
        line-height: 38px;
    }
	
p, li{
    font-size: 16px;
    line-height: 1.3;
}
.actionbtn {
    font-size: 14px;
    line-height: 20px;
}
	.long-text h2 {
    font-size: 26px !important;
    line-height: 38px;
}
	.custom-header .et_pb_row {
    width: 90% !important;
}
	.custom-header img{
		width:300px;
	}
	.home-banner h1 {
    font-size: 45px;
		line-height:55px;
	}
	
.custom-footer * {
    font-size: 14px !important;
}
	
	.et_pb_column.footer-col-3{
		width:33%;
	}
	.whats-cta-button {

    right: 12.6%;
  
}
	
	.services-sec .et_pb_image_wrap {
    height: 150px;
}
	
	.specialevent-bg-image {
    height: 700px !important;
	}
	
	.special-events-text-overlay{
		height: 70%;
		left:7%;
	}
	
	    .room-slider .image-slide {
        height: 600px;
    }
	.room-grid{
		align-items:start;
	}
	
	.room-tabs-nav{
		width:100%;
	}
	.room-grid {
    gap: 0px;
	}
	
	/** golf **/
	.padding-left-20-col .et_pb_text {
    padding-left: 0%;
}
	.padding-right-20-col .et_pb_text {
    padding-right: 0%;
}
	
	.twoimages-text-left-sec .et_pb_column:first-child {
    width: 37%;
    margin-right: 5%;
    margin-left: 5%;
}
		/** play and book **/
	.text-threeslider-sec .et_pb_column:first-child {
    margin-left: 5%;
	}
	.text-left-threeslider-sec .et_pb_column:last-child {
    margin-right: 6% !important;
}
	.text-left-threeslider-sec .et_pb_column:first-child{
		margin-right: 3%;
	}
	.et_pb_module.et_pb_code.et_pb_code_1.bordered-form {
    width: 650px;
    margin: 0 auto;
}
		.twoimages-text-sec .et_pb_column:last-child {
    width: 35%;

}
	
	/** home fetaured sec **/
	.featured-offer-content h3 {
    font-size: 15px !important;
    line-height: 19px;
	}
	   .featured-offer-content .actionbtn {
        font-size: 9px;
        line-height: 11px;
        padding: 5px;
    }
	.featured-offer-content .featured-excerpt *, .featured-offer-content .featured-excerpt{
		font-size:12px;
	}
	.featured-offer-pricing h5 {
    font-size: 10px;
    line-height: 13px;
	}
	
	.ceremonysec .custom-slider-nav{
		    bottom: 26%;
	}
	
	.membership-package .et_pb_column:last-child{
		width:50% !important;
	}
	.membership-package .et_pb_column:first-child{
		width:38% !important;
	}
	    .padding-left-13-col .et_pb_text {
        padding-left: 5%;
    }
	
	.blog-section h2 {
    font-size: 25px !important;
    line-height: 28px !important;
}
	    .featured-offers-grid .featured-right .actionbtn {
        padding: 6px 5px;
        font-size: 9px !important;
        line-height: 11px !important;
    }
	
}
  


@media only screen and (max-width:1200px){
    .et_pb_row {
        width: 90% !important;
    }
	.fullwidth-row{
		width:100% !important;
	}
	.medium-row.et_pb_row {
    width: 90% !important;
    max-width: 100% !important;
}
	    p, li {
        font-size: 15px;
        line-height: 1.4;
    }
	.custom-header .et_pb_row {
		display:flex !important;
	}
	
	/** events  **/
	#popup-details strong{
		display:block;
		width:100%;
	}
	#popup-details h4{
		display:block;
	}
	
	    .padding-left-13-col .et_pb_text {
        padding-left: 0%;
    }
	
	/**** booking widget **/
	 .booking-widget{
        width:95%;
    }
    body #sb-container .sb-custom-field-bg-color {
    align-items: center;
}
   
    .sb-screen-xs .sb__form-field-date-number{
         font-size: 14px !important;
    }
    body .sb__form-field-input{
        padding:5px !important;
    }
    body .sb__form-field-icon .icon {
    width: 13px;
    height: 14px;
    }
   body .sb__dates {
    width: 60%;
    }
    body.sb__guests-rooms{
        width:40%;
        margin-top:0;
    }
	
	
	
}

@media only screen and (max-width:1100px){
	   
}



@media only screen and (max-width: 980px) {
  h6 {
    font-size: 20px !important;
    line-height: 30px;
}
	    h2, h2.h2-large-font {
        font-size: 34px !important;
        line-height: 45px !important;
    }
.actionbtn, .actionbtn-secondary {
    font-size: 15px;
    line-height: 22px;
   
}
	footer .et_mobile_nav_menu{
		display:none !important;
}
	
	.et_pb_column.footer-col-1,
	.et_pb_column.footer-col-2,
	.et_pb_column.footer-col-3,
	.et_pb_column.footer-col-4
	{
		width:42%;
		margin-right:6%;
	}
	div#mainFooter {
    display: flex;
    flex-flow: wrap;
}
	
	.custom-footer h4 {
    font-size: 18px !important;
}
	
.short-row.et_pb_row {
        width: 90% !important;
        max-width: 100% !important;
    }
	.et_pb_section{
		padding:3% 0;
	}
    .et_pb_row.alter-row {
        display: block !important;
    }
    .alter-row .et_pb_column {
        width: 100% !important;
        display: block;
    }
    .alter-image {
        left: 0%;
        padding-left: 0;
    }
    .alter-text {
        right: 0%;
        padding-top: 20px;
    }
	.header-logo-text p {

    font-size: 12px;
}

	    .long-text h2 {
        font-size: 22px !important;
        line-height: 32px;
    }
	.header-cta-button .actionbtn{
		padding:10px;
	}
	.long-text h2 br{
		display:none;
	}
	   
	    .home-banner h1 {
        font-size: 40px;
			line-height:50px;
    }
	
	.display-flex{
		display:flex;
		flex-flow:wrap;
	}
	.fw-left-col .et_pb_module {
        padding-left: 5%;
		padding-right:5%;
    }
	.special-events-text-overlay {
    width: 350px;
    height: 80%;
    padding: 22px !important;
}
	.two-image-sec {
		display:block !important;
	}
	.two-image-sec .et_pb_column:first-child, .two-image-sec .et_pb_column:nth-child(2){
		width:46%;
		margin-right:3%;
		margin-bottom:0;
	}
	.primary-badge-image-left {
  
    left: -2%;
}
	.two-image-sec{
		padding-top:60px !important;
	}
	.room-grid{
		display:block;
	}
	.room-slider {
    width: 100%;
	}
	.room-content{
		width:100%;
	}
	.room-slider .image-slide {
        height: 400px;
    }
	.room-tabs-nav li {
    padding-left: 1%;
    padding-right: 1%;
    font-size: 15px;
	}
	.room-tabs-nav {
    gap: 10px
	}
	.threeimages-text-sec .et_pb_column:last-child{
		margin-left:0;
		width: 40%;
	}
	.dining-menu-section ul{
		margin-bottom:0;
	}
	
	.golf-sec .et_pb_column:first-child {
    width: 100% !important;
		margin-bottom:0 !important;
}
	
	.golf-sec .et_pb_column:last-child {
    width: 100% !important;
    padding-left: 5%;
		  padding-right: 5%;  padding-left: 5%;
}
	.primary-badge-image {
    position: absolute;
    top: -45px;
    right: -6px;
}
	.golf-img-sec {
    margin-right: 15px !important;
    margin-left: 15px !important;
}
	
	.testomonial-top-sec{
		flex-flow:wrap;
		
	}
	.testomonial-top-sec h4{
		width:100%;	
	}
	
	.exclusive-cta .gform_fields:first-child, .exclusive-cta .gform_fields:nth-child(2) {
    width: 80%;
}
	
	/** golf **/
	.twoimages-text-sec .et_pb_row{
		width:90% !important;
		padding-right:0;
		padding-left:0 !important;
	}
	.twoimages-text-sec .et_pb_column:last-child {
    width: 100% !important;
    margin-right: 11% !important;
    margin-left: 0;
    margin-top: 2%;
}

.twoimages-text-sec .et_pb_column {
    width: 47% !important;
    margin-right: 3%;
        margin-bottom:0;
}
	
	.twoimages-text-left-sec .et_pb_row{
		width:90% !important;
		
	}
	
	.twoimages-text-left-sec .et_pb_column:first-child {
    width: 100% !important;
    margin-right: 0%;
    margin-left: 0%;
		margin-top:2%;
		order:3;
}
	.twoimages-text-left-sec .et_pb_column {
    width: 48% !important;
    margin-right: 3%;
		margin-bottom:0;
}
	
	.twoimages-text-left-sec .display-flex{
		 display: flex !important;
    flex-flow:wrap;
	}
	
	
	/** play and book **/
	.text-threeslider-sec .et_pb_column:first-child {
    width: 100%;
		order:2;
	}
	.text-left-threeslider-sec .et_pb_column:first-child {
    width: 100%;
}
	.text-left-threeslider-sec .et_pb_column:last-child {
        margin-right: 5% !important;
        margin-left: 5% !important;
    }
	.text-left-threeslider-sec{
		margin-bottom:0px;
	}
	.golfWrap{
		margin-bottom:10px;
	}
	.et_pb_module.et_pb_code.et_pb_code_1.bordered-form {
    width: 100%;
    margin: 0 auto;
}
	
	.secondary-bg-overlay-right:before{
		    background-image: linear-gradient(to right, #000000, #000000, rgba(29, 29, 29, 0.70), rgba(34, 34, 34, 0.70), rgba(52, 52, 52, -1.9));
}
	
	
	.alter-order-mobile .et_pb_column:first-child{
		order:2;
	}
	.single-slide .golf-img-sec {
     
		margin:30px !important;
    }
	.single-slide .arrow.left svg {
    left: -1.5%;
}
	.single-slide .arrow.right svg {
    right: -1.5%;
}
	.single-slide .arrow svg {
    font-size: 1.2em;
	}
	
	    .et_pb_column {
        margin-bottom: 10px !important;
    }
	
	
	.long-table .et_pb_text{
		width: 100%;
  overflow-x: auto; 
  -webkit-overflow-scrolling: touch; 
}
	.long-table table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  min-width: 600px;   
}
	.long-table .table-headings th{
		padding:8px;
	}
	.long-table table tr td {
    padding: 10px;
    font-size: 13px;
	}
	.long-table .table-headings th{
		font-size:15px;
	}
	
	/** contact page **/
	.location-list .et_pb_column {
    width: 29% !important;
}
	
	/** single blog **/
	.blog-section .blog-top-sec{
	width:100% !important;
}
	.blog-section .et_pb_module.et_pb_image.et_pb_image_0 {
    margin-top: 0px;
}
	.blog-section .et_pb_row{
		display:flex;
		flex-flow:column;
	}
	.blog-section .et_pb_row_0 .et_pb_column:first-child{
		width:100%;
		order:2;
	}
	.blog-section .et_pb_row_0 .et_pb_column:last-child{
		width:100%;
	}
	.blog-section h2 {
    font-size: 22px !important;
    line-height: 30px !important;
}
	
	
	/** events **/
	.popup-top{
		order:1;
		width:100%;
		display:block;
	}
	div#popup-body{
		order:2;
		width:100%;
	}
	.popup-inner-sec{
		display:block;
	}

.event-popup-content {
    max-height: 75vh;
	 margin: 140px auto 0 auto;
   
}
	.et_pb_section.featured-in-sec .et_pb_row
	{
		padding-top:40px !important;
	}
	.featured-col-1 ,
	.featured-col-2
	{
    width: 100%;
	}
	.featured-col-2
	{
		order:1;
		margin-bottom:20px;
	}
	.featured-col-1{
		order:2;
		
	}
	.featured-post .hide-mobile{
		display:none;
	}
	.featured-post .hide-desktop{
		display:block;
	}

	.featured-post h3 {
    font-size: 25px;

}
	.membership-package .et_pb_column:last-child {
        width: 80% !important;
    }

	.offer-row {
    display: block;
  
}
	.offer-row ul{
		width:100%;
	}
	.popup-inner-sec h3 {
    font-size: 17px;
    line-height: 23px;
	}
	
	.popup-contact-info .two-button-sec{
		flex-flow:column;
	}
	
	.ceremony-location-text {
		width:60%;
	}
	.ceremonysec .custom-slider-nav {
    width: 60%;
	}
	.ceremonysec .specialevent-bg-image {
        height: 600px !important;
    }
	.ceremony-location-text
	{
		top:20%;
	}
	
	.blog-thumbnail {
    height: 200px;
 
}
	  .blog-column  .actionbtn, 
	.blog-column .actionbtn-secondary {
        font-size: 14px;
        line-height: 21px;
        padding: 8px;
    }
	.custom-post-row h2 {
    font-size: 22px !important;
    line-height: 28px !important;
	}
	.squared-image {
  
    height: 250px;
	}
	
	.filter-wrapper {
    width: 50%;
}
	
	.popup {
		width:90%;
	}

	/**** booking seacrh widget **/
	body .sb__guests-rooms {
    width: 39%;
		margin-top:0;
	}
}

@media only screen and (max-width: 768px) {
  
        h2 , h2.h2-large-font{
        font-size: 32px !important;
        line-height: 47px !important;
    }
    p, li {
        font-size: 15px;
        line-height: 1.3;
    }
		.medium-row.et_pb_row {
    width: 90% !important;
   
}

	.et_pb_section.home-banner {
    height: 500px;
    padding-top: 140px;
		
}
	.hide-mobile{
	display:none;
}
	.hide-desktop{
		display:block;
	}
	
	.home-banner img {
        width: 300px !important;
    }
	  
	p br{
			display:none;
	}
	h6 br{
		display:none;
	}
h1{
	   font-size: 40px;
	line-height:50px;
	}

	    #menu ul li a {
        font-size: 24px;
        line-height: 28px;
    }
	
	.page-banner h1 {
    text-align: center;
    font-size: 40px;
}
		
	.privacy-policy h2 {
    font-size: 24px;
}
	.privacy-policy li {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 5px;
}
	
	    .et_pb_section.page-banner {
        height: 400px;
        padding-top: 150px;
    }
	    .header-cta-button .actionbtn {
        padding: 7px;
    }
	    #menu {
        width: 100%;
    }
	.whats-cta-button {
        right: 4.9%;
    }
	.header-cta-button .actionbtn {
    width: 100px;
}
	.whats-cta-button {
    width: 120px;
}
	body.menu-open .whats-cta-button .secondary {
  
    padding: 7px;
	}
    .et_pb_section {
        padding: 20px 0;
    }
	.et_pb_section .et_pb_row {
        padding: 5px 0;
    }
	
	    .home-banner h1 {
        font-size: 32px;
        line-height: 40px;
    }
	.home-banner h5 {
    font-size: 20px;
		line-height:27px;
}
	.services-sec .et_pb_column{
		margin-bottom:0;
	}
	
	    h2 {
        font-size: 32px !important;
        line-height: 40px;
    }
	.threeimages-text-sec .et_pb_row.fullwidth-row{
    width: 95% !important;
}
	.threeimages-text-sec .et_pb_image_wrap{
		height:400px;
		width:100%;
	}
	.threeimages-text-sec .et_pb_image_wrap img{
		object-fit:cover;
		height:100%;
		width:100% !important;
	}
	.primary-badge-image .et_pb_image_wrap {
    width: 80px !important;
		 height: 80px !important;
}
	.primary-badge-image .et_pb_image_wrap img{
		object-fit:contain;
	}
	       .primary-badge-image {
        position: absolute;
        top: -25px;
        right: 0px;
    }
	.special-events-text-overlay{
		    width: 400px;
	}
	.room-slider .image-slide {
        height: 300px;
    }
	.testimonial-card{
		margin:10px;
	}
	.room-tabs-nav li {
  
    width: 40%;
}
	.room-tabs-nav{
		flex-flow:wrap;
	}
	
	.threeimages-text-sec .two-button-sec,
		.threeimages-text-left-sec .two-button-sec
	{
    display: block;
 
}
	   .threeimages-text-sec  p,
	.threeimages-text-left-sec p
	{
        font-size: 15px;
        line-height: 1.3;
    }
	
	.threeimages-text-left-sec .et_pb_column{
		width:100% !important;
	}
	
	.threeimages-text-sec .et_pb_column{
		width:50% !important;
		padding-left:10px;
		padding-right:10px;
		margin-right:0 !important;
	}
	.threeimages-text-sec .et_pb_column:nth-child(2){
		display:none;
	}
	.threeimages-text-sec .et_pb_column:last-child{
		width:100% !important;
	}
	
	
	.threeimages-text-left-sec .et_pb_column{
		width:50% !important;
		padding-left:10px;
		padding-right:10px;
		margin-right:0 !important;
	}
	.threeimages-text-left-sec .et_pb_column:last-child{
		display:none;
	}
	.threeimages-text-left-sec .et_pb_column:first-child{
		width:100% !important;
		margin-left:0;
	}
	.threeimages-text-left-sec .et_pb_row.fullwidth-row{
		width:95% !important;
		border-top:1px solid #C0A15A;
		border-bottom:1px solid #C0A15A;
}
	
	.fullrow-image .et_pb_column {
    width: 32% !important;
    margin-right: 2% !important;
}
	.fullrow-image .et_pb_column:nth-child(3){
    margin-right: 0 !important;
}
	.fullrow-image .et_pb_row{
		justify-content:center;
	}
	.et_pb_section .three-menu-list {
    width: 90% !important;
}
	.dining-menu-section ul {
        margin-bottom: 30px;
    }
	
	.gform_wrapper.gravity-theme .gform_fields{
		display:block;
	}
	
	.exclusive-cta .gfield--type-consent {
    text-align: left;
}
	.exclusive-cta .gfield--type-captcha {
    justify-content:left;
 
}
	    .exclusive-cta .gform-footer.gform_footer.top_label {
        position: unset;
        justify-content: left;
			        padding-top: 0;
    }
		.exclusive-cta .gform_fields div{
		margin-bottom:10px;
	}
	.exclusive-cta input{
		padding:8px 0 !important;
	}
	
	.secondary-module-overlay{
		width:400px;
	}
	
	.secondary-module-overlay {
  
    padding: 3%;
	}
	
	.secondary-bg-overlay:before {
    background-image: linear-gradient(to right, #000000, #000000, rgba(29, 29, 29, 0.8), rgba(34, 34, 34, 0.6), rgba(52, 52, 52, 0.5));
}
	
	.fullrow-image .et_pb_column:nth-child(4),
	.fullrow-image .et_pb_column:nth-child(5)
	{
		display:none;
	}
	
	.dining-menu-section ul {
    flex-flow: wrap;
}
	.dining-menu-section li a{
		font-size:15px;
	}
	.dining-menu-section li{
		padding-bottom:15px;
	}
	
	/** contact **/
	.location-list .et_pb_column {
    width: 44% !important;
}
	.location-list .et_pb_column:nth-child(3){
		margin-right:5.5% !important;
	}
	.location-list .et_pb_module:last-child {
    margin-bottom: 20px !important;
}
	
	/** single post **/
	.single-post-banner{
		height:400px;
		padding-top:160px;
	}
	.single-post-banner:before{
		content: " ";
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
/*     z-index: 1; */
    margin: 0 auto !important;
	}
	
	/** single job **/
	.job-popup label, .gfield_label {
    font-size: 15px;
    font-weight: normal !important;
}
	.blog-row {
    grid-template-columns: repeat(2, 1fr);
	}
	
	.blog-column:nth-last-child(-n+3)::after {
    display: block;
}
	 .blog-column:nth-last-child(-n+2)::after {
      display: none;
  }
	
	.two-button-sec .actionbtn {
    padding: 10px 8px;
		font-size: 13px;
        line-height: 20px;
   
}
	.custom-post-row h2 {
    font-size: 22px !important;
    line-height: 30px !important;
	}
	.custom-post-row h5, .featured-post h5 {
    font-size: 14px;
	}
	
	/** offer sec **/
	.featured-offers-grid {
    display: flex;
    flex-flow: column;
	}

	.featured-right {
    display: grid;
    grid-template-rows: auto;
    gap: 20px;
    width: 100%;
}
	.featured-left{
		width:100%;
	}
	.featured-right .featured-offer-card{
		padding:20px;
	}
	.featured-left .featured-offer-image{
		width:40%;
	}
	.privacy-policy-sec h3 {
    font-size: 21px;
		line-height:26px !important;
 
}
	
	.ceremonysec .nav-item{
		font-size: 16px;
	}

	
	.hover-blurb-image .et_pb_main_blurb_image {
 
    margin-bottom: 10px;
}
	.featured-left .featured-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* adjust for desktop */
 
}
	.blog-section .bredacrumb {
    margin-bottom: 20px;
}
	.blog-section h2 {
     
        margin-bottom: 10px;
    }
	
	/*** booking widget **/
	 .et_pb_section.home-banner {
        height: 620px;
        padding-top: 140px;
    }
	.sb__form-field-input{
		height:25px !important;
	}
	    body .sb__dates {
        width: 100%;
    }
	body .sb__guests-rooms{
		margin-top:5px;
	}
	.sb__form-field-month-year, .sb__form-field-guests{
		font-size:9px !important;
	}
	body .sb__guests-rooms {
    width: 100%;
		
	}
	 .featured-offers-grid .featured-right .actionbtn {
	padding: 10px 8px;
        font-size: 13px !important;
        line-height: 20px !important;
	}
	
	.home-stay-sec .et_pb_image_wrap {
        height: 150px;
    }
	/** sticky header **/
	#sticky-header {
    top: 30px;
}
	.whats-cta-button {
    top: 95px;
	}
	div#header {
    padding: 10px 0;
}
	.top-header * {
    font-size: 13px;
}
a.cart-num {
    font-size: 9px;
    margin-right: 10px;
}
	#sticky-header.scrolled .whats-cta-button {
    top: 60px !important;
}
}

@media only screen and (max-width:600px){
	    h2, h2.h2-large-font {
        font-size: 25px !important;
        line-height: 31px !important;
    }
	div#header {
    padding-top: 8px;
}
	.threeimages-text-sec .et_pb_image_wrap{
		height:300px;
	
	}
	.features li {
    width: 100%;
	}
	.three-menu-list h4 {
    font-size: 14px !important;
    line-height: 20px;
}
	    .exclusive-cta .gform_fields:first-child, .exclusive-cta .gform_fields:nth-child(2) {
        width: 100%;
    }
	.et_pb_column.footer-col-1,
	.et_pb_column.footer-col-2,
	.et_pb_column.footer-col-3,
	.et_pb_column.footer-col-4
	{
		width:100%;
		margin-right:0%;
	}
	.custom-footer ul {
    margin-bottom: 0;
}
	
		.location-list .et_pb_column {
    width: 100% !important;
			margin-right:0 !important;
}
	.location-list .et_pb_column:nth-child(3){
		margin-right:0 !important;
	}
	
}


@media only screen and (max-width: 480px) {
       
	    h2 , h2.h2-large-font{
        font-size: 21px !important;
        line-height: 25px !important;
    }
	h6 {
   
    font-size: 18px !important;
    line-height: 23px;
}
	h4{
		  font-size: 16px !important;
    line-height: 22px;
	}
  .et_pb_menu .et_mobile_menu {
        width: 140%;
	}
	   
	       .home-banner h1 {
        font-size: 35px;
        line-height: 45px;
    }
	    .header-cta-button .actionbtn {
        padding: 6px;
        font-size: 11px;
        line-height: 16px;
    }
	body.menu-open .whats-cta-button .secondary{
	padding: 6px;
        font-size: 11px;
        line-height: 16px;
	}
	.whats-cta-button {
    top: 85px;
	}
	#header .actionbtn {
    margin-left: 10px;
}
	.whats-cta-button {
        width: 110px;
    }
	.services-sec .et_pb_column {
    width: 46% !important;
    margin-right: 4% !important;
		margin-bottom:0 !important;
}
	    .services-sec .et_pb_image_wrap {
        height: 80px;
    }
	h3, .services-sec .et_pb_module h3 {
 
    font-size: 17px;
}
	.mobile-two-col .et_pb_column{
		width:46% !important;
		margin-right:3% !important;
		margin-bottom:10px !important;
	}
	.et_pb_main_blurb_image {
    margin-bottom: 10px;
}
/* 	    .primary-badge-image {
        right: -10px;
        
    } */
	
	    .golf-img-sec, .text-left-threeslider-sec .golf-img-sec {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
	    .actionbtn, .actionbtn-secondary {
        font-size: 14px;
        line-height: 18px;
			padding:6px 10px;
    }
	    .special-events-text-overlay {
        width: 80%;
			        height: 82%;
	}
	.specialevent-bg-image {
        height: 600px !important;
    }
	.specialeventsSlider .slick-dots {
    bottom: 10px !important;
}
	
	.threeimages-text-sec .et_pb_column:last-child{
		margin-left:0 !important;
	}
	
	.room-slider .image-slide {
        height:250px;
    }
	
	.dining-menu-section li a {
   
    font-size: 16px;
	}
	
	
	.three-menu-list{
		display:block !important;
	}
	.three-menu-list .et_pb_column{
		margin-bottom:10px;
	}
	.testomonial-top-sec{
		display:block !important;
	}
	.slick-dots li button{
		width:10px;
		height:12px;
	}
	
	
	.two-button-sec{
		flex-flow:column;
	}
	.two-button-sec  br{
		display:none;
	}
	
	.dine-banner p {
  
    width:90%;
}
	
	/** golf **/
	    .secondary-module-overlay {
        width: 90%;
        float: left;
    }
	
	
	.center-blurb-border h4.et_pb_module_header{
		height:auto !important;
	}
	
	/** events **/
	.search-wrapper {
    position: relative;
    width: 100%;
}
	.blog-row {
    grid-template-columns: repeat(1, 1fr);
	}
	.blog-column::after {
		display:none;
	}
	.custom-post-row .two-button-sec{
		position:unset;
	}
	.featured-offer-content .two-button-sec{
		flex-flow:row;
	}
	   .featured-offer-content .two-button-sec .actionbtn {
        padding: 10px 5px !important;
        font-size: 9px !important;
        line-height: 17px !important;
    }
	    .home-featured-offer .large-row.et_pb_row {
        width: 95% !important;
    }
	.privacy-policy-sec h3 {
    font-size: 18px;
		line-height:23px !important;
 
}
	.ceremonysec .specialevent-bg-image {
        height: 450px !important;
    }
	.ceremony-location-text{
		top:10%;
	}
	    .ceremonysec .custom-slider-nav {
        width: 80%;
    }
	    .ceremony-location-text {
        width: 80%;
    }
	    .ceremonysec .custom-slider-nav {
        bottom: 19%;
    }
	.ceremony-location-row .et_pb_column{
		margin-bottom:0 !important;
	}
	.ceremonysec .custom-slider-nav {
        bottom: 13%;
    }
	.custom-post-row .blog-excerpt {
    padding-bottom: 0;
}
	.blog-column {
    margin-bottom: 0px;
}
	.blog-toolbar {
    flex-flow: column;
}
	.filter-wrapper {
        width: 100%;
        margin-top: 20px;
    }
	
	
	/*** booking widget **/
	 .booking-widget{ width:100%;
    }
   body  .sb__form-field-date-number {
    font-size: 11px;
}
   body .sb__form-field-month-year, .sb__form-field-guests {
        font-size: 9px;
    }
    body .sb__form-field-input {
    padding: 5px;
    height: 25px;
}
       body .sb__dates {
        width: 100%;
margin-bottom: 5px;
    }
    body .sb__guests-rooms {
        width: 100% !important;
      
    }
body .sb__dates .sb__form-field {
    width: 48%;

    margin-top: 0;
}
body #sb-container .sb-custom-color {
    
    padding: 5px;
}
	
	.tour-sec .et_pb_image_wrap {
        height: 180px;
    }
	#sticky-header.scrolled .whats-cta-button {
    top: 52px !important;
}
	.top-header .et_pb_row {
    
    padding-bottom: 8px;
}
}

