/*
Theme Name: Hotel Salatia Theme
Version: 1.0.0
Author: Hotel Salatia
Text Domain: hotelSalatia
*/

/* Proxima Nova - Available weights: 100, 300, 400, 500, 600, 700 */
.font-degular-variable {
  font-family: degular-variable, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* FONTS END */

/* :focus {
  outline: 2px solid #007BFF;
  outline-offset: 2px;
} */


body {
  font-family: "degular-variable", serif;
  font-weight: 300;
  color: #333333;
  background: #fff;
  font-size: 18px;
  font-weight: 300;
}

p {
  margin-bottom: 20px;
  color: #2B2B2B;
  font-family: degular-variable;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

a {
  color: #576b58;
  transition: all 0.2s ease-in;
}

a i {
  transition: all 0.2s ease-in-out;
}

a:hover {
  text-decoration: none !important;
  color: #61656a;
}

h1 {
  font-family: mendl-serif-dawn, sans-serif;
  font-size: 64px;
  font-weight: 600;
  color: #002F14;
  letter-spacing: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}

h2 {
  color: #002F14;
  font-family: mendl-serif-dawn;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h3 {
  font-family: mendl-serif-dawn, sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: #002F14;
  margin-bottom: 30px;
  text-transform: uppercase;
}

h4 {
  font-family: mendl-serif-dawn;
  font-weight: 700;
  font-size: 26px;
  font-weight: 400;
  color: #0f3345;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.bigger {
  color: #002F14;
  font-family: mendl-serif-dawn;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
}

.text-light {
  color: #EBE1CD !important;
}

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

.text-dark {
  color: #002B3D !important;
}

header.header-navigation {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, #000000e0, transparent);
  transition: all 0.3s ease-in-out;
}

/* header.header-navigation.scrolled {
  background: #002F14e8;
} */

header.header-navigation .header-container {
  max-width: 1700px;
  width: calc(100% - 60px);
  margin: 0 auto;
  /* transform: translate(-50%); */
}

@media screen and (max-width: 1301px) {
  header.header-navigation .header-container {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 991px) {
  header.header-navigation .header-container {
    width: 100%;
  }

  .navbar-light {
    padding-top: 0 !important;
  }
}

header.header-navigation .navbar-nav {
  gap: 25px;
  justify-content: center;
}

@media screen and (max-width: 1600px) {
  header.header-navigation .navbar-nav {
    gap: 10px;
  }
}

@media screen and (max-width: 1500px) {
  header.header-navigation .navbar-nav {
    gap: 5px;
  }

}

/* Centered logo - use flexbox for equal distribution */
@media screen and (min-width: 992px) {
  header.header-navigation .row.navbar-light {
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
  }

  header.header-navigation .first-row-left {
    flex: 1;
    max-width: none;
    width: auto;
  }

  /* 
  header.header-navigation .first-row-middle {
    flex: 0 0 250px;
    max-width: 250px;
    width: 250px;
    padding: 0 30px;
  } */

  header.header-navigation .first-row-middle .logo img {
    width: 100%;
    max-width: none;
    transition: all 0.5s ease;
  }

  header.header-navigation #first-row-right {
    flex: 1;
    max-width: none;
    width: auto;
  }

  .first-row-right,
  .first-row-left,
  .first-row-middle {
    padding-top: 1rem;
    transition: all 0.3s ease;
  }

  /* header.header-navigation.scrolled .first-row-middle .logo img {
    width: 120px;
    max-width: none;
  } */

  header.header-navigation.scrolled {
    background: #002F14f2;
  }
}

strong {
  font-weight: 800;
}

.navbar ul li:before {
  content: "";
  margin: 0;
}

.button-group {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.button {
  text-decoration: none !important;
  text-align: center;
  transition: all .4s ease-in-out;
  display: inline-flex;
  position: relative;
  height: 46px;
  padding: 0 38px;
  align-items: center;
  background-color: #002F14;
  color: #F1ECE9;
  font-family: 'mendl-serif-dawn';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  gap: 20px;
}

.button:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px solid #002F14;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  color: #F1ECE9;
}

.button:hover:after {
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}

.button--white {
  color: #EBE1CD;
  border-color: #EBE1CD;
}

.button--white::before,
.button--white::after {
  background-color: #041b2c;
}



/* Add specific styling for dark buttons */
.button-dark {
  border-color: #d99e61;
  color: #d99e61 !important;
}

.button-dark:hover {
  background: #d99e61;
  color: #fff !important;
}

.button-white {
  border: 1px solid #fff;
  padding: 10px 30px;
  color: #fff;
  font-family: 'degular-variable';
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.button-tan {
  padding: 14px 30px;
  color: #002F14;
  font-family: 'degular-variable';
  font-weight: 600;
  text-transform: uppercase;
  background-color: #EED9B2;
  letter-spacing: 2px;
  font-size: 16px;
}

.button-outline {
  padding: 9px 30px 8px;
  color: #fff;
  border: 1px solid #fff;
  font-family: 'mendl-serif-dawn';
  font-weight: 400;
  text-transform: uppercase;
  background-color: transparent;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.5px;
}

.button-outline:hover {
  color: #fff;
  background-color: #002F14;
  transform: translateY(-1px);
}

@media screen and (max-width: 767px) {
  .button {
    padding: 0 20px;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
  }

}

.bg-dark {
  background-color: #343a40 !important;
}

.navbar-dark * {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

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

/*.navbar-light * {color: #f3e8da;}*/
.navbar-light .navbar-nav .nav-link {
  font-family: 'degular-variable';
  color: #fff;
  font-size: 18px;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  padding: 0 15px;

  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus{
  color: #ffffff;
}

.navbar {
  padding: 0;
}

#main-nav .menu-item {
  padding: 3px 10px;
}

#main-nav .menu-item .nav-link {
  font-family: 'degular-variable';
  color: #FAFAFA;
  font-weight: 300;
  border-bottom: 2px solid transparent;
  text-align: center;
  color: #fff;
  letter-spacing: 1.5px;
}

#main-nav .menu-item:first-of-type {
  padding-left: 0;
}

#main-nav .menu-item:last-of-type {
  padding-right: 0;
}

.navbar-nav .dropdown-menu {
  background: #F1ECE9 !important;
}

.navbar-nav .dropdown-menu li {
  padding: 0 !important;
}

.navbar-nav .dropdown-menu .nav-link {
  border: 0 !important;
  color: #002F14 !important;
  padding: 10px 1rem !important;
  transition: color 0.25s ease;
}

.navbar-nav .dropdown-menu .nav-link:active,
.navbar-nav .dropdown-menu .nav-link:focus,
.navbar-nav .dropdown-menu .nav-link:hover {
  color: #f1ede9 !important;
}

.wsp-pages-list a {
  color: #031d2c;
}

.wsp-pages-list a:hover {
  text-decoration: underline;
}

.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
  font-family: mendl-serif-dawn, sans-serif;
  font-weight: 700;
  font-size: 16px;
  background: #f68c4a;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  border: none;
  margin: 10px 5px;
  margin-top: 10px;
  margin-right: 5px;
  transition: 0.4s all ease-in;
}

.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button:hover {
  filter: brightness(1.1);
  color: #fff !important;
  text-decoration: none !important;
}

img.ot-logo {
  display: none;
}

.image-with-background {
  position: relative;
}

.ot-dtp-picker .ot-dtp-picker-selector select {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500;
  font-family: mendl-serif-dawn, sans-serif;
}

span.long-right-arrow {
  margin-left: 10px;
}

.ot-dtp-picker .ot-dtp-picker-button {
  -webkit-box-shadow: 0 0 0 1px #f68c4a !important;
  box-shadow: 0 0 0 1px #f68c4a !important;
}

.ot-dtp-picker .ot-dtp-picker-button:hover {
  -webkit-box-shadow: 0 0 0 1px #f68c4a !important;
  box-shadow: 0 0 0 1px #f68c4a !important;
}

.content-slider {
  padding: 60px 0;
}

.button-reservation-custom>span {
  font-family: mendl-serif-dawn, sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  background: #f68c4a !important;
  color: #EED9B2 !important;
  border: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.075em !important;
  line-height: 18px !important;
  border: none !important;
  margin: 10px 10px !important;
  transition: 0.4s all ease-in !important;
  border-radius: 0 !important;
}

.map-img-form {
  border-left: 1px solid #b7b9b9;
}

.sign-up-comm .ginput_container {
  float: left;
  margin-top: 9px !important;
  margin-right: 5px;
}

.sign-up-comm .gfield_description {
  float: left;
  width: auto !important;
  clear: none !important;
  font-size: inherit !important;
}

.map-address ul {
  display: table;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 40px;
  text-align: center;
  padding-left: 0;
}

.map-address ul li {
  display: inline-block;
  padding: 0 20px;
  padding-bottom: 0px;
}

.map-address ul li::before {
  display: none;
}

.map-address ul li:first-child {
  padding-bottom: 20px;
  display: block;
}

.meet-request-info .gform_button {
  font-size: 16px !important;
}

.map-img-form img {
  border: 2px solid #ccc;
}

.both-btn-outer {
  position: absolute;
  right: 0;
  padding-right: 1rem;
}

.first-row-right a.button.btn-head-top {
  color: #fff;
  padding: 7px 30px !important;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  height: 50px;
  width: auto;
  display: flex;
  align-items: center;
}

.first-row-right .button-reservation-custom a.button.btn-head-top {
  width: auto;
  margin-right: 20px;
}

.first-row-right .button {
  color: #FFF;
  text-align: center;
  font-family: mendl-serif-dawn;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

@media screen and (min-width: 992px) {

  /* nav when fixed */
  #main-nav.fixed-top {
    background: #bc8f74;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.3);
  }

  #main-nav.fixed-top .navbar-nav .nav-link {
    color: #fff;
    text-shadow: none;
  }

  #main-nav.fixed-top .navbar-nav .menu-item.active .nav-link,
  #main-nav.fixed-top .navbar-nav .menu-item.current-page-ancestor .nav-link,
  #main-nav.fixed-top .navbar-nav .menu-item:hover .nav-link {
    color: #fff;
    border-bottom: 2px solid #fff;
  }

  /* end nav when fixed */
}

/* nav items on hover */
#main-nav .navbar-nav .menu-item.current-page-ancestor>.nav-link,
#main-nav .navbar-nav .menu-item:hover>.nav-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  text-shadow: none;
}

.navbar-light .navbar-nav .active>.nav-link {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* end nav items on hover */

#main-nav .navbar-nav {
  padding: 0;
}

.logo {
  /* margin-top: 90px; */
  /* margin-bottom: 20px; */
  position: relative;
}

.logo a {
  display: block;
  position: relative;
}

.logo img {
  width: 250px;
  max-width: 100%;
}

.directions-link {
  font-family: mendl-serif-dawn;
  font-weight: 700;
  color: #f3e8da;
  font-size: 18px;
  letter-spacing: 0.075em;
}

.directions-link i {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
}

.directions-link span {
  display: inline-block;
  vertical-align: middle;
}

.directions-link:hover {
  color: #d0af21;
}

.directions-link:hover i {
  color: #d0af21;
}

#close-nav {
  display: none;
}

@media screen and (max-width: 600px) {
  .navbar-toggler {
    position: relative;
    right: auto;
    top: auto;
  }
}

@media screen and (min-width: 992px) {
  #first-row-right.fixed-top {
    position: relative;
  }
}

.first-row-right .insta-link,
.first-row-right .fb-link {
  margin-top: 46px;
  margin-right: 15px;
}

.first-row-right .fb-link {
  margin-right: 23px;
}

/* Main slider text */
.carousel-module .home-carousel-item {
  /* height: 95vh; */
  width: 100%;
  height: auto;
  aspect-ratio: 1460/900;
  min-height: 450px;
}

.carousel-module .other-pages-carousel-item {
  width: 100%;
  height: auto;
  aspect-ratio: 1460 / 900;
  min-height: 450px;
}

.carousel-text {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 12px 60px 12px;
  background: rgba(252, 247, 241, 0.79);
}

.carousel-text h3 {
  font-family: "degular-variable", serif;
  font-weight: 300;
  font-size: 16px;
  color: #021C2C;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.carousel-text h1,
.carousel-text h2 {
  color: #002F14;
  text-align: center;
  font-family: "mendl-serif-dawn", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.home .carousel-image:after {
  content: none;
}

.carousel-image:after {
  background: rgba(0, 0, 0, 0.01);
}

@media screen and (max-width: 1200px) {

  .carousel-text h1,
  .carousel-text h2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 991px) {

  .carousel-text h1,
  .carousel-text h2 {
    font-size: 32px;
  }

  .carousel-text h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .carousel-text {
    padding: 15px 40px;
  }

  .carousel-text h1,
  .carousel-text h2 {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .carousel-text h3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .carousel-text {
    padding: 12px 30px;
  }

  .carousel-text h1,
  .carousel-text h2 {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .carousel-text h3 {
    font-size: 11px;
  }
}


/* Slide side content */
#slider-side-content img.fill-space {
  height: auto;
  max-width: 80vw;
}

.button-reservation-custom {
  display: flex;
  justify-content: flex-end;
}

/* Full Width Blocks */
#fullwidth-blocks .image-link-individual {
  padding-left: 8px;
  padding-right: 8px;
}

#fullwidth-blocks .image-link-individual:first-of-type {
  padding-left: 15px;
}

#fullwidth-blocks .image-link-individual:last-of-type {
  padding-right: 15px;
}

#fullwidth-blocks .image-link-individual p {
  color: #FCF8F1;
  font-family: 'degular-variable';
  font-weight: 100;
  font-size: 16px;
  line-height: 1.8;
}

#fullwidth-blocks .image-link-individual h3 {
  color: #ffffff;
  font-family: mendl-serif-dawn, sans-serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 1px;
}

.full-width-four .swiper-button-prev:after,
.full-width-four .swiper-rtl .swiper-button-next:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="149" height="149" viewBox="0 0 149 149"><defs><filter id="Path_52533" x="0" y="0" width="149" height="149" filterUnits="userSpaceOnUse"><feOffset dy="7" input="SourceAlpha"/><feGaussianBlur stdDeviation="7.5" result="blur"/><feFlood flood-opacity="0.161"/><feComposite operator="in" in2="blur"/><feComposite in="SourceGraphic"/></filter><clipPath id="clip-path"><rect id="Rectangle_713" data-name="Rectangle 713" width="11.916" height="23.764" fill="%233c441f" stroke="%233c441f" stroke-width="1"/></clipPath></defs><g id="arrow_next" data-name="arrow next" transform="translate(22.5 15.5)"><g transform="matrix(1, 0, 0, 1, -22.5, -15.5)" filter="url(%23Path_52533)"><path id="Path_52533-2" data-name="Path 52533" d="M52,0a52,52,0,1,0,52,52A52,52,0,0,0,52,0Z" transform="translate(22.5 15.5)" fill="%23fff"/></g><g id="arrow" transform="translate(45.542 40.618)"><g id="Group_425" data-name="Group 425"><g id="Group_402" data-name="Group 402" clip-path="url(%23clip-path)"><path id="Path_52532" data-name="Path 52532" d="M0,11.916a.737.737,0,0,0,.165.412L10.889,23.581a.6.6,0,1,0,.861-.824L1.421,11.847,11.751,1.006A.595.595,0,0,0,10.89.184L.166,11.437A.891.891,0,0,0,0,11.916" transform="translate(0 0)" fill="%233c441f" stroke="%233c441f" stroke-width="1"/></g></g></g></g></svg>');
}

.full-width-four .swiper-button-next:after,
.full-width-four .swiper-rtl .swiper-button-prev:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="149" height="149" viewBox="0 0 149 149"><defs><filter id="Path_52533" x="0" y="0" width="149" height="149" filterUnits="userSpaceOnUse"><feOffset dy="7" input="SourceAlpha"/><feGaussianBlur stdDeviation="7.5" result="blur"/><feFlood flood-opacity="0.161"/><feComposite operator="in" in2="blur"/><feComposite in="SourceGraphic"/></filter><clipPath id="clip-path"><rect id="Rectangle_713" data-name="Rectangle 713" width="11.916" height="23.764" fill="%233c441f" stroke="%233c441f" stroke-width="1"/></clipPath></defs><g id="arrow_next" data-name="arrow next" transform="translate(-1550.5 -5967.5)"><g transform="matrix(1, 0, 0, 1, 1550.5, 5967.5)" filter="url(%23Path_52533)"><path id="Path_52533-2" data-name="Path 52533" d="M52,0A52,52,0,1,1,0,52,52,52,0,0,1,52,0Z" transform="translate(22.5 15.5)" fill="%23fff"/></g><g id="arrow" transform="translate(1619.542 6023.618)"><g id="Group_425" data-name="Group 425"><g id="Group_402" data-name="Group 402" clip-path="url(%23clip-path)"><path id="Path_52532" data-name="Path 52532" d="M11.915,11.916a.737.737,0,0,1-.165.412L1.026,23.581a.6.6,0,1,1-.861-.824l10.329-10.91L.164,1.006A.595.595,0,0,1,1.025.184L11.749,11.437a.891.891,0,0,1,.166.479" transform="translate(0 0)" fill="%233c441f" stroke="%233c441f" stroke-width="1"/></g></g></g></g></svg>');
}

.full-width-four .swiper-button-prev,
.full-width-four .swiper-rtl .swiper-button-next {
  width: auto;
  height: auto;
}

.full-width-four .swiper-button-next,
.full-width-four .swiper-rtl .swiper-button-prev {
  height: auto;
  width: auto;
}

@media screen and (max-width: 767px) {

  .full-width-four .swiper-button-prev:after,
  .full-width-four .swiper-rtl .swiper-button-next:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="80" height="80" viewBox="0 0 149 149"><defs><filter id="Path_52533" x="0" y="0" width="149" height="149" filterUnits="userSpaceOnUse"><feOffset dy="7" input="SourceAlpha"/><feGaussianBlur stdDeviation="7.5" result="blur"/><feFlood flood-opacity="0.161"/><feComposite operator="in" in2="blur"/><feComposite in="SourceGraphic"/></filter><clipPath id="clip-path"><rect id="Rectangle_713" data-name="Rectangle 713" width="11.916" height="23.764" fill="%233c441f" stroke="%233c441f" stroke-width="1"/></clipPath></defs><g id="arrow_next" data-name="arrow next" transform="translate(22.5 15.5)"><g transform="matrix(1, 0, 0, 1, -22.5, -15.5)" filter="url(%23Path_52533)"><path id="Path_52533-2" data-name="Path 52533" d="M52,0a52,52,0,1,0,52,52A52,52,0,0,0,52,0Z" transform="translate(22.5 15.5)" fill="%23fff"/></g><g id="arrow" transform="translate(45.542 40.618)"><g id="Group_425" data-name="Group 425"><g id="Group_402" data-name="Group 402" clip-path="url(%23clip-path)"><path id="Path_52532" data-name="Path 52532" d="M0,11.916a.737.737,0,0,0,.165.412L10.889,23.581a.6.6,0,1,0,.861-.824L1.421,11.847,11.751,1.006A.595.595,0,0,0,10.89.184L.166,11.437A.891.891,0,0,0,0,11.916" transform="translate(0 0)" fill="%233c441f" stroke="%233c441f" stroke-width="1"/></g></g></g></g></svg>');
  }

  .full-width-four .swiper-button-next:after,
  .full-width-four .swiper-rtl .swiper-button-prev:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="80" height="80" viewBox="0 0 149 149"><defs><filter id="Path_52533" x="0" y="0" width="149" height="149" filterUnits="userSpaceOnUse"><feOffset dy="7" input="SourceAlpha"/><feGaussianBlur stdDeviation="7.5" result="blur"/><feFlood flood-opacity="0.161"/><feComposite operator="in" in2="blur"/><feComposite in="SourceGraphic"/></filter><clipPath id="clip-path"><rect id="Rectangle_713" data-name="Rectangle 713" width="11.916" height="23.764" fill="%233c441f" stroke="%233c441f" stroke-width="1"/></clipPath></defs><g id="arrow_next" data-name="arrow next" transform="translate(-1550.5 -5967.5)"><g transform="matrix(1, 0, 0, 1, 1550.5, 5967.5)" filter="url(%23Path_52533)"><path id="Path_52533-2" data-name="Path 52533" d="M52,0A52,52,0,1,1,0,52,52,52,0,0,1,52,0Z" transform="translate(22.5 15.5)" fill="%23fff"/></g><g id="arrow" transform="translate(1619.542 6023.618)"><g id="Group_425" data-name="Group 425"><g id="Group_402" data-name="Group 402" clip-path="url(%23clip-path)"><path id="Path_52532" data-name="Path 52532" d="M11.915,11.916a.737.737,0,0,1-.165.412L1.026,23.581a.6.6,0,1,1-.861-.824l10.329-10.91L.164,1.006A.595.595,0,0,1,1.025.184L11.749,11.437a.891.891,0,0,1,.166.479" transform="translate(0 0)" fill="%233c441f" stroke="%233c441f" stroke-width="1"/></g></g></g></g></svg>');
  }

}

/* Large Blocks - image_links_section */
#image-links-section .image-link-wrapper-interior {
  background: #fff;
}

#image-links-section .image-link-individual p {
  color: #53565a;
}

/* Gallery */
.gallery-thumbnail {
  display: block;
}

/* section title */
#section-title *:not(.button) {
  color: #fff;
}

.custom-overlay {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* Pretty centered content */
#pretty-centered-content {
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  background: url(./images/intro-design.jpg) no-repeat center center;
  background-size: cover;
}

/* 45px of border + 16px of margintop of next container */
#pretty-centered-content h2 {}

/* Content Slider */
.content-slider.carousel-module .carousel-item {
  height: auto;
}

/* Instagram Feed */
#sbi_mod_link,
#sbi_mod_error {
  float: none !important;
}

/* Footer */
footer {
  color: #ffffff;
  font-size: 18px;
  font-family: "degular-variable", sans-serif;
  position: relative;
  /* background: url(./images/footer-design.png) no-repeat bottom center; */
  background-size: contain;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  text-decoration: none !important;
  color: #d4d0ca;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  font-family: "degular-variable", sans-serif;
}

footer ul li:last-child {
  margin-bottom: 0;
}

#footer-menu a {
  font-size: 16px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}

.social-links li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.social-links a {
  font-size: 22px;
}

footer .gform_wrapper {
  width: 100%;
  /* max-width: 450px; */
  margin: 16px auto 0;
  margin-bottom: 90px;
}

footer .gform_wrapper .gform_body {
  /* width: 65%; */
  float: left;
  margin: 0;
  padding: 0;
}

footer .gform_wrapper .gform_body ul {
  display: flex;
  width: 100%;
  justify-content: center;
}

footer .gform_wrapper ul.gform_fields li.gfield {
  margin: 0;
  padding: 0;
  width: 23%;
  margin: 0 2%;
}

footer .gform_wrapper ul.gform_fields li.gfield.gfield--type-submit {
  width: 10%;
}

footer .gform_wrapper ul.gform_fields li.gfield--type-honeypot {
  width: 0;
}

footer .gform_wrapper label {
  display: none !important;
}

body footer .gform_wrapper .top_label div.ginput_container {
  margin: 0;
  padding: 0;
}

footer .gform_legacy_markup_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

footer .gform_wrapper input {
  width: 100% !important;
  background: transparent;
  color: #fff;
  border: none;
  font-family: "degular-variable" !important;
  font-size: 14px !important;
  border-bottom: 1px solid #fff;
  min-height: 45px;
}

footer .gform_wrapper input::placeholder {
  color: #fff !important;
  opacity: 1 !important;
  text-transform: uppercase;
  font-family: "degular-variable" !important;
  font-size: 16px;
}

footer .gform_wrapper .gform_footer {
  /* width: 35%; */
  /* float: left; */
  /* transform: translatex(-3px); */
  /* margin: 0; */
  /* padding: 0; */
  /* clear: none; */
}

footer .gform_wrapper input[type="submit"] {
  /* font-family: "degular-variable" !important; */
  font-weight: normal;
  font-size: 16px !important;
  background: #fff;
  color: #d99e61 !important;
  border: 0;
  text-transform: uppercase;
  padding: 22px 34px;
  letter-spacing: 0.075em;
  line-height: 1px;
  border: none;
  font-weight: bold;
  height: 40px;
  text-align: center;
}

footer .gform_wrapper input[type="submit"]:hover {
  opacity: 0.8;
}

footer h3 {
  color: #fff;
  text-transform: uppercase;
}

footer .footer-menu ul {
  display: flex;
  flex-direction: column;
}

footer .footer-menu ul li {
  width: auto;
  padding-right: 10px;
  margin-left: 10px;
  margin-bottom: 4px;
  line-height: 1;
  font-size: 12px;
}

footer .footer-menu ul li a {
  line-height: 1.5;
}

footer .footer-menu ul li:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  footer .gform_wrapper .gform_body {
    width: 100%;
  }

  footer .gform_wrapper .gform_body ul {
    flex-direction: column;
  }

  footer .gform_wrapper ul.gform_fields li.gfield {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  footer .gform_wrapper ul.gform_fields li.gfield.gfield--type-submit {
    width: 100%;
    margin-top: 10px;
  }
}

/*.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {line-height: 1 !important;}*/

/* Placeholder text color -- selectors need to be separate to work. */
footer .gform_wrapper input::-webkit-input-placeholder {
  color: #3c3c3c;
  opacity: 0.5;
}

footer .gform_wrapper input:-moz-placeholder {
  color: #3c3c3c;
  opacity: 0.5;
}

footer .gform_wrapper input::-moz-placeholder {
  color: #3c3c3c;
  opacity: 0.5;
}

footer .gform_wrapper input:-ms-input-placeholder {
  color: #3c3c3c;
  opacity: 0.5;
}

#cookie-law-info-bar {
  text-align: left;
  padding: 8px 15px;
  font-size: 14px;
  box-shadow: none;
}

#cookie-law-info-bar>span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#cookie-law-info-bar>span span:first-of-type {
  margin-right: 10px;
}

#cookie-law-info-bar .cli-plugin-button {
  margin: 0;
}

/* Contact Form */
#gform_wrapper_1 .top_label input.medium,
#gform_wrapper_1 .top_label select.medium {
  width: 100%;
}


#gform_1 li {
  padding: 0;
}

#gform_1 label.gfield_label {
  font-weight: 400 !important;
}

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

/* Sitemap */
.wsp-pages-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wsp-pages-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.left-right-image-text h2,
.left-right-image-text p {
  color: #002F14;
}

.left-right-image-text .img-holder .main-img {
  aspect-ratio: 470/500;
  width: 100%;
  object-fit: cover;
}

.left-right-image-text .img-holder {
  position: relative;
}

.left-right-image-text .img-holder::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #fff;
}


.left-right-image-text p {
  font-family: 'degular-variable';
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .left-right-image-text .img-holder {
    margin: 60px;
  }
}

@media screen and (max-width: 1199px) {
  #main-nav .menu-item {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }

  footer .gform_wrapper input {
    padding: 14px 8px !important;
  }
}


@media screen and (max-width: 991px) {
  .logo {
    margin-bottom: 20px;
  }

  .first-row-left,
  .first-row-right {
    /*background: #0F3345;*/
  }

  .directions-link {
    display: block;
    padding: 10px;
  }

  .button-reservation-custom {
    display: block;
    width: 50%;
  }

  .button-reservation-custom a {
    line-height: 20px;
    float: left;
    height: 60px;
    width: 100%;
    background: #A25B31;
    color: #fff;
    font-family: "degular-variable";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3.06px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    border: none;
  }

  .navbar-toggler {
    background: #d99e61 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    line-height: 20px;
    border: 0 !important;
    width: 50%;
    float: left;
    padding: 20px;
    letter-spacing: 2px;
    font-size: 17px;
    font-family: "degular-variable";
    font-weight: 400;
    height: 60px;
  }

  .navbar-toggler * {
    color: #fff !important;
  }

  .button-reservation-custom>span {
    width: 100% !important;
    padding: 6px 5px !important;
    margin: 0 !important;
    height: 60px !important;
  }

  .first-row-right .insta-link,
  .first-row-right .fb-link {
    margin-top: 21px;
  }

  .logo img {
    width: 150px;
    max-width: 100%;
  }

  .first-row-middle {
    background: #002F14;
    opacity: 1;
    padding-top: 20px;
  }

  #main-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #041b2c;
    z-index: 99999;
  }

  #main-nav .navbar-nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #main-nav .menu-item {
    padding: 10px 5px;
  }

  #close-nav {
    cursor: pointer;
    position: fixed;
    z-index: 999999;
    font-size: 60px;
    right: 30px;
    top: 30px;
    line-height: 1;
    color: #fff;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
  }

  #slider-side-content img.fill-space {
    max-width: 100%;
  }

  #main-nav .menu-item .nav-link {
    text-shadow: none;
  }

  .map-img-form {
    border-left: none;
    border-top: 1px solid #b7b9b9;
  }

  .both-btn-outer {
    margin-top: 60px;
    align-items: start !important;
    position: relative;
    padding-right: 0;
  }

  .both-btn-outer div {
    width: 50%;
  }

  .first-row-right a.button.btn-head-top {
    color: #fff;
    padding: 7px 12px !important;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #bc8f74 !important;
  }

  .first-row-right .button-reservation-custom a.button.btn-head-top {
    width: 50%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #fullwidth-blocks .image-link-individual {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 640px) {
  #fullwidth-blocks .image-link-individual h3 {
    font-size: 24px;
  }

  #cookie-law-info-bar {
    font-size: 12px;
  }

  #cookie-law-info-bar>span {
    display: block;
  }

  #cookie-law-info-bar span {
    display: block;
    width: 100%;
  }

  #cookie-law-info-bar>span span:first-of-type {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 1px !important;
  }
}

@media screen and (max-width: 380px) {
  .button {
    padding: 12px;
    font-size: 0.9em;
  }

  .navbar-toggler {
    padding: 12px;
    font-size: 0.9em;
  }

  .first-row-right .insta-link,
  .first-row-right .fb-link {
    width: 24px;
    margin-top: 7px;
  }
}

.clearfix {
  clear: both;
}

.otw-input-wrap {
  float: left !important;
  margin: 0 !important;
  width: 33.3% !important;
}

.otw-bare-bones {
  padding-top: 45px;
  padding-left: 4%;
  padding-right: 4%;
  text-align: center;
  color: #1b242c;
  font-size: 18px;
  height: 160px;
  font-family: mendl-serif-dawn;
  font-weight: 700;
  background: #d4d0ca;
}

.otw-widget-form-wrap label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px !important;
}

.powered-by-open-table {
  display: none;
}

.otw-button-wrap input[type="submit"] {
  height: 60px;
  text-transform: uppercase;
  width: 190px;
  color: #fff;
  border: none;
  background: #1b242c;
  letter-spacing: 2px;
  margin-top: 12px;
  transition: all 0.4s ease 0s;
}

.otw-button-wrap input[type="submit"]:hover {
  background: #4e758c;
}

.otw-widget-form-wrap input[type="text"] {
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
  color: #1b242c !important;
  letter-spacing: 2px !important;
  font-family: mendl-serif-dawn;
  font-weight: 700;
  text-align: center !important;
  width: 80% !important;
  margin: 0 10% !important;
  transition: 0.4s ease-in all;
}

.otw-wrapper .selectric-wrapper {
  cursor: pointer;
  width: 80%;
  margin: 0 10%;
}

.otw-wrapper .selectric .button {
  display: none;
}

.otw-wrapper .selectric .label {
  font-size: 18px;
  cursor: pointer !important;
  color: #1b242c !important;
  letter-spacing: 2px !important;
  font-family: mendl-serif-dawn;
  font-weight: 700;
  text-align: center !important;
  text-transform: uppercase;
  margin-left: 0;
  line-height: 46px;
  height: 46px;
  transition: 0.4s ease-in all;
}

.otw-wrapper .selectric:hover .label,
.otw-widget-form-wrap input[type="text"]:hover {
  color: #4e758c !important;
}

.otw-wrapper div.selectric {
  border: none !important;
  background: transparent !important;
}

@media screen and (max-width: 860px) {
  .otw-bare-bones {
    height: 220px;
    padding-top: 10px;
  }

  .otw-input-wrap {
    margin-top: 20px !important;
    width: 50% !important;
  }

  .otw-button-wrap input[type="submit"] {
    margin-top: 20px;
  }

  .orange-bars {
    margin-top: 40px;
  }
}

@media screen and (max-width: 450px) {
  .otw-button-wrap input[type="submit"] {
    width: 130px;
    font-size: 16px;
    letter-spacing: 1px;
  }
}

#slider-side-content {
  margin-top: 0 !important;
  background: #fff7ed;
  position: relative;
  overflow-x: hidden;
}

.leaf-1 {
  background-position: left top;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.leaf-2 {
  bottom: 0;
  left: 200px;
  position: absolute;
  opacity: 0.5;
}

.leaf-bottom {
  background-position: left top;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 80%;
  width: 100%;
  height: 100%;
}

.callout-content-interior-inner {}

.home #slider-side-content img.centered {
  border-radius: 360px 360px 0 0;
  aspect-ratio: 385 / 505;
  width: 100%;
  object-fit: cover;
}

.home #slider-side-content .right-img-wrapper img.centered {
  left: 0;
  right: unset;
}

.home #slider-side-content .button,
.homepage-second .button {
  margin-left: 0;
  margin-right: 0;
}

#slider-side-content p,
.homepage-second p {
  font-size: 18px;
  font-weight: 100;
  font-family: mendl-serif-dawn, sans-serif;
  color: #FAFAFA;
  letter-spacing: 1;
}

.home #slider-side-content .callout-content-interior-inner {
  max-width: 655px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  .home #slider-side-content img.centered {}

  .callout-content-interior {
    padding-right: 0px !important;
  }

  .home #slider-side-content .callout-content-interior-inner {
    max-width: 600px;
    margin: auto;
    text-align: center;
    padding-left: 0;
    padding-right: 0 !important;
  }
}

#fullwidth-blocks {
  padding: 60px 50px 50px 50px !important;
  position: relative;
  z-index: 1;
  max-width: 1700px;
  margin: auto;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #fullwidth-blocks {
    padding: 30px 20px 50px 20px !important;
  }
}

footer .fa {
  font-size: 30px;
}

.homepage-second {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
  margin-top: 80px;
}

.homepage-second img.seafood {
  position: absolute;
  bottom: 0;
  max-width: 50%;
  right: calc(45% - 30px);
  z-index: 0;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .homepage-second img.seafood {
    max-width: 55%;
  }
}

.homepage-second .inner-section {
  position: relative;
  background: #faeddc;
  padding: 50px 40px 50px 40px;
  bottom: 0;
  width: 600px;
  max-width: 50%;
  left: calc(50%);
  z-index: 1;
  margin-top: 50px;
}

.homepage-second .leaf-2 {
  left: 0;
  opacity: 0.1;
}

.homepage-second h2,
.homepage-second p,
.homepage-second button {
  position: relative;
}

@media screen and (max-width: 1050px) {
  .homepage-second .inner-section {
    top: 25px;
    max-width: calc(50% + 25px);
  }

  .homepage-second img.moon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .homepage-second .inner-section {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .homepage-second img.seafood {
    display: none;
  }

  .homepage-second {
    height: auto;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .homepage-second .inner-section {
    margin-top: 0;
  }
}

.site-main h2 {
  font-size: 30px;
}

/* nav.navbar {
  margin: auto;
} */

#main-nav .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

#main-nav .container {
  max-width: 860px;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
}

@media screen and (max-width: 1300px) {

  #main-nav .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-left: 1%;
    padding-right: 1%;
  }

  #main-nav .container {
    max-width: 920px;
  }
}

@media screen and (max-width: 1199px) {
  #main-nav .menu-item .nav-link {
    font-size: 13px;
  }

  #main-nav .container {
    max-width: 880px;
  }
}

@media screen and (max-width: 550px) {
  h1 {
    font-size: 70px;
  }
}

.mobile-reservation {
  display: none;
  background: #fff;
}

@media screen and (max-width: 915px) {
  .mobile-reservation {
    display: block;
  }

  .ot-widget {
    display: none;
  }

  .mobile-reservation a {
    width: 100%;
    padding: 20px 10px !important;
    margin: 10px 0;
    text-align: center;
  }
}

.logo-row {
  text-align: center;
  display: block;
  margin-top: 20px;
}

.logo-row img {
  max-width: 153px;
  margin-top: 20px;
  vertical-align: top;
}

footer h3 {
  font-family: 'degular-variable';
  font-weight: 700;
}


footer a {
  line-height: 32px;
  font-size: 16px;
  font-weight: 300;
  font-family: "degular-variable", sans-serif;
  letter-spacing: 1px;
  color: #EBE1CD;
}

.page-id-863 #field_5b45f5b5385a9 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.insta-wrapper {
  background: #fff7ed;
}

.insta-wrapper h3 {
  margin-bottom: 0;
  text-align: center;
  color: #0e3115;
  font-family: mendl-serif-dawn, sans-serif;
  font-size: 22px;
  line-height: 30px;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 2px;
  font-weight: 700;
}

.insta-wrapper h3 img {
  transform: translatey(-2px);
  margin-left: 5px;
}

.insta-wrapper h3 a {
  display: inline-block;
  font-size: 30px;
  color: #0e3115;
}

footer .row {
  align-items: flex-start;
}

.footer-logo {}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

footer ul.social-links {
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }
}

#main-nav .navbar-nav .menu-item:hover>.nav-link {
  transform: scale(1.15);
}

#main-nav .navbar-nav .menu-item:hover>.nav-link {
  color: #fff !important;
}

.left_right_image_text-text .callout-content-interior p {
  font-size: 17px !important;
}

.left_right_image_text-text .button {
  margin: 0;
}

.otw-time-wrap {
  display: none;
}

.otw-widget-form-wrap {
  max-width: 800px;
  margin: auto;
}


.container .meet-request-info ul {
  text-align: left;
  font-size: 18px;
}

#pretty-centered-content .content {
  max-width: 860px;
  margin: auto;
}

#pretty-centered-content,
#pretty-centered-content p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  color: #EED9B2;
}

#pretty-centered-content h1 {
  color: #EED9B2;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 1px;
}

.carousel-indicators {
  bottom: 80px;
}

.carousel-indicators li {
  width: 15px;
  border-top: none;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: none;
  border-bottom: none;
  height: 15px;
  background-color: #fff;
}

.scroll-down-link {
  bottom: 70px;
  display: block;
  height: 20px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
  z-index: 2;
}

.scroll-down-link a {
  color: #ffffff;
  display: block;
  font-size: 4.5em;
  line-height: 0.6;
  text-align: center;
  border-bottom: none;
}

.scroll-down-link .icon-down-open-big {
  font-weight: bold;
  color: #fff;
  border: solid #fff;
  border-width: 0 7px 7px 0;
  display: inline-block;
  padding: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

p:empty {
  margin: 0 !important;
}

.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
  margin-bottom: 6px;
}

/*#slider-side-content p:last-child {
	margin-bottom: 0;
}*/
#slider-side-content ul {
  font-family: mendl-serif-dawn;
  font-weight: 700;
  color: #fff;
}

.hide-for-screenreader {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

@media only screen and (max-width: 800px) {
  .carousel-image {
    background-attachment: scroll !important;
  }
}

.logo-leaves {
  max-width: 202px !important;
  position: absolute;
  left: calc(50% - 101px);
  top: -75px;
  display: none;
}

.ot-widget {
  background: #bc8f74;
  padding-top: 25px;
  padding-bottom: 20px;
}

.ot-widget h2 {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: mendl-serif-dawn, sans-serif;
  color: #fff;
  line-height: 50px;
}

.ot-inner {
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    margin-left: 0 !important;
  }

  .navbar-nav .dropdown-menu li {
    padding: 0 10px !important;
  }

  .first-row-right {
    padding: 0;
  }

  .button {
    /* padding: 15px 20px; */
    font-size: 14px;
  }

  #main-nav .menu-item .nav-link {
    font-size: 16px;
  }
}

#slider-side-content .title {
  display: inline-block;
  position: relative;
  font-family: mendl-serif-dawn, sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #EED9B2;
  letter-spacing: 4px;
  margin-bottom: 25px;
}

.homepage-second h2 {
  display: inline-block;
}

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

  .home #slider-side-content .title:after,
  .homepage-second h2:after {
    display: none;
  }
}

.newsletter-heading {
  font-family: mendl-serif-dawn, sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #002F14;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.newsletter-heading-follow {
  font-family: mendl-serif-dawn, sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #002F14;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.footer-bottom-nav .footer-bottom-menu {
  display: flex;
  gap: 8px;
}

.footer-bottom-nav ul li a {
  position: relative;
  padding-right: 8px;
  font-size: 16px;
}

.footer-bottom-nav ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  background-color: #fff;
}

.footer-bottom-nav ul li:last-child a::after {
  display: none;
}



.footer-menu,
footer p,
footer a {
  color: #111;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.ot-title {
  display: none;
}

.ot-powered-by {
  display: none;
}

.ot-dtp-picker.wide {
  padding: 0;
  /* margin-bottom: 20px; */
}

.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button,
.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
  height: 46px;
}

footer .social-medias {
  display: flex;
  gap: 10px;
  justify-content: center;
}

footer .social-medias a img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

@media only screen and (max-width: 1200px) {
  .ot-inner {
    flex-direction: column;
    justify-content: center;
  }

  .ot-widget h2 {
    text-align: center;
  }

  .ot-dtp-picker.wide {
    margin: auto;
  }

  .ot-widget {
    padding-top: 20px;
  }

  .ot-embed>img {
    display: block;
    margin: auto;
  }
}

.wsp-container ul {
  text-align: center;
  column-count: 3;
}

.wsp-container .children {
  column-count: 1;
}

.empty-header {
  background: linear-gradient(to bottom, rgba(0, 0, 20, 0.6), rgba(0, 0, 0, 0)),
    url(/wp-content/uploads/2021/11/Laurea_Pizza_In_Wood_Oven-1920x1080-1.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
  width: 100%;
}

header.entry-header {
  position: relative;
  margin-top: 40px;
}

header.entry-header h1 {
  font-family: "TradeGothicLTEx";
  font-size: 45px;
  font-weight: 600;
  color: #0f3345;
  letter-spacing: 4px;
  margin-bottom: 5px;
}

.single-post .site-main {
  max-width: 900px;
  margin: auto;
}

.single-post .entry-content p {
  font-size: 16px;
  font-family: "SainteColombe";
  color: #FAFAFA;
  letter-spacing: 1.5px;
}

.single-post .nav-links a {
  color: #bc8f74;
  font-weight: 600;
}

#press-block #fullwidth-blocks .image-link-individual a:before {
  background-color: rgba(196, 197, 192, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  transition: all 0.4s ease-in-out;
}

#press-block #fullwidth-blocks .image-link-individual a:before {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in-out;
}

#press-block #fullwidth-blocks .image-link-individual a:hover:before {
  background-color: #0f3345bb;
}

#gform_3 #input_3_4_6 {
  margin-top: 14px !important;
}

.page-id-949 #moduleCarousel2::after {
  content: "";
  width: 257px;
  height: 89px;
  z-index: 2;
  background: url("/wp-content/uploads/2021/11/market-logo-2x.png") no-repeat;
  background-size: 257px 89px;
  top: calc(50% - 45px);
  left: calc(50% - 128px);
  position: absolute;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  footer.container-fluid.p-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  footer #footer-menu {
    margin-bottom: 15px;
  }

  .light-decoration {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .navbar-toggler {
    width: 50%;
  }

  .button-reservation-custom>span {
    width: 100% !important;
  }
}

.orke-custom-icon {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.orke-custom-arrow:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30.811" height="12.121" viewBox="0 0 30.811 12.121"><g id="arrow" transform="translate(0.37 1.061)"><g id="arrow-2" data-name="arrow" transform="translate(0)"><g id="arrow-right" transform="translate(0)"><line id="Line_7" data-name="Line 7" x1="29" transform="translate(0.38 5)" fill="none" stroke="%23fafafa" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><line id="Line_8" data-name="Line 8" x1="5" y2="5" transform="translate(24.38 5)" fill="none" stroke="%23fafafa" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><line id="Line_9" data-name="Line 9" x1="5" y1="5" transform="translate(24.38)" fill="none" stroke="%23fafafa" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></g></g></g></svg>');
}


#posts-callout {
  position: relative;
}

#posts-callout ._bg {
  position: absolute;
  left: 0;
  top: 3rem;
  bottom: 0;
  height: 100%;
  width: 20%;
}

#posts-callout .slick-slider {
  overflow: visible;
}

#posts-callout .slick-slide {
  /*	min-height: 70vh;*/
  position: relative;
  overflow: hidden;
}

#posts-callout .slick-slide .slick-image {
  /*	position: absolute;*/
  width: 100%;
  /*	height: 100%;*/
  left: 0;
  top: 0;
  height: 0;
  padding-bottom: 87%;
}

#posts-callout .slick-slide .slick-image:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .85;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

#posts-callout .slick-slide .slick-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  padding: 30px 50px;
  z-index: 1;
  transform: translateX(-50%);
}

#posts-callout .slick-slide .slick-content h3,
#posts-callout .slick-slide .slick-content p {
  color: #fff;
}

#posts-callout .each_block h3 {
  font-size: 18px;
  word-break: break-word;
  font-family: mendl-serif-dawn;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 1.5;
}

#posts-callout .slick-slide .slick-content h3 {
  font-size: 32px;
  word-break: break-word;
  font-family: mendl-serif-dawn;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-align: center;
}

#posts-callout .each_block p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.8;
}

#posts-callout .each_block ._image {
  height: 0;
  padding-bottom: 50%;
}

#posts-callout .each_block.col-md-6 ._image {
  /*	padding-bottom: 100%;*/
  padding-bottom: 80%;
}

#posts-callout .slick-arrow {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background-color: #FFF6E5;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  outline: 0 !important;
}

#posts-callout .prev-arrow {
  left: -15px;
}

#posts-callout .next-arrow {
  right: -15px;
}

.content-slider#posts-callout-carousel {
  padding: 0;
}

@media screen and (max-width: 1100px) {
  #posts-callout .each_block.col-md-6 ._image {
    padding-bottom: 50%;
  }
}

@media screen and (max-width: 991px) {
  #posts-callout .each_block.col-md-6 ._image {
    padding-bottom: 128%;
  }
}

@media screen and (max-width: 768px) {
  #posts-callout .slick-slide .slick-content {
    position: relative;
    /* background: #FFFAF1; */
    color: #EED9B2;
    /* border: 1px solid #1F2658; */
  }

  #posts-callout .slick-slide .slick-content h3,
  #posts-callout .slick-slide .slick-content p {
    color: #EED9B2;
  }
}

.testimonial-slider-container {
  height: 800px;
}

.testimonial-slider-container p {
  font-size: 32px;
  line-height: 50px;
  font-family: "degular-variable", sans-serif;
}

.testimonial-slider-container .person {
  font-size: 24px;
  line-height: 1.2;
  font-family: "degular-variable", sans-serif;
  color: #3C3C3C;
}

.testimonial-slider-container span.quote {
  font-size: 340px;
  line-height: 1.2;
}

.testimonial-slider-container .food-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  transform: translateX(-30%);
  object-fit: contain;
}

.testimonial-slider-container .swiper-pagination {
  position: static;
  text-align: left;
  margin-top: 60px;
}

.testimonial-slider-container .swiper-pagination .swiper-pagination-bullet {
  background: #d99e61;
  width: 20px;
  height: 20px;
  margin: 0 10px !important;
  opacity: 1;
}

.testimonial-slider-container .swiper-pagination .swiper-pagination-bullet-active {
  outline: 2px solid #d99e61;
  outline-offset: 2px;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1155px;
  }
}

/* 
@media (min-width: 1880px) {
  .container {
    max-width: 1550px;
  }
} */

@media (max-width: 767px) {
  .testimonial-slider-container {
    height: unset;
  }

  .testimonial-slider-container .food-image {
    top: 0;
    left: 0;
    width: 80%;
    height: auto;
  }

  .testimonial-slider-container p {
    font-size: 26px;
    line-height: 1.4;
  }

  .testimonial-slider-container span.quote {
    font-size: 300px;
    line-height: 1;
  }
}



.slider_box {
  position: relative;
}

.owl-carousel .owl-stage {
  display: flex;
}

.slider_content {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0 50px;
  position: relative;
  opacity: .5;
  flex-direction: column;
  /*transition: all .8s;*/
}

.slider_content:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60%;
  background: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent);
  width: 100%;
  z-index: 1;
}

.slider_content * {
  z-index: 1;
}

.slider_content_box {
  max-width: 800px;
  background-color: #fff;
  padding: 30px 50px 0;
  margin: auto auto 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .slider_content {
    height: 350px;
  }

  .owl-carousel .owl-item.active.center .slider_content {
    height: 450px;
  }

  .slider_content_box {
    padding: 10px 0;
  }

  .slider_content:before {
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4));
  }
}

.slider_des {
  align-items: center;
}

.slider_des h3 {
  color: #002F14;
  margin: 0;
  font-size: 36px;
}

.slider_des p {
  color: #002F14;
  margin: 0;
  font-size: 16px;
  padding-bottom: 20px;
}

.slider_des .unit-features {
  gap: 40px;
}

.slider_des .feature {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

.slider_des .feature span {
  font-size: 14px;
  text-transform: uppercase;
  color: #848383;
}

.slider_btn {
  display: flex;
  gap: 20px;
}

.slider_btn_one a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #EDE9E1;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  width: 135px;
  height: 45px;
  text-align: center;
  line-height: 44px;
}

.slider_btn_two a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #919A4B;
  display: inline-block;
  font-size: 16px;
  background-color: #919A4B;
  font-weight: 700;
  width: 135px;
  height: 45px;
  text-align: center;
  line-height: 44px;
}

.room_btn a:hover:after {}

.room_btn {
  padding-bottom: 30px;
  margin: 0 auto;
}

.room_btn a {
  color: #FFF5E8;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  background-color: transparent;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
}

.room_btn a:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="23.988" height="10.597" viewBox="0 0 23.988 10.597"><defs><clipPath id="clip-path"><rect id="Rectangle_589" data-name="Rectangle 589" width="23.988" height="10.597" fill="%23fff5e8"/></clipPath></defs><g id="Group_221" data-name="Group 221" clip-path="url(%23clip-path)"><path id="Path_40490" data-name="Path 40490" d="M23.911,5.487a.266.266,0,0,0,0-.374L18.875.077A.265.265,0,0,0,18.5.451l4.582,4.582H.265a.265.265,0,0,0,0,.53H23.083L18.5,10.146a.265.265,0,0,0,.374.374l5.036-5.036Z" transform="translate(0 0)" fill="%23fff5e8"/></g></svg>');
  margin-left: 15px;
}

.owl-carousel .owl-item {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}

.owl-carousel .owl-item .item {
  margin: auto 0;
}

.owl-carousel .owl-item.active.center .slider_content {
  height: 750px;
  opacity: 1;
}

@media (max-width: 767px) {
  .owl-carousel .owl-item.active.center .slider_content {
    height: 450px;
  }

  .slider_des {
    flex-direction: column;
    text-align: center;
  }

  .slider_des h3 {
    font-size: 24px;
  }
}

.owl-dots {
  display: none;
}

.owl-nav {
  height: 0;
}

.owl-prev span {
  /* background-image: url("./images/arrow-left.svg"); */
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  display: block;
  font-size: 60px;
  line-height: 48px;
  border-radius: 100px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  text-indent: -9999px;
  background-size: cover;
}

.owl-next span {
  /* background-image: url("./images/arrow-right.svg"); */
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  display: block;
  font-size: 60px;
  line-height: 48px;
  border-radius: 100px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  text-indent: -9999px;
  background-size: cover
}

.slider_content .slider_content_box .amenities #accommodation_amenities_slider_2 {
  color: #fff;
  display: flex;
  font-size: 16px;
  justify-content: space-around;
  align-items: baseline;
  gap: 10px;
}

.slider_content .slider_content_box .amenities img {
  height: 44px;
  width: auto;
  filter: invert(1) grayscale(1);
  margin-bottom: 10px;
}


/* MAP IMAGE */
.map-bg-wrapper {
  margin-top: -160px;
  position: relative;
  z-index: 0;
  overflow: visible;
}

.mapimage-area-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mapimage-area-outer .container,
.mapimage-area-outer .row {
  height: 100%;
}

.mapimage-area-outer .map-content {
  background: #fff;
  padding: 0 30px 48px 20px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  background: transparent;
  box-shadow: none;
  /* width: 40%; */
  /* max-width: 40%; */
}

.mapimage-area-outer .map-content p {
  width: 80%;
  max-width: 366px;
}

.map-subheading {
  font-family: 'mendl-serif-dawn', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #A25B31;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 10px;
}

/* Botanical leaf decoration on map section */
.map-botanical-leaf {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 38%;
  max-width: 440px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .map-botanical-leaf {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .map-bg-wrapper {
    margin-top: 0;
  }

  .mapimage-area-outer .map-content {
    max-width: unset;
    width: 100%;
  }

  .mapimage-area-outer {
    position: relative;
    height: auto;
    width: auto;
  }

  .mapimage-area-outer .container,
  .mapimage-area-outer .row {
    height: auto;
  }

  .map-botanical-leaf {
    left: -8%;
    bottom: -5%;
    width: 35%;
    max-width: 280px;
  }
}

@media (max-width: 767px) {
  .mapimage-area-outer .map-content {
    padding: 40px 15px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .map-subheading {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .mapimage-area-outer .map-content p {
    width: 100%;
    max-width: unset;
  }

  .map-botanical-leaf {
    left: -10%;
    bottom: -3%;
    width: 40%;
    max-width: 180px;
  }
}


#map .mapboxgl-marker {
  width: 24px;
  height: 24px;
  border-radius: 0;
  border: none;
  background-color: transparent;
}

#map .mapboxgl-popup .property-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  width: 100%;
}

#map .marker {
  /* background-color: #002F14; */
  background-image: url('data:image/svg+xml,<svg width="29" height="39" viewBox="0 0 29 39" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_4032_10186" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="29" height="39"><rect width="28.7651" height="38.1305" fill="%23CBA075"/></mask><g mask="url(%23mask0_4032_10186)"><path d="M14.3028 0C6.43628 0 0 6.43628 0 14.3028C0 17.4018 0.953523 20.2624 2.62219 22.6462L3.09895 23.1229L13.3493 37.6641C13.5877 37.9025 13.8261 38.1409 14.3028 38.1409C14.7796 38.1409 15.018 37.9025 15.2564 37.6641L25.5067 23.3613L25.9835 22.6462C27.6522 20.2624 28.6057 17.4018 28.6057 14.3028C28.6057 6.43628 22.1694 0 14.3028 0ZM14.3028 21.6926C10.4887 21.6926 7.62818 18.5937 7.62818 15.018C7.62818 11.2039 10.7271 8.34332 14.3028 8.34332C18.1169 8.34332 20.9775 11.4423 20.9775 15.018C20.9775 18.5937 18.1169 21.6926 14.3028 21.6926Z" fill="%23A25B31"/></g></svg>');
  background-size: cover;
  width: 50px;
  height: 50px;
  cursor: pointer;
  /* border-radius: 100%; */
}

#map .mapboxgl-popup {
  max-width: 200px;
}

#map .mapboxgl-popup-content {
  text-align: center;
}

#map .mapboxgl-popup-content h3 {
  font-family: mendl-serif-dawn, serif;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  text-transform: none;
  letter-spacing: .5px;
}

#map .mapboxgl-ctrl-attrib-inner,
#map .mapboxgl-ctrl-bottom-left {
  display: none !important;
}

.map_block h1:before,
.map_block h2:before {
  content: none;
}

.filter-group::-webkit-scrollbar {
  width: 6px;
}

.filter-group::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.filter-group::-webkit-scrollbar-thumb {
  background: #9a9893;
  outline: 1px solid #333233;
}

#map-popup {
  position: absolute;
  /*	top: 5%;// bottom: 0;//	left: 33%;*/
  width: 350px;
  z-index: 1;
  border-radius: 0;
  color: #000;
  font-family: Copperplate;
  font-size: 16px;
  letter-spacing: 0.91px;
  background: #ffffff;
  padding: 0;
  /* height: 100%;*/
  transition: opacity .5s ease;
  overflow-y: auto;
  overflow-x: auto;
  opacity: 0;
}

#map-popup.active {
  opacity: 1;
}

#map-popup #map-popup-close {
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0;
  cursor: pointer;
  line-height: 1;
}

#map-popup.active #map-popup-close {
  opacity: 1;
  transition: opacity .5s ease .5s;
}

#map-popup #map-popup-content {
  padding: 25px 30px;
  opacity: 0;
}

#map-popup #map-popup-content h6 {
  font-size: 18px;
}

#map-popup #map-popup-content p {
  font-size: 15px;
  margin-bottom: 15px !important;
  line-height: 1.3;
}

#map-popup #map-popup-content .button {
  /* font-size: 15px;//		font-weight: normal;//		padding: 5px 0;//		border-bottom: 2px solid;*/
}

#map-popup.active #map-popup-content {
  opacity: 1;
  transition: opacity .5s ease .5s;
}

.mapboxgl-map {
  font: inherit !important;
}

.mapboxgl-popup-content {
  text-align: center;
  padding: 10px 20px !important;
  min-width: 120px;
}

.mapboxgl-popup-content h3 {
  font-size: 16px;
}

.mapboxgl-popup-content .button {
  font-size: 12px;
  padding: 12px 20px;
}

.mapboxgl-popup-close-button {
  font-size: 25px;
  right: 0px !important;
  top: -10px !important;
  width: 20px;
  color: #022f14 !important;
}

.mapboxgl-popup-close-button:hover {
  background-color: transparent !important;
}

.filter-group {
  color: #002F14;
  font-family: '';
  padding: 10px 0 30px 10px;
  font-size: 18px;
  box-shadow: none;
  text-align: left !important;
  border-bottom: 1px solid #D3D3C5;
}

.mapfiler>label {
  display: none;
}

.mapfiler.active .filter-group-toggle {
  /*background: #CB5428;*/
}

.filter-group-toggle {
  margin: 0;
  cursor: pointer;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: 100%;
  text-align: left;
  line-height: 1;
  transition: all 0.35s;
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.mapfiler:last-of-type .filter-group-toggle {
  border-bottom: 0;
}

.filter-group-toggle>span {
  color: #002F14;
  font-family: mendl-serif-dawn, sans-serif;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
}

.filter-group-toggle>span.filter-circle {
  border-radius: 100%;
  border: 1px solid #002F14;
  height: 24px;
  width: 24px;
  min-width: 24px;
  margin-right: 15px;
  display: block;
}

.mapfiler.active .filter-group-toggle>span.filter-circle {
  background: #0F1B34;
}

.filter-circle.selected {
  border-radius: 100%;
  border: 1px solid #002F14;
  height: 24px;
  width: 24px;
  min-width: 24px;
  margin-right: 15px;
  display: block;
  background: #0F1B34;
}

.filter-group-toggle>svg {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.filter-group-toggle>i {
  font-size: 60px;
  display: inline-block;
  vertical-align: middle;
}

.mapboxgl-ctrl-bottom-left {
  display: none !important;
}

.mapboxgl-ctrl-bottom-right {
  display: none !important;
}

.mapboxgl-marker {
  cursor: pointer;
  border-radius: 100%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.selected-point h2 {
  font-size: 32px;
}

/* End MAP BLOCK // End MAP BLOCK */

/* Newsletter Section */
.newsletter-section {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

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

.newsletter-form .form-control {
  height: 50px;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.9);
}

.newsletter-form .form-control:focus {
  box-shadow: none;
  background: #fff;
}

.newsletter-form .btn-primary {
  background-color: #EED9B2;
  border: none;
  color: #0f3345;
  padding: 0 30px;
  height: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.newsletter-form .btn-primary:hover {
  background-color: #d4c095;
}

@media (max-width: 767px) {
  .newsletter-section {
    padding: 40px 15px;
  }

  .newsletter-heading {
    font-size: 32px;
    text-align: center;
  }
}

/* Newsletter Section */
.newsletter-section {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

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

.newsletter-section .social-icons {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.newsletter-section .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.newsletter-section .social-icons .social-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.newsletter-section .social-icons a:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

.newsletter-section .gform_legacy_markup_wrapper ul.gform_fields {
  display: flex;
}

.newsletter-section .gform_legacy_markup_wrapper ul.gform_fields .gfield--type-email {
  width: 65%;
}

.newsletter-section .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  margin-top: 0;
}

.newsletter-section .gform_legacy_markup_wrapper ul.gform_fields {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
}

.newsletter-section .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.newsletter-section .gform_legacy_markup_wrapper .top_label div.ginput_container input {
  margin-top: 0;
  height: 65px;
  border: none;
  border-radius: 0;
  padding: 0 20px !important;
  font-weight: 100;
}

.newsletter-section .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield--type-submit {
  width: 35%;
}

.newsletter-section .gform_legacy_markup_wrapper .button {
  height: 65px;
  background-color: #EED9B2;
  border: none;
  width: 100%;
  font-weight: 600;
  letter-spacing: 2px;
}

.newsletter-section .gform_legacy_markup_wrapper {
  max-width: 635px;
  width: 100%;
}

.newsletter-section .gform_legacy_markup_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}


/* the hotel salatia css*/


/* subscribe start */

.subscribe-section {
  max-width: 600px;
  padding: 0 0 20px 20px;
  width: 100%;
}

.subscribe-title {
  color: #3C3C3C;
  font-family: mendl-serif-dawn;
  font-size: 19.18px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.236px;
  letter-spacing: 0.959px;
  margin-bottom: 10px;
}

.subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.subscribe-form input[type="email"],
.subscribe-form button {
  width: 100%;
  padding: 8px 15PX;

  border: none;
  border-radius: 0px;
  color: #121212;
  font-family: 'Inter';
  font-size: 10.96px;
  font-style: normal;
  font-weight: 400;
  line-height: 13.974px;
  letter-spacing: 0.548px;
}

.subscribe-form input[type="email"] {
  background-color: #fff;
  color: #121212;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
}

.subscribe-form input[type="email"]::placeholder {
  color: #444 !important;
  text-transform: uppercase;
}

.subscribe-form button {
  background-color: #002F14;
  color: #FFF;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.195px;
  /* 119.97% */
  transition: background-color 0.3s ease;
}

.subscribe-form button:hover {
  background-color: #002F14dd;
}


/* subscribe end */

/* Mobile tab menu start */

/* Wrapper */
.salatia-mobile-menu-wrapper {
  position: relative;
  z-index: 100;
}

/* Toggle button */
.salatia-navbar-toggler {
  background: #002F14;
  color: #fff;
  padding: 10px 15px;
  border: none;
  width: 50%;
  text-align: center;
  font-weight: 400;
  z-index: 110;
  position: relative;
  height: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;

  text-align: center;
  font-family: 'degular-variable';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

/* Hidden menu */
.salatia-mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: max-height 0.4s ease;
  z-index: 99;
}


/* Shown menu */
.salatia-mobile-menu.show {
  max-height: 100vh;
}

/* Menu list */
.salatia-mobile-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Menu links */
.salatia-mobile-nav li a {
  display: block;
  padding: 12px 15px;
  color: #002F14;
  text-decoration: none;
  border-top: 1px solid rgba(128, 0, 0, 0.1);
  font-weight: 500;
}

.salatia-mobile-nav li a:hover {
  background: #27334a2e;
}

footer {
  padding-top: 80px;
  padding-bottom: 200px;
}


/* Mobile tab menu end */

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

  .footer-logo {
    width: 300px;
    height: auto;
    margin: auto;
  }

  .social-medias {
    justify-content: start !important;
    margin: 20px 0 !important;
    width: fit-content;
  }

  footer .footer-menu ul li {
    text-align: center;
  }

  .subscribe-area {
    margin-top: 40px;
    align-items: start !important;
    padding: 0 !important;
  }

  .footer-bottom-menu {
    justify-content: start !important;
  }

  footer {
    padding-top: 60px !important;
  }

  .footer-bottom-menu {
    padding-top: 0;
  }
/* 
  .footer-col-1,
  .footer-col-2 {
    padding-left: 25px;
  } */

  .footer-bottom-nav .footer-bottom-menu {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0 !important;
  }

  .footer-bottom-nav {
    padding-left: 10px;
  }

  .footer-bottom-menu li {
    margin-bottom: 0 !important;
  }

  .footer-bottom-nav ul li a::after {
    display: none;
  }



}

@media screen and (max-width: 767px) {
  .subscribe-section {
    padding: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .logo img {
    width: 120px;
  }

  .footer-bottom-nav ul li a::after {
    display: none;
  }

  .subscribe-title,
  footer p {
    text-align: left;
  }

  footer {
    padding-top: 40px !important;
  }


}





/* =====================================================
   Footer V2 - New Design Based on Figma
   ===================================================== */

.footer-v2 {
  background-color: #F1ECE9;
  background-image: url(./assets/images/salatia-footer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding: 0;
  position: relative;
  background-blend-mode: luminosity;
}

.footer-v2 .footer-main {
  padding-top: 80px;
  padding-bottom: 180px;
}

/* Override existing footer text colors for V2 */
.footer-v2,
.footer-v2 a,
.footer-v2 p {
  color: #002F14;
  font-family: "degular-variable", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.148px;
}

.footer-v2 a:hover {
  color: #002F14;
}

/* Column 1: Logo */
.footer-v2 .footer-logo-wrapper {
  text-align: center;
}

.footer-v2 .footer-logo-wrapper img {
  height: auto;
}

/* Social Media Icons */
.footer-v2 .social-medias {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}

.footer-v2 .social-medias a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-v2 .social-medias a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0);
  transition: opacity 0.2s ease;
}

.footer-v2 .social-medias a:hover img {
  opacity: 0.7;
}

/* Column 2: Contact Info */
.footer-v2 .footer-contact-info {
  padding-left: 20px;
}

.footer-v2 .footer-contact-info p {
  margin-bottom: 0;
  line-height: 22px;
}

/* Column 3: Navigation Menu */
.footer-v2 .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-v2 .footer-menu ul li {
  margin-bottom: 4px;
}

.footer-v2 .footer-menu ul li a {
  font-family: 'degular-variable', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.148px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-v2 .footer-menu ul li a:hover {
  color: #002F14;
}

/* Column 4: Newsletter Subscribe */
.footer-v2 .subscribe-area {
  align-items: flex-start !important;
}

.footer-v2 .subscribe-title {
  color: #002F14;
  font-family: "mendl-serif-dawn", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: .5x;
  margin-bottom: 15px;
  text-transform: unset;
  padding: 0 20px;
  text-transform: uppercase;
}

/* Newsletter Form Styling */
.footer-v2 .gform_wrapper {
  width: 100%;
  max-width: 362px;
  margin: 0;
}

.footer-v2 .gform_wrapper .gform_body {
  float: none;
  width: 100%;
}

.footer-v2 .gform_wrapper .gform_body ul {
  display: flex;
  flex-direction: column;
}

.footer-v2 .gform_wrapper ul.gform_fields li.gfield {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}

.footer-v2 .gform_wrapper ul.gform_fields li.gfield.gfield--type-submit {
  width: 100%;
  margin-top: 0;
}

.footer-v2 .gform_wrapper label {
  display: block !important;
  font-family: 'degular-variable', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #121212;
  margin-bottom: 0;
  text-transform: uppercase;
}

.footer-v2 .gform_wrapper input:not([type="submit"]) {
  width: 100% !important;
  background: #ffffff;
  color: #002F14;
  border: none;
  font-family: 'degular-variable', sans-serif;
  font-size: 14px !important;
  min-height: 30px;
  padding: 6px 10px;
}

.footer-v2 .gform_wrapper input::placeholder {
  color: #666 !important;
  opacity: 1 !important;
  font-family: 'degular-variable', sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.footer-v2 .gform_wrapper input[type="submit"] {
  font-family: 'degular-variable', sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  background: #002F14;
  color: #ffffff !important;
  border: none;
  text-transform: uppercase;
  padding: 8px 20px;
  letter-spacing: 0.5px;
  line-height: 19px;
  height: auto;
  min-height: 30px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.footer-v2 .gform_wrapper input[type="submit"]:hover {
  background: #153935;
  opacity: 1;
}

.footer-v2 .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}

/* Footer Bottom Bar */
.footer-v2 .footer-bottom-bar {
  background-color: #002F14;
  padding: 22px 0;
  width: 100%;
}

.footer-v2 .footer-bottom-bar .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-v2 .footer-bottom-bar .footer-bottom-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.footer-v2 .footer-bottom-bar .footer-bottom-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.footer-v2 .footer-bottom-bar .footer-bottom-menu li {
  margin: 0;
  display: inline-flex;
  align-items: center;
}

.footer-v2 .footer-bottom-bar .footer-bottom-menu li a {
  font-family: 'degular-variable', sans-serif;
  font-size: 14px;
  color: #F1ECE9;
  text-decoration: none;
  padding: 0 8px;
  position: relative;
  transition: opacity 0.2s ease;
  display: inline-block;
  line-height: 1.5;
}

.footer-v2 .footer-bottom-bar .footer-bottom-menu li a:hover {
  opacity: 0.8;
  color: #F1ECE9;
}

.footer-v2 .footer-bottom-bar .footer-bottom-menu li:last-child a::after {
  display: none;
}

.footer-main .container {
  max-width: 1200px;
}

/* Footer V2 Responsive Styles */
@media only screen and (max-width: 991px) {
  .footer-v2 .footer-main {
    padding-top: 60px;
    padding-bottom: 180px;
  }

  .footer-v2 .footer-logo-wrapper {
    text-align: center;
  }

  .footer-v2 .footer-logo-wrapper img {
    margin: 0 auto;
    display: block;
  }

  .footer-v2 .social-medias {
    justify-content: center;
    margin-top: 15px;
  }

  .footer-v2 .footer-contact-info,
  .footer-v2 .footer-contact-info p {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }

  .footer-v2 .footer-menu ul {
    text-align: center;
  }

  .footer-v2 .footer-col-3 {
    margin-top: 30px;
  }

  .footer-v2 .subscribe-area {
    align-items: center !important;
    margin-top: 30px;
  }

  .footer-v2 .subscribe-title {
    text-align: center;
  }

  .footer-v2 .gform_wrapper {
    margin: 0 auto;
  }

  .footer-v2 .footer-bottom-bar .footer-bottom-menu {
    flex-wrap: wrap;
    gap: 8px 0;
    justify-content: center;
  }

  .footer-v2 .footer-bottom-bar .footer-bottom-menu li a {
    padding: 0 6px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 600px) {
  .footer-v2 .footer-main {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .footer-v2 .footer-bottom-bar {
    padding: 20px 15px;
  }

  .footer-v2 .footer-bottom-bar .footer-bottom-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 0;
  }

  .footer-v2 .footer-bottom-bar .footer-bottom-menu li a {
    padding: 2px 6px;
    font-size: 11px;
  }
}

/* =====================================================
   End Footer V2
   ===================================================== */


/* the hotel salatia css */




.booking-title a {
  background: #bea783 none repeat scroll 0 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  line-height: 150%;
  padding: 10px;
  text-align: center;
  width: 100%;
  display: block;
}

.booking-title>a:hover {
  background-color: #ae9773;
  transition: background-color 0.5s;
}

.home .booking-title {
  display: block;
}

.booking-title {
  display: none;
}

.booking- mobile a {
  background: #163450 none repeat scroll 0 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 150%;
  padding: 10px;
  text-align: center;
  width: 100%;
  display: block;
  text-transform: uppercase;
}

.booking-title-mobile>a:hover {
  background-color: #DBA668;
  transition: background-color 0.5s;
}

.booking-title-mobile {
  display: none;
}

@media screen and (max-width: 840px) {
  .home .booking-title-mobile {
    display: block;
  }
}

.book-form-wrapper {
  background: #ffffff none repeat scroll 0 0;
}

@media screen and (max-width: 840px) {
  .book-form-wrapper {
    display: none;
  }
}

.home .book-form-wrapper {
  position: relative;
  top: -100px;
  width: 85%;
  margin: 0 auto;
  position: absolute;
  top: auto;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  -webkit-box-shadow: 0px 0px 18px 6px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 18px 6px rgba(0, 0, 0, 0.29);
}

@media screen and (max-width: 840px) {
  .home .book-form-wrapper {
    width: 100%;
    top: 0;
    position: relative;
  }
}

.book-form-wrapper>form {
  margin: 0 auto;
  padding: 20px 0;
  width: 90%;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}

.book-form-wrapper>form fieldset {
  margin-bottom: 0;
}

@media screen and (max-width: 840px) {
  .book-form-wrapper form {
    width: 100%;
  }

  .book-form-wrapper fieldset {
    background-color: #ffffff;
    float: none;
  }

  .book-form-wrapper fieldset.form-actions {
    background-color: transparent;
    margin-bottom: 0;
  }
}

.hero-wrapper .book-form-wrapper {
  width: 85%;
  background: #fff;
  bottom: 7%;
  margin: 0 auto;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  -webkit-box-shadow: 0px 0px 18px 6px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 18px 6px rgba(0, 0, 0, 0.29);
  max-width: 1100px;
}

.hero-wrapper .book-form-wrapper>form {
  width: 100%;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}

.hero-wrapper .book-form-wrapper>form fieldset {
  margin-bottom: 0;
  padding: 0 10px;
  width: 33%;
  position: relative;
}

.hero-wrapper .book-form-wrapper>form fieldset:first-of-type {
  margin-bottom: 0;
  padding: 0 10px;
  width: 33%;
  position: relative;
}

.hero-wrapper .book-form-wrapper>form fieldset:nth-child(2) {
  border-right: 1.5px solid #E3E3E3;
  border-left: 1.5px solid #E3E3E3;
}

.hero-wrapper .book-form-wrapper>form fieldset.last-form-select {
  border-right: none;
}

.hero-wrapper .book-form-wrapper>form fieldset.form-actions {
  padding: 0;
  width: 25%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 82px;
  background: #002F14;
  font-family: 'degular-variable';
}

.hero-wrapper .book-form-wrapper>form fieldset.form-actions input {
  background: transparent;
  height: 81px;
  font-family: 'degular-variable', serif;
  font-size: 16px;
  font-weight: 400;
}

.hero-wrapper .book-form-wrapper>form fieldset.form-actions input[type=submit] {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  font-family: mendl-serif-dawn;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  font-style: unset;
  letter-spacing: 2.2px;
}

.hero-wrapper .book-form-wrapper>form fieldset label {
  font-size: 14px;
  color: #76766F;
  margin-bottom: 0;
  line-height: 1;
}

.hero-wrapper .book-form-wrapper>form fieldset input {
  width: 100%;
  margin-top: 0;
  padding: 5px 0;
}


.hero-wrapper .book-form-wrapper>form *:focus-visible {
  outline: 2px solid #163450 !important;
}


.date-wrapper {
  height: 100px;
  width: 100%;
}

.date-wrapper input.datepicker {
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.custom-date-box {
  background: white;
  padding: 5px 20px;
  pointer-events: none;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 300px;
  margin: auto;
  transform: translate(-50%, -50%);
}

.custom-date-box .label {
  color: #54524F;
  font-family: mendl-serif-dawn;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.custom-date-box .date-day {
  color: #021C2C;

  /* booking date */
  font-family: mendl-serif-dawn;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.custom-date-box .date-month-year {
  color: #021C2C;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.custom-date-box .date-weekday {
  color: #595854;
  font-family: mendl-serif-dawn;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-actions {
  width: 280px;
}

@media screen and (max-width: 992px) {
  .form-actions {
    margin-left: 10px;
  }
}

.form-select {
  margin-right: 1%;
  width: auto;
}

.form-select #rooms {
  /*width: 130px;*/
}

.form-select #adults {
  /*width: 130px;*/
}

.book-form-wrapper input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #BABABA;
  color: #000000;
  font-family: 'Trade Gothic LT', serif;
  padding: 10px;
  width: 95%;
  -webkit-appearance: none;
  border-radius: 0 !important;
}

.form-actions>input {
  background-color: #991B1E;
  background-image: none;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'degular-variable', serif;
}

.form-actions>input:hover {
  background-color: #d2b48c;
  border: none;
  color: #ffffff;
  transition: color 0.5s ease 0s, background-color 0.5s ease 0s;
}

.book-form-wrapper select {
  border: none;
  border-radius: 0 !important;
  color: #000000;
  font-family: "Trade Gothic LT", sans-serif;
  font-size: 1em;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  width: 95%;
  -moz-appearance: none !important;
  padding-left: 2px;
}

@media only screen and (max-width: 840px) {
  .form-select {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }

  .book-form-wrapper select,
  .book-form-wrapper input {
    width: 100%;
  }
}

/* Menu list */
.salatia-mobile-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Menu links */
.salatia-mobile-nav li a {
  display: block;
  padding: 12px 15px;
  color: #002F14;
  text-decoration: none;
  border-top: 1px solid rgba(128, 0, 0, 0.1);
  font-weight: 500;
}

.salatia-mobile-nav li a:hover {
  background: #27334a2e;
}

/* Dropdown styles */
.salatia-mobile-nav .sub-menu {
  display: none;
  background: rgba(238, 217, 178, 0.1);
  padding: 0;
}

.salatia-mobile-nav .sub-menu li {
  list-style: none;
}

.salatia-mobile-nav .sub-menu li a {
  padding-left: 30px;
}

.menu-item-with-children {
  position: relative;
}

.dropdown-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.salatia-mobile-nav .dropdown-toggle::after {
  content: unset;
}

.menu-item-has-children.active>.menu-item-with-children .dropdown-toggle {
  transform: translateY(-50%) rotate(180deg);
}

.menu-item-has-children.active>.sub-menu {
  display: block;
}

.carousel-top-para p {
  color: #fff;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.three-offer-content-area:hover .exciting-activities-content p {
  color: #fff;
}

li.menu-item:hover ul.dropdown-menu,
li.menu-item:focus-within ul.dropdown-menu {
  display: block;
}

.stacked-heading {
  margin-bottom: 2rem;
  color:
}

.stacked-heading.text-white {
  color: #EED9B2 !important;
}

.img-bottom-content-content-area {
  padding: 30px 40px 45px 40px !important;
  margin-top: -180px !important;
  max-width: 535px;
  margin-left: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.img-bottom-content-content-area h2 {
  color: #002F14;
  text-align: center;
  font-family: mendl-serif-dawn;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 20px;
  width: 100%;
}

.img-bottom-content-content-area .section-subheading {
  color: #A25B31;
  font-family: "mendl-serif-dawn", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 2.5px;
  margin-bottom: 0;
  width: 100%;
}

.img-bottom-content-content-area p {
  font-size: 16px;
}

/* Image Content Section - Two Column Layout */
.image-content-section {
  padding: 60px 0;
  overflow: hidden;
}

.image-content-section__wrapper {
  display: grid;
  grid-template-columns: 6fr 7fr;
  gap: 60px;
  align-items: center;
}

/* Image on Right - Reverse the order */
.image-content-section--right .image-content-section__wrapper {
  grid-template-columns: 7fr 6fr;
}

.image-content-section--right .image-content-section__image-col {
  order: 2;
}

.image-content-section--right .image-content-section__content {
  order: 1;
}

/* Image column with decorative elements */
.image-content-section__image-col {
  position: relative;
  padding: 12px 14px;
}

/* Blue-gray decorative rectangle removed per design (punch list item 11). */
.image-content-section__image-col::before {
  display: none;
}

/* Decorative border - bottom left. Brand green to match branding (punch list item 11). */
.image-content-section__image-col::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 60px);
  height: calc(100% - 40px);
  border: 1.5px solid #002F14;
  z-index: 1;
}

/* Flip decorative elements for right-aligned image */
.image-content-section--right .image-content-section__image-col::before {
  right: auto;
  left: 0;
}

.image-content-section--right .image-content-section__image-col::after {
  left: auto;
  right: 0;
}

.image-content-section__image-frame {
  position: relative;
  z-index: 2;
}

.image-content-section__image-frame img {
  width: 100%;
  height: auto;
  aspect-ratio: 435/430;
  object-fit: cover;
  display: block;
}

.image-content-section__content {
  padding: 20px 0;
}

.image-content-section__subtitle {
  font-family: 'mendl-serif-dawn', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #A25B31;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  line-height: 58px;
  margin-bottom: 0;
  width: 100%;
}

.image-content-section__content h2 {
  color: #002F14;
  font-family: mendl-serif-dawn, sans-serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: 1.2;
  padding-bottom: 20px;
  position: relative;
}

/* Horizontal rule under heading */
.image-content-section__content h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #002F14;
}

.image-content-section__text {
  margin-bottom: 32px;
  margin-top: 24px;
}

.image-content-section__text p {
  color: #2B2B2B;
  font-family: "degular-variable", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin-bottom: 16px;
}

.image-content-section__text p:last-child {
  margin-bottom: 0;
}

.image-content-section .button {
  margin-top: 8px;
}

/* Responsive styles */
@media screen and (max-width: 991px) {
  .image-content-section {
    padding: 50px 0;
  }

  .image-content-section__wrapper {
    gap: 50px;
  }

  .image-content-section__image-col {
    padding: 12px;
  }

  .image-content-section__image-col::before {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }

  .image-content-section__image-col::after {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }

  .image-content-section__content h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .image-content-section {
    padding: 40px 0;
  }

  .image-content-section__wrapper,
  .image-content-section--right .image-content-section__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* Reset order for mobile - always image first */
  .image-content-section--right .image-content-section__image-col {
    order: 1;
  }

  .image-content-section--right .image-content-section__content {
    order: 2;
  }

  /* Reset decorative elements position for right variant on mobile */
  .image-content-section--right .image-content-section__image-col::before {
    left: auto;
    right: 0;
  }

  .image-content-section--right .image-content-section__image-col::after {
    right: auto;
    left: 0;
  }

  .image-content-section__image-col {
    padding: 10px;
    max-width: 100%;
  }

  .image-content-section__image-col::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .image-content-section__image-col::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .image-content-section__content h2 {
    font-size: 28px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-content-section__content h2::after {
    width: 60px;
    left: 50%;
    transform: translate(-50%);
  }

  .image-content-section__text {
    margin-bottom: 24px;
    margin-top: 20px;
  }

  .image-content-section__text p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media only screen and (max-width:767px) {
  .img-bottom-content-content-area h2 {
    font-size: 28px;
  }
}

.view-weeding-package-btn {
  margin-left: 0 !important;
}

.salatia-section p,
.two-images-section p {
  line-height: 40px;
}

.units-slider-section .feature span {
  max-width: 90px;
}

.exciting-activities-content {
  background-color: #002F14;
  opacity: 0.73;
}

.offer-overlay {
  background-color: transparent !important;
}

.three-offer-content-area:hover .offer-overlay {
  background-color: #002F14 !important;
}

.three-offer-content-area:hover .exciting-activities-content {
  background-color: transparent;
  opacity: unset;
}

.awards-static img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.salatia-slider-tabs .salatia-slider-tab-btn {
  color: #55768B;
}

.salatia-section .eat-drink-single-cta a {
  color: #976B4E;
}

.unit-features .units-slider-section .feature span {
  color: #757575;
}


.instagram-section h2 {
  color: #3C3C3C;
  letter-spacing: 1px;
}

.instagram-section .section-subheading {
  color: #3C3C3C;
  text-align: center;
  font-family: mendl-serif-dawn;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}

/* =====================================================
   Social Gallery Block - Azulejo border, Bootstrap layout
   ===================================================== */

.social-gallery-section {
  position: relative;
  z-index: 1;
  padding: 0 40px;
  margin: 0;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

/* Inner cream background area */
.social-gallery-inner {
  background-color: #F1ECE9;
  padding: 45px 40px 55px;
}

/* Header - centered */
.social-gallery-header {
  text-align: center;
  margin-bottom: 45px;
}

.social-gallery-subheading {
  font-family: 'mendl-serif-dawn', sans-serif;
  margin-bottom: 8px;
  color: #A25B31;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.social-gallery-heading {
  letter-spacing: 0;
}

/* Content wrapper */
.social-gallery-content {
  width: 100%;
}

/* Bootstrap row for gallery */
.social-gallery-row {
  --bs-gutter-x: 20px;
  align-items: center;
}

/* Column styles */
.social-gallery-col {
  display: flex;
}

.social-gallery-col--left {
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.social-gallery-col--center {
  justify-content: center;
  align-items: stretch;
}

.social-gallery-col--right {
  justify-content: flex-end;
  align-items: center;
}

/* Stack for center column - two images */
.social-gallery-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

/* Gallery items */
.social-gallery-item {
  position: relative;
}

.social-gallery-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% - 15px);
  border: 1px solid #002F14;
  transform: translate(-50%, -10px);
}

.social-gallery-item img {
  position: relative;
  z-index: 1;
}

/* Portrait images (left & right columns) */
.social-gallery-item--portrait {
  width: 100%;
}

/* Left portrait image: 369x422 */
.social-gallery-item--left img {
  width: 100%;
  height: auto;
  aspect-ratio: 369 / 422;
  object-fit: cover;
  display: block;
}

/* Right portrait image: 368x427 */
.social-gallery-item--right img {
  width: 100%;
  height: auto;
  aspect-ratio: 368 / 427;
  object-fit: cover;
  display: block;
}

/* Landscape images (center column) */
.social-gallery-item--landscape {
  width: 100%;
}

/* Center top landscape: 371x213 */
.social-gallery-item--top img {
  width: 100%;
  height: auto;
  aspect-ratio: 371 / 213;
  object-fit: cover;
  display: block;
}

/* Center bottom landscape: 371x297 */
.social-gallery-item--bottom img {
  width: 100%;
  height: auto;
  aspect-ratio: 371 / 297;
  object-fit: cover;
  display: block;
}

/* Handle text - positioned below left image on desktop */
.social-gallery-handle {
  font-family: 'degular-variable', sans-serif;
  margin: 25px 0 0 0;
  padding: 0;
  text-align: center;
  padding-right: 10%;
  color: #002F14;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
}

.social-gallery-handle a {
  color: #3C3C3C;
  text-decoration: none;
  transition: color 0.2s ease;
}

.social-gallery-handle a:hover {
  color: #002F14;
}

/* Tablet responsive */
@media screen and (max-width: 991px) {
  .social-gallery-section {
    padding: 0 24px;
  }

  .social-gallery-inner {
    padding: 40px 35px 50px;
  }

  .social-gallery-row {
    --bs-gutter-x: 15px;
  }

  .social-gallery-stack {
    gap: 15px;
  }

  .social-gallery-heading {
    font-size: 34px;
  }

  .social-gallery-subheading {
    font-size: 13px;
    letter-spacing: 2px;
  }
}

/* Mobile responsive — mosaic: portraits side by side, landscapes below */
@media screen and (max-width: 767px) {
  .social-gallery-section {
    padding: 0 16px;
  }

  .social-gallery-inner {
    padding: 28px 20px 36px;
  }

  .social-gallery-header {
    margin-bottom: 24px;
  }

  .social-gallery-subheading {
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 6px;
  }

  .social-gallery-heading {
    font-size: 26px;
    line-height: 1.25;
  }

  .social-gallery-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }

  .social-gallery-row > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .social-gallery-col {
    align-items: stretch;
    justify-content: center;
  }

  .social-gallery-col--left,
  .social-gallery-col--right {
    flex: 0 0 calc(50% - 7px);
    max-width: calc(50% - 7px);
    order: 1;
  }

  .social-gallery-col--right {
    order: 2;
  }

  .social-gallery-col--center {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }

  .social-gallery-stack {
    gap: 14px;
  }

  .social-gallery-item:after {
    width: calc(100% + 10px);
    height: calc(100% - 8px);
    transform: translate(-50%, -6px);
  }

  .social-gallery-footer {
    margin-top: 6px;
    text-align: center;
  }

  .social-gallery-footer .social-gallery-handle {
    font-size: 15px;
    margin: 4px 0 0;
    padding-right: 0;
    letter-spacing: 0.35px;
  }
}


/* =====================================================
   PUNCH LIST WIP FIXES
   ===================================================== */

/* --- Hero section: Book Now button hover fix + size reduction --- */
.carousel-text .button {
  height: 38px;
  padding: 0 28px;
  font-size: 13px;
}
.carousel-text .button:hover {
  background-color: transparent;
  color: #002F14;
}

/* --- Intro section: prevent CTA button from stretching full width --- */
#pretty-centered-content .button-group {
  align-items: center;
}
#pretty-centered-content .button-group a.button {
  flex: 0 0 auto;
  width: auto;
}

/* --- Local area: increase element spacing, button size, building image gap --- */
.mapimage-area-outer .map-content {
  padding: 0 40px 80px 30px;
}
.mapimage-area-outer .map-content .button {
  padding: 0 40px;
  height: 46px;
  /* margin-top: 24px !important; */
}
.map-botanical-leaf {
  bottom: -50px;
}

/* --- Amenities Section: spacing + CTA width fix --- */
#accommodation_amenities {
  padding-top: 120px;
}
#accommodation_amenities .button {
  width: auto !important;
  display: inline-flex;
}

/* --- Accommodation page: increase spacing between sections --- */
.units-slider-section + * {
  margin-top: 40px;
}

/* --- Footer V2: reduce font weights to match design --- */
.footer-v2,
.footer-v2 a,
.footer-v2 p {
  font-weight: 500;
}
.footer-v2 .footer-menu ul li a {
  font-weight: 500;
}
.footer-v2 .subscribe-form button[type="submit"],
.footer-v2 .gform_wrapper input[type="submit"] {
  font-family: 'mendl-serif-dawn', serif;
  font-weight: 400;
  letter-spacing: 2px;
}
.footer-v2 .subscribe-form input:not([type="submit"]),
.footer-v2 .gform_wrapper input:not([type="submit"]) {
  font-weight: 300;
}

/* =====================================================
   PUNCH LIST FIXES — 2025-06-29
   ===================================================== */

/* Subscribe / footer GF submit: hover → brand terracotta, no blue focus ring */
.footer-v2 .gform_wrapper input[type="submit"]:hover {
  background: #A25B31 !important;
  opacity: 1;
}
.footer-v2 .gform_wrapper input[type="submit"]:focus,
.footer-v2 .gform_wrapper input[type="submit"]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* Map filter category: active circle → brand terracotta instead of navy */
.mapfiler.active .filter-group-toggle > span.filter-circle,
.filter-circle.selected {
  background: #A25B31 !important;
  border-color: #A25B31 !important;
}

/* Mapbox popup close button and Learn More button: no blue focus outline */
.mapboxgl-popup-close-button:focus,
.mapboxgl-popup-close-button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.mapboxgl-popup-content a.button:focus,
.mapboxgl-popup-content a.button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* Accommodations / left-right content blocks: center Learn More button on mobile only */
@media screen and (max-width: 767px) {
  .image-content-section__content,
  .img-left-content-content-area,
  .img-right-content-content-area,
  .img-bottom-content-content-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
  }
  .image-content-section .button,
  .img-left-content-content-area .button,
  .img-right-content-content-area .button,
  .img-bottom-content-content-area .button {
    align-self: center;
  }
}

/* Footer: swap to mobile-specific background image */
@media only screen and (max-width: 767px) {
  .footer-v2 {
    background-image: url(./assets/images/footer-bg-mobile.png);
    background-blend-mode: normal;
    background-size: 100% auto;
    background-position: bottom center;
  }
  .footer-v2 .footer-main {
    padding-bottom: 160px;
  }
}