body.modal-open {
  padding-right:0px !important;
}

body {
  padding-right:0px !important;
}

.homepage-swiper.swiper {
  max-height:100vh;
  height:100vh;
  width:100%;
}

.swiper-pagination-bullet {
  position:relative;
  width:5px !important;
  height:5px !important;
  background-color:#fff !important;
  margin:0 10px !important;
  opacity:1 !important;
}

.pagination-icon {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: solid #fff 1px;
  top: 6px;
  left: 6px;
  transition:all 0.3s ease;
}

.homepage-swiper .swiper-horizontal>.swiper-pagination-bullets, .homepage-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .homepage-swiper .swiper-pagination-custom, .swiper-pagination-fraction {
  width:unset !important;
  right: 25%;
  left:unset !important;
}

.homepage-swiper .swiper-horizontal>.swiper-pagination-bullets, .homepage-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .homepage-swiper .swiper-pagination-custom, .homepage-swiper .swiper-pagination-fraction {
  bottom: 100px;
}

.homepage-slider-section .background-image {
  height:100vh;
  min-height:100vh;
  background-size:cover;
  background-repeat:no-repeat;
  background-position: bottom center;
}

@media(max-width:768px) {
  .homepage-slider-section .overlay .container {
    max-width: calc(100vw - 30px);
  }

  .homepage-slider-section .background-image .overlay .display-1 {
    margin-bottom: 15px !important;
    margin-top:34rem;
    text-align: left;
  }

  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width:unset !important;
    right: 77%;
    left:unset !important;
  }
}

.homepage-slider-section .background-image .overlay {
  height:100%;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
}

.homepage-slider-section .background-image .overlay .display-1 {
  font-family: "Domaine Display", sans-serif;
  font-size: 4.5vw;
}

.homepage-slider-section .background-image .overlay .content-wrapper {
  margin-bottom:100px;
}

section.header-banner {
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  background-color:rgba(17, 42, 75, 0.7);
  padding-top:0px;
  padding-bottom:0px;
  height:96px;
  z-index: 99;
}

@media(max-width:768px) {
	section.header-banner {
		padding-top:10px;
  		padding-bottom:10px;
	}
}

section.header-banner .header-icons {
  display:flex;
  justify-content:flex-end;
}

section.header-banner .header-icons .btn-book {
  border-left:solid 1px #C59E59;
  color:#fff;
  font-weight:300;
  border-radius:0px;
  max-height: 96px;
  padding: 38px 15px;
  transition:border-radius 0.3s ease;
	background-color:rgba(0,0,0,0.3);
	position:relative;
}

section.header-banner .header-icons .btn-book:last-of-type {
	border-right:solid 1px #C59E59;
}

section.header-banner .header-icons .btn-book span {
	position:relative;
	z-index:2;
}

section.header-banner .header-icons .btn-book:before {
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:100%;
	background-color:#C59E59;
	transition:width 0.3s ease-in;
	z-index:0;
}

section.header-banner .header-icons .btn-book:hover:before {
  width:100%;
	transition:width 0.3s ease-in;
}

section.header-banner .header-icons .btn-book:hover {
	border-right:solid 1px #C59E59;
}

section.header-banner .header-icons .hover-icon {
  display: flex;
  align-items: center;
  color:#fff;
	margin-right:15px;
}

section.header-banner .header-icons .hover-icon svg {
  width:40px;
  margin-right:10px;
}

section.header-banner .header-icons .hover-icon span {
  display:none;
  transition:all 0.3s ease;
  font-weight:300;
  font-size:14px;
}

section.header-banner .header-icons .hover-icon.open span {
  display:inline-block !important;
  transition:all 0.3s ease;
  font-weight:300;
  font-size:14px;
}

/* section.header-banner .header-icons .hover-icon:first-of-type span {
	display: block;
    width: auto;
    opacity: 1;
	font-size:14px;
	font-family:'Gilroy';
} */

@media(max-width:768px) {
  section.header-banner .header-icons .hover-icon:first-of-type, section.header-banner .header-icons .btn {
    display:none;
  }
}

section.header-banner .header-icons .hover-icon:not(:first-of-type):hover span {
  display:inline-block;
  opacity:1;
  width:auto;
  text-decoration: none;
}

section.header-banner .menu-icon {
  display:inline-block;
}

section.header-banner .menu-icon .hover {
  display:none;
}

section.header-banner .navbar {
  display:inline-flex;
  width: 100%;
  margin-bottom:0px;
  padding:0px;
}

section.header-banner .left-side {
  display:flex;
  align-items:center;
}

section.header-banner .navbar ul {
  width:100%;
  z-index:10;
}

@media(min-width:991px) {
  section.header-banner .navbar ul li:nth-of-type(1n+5) {
    opacity:0;
    transition:all 0.3s ease-in;
  }
}

section.header-banner .nav-item {
  margin-top:0px !important;
}

section.header-banner .left-side:hover li:nth-of-type(1n+5) {
  opacity:1;
  transition-delay:0.2s;
}

section.header-banner .navbar-nav .nav-link {
  margin-left: 15px;
  margin-right: 15px;
  color:#fff;
  margin-top:0px !important;
}

section.header-banner #website-logo {
  transition:all 0.2s ease-in;
}

.repeatable-cream {
  background-color:#384659;
  background-image:url('/wp-content/uploads/2025/10/Group-163.png');
  background-size: 1000px;
  background-repeat:repeat;
  background-position:center center;
  position:relative;
}

.repeatable-standard {
  background-image:url('/wp-content/uploads/2025/10/Group-167.png');
  background-size: 1000px;
  background-repeat:repeat;
  background-position:center center;
  position:relative;
}

.repeatable-standard .container {
  z-index:10;
  position:relative;
}

.repeatable-standard:before {
  content:"";
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color:rgba(255, 255, 255, 0.8);
}

.repeatable-cream:before {
  content:"";
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color:rgba(56, 70, 89, 0.98);
}

.room-col ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 30px;
}

.room-col ul li {
  font-size:13px;
}

.event-listing {
      padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

section.padding-lg {
  padding-top: 12rem;
  padding-bottom: 12rem;

  @media screen and (max-width:991px) {
    padding-top:8rem;
    padding-bottom:8rem;
  }
}

.fa-ul.text-blue li {
  margin-top:10px;
}

section.padding-lg.repeatable-cream, section.padding-lg.bg-texture, section.padding-lg.repeatable-standard {
  padding-top: 16rem;
  padding-bottom: 16rem;

  @media screen and (max-width:991px) {
    padding-top:8rem;
    padding-bottom:8rem;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "the-seasons", sans-serif !important;
  font-weight:400 !important;
  color:#575B5D;
}

.text-grey {
  color:#575B5D !important;
}

section.intro h3 {
  line-height: 35px;
    font-size: 25px;
}

.btn.btn-transparent .icon {
  max-width: 25px;
  width: 25px;
  display: inline-block;
  margin-top: 5px;
}

.btn.btn-transparent {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding:0px;
  font-size:18px;
  transition:all 0.3s ease;
  position:relative;
}

.btn.btn-transparent::before {
  content:"";
  left:0px;
  bottom:-2px;
  width:0;
  height:1px;
  background-color:#C59E59;
  position:absolute;
  transition:all 0.3s ease;
}

.btn.btn-transparent.text-grey::before {
  background-color:#575B5D !important;
}

.btn.btn-transparent:hover::before {
  width:100%;
  gap:20px;
  transition:all 0.3s ease;
}

section.stay-with-us .h4 {
  font-size: 20px;
  line-height: 30px;
}

.text-script {
  font-family: 'Summer Break' !important;
}

.bg-texture {
  background-image:url('/wp-content/uploads/2025/10/Group-167.png');
  background-size:1000px;
  background-repeat:repeat;
  background-position:center center;
  background-color:rgb(197, 158, 89);
  background-blend-mode: exclusion;
}

.testimonials.bg-texture {
  background-color:#384659;
}

.newsletter-signup.bg-texture {
      background-image: url(/wp-content/uploads/2025/10/Group-163.png);
      background-color:#fff;
    background-size: 1000px;
    position:relative;
    background-image:unset;
}

.newsletter-signup.bg-texture:before {
  content:"";
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color:rgba(197, 158, 89, 0.98);
}

.text-green {
  color:#C59E59 !important;
}

section.dine-at .display-1 {
  font-size: 75px;
}

section p.h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight:400;
}

.bg-image {
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center center;
}

section.think-tank {
  background-blend-mode: multiply;
  padding-top: 15rem;
  padding-bottom: 15rem;
  min-height:90vh;
}

.btn.btn-primary {
  background-color:#C59E59;
  border-color:#C59E59;
  color:#fff;
  border-radius:0px;
  padding: 10px 20px;
  font-size:16px;
  text-transform: uppercase;
  width:100%;
  max-width:350px;
  border-radius:20px;
  letter-spacing:2px;
}


.btn.btn-primary:hover {
  background-color:#1F2C3E;
  border-color:#1F2C3E;
}

.display-1 {
  font-size: 8rem !important;
  line-height: 0.9;
}

@media(max-width:768px) {
  .display-1 {
    font-size: 6.5rem !important;
    line-height: 0.9;
  }
}

.text-secondary {
  font-family:'Gilroy';
}

section.events-slider .events-slider-wrapper {
  margin-left: calc((100vw - 1100px) / 2);
  padding-right:0px;
  overflow-x:hidden;
  padding-top:30px;
  padding-bottom:40px;
}

.events-swiper .card-body {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.food-swiper .card-body {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.events-swiper .card-body h4, .food-swiper .card-body h4 {
  font-size:26px;
}

.image-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  background:rgb(0,0,0);
  background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 40%);
  background-blend-mode: multiply;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
}

.image-overlay h4 {
  font-size:20px;
}

.image-overlay h3 {
  font-size:55px;
}

@media(max-width:768px) {
  .image-overlay h3 {
    font-size:45px;
  }
}

.call-to-action .position-relative {
  overflow:hidden;
}

.call-to-action .icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 25px;
  transition:all 0.5s ease;
}

.call-to-action:hover .icon {
  right:20px;
  transition:all 0.5s ease;
}

.call-to-action img {
  transition:all 0.5s ease;
}

.call-to-action:hover img {
  transform:scale(1.2);
  transition:all 0.5s ease;
}

.mobile-navigation {
  position:absolute;
  top:0px;
  width: 100%;
  height:100vh;
  max-height:1px;
  transition:max-height 1s ease;
  margin-top:96px;
  background-color:rgba(0, 0, 0, 0.7);
  pointer-events:none;
}

.mobile-navigation .col {
  opacity:0;
  transition:opacity 0.3s ease;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 30px;
  position:relative;
  height:100%;
}

.bg-grey {
	background-color:#575B5E;
}

.text-gold {
	color:#DAA43F;
}

.testimonial-text {
	font-size:25px;
	line-height:35px;
	color:#fff;
      font-family: "the-seasons", sans-serif !important;
}

.testimonial.swiper-pagination {
	bottom: -50px !important;
	width: auto !important;
    left: 50% !important;
    transform: translate(-50%);
	right: unset;
}

.testimonials .swiper-pagination-bullet {
	background-color:#fff !important;
}

.testimonials .pagination-icon {
	border-color:#C59E59 !important;
}

.testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color:#C59E59 !important;
}

.gallery-section {
	overflow-x:hidden;
}

.gallery-section .gallery-swiper {
	margin-left: -10%;
	margin-right: -10%;
}

.gallery-section .gallery-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.rooms-type-list .room-type img {
	height:450px;
	object-fit:cover;
}

section.full-page {
	height:100vh;
	min-height:100vh;
}

.contact-form textarea.form-control {
	background-color: transparent;
    border: none;
    box-shadow: none;
	position:relative;
	transition:all 0.4s ease-in-out;
}

.contact-form textarea.form-control:before {
	content:"";
	height:30px;
	width:2px;
	background-color:#000;
	position:absolute;
	left:0px;
	top:0px;
	display:block;
}

.contact-form .wpcf7-spinner {
	display:none!important;
}

.contact-form .btn {
	min-height: 40px;
    border-radius: 30px;
    font-family: "Domaine Display Med", sans-serif;
}

.contact-form textarea.form-control:focus {
	background-color:#fff;
	transition:all 0.4s ease-in-out;
}

.other-options {
  padding-bottom:30px !important;

  .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    transform:none !important;
  }
}

.other-options-wrapper {
  position:relative;
  overflow:hidden;
  background-color:#fff;
  /* background-image:url('/wp-content/uploads/2024/06/Subtraction-5.png');
  background-position:top center;
  background-repeat:no-repeat;
  background-size:cover; */

}

/* .other-options.swiper {
  margin-left:-5%;
  margin-right:-5%;
} */

.other-options .swiper-slide a {
  width: 100%;
  display: block;
  position:relative;

  img {
    width: 100%;
    min-height: 450px;
    object-fit:cover;
  }

  .content-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding: 25px;
    background:linear-gradient(180deg, rgba(87,91,93,0), rgba(87,91,93,0.44));

    span {
      color:#fff;
      text-transform: uppercase;
    }

    h3 {
      margin:0px;
      font-size:55px;
    }
  }
}

/*mobile-navigatin*/
@media(max-width:991px) {
  .mobile-menu-icon svg .first-line {
    transition:all 0.3s ease-in;
  }

  .mobile-menu-icon.toggled svg .first-line {
    transform: translate(1254.5px, 100.5px) rotate(-40deg);
    transition:all 0.3s ease-in;
  }
  .mobile-navigation .col.opacity-show {
    opacity:1;
    transition:opacity 0.3s ease;
    transition-delay:0.1s;
  }

  .mobile-navigation.show {
    height:calc(100vh - 96px);
    max-height:1000px;
    padding-top:30px;
    transition:max-height 1s ease;
    pointer-events:all;
  }
  
  .mobile-navigation .navbar:before, .mobile-navigation .navbar:after {
    content:unset;
  }

  .mobile-navigation .navbar-nav {
    margin:0px;
  }

  .mobile-navigation .navbar.d-none .nav-link {
    opacity:0;
    transition:all 0.3s ease;
  }

  .mobile-navigation .navbar .nav-link {
    opacity:1;
    transition:all 0.3s ease;
    max-width: 100%;
        font-family: "the-seasons", sans-serif !important;
  }

  .mobile-navigation .navbar li:nth-of-type(1) .nav-link {
    margin-left: -50px;
  }

  .mobile-navigation .navbar.showing li:nth-of-type(1) .nav-link {
    margin-left: 15px;
    transition:all 0.5s ease;
    transition-delay:0.3s;
  }

  .mobile-navigation .navbar li:nth-of-type(2) .nav-link {
    margin-left: -60px;
  }

  .mobile-navigation .navbar.showing li:nth-of-type(2) .nav-link {
    margin-left: 15px;
    transition:all 0.5s ease;
    transition-delay:0.35s;
  }

  .mobile-navigation .navbar li:nth-of-type(3) .nav-link {
    margin-left: -70px;
  }

  .mobile-navigation .navbar.showing li:nth-of-type(3) .nav-link {
    margin-left: 15px;
    transition:all 0.5s ease;
    transition-delay:0.4s;
  }

  .mobile-navigation .navbar li:nth-of-type(4) .nav-link {
    margin-left: -80px;
  }

  .mobile-navigation .navbar.showing li:nth-of-type(4) .nav-link {
    margin-left: 15px;
    transition:all 0.5s ease;
    transition-delay:0.45s;
  }

  .mobile-navigation .navbar li:nth-of-type(5) .nav-link {
    margin-left: -90px;
  }

  .mobile-navigation .navbar.showing li:nth-of-type(5) .nav-link {
    margin-left: 15px;
    transition:all 0.5s ease;
    transition-delay:0.5s;
  }

  .mobile-navigation .navbar li:nth-of-type(6) .nav-link {
    margin-left: -100px;
  }

  .mobile-navigation .navbar.showing li:nth-of-type(6) .nav-link {
    margin-left: 15px;
    transition:all 0.5s ease;
    transition-delay:0.55s;
  }

  .mobile-navigation .navbar li:nth-of-type(7) .nav-link {
    margin-left: -110px;
  }

  .mobile-navigation .navbar.showing li:nth-of-type(7) .nav-link {
    margin-left: 15px;
    transition:all 0.5s ease;
    transition-delay:0.6s;
  }

  .mobile-navigation .nav-link {
    font-size: 30px;
    font-weight: 600;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    margin-top: 2px !important;
    padding-top: 18px;
    padding-bottom: 18px;
    letter-spacing: 1px;
  }

  .mobile-navigation li:last-of-type .nav-link {
    border-bottom: none;
  }

  .mobile-navigation .social-icons {
    padding-left:35px;
    padding-right:35px;
    margin-top:35px;
    font-size:35px;
  }

  .mobile-navigation .social-icons {
    margin-left: -110px;
  }

  .mobile-navigation .social-icons.showing {
    margin-left: 0px;
    transition:all 0.5s ease;
    transition-delay:0.6s;
  }

  .mobile-navigation .social-icons i:first-of-type {
    margin-right:15px;
  }

  .mobile-navigation .book-now-button {
    position: absolute;
    bottom: 35px;
    left: 35px;
    right: 35px;
  }

  .mobile-navigation .book-now-button .btn {
    background-color: #C59E59;
    border-radius: 0px;
    padding: 13px;
    color: #fff;
    font-size: 18px;
  }
}

@media(min-width:991px) {
  .container-offset {
    margin-left: calc((100vw - 1320px) / 2);
  }
}

#mc_embed_signup_scroll .inputs {
	gap:15px;
}

#mc_embed_signup_scroll .inputs input[type="email"] {
	border-radius:0px;
	background-color:transparent;
}

#mc_embed_signup_scroll .inputs .button { 
	background-color:#C59E59;
	border-radius:0px;
}

@media(max-width:991px) {
	#mc_embed_signup_scroll .inputs {
		flex-wrap:wrap;
	}
}

@media(max-width:768px) {
	#mc_embed_signup_scroll .inputs input {
		width:100%;
	}
}

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

.text-blue {
  color:#384659 !important;
}

.bg-blue {
  background-color:#384659 !important;
}

.bg-gold {
  background-color:#C59E59 !important;
}

.room-wrapper li {
  margin-top:0px !important;
}

.room-wrapper img {
  width:100%;
  height: 300px;
  object-fit: cover;
}

.room-wrapper img {
	width:100%;
	object-fit:cover;
	transition:opacity 0.3s ease;
}

.card-img-bottom {
  height:200px;
  object-fit:cover;
}

.room-wrapper img.has-background:hover {
	cursor:pointer;
	transition:opacity 0.3s ease;
	opacity:0;
}

.filter-bar .d-flex {
	gap:20px;
}

.filter-bar input[type="checkbox"] {
	width: 10px;
    height: 10px;
    left: 0px;
    top: 2px;
    border: solid 1px #384659;
    border-radius: 50%;
	color:#384659;
}

.filter-bar input[type="checkbox"]:focus {
	border: solid 1px #384659;
	outline: none;
}

.filter-bar input[type="checkbox"]:checked {
	background-color:#384659;
}

.w-100 {
  width:100% !important;
  max-width:unset !important;
}

footer .panel-default>.panel-heading {
  background-color:transparent !important;
}

footer .panel-title {
  color:#fff !important;
}

#menu-footer-menu .nav-item a{
  padding:0px;
  text-align:left;
  color:#fff;

}

#menu-footer-menu .nav-item {
  margin-top:10px !important;
}

.events-swiper {
	padding-left:15px !important;
	padding-right:15px !important;
}

.fa-li {
	text-align: right;
    width: 1px;
}

.fa-li .fa-coffee {
	margin-left:-1px;
}