/*
Theme Name: O'Rourke Master Theme
Version: 0.0.1.2.3
Author: WhatArmy
Text Domain: orourke
*/

@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'BentonModDisp';
  src: url('./fonts/BentonModDisp-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BentonModDisp';
  src: url('./fonts/BentonModDisp-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'modernline';
  src: url('./fonts/modernline - Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "brandon-grotesque", serif;
  font-weight: 300;
  color: #272727;
  background: #fff;
  font-size: 18px;
  font-weight: 300;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0;
}

a {
  color: #932C56;
  transition: all 0.2s ease-in;
}

.parent-golf a:not(footer a, .mega-menu-list a, .button, .button-outline) {
  color: #507C64;
}

.parent-spa a:not(footer a, .mega-menu-list a, .button, .button-outline) {
  color: #8DB6CA;
}

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

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

h1 {
  font-family: "Baskervville", serif;
  font-size: 64px;
  font-weight: 600;
  color: #49303a;
  letter-spacing: 0;
  margin-bottom: 25px;
}

h2 {
  font-family: "Baskervville", serif;
  font-size: 42px;
  font-weight: 400;
  color: #49303a;
  letter-spacing: 0;
  margin-bottom: 25px;
}

h3 {
  font-family: "Baskervville", serif;
  font-size: 32px;
  font-weight: 400;
  color: #49303a;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

h4 {
  font-family: "Baskervville";
  font-weight: 700;
  font-size: 26px;
  font-weight: 400;
  color: #49303a;
  letter-spacing: 1px;
}

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

header.header-main {
  position: fixed;
  z-index: 99;
  top: 2%;
  left: 50%;
  text-transform: uppercase;
  width: 100%;
  transform: translate(-50%);
  transition: background-color 0.3s ease-in-out;
}

header.navbar-light {
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 1301px) {
  header.header-main {
    width: 100%;
  }
}

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

header .navbar-nav {
  /* gap: 45px; */
  justify-content: center;
}

strong {
  font-weight: 800;
}

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

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

.button {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  background: transparent;
  color: #49303a;
  transition: all .4s ease-in-out;
  display: inline-flex;
  position: relative;
  line-height: 1;
  padding: 0 20px;
  height: 45px;
  font-family: 'brandon-grotesque';
  letter-spacing: 2.5px;
  padding: 0 40px;
  border: 1px solid #49303a;
  align-items: center;
  background-color: white;
}

.button::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #E6E6E6;
  transition: all 0.3s ease-in-out;
}

.button:hover::before {
  left: 0;
  top: 0;
}

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

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

.button span::before,
.button span::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #49303a;
}

.button span::before {
  bottom: 0;
  left: 0;
  border-right: 0;
  border-top: 0;
}

.button span::after {
  bottom: 0;
  right: 0;
  border-left: 0;
  border-top: 0;
}

.button-without-shadow:before {
  content: unset;
}

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

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

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

.button-tan {
  padding: 14px 30px;
  color: #49303a;
  font-family: 'brandon-grotesque';
  font-weight: 600;
  text-transform: uppercase;
  background-color: #D2C3B7;
  letter-spacing: 2px;
  font-size: 16px;
}

.button-outline {
  padding: 14px 30px;
  color: #49303a;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #49303a;
  letter-spacing: 1px;
}

.button-outline.white {
  color: #fff;
  border-color: #fff;
  display: inline-block;
}

.button-inline {
  font-size: 16px;
  color: #B7D7E7;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;

}

.button-inline.dark {
  color: rgba(35, 31, 32);
  font-weight: 400;
}

@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: 'brandon-grotesque';
  color: #FAFAFA;
  font-weight: 500;
}

.navbar {
  padding: 0;
}

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

#main-nav .menu-item.button-outline {
  padding: 10px 30px !important;
  margin-left: 15px;
}

#main-nav .menu-item.button-outline a {
  padding: 0;
  margin: 0;
  border-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

#main-nav .menu-item .nav-link {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #49303a;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  text-align: center;
  letter-spacing: 0.5px;
  padding: 5px 6px;
}

#main-nav .menu-item:last-child .nav-link {
  padding-right: 0;
}

header.header-main .button-outline {
  font-size: 14px;
}


#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: #492f3a !important;
}

.parent-golf .navbar-nav .dropdown-menu {
  background: #507C64 !important;
}

.parent-spa .navbar-nav .dropdown-menu {
  background: #8DB6CA !important;
}

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

.navbar-nav .dropdown-menu .nav-link {
  border: 0 !important;
  color: #fff !important;
  padding: 10px 1rem !important;
}

.navbar-nav .dropdown-menu .nav-link:active,
.navbar-nav .dropdown-menu .nav-link:focus,
.navbar-nav .dropdown-menu .nav-link:hover {
  background: #ffffff0f;
  color: #fff;
}

.wsp-pages-list a {
  color: #932C56;
}



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

.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
  font-family: "Baskervville", 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: "Baskervville", 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: "Baskervville", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  background: #f68c4a !important;
  color: #997c53 !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;
}

.orange-bars .gform_wrapper.gravity-theme .gform_footer {
  width: fit-content;
  position: relative;
  padding: 0;
  margin-top: 20px;
}

.orange-bars .gform_wrapper.gravity-theme .gform_footer:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #E6E6E6;
  transition: all 0.3s ease-in-out;
}

.orange-bars .gform_wrapper.gravity-theme .gform_footer input {
  margin-bottom: 0;
}


.orange-bars .gform_wrapper.gravity-theme .gchoice {
  text-align: left;
}

.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;
}

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

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

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

.directions-link {
  font-family: "Baskervville";
  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;
}

.navbar-toggler {
  background: #49303a;
  color: white;
  border-radius: 0;
  height: 100%;
  padding: 0 30px;
}

.parent-golf .navbar-toggler {
  background: #507C64;
}

.parent-spa .navbar-toggler {
  background: #8DB6CA;
}

@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 .carousel-item {
  height: calc(95vh - 145px);
  min-height: 450px;
  margin-top: 145px;
}

.carousel-inner .main-title {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 82px;
  color: #FBFBFB;
  letter-spacing: 1.5px;
  margin-bottom: 0px;
  z-index: 2;
}

.carousel-text {
  position: absolute;
  z-index: 2;
  width: 80%;
}

.carousel-text.hor_left {
  left: 10%;
  text-align: left;
}

.carousel-text.hor_center {
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.carousel-text.hor_right {
  right: 10%;
  text-align: right;
}

.carousel-text.ver_top {
  top: 10%;
}

.carousel-text.ver_middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel-text.ver_bottom {
  bottom: 3%;
}

.home .carousel-text.ver_bottom {
  bottom: 20%;
}

.carousel-text.hor_center.ver_middle {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel-text h3 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  color: #FBFBFB;
  margin-top: 30px;
  letter-spacing: 1px;
}

.carousel-text h1 {
  font-family: "Modernline", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 82px;
  color: #FBFBFB;
  letter-spacing: 0px;
  margin-bottom: 0px;
}

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

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

@media screen and (max-width: 1440px) {
  #main-nav .menu-item .nav-link {
    font-size: 14px;
    padding: 5px 3px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1200px) {
  .carousel-module .carousel-item {
    height: calc(95vh - 125px);
    min-height: 450px;
    margin-top: 125px;
  }

  .carousel-text h1 {
    font-size: 64px;
    letter-spacing: 6px;
  }

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

@media screen and (max-width: 991px) {
  .carousel-text h1 {
    font-size: 54px;
    letter-spacing: 4px;
  }

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

@media screen and (max-width: 767px) {
  .carousel-text h1 {
    font-size: 48px;
    letter-spacing: 3px;
  }

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

@media screen and (max-width: 480px) {
  .carousel-text h1 {
    font-size: 32px;
    letter-spacing: 1px;
  }

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


/* 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: 'brandon-grotesque';
  font-weight: 100;
  font-size: 16px;
  line-height: 1.8;
}

#fullwidth-blocks .image-link-individual h3 {
  color: #ffffff;
  font-family: "Baskervville", serif;
  font-size: 32px;
  font-weight: 300;
  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: "brandon-grotesque", sans-serif;
  position: relative;
  background-image: url(./images/footer-design.jpg);
  padding-bottom: 15%;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

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: "brandon-grotesque", 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;
}

body .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
  border: 1px solid gray;
  border-radius: 0;
}

body .gform_wrapper .checkboxes-on-row legend {
  color: #fff;
}

body .gform_wrapper .checkboxes-on-row .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

body .gform_wrapper .checkboxes-on-row .gfield_checkbox .gfield-choice-input+label {
  white-space: nowrap;
}

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: "brandon-grotesque" !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: "brandon-grotesque" !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: "brandon-grotesque" !important;
  font-weight: normal;
  font-size: 16px !important;
  background: #fff;
  color: #523240 !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-wrap: wrap;
  justify-content: center;
}

footer .footer-menu ul li {
  width: auto;
  padding-right: 10px;
  margin-left: 10px;
  margin-bottom: 0;
}

footer .footer-menu ul li a {
  line-height: 1;
  text-transform: capitalize;
  font-size: 14px;
}

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 {
  text-align: center;
}

#gform_1 li {
  padding: 0;
}

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

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

.left-right-image-text h2 {
  font-size: 42px;
}

.left-right-image-text h2,
.left-right-image-text p {
  color: #49303a;
}

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

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

.left-right-image-text p {
  font-family: 'brandon-grotesque';
  line-height: 1.7;
  font-size: 17px;
}

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

@media screen and (max-width: 1199px) {
  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;
    padding: 20px;
    height: 60px;
    width: 100%;
  }

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

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

  .first-row-right .button {
    width: 50%;
    float: left;
    border: 0 !important;
    display: block;
    line-height: 1;
    margin: 0;
    padding: 28px 5px;
  }

  .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;
  }

  .first-row-middle {}

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

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


  .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: 528px) {
  .first-row-right .button {
    padding: 8px !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: "Baskervville";
  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: "Baskervville";
  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: "Baskervville";
  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: "Baskervville", 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;
}

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


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

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


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

  .carousel-text.ver_middle {
    top: 60%;
  }
}

.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: 'brandon-grotesque';
  font-weight: 700;
}

footer p {
  line-height: 38px;
  font-size: 18px;
  font-weight: 400;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 1px;
  color: #38242C;
}

footer a {
  line-height: 32px;
  font-size: 18px;
  font-weight: 400;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 1px;
  color: #38242C;
}

.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: "Baskervville", 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 {
  display: block;
  width: 230px;
}

.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;
  }
}

.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: #997c53;
}

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

#centered-content p {
  line-height: 1.5;
}

#centered-content h2 {
  font-family: 'Baskervville', serif;
  font-size: 42px;
  font-weight: 400;
  color: #49303a;
  letter-spacing: 0;
  margin-bottom: 25px;
}

.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: "Baskervville";
  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;
}

.first-row-right .button {
  margin-right: 30px;
  margin-top: 20px;
  padding: 13px 36px;
  color: #080606;
}

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

.ot-widget h2 {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: "Baskervville", 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 .button {
    margin: 0;
    padding: 20px;
    line-height: 20px;
    height: 60px;
  }

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

#slider-side-content .title {
  display: inline-block;
  position: relative;
  font-family: "Baskervville", serif;
  font-size: 48px;
  font-weight: 600;
  color: #997c53;
  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-section .newsletter-mark-design {
  position: absolute;
  top: 50%;
  left: -75px;
  width: 130px;
  height: 130px;
  transform: translateY(-50%);
}

.newsletter-section .newsletter-mark-design .spa-logo {
  width: 130px;
  height: 130px;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  object-fit: contain;
}

.newsletter-section .newsletter-mark-design .golf-logo {
  width: 130px;
  height: 130px;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  object-fit: contain;
}

.newsletter-heading {
  font-family: 'modernline', timberline, sans-serif;
  font-size: 70px;
  font-weight: 400;
  color: #EEE7E3;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.newsletter-heading-follow {
  font-family: "Baskervville", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #49303a;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .newsletter-heading-follow {
    font-size: 24px;
  }

  .newsletter-section .newsletter-mark-design {
    display: none;
  }
}

.footer-menu {
  margin-top: 55px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.footer-main-menu {
  margin-top: 20px;
}

.footer-main-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

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

.footer-main-menu li a {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.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 {
  width: 50%;
  margin: auto;
}

footer .social-medias a {
  margin-right: 10px;
}

@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;
  }
}

@media (max-width: 767px) {
  .footer-main-menu ul {
    gap: 10px 15px;
  }
}

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

.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;
  text-align: center;
}

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: 'brandon-grotesque', sans-serif;
  /* 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: "Baskervville";
  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: "Baskervville";
  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: #997c53;
    /* border: 1px solid #1F2658; */
  }

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

.testimonial-slider-container {
  background-color: #5D3F4B;
}

.parent-spa .testimonial-slider-container {
  background-color: #8DB6CA;
}

.parent-golf .testimonial-slider-container {
  background-color: #507C64;
}

.testimonial-slider-container p {
  font-size: 20px;
  line-height: 35px;
  font-family: "brandon-grotesque", sans-serif;
  color: #FBFBFB;
  font-weight: 300;
}

.testimonial-slider-container .testimonial-title {
  font-size: 42px;
  line-height: 1.2;
  font-family: "essonnes-display", sans-serif;
  color: #FBFBFB;
}

.testimonial-slider-container .person {
  font-size: 20px;
  line-height: 1.2;
  font-family: "brandon-grotesque", sans-serif;
  font-style: italic;
  color: #FBFBFB;
}

.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: #523240;
  width: 20px;
  height: 20px;
  margin: 0 10px !important;
  opacity: 1;
}

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

.testimonial-slider-container .testimonial-slider .swiper-button-next,
.testimonial-slider-container .testimonial-slider .swiper-button-prev {
  color: #fff;
}

.testimonial-slider-container .testimonial-slider {
  padding: 0 100px;
}

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

@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: 20px;
    line-height: 1.4;
  }

  .testimonial-slider-container .testimonial-slider {
    padding: 0 30px;
  }
}



.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));
  }

  .testimonial-slider-container .testimonial-slider .swiper-button-next {
    right: 0;
  }

  .testimonial-slider-container .testimonial-slider .swiper-button-prev {
    left: 0;
  }
}

.slider_des {
  align-items: center;
}

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

.slider_des p {
  color: #49303a;
  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: -400px; */
  position: relative;
  z-index: 0;
}

.map-bg-wrapper h2 {
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: capitalize;
}

.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 40px 48px 40px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  background: transparent;
  box-shadow: none;
  width: 40%;
  max-width: 40%;
}

.mapimage-area-outer p {
  font-size: 17px;
  color: #3C3C3C;
  line-height: 1.8;
  max-width: 360px;
}

@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;
  }
}

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


#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: #980539;
  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: "brandon-grotesque", serif;
  font-weight: 300;
  font-size: 18px;
  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;
}

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

.filter-group {
  color: #49303a;
  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: #49303a;
  font-family: "brandon-grotesque", serif;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
}

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

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

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

.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: #38242C;
  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: #997c53;
  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;
}

.newsletter-section .gform_wrapper {
  width: 100%;
}

.newsletter-section .gform_wrapper form {
  position: relative;
}

.newsletter-section .gform_wrapper.gravity-theme .gform_footer,
.newsletter-section .gform_wrapper .gform-footer {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  height: 42.5px;
}

.newsletter-section .gform_wrapper .gform_required_legend {
  display: none;
}

.newsletter-section .gform_wrapper.gravity-theme .gform_footer input.button {
  margin: 0;
  background-color: #D2C3B7;
  border: none;
  color: #38252C;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 0;
  transition: all 0.3s ease;
  height: 42.5px;
}

.newsletter-section .gform_wrapper.gravity-theme .gfield-choice-input+label {
  color: #FBFBFB;
  font-weight: 100;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.newsletter-section .gform_wrapper.gravity-theme .gfield-choice-input+label a {
  color: #FBFBFB;
  text-decoration: underline;
}

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

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

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

.parent-golf .newsletter-section {
  background-color: #507C64;
}

.parent-spa .newsletter-section {
  background-color: #8DB6CA;
}

.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: 42px;
  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: 42px;
  background-color: #D2C3B7;
  color: #38242C;
  border: none;
  width: 100%;
  font-weight: 600;
  letter-spacing: 2px;
}

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

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

.purple-text {
  color: #932C56;
  font-family: 'modernline', timberline, sans-serif;
  font-size: 60px;
}

@media (max-width: 1200px) {
  .purple-text {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .purple-text {
    font-size: 32px;
  }
}

.parent-golf .purple-text {
  color: #507C64;
}

.parent-spa .purple-text {
  color: #8DB6CA;
}


.room-card {
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.room-card .room-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 495 / 370;
}

.room-card .room-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-card .room-content {
  padding: 2rem;
  background: white;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  width: 90%;
  margin: auto;
  margin-top: -80px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}

.room-card .room-title {
  font-family: "Baskervville", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: #021C2C;
  margin: 0 0 1rem;
}

.room-card .room-description p {
  color: #272727;
  margin-bottom: 1.5rem;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
}

.room-card .room-features {
  display: flex;
  gap: 2rem;
  margin: 1rem 0;
}

.room-card .feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #848383;
  font-size: 14px;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 400;
}

.room-card .feature-icon {
  display: flex;
  align-items: center;
}

.room-card .learn-more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #9B2242;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  transition: all 0.3s ease;
  letter-spacing: 1.5px;
}

.room-card .learn-more:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media (max-width: 1440px) {
  .room-card .room-content {
    min-height: 420px;
  }
}

@media (max-width: 1200px) {
  .room-card .room-content {
    min-height: 540px;
  }
}

@media (max-width: 991px) {
  .room-card .room-content {
    min-height: unset;
  }
}

@media (min-width: 768px) {
  .room-card {
    display: flex;
    flex-direction: column;
  }
}



.mega-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.mega-menu-list li {
  margin: auto;
  /* margin-bottom: .8rem; */
  max-width: 380px;
  width: 100%;
}

.mega-menu-list a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  display: block;
  line-height: 1.6;
  letter-spacing: 0;
  border-bottom: 1px solid transparent;
}

.mega-menu-list a:hover {
  text-decoration: underline;
}


.mega-menu-list .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  list-style: none;
  padding: 0;
  margin: 0;
  /* background: rgba(0, 0, 0, 0.02); */
}

.mega-menu-list .sub-menu.active {
  max-height: 500px;
  /* This value should be larger than your tallest submenu */
}

.mega-menu-list .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mega-menu-list .sub-menu a {
  font-size: 16px;
  padding: 8px 0;
  text-transform: none;
  text-transform: uppercase;
}

.mega-menu-list .sub-menu li {
  list-style: none;
  margin-bottom: 0;
}

.mega-menu-list .sub-menu a:hover {
  color: #041124;
}

.mega-menu-list .menu-item-has-children>a {
  position: relative;
}

.mega-menu-list .menu-item-has-children>a::after {
  content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%225.5200000000000005%205.424%2012.864%2013.056000000000001%22%20style%3D%22max-height%3A%20500px%22%20width%3D%2212.864%22%20height%3D%2213.056000000000001%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20stroke%3D%22%23ffffff%22%20d%3D%22M7%2010L12%2015L17%2010%22%2F%3E%3C%2Fsvg%3E');
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 20px;
  line-height: 1;
}

.mega-menu-list .menu-item-has-children>a.active::after {
  transform: translateY(-50%) rotate(180deg);
}

body.burger-menu-open {
  overflow: hidden;
}

.burger-menu.active {
  right: 0;
}


html body button.tribe-common-c-btn.tribe-events-c-search__button {
  background-color: #49303a;
}

html body .tribe-common p {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0;
}

html body .tribe-common h1,
html body .tribe-common h2,
html body .tribe-common h3,
html body .tribe-common h4,
html body .tribe-common h5,
html body .tribe-common h6 {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

html body .single-tribe_events .tribe-events-c-subscribe-dropdown__container,
html body .tribe-events .tribe-events-c-subscribe-dropdown__container {
  display: none;
}



html body .tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after,
html body .tribe-events .tribe-events-calendar-month__calendar-event--featured:before,
html body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event--featured:after,
html body .tribe-events .tribe-events-calendar-day__event--featured:after {
  background-color: #932C56;
}

html body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text,
html body .tribe-common .tribe-common-c-svgicon,
html body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-datetime-featured-text {
  color: #932C56;
}

:root {
  --tec-color-accent-primary: #932C56 !important;
}

@media (max-width: 1440px) {
  .newsletter-heading {
    font-size: 40px;
  }
}

/* Desktop dropdown behavior - show on hover */
@media (min-width: 992px) {
  .navbar-nav .menu-item-has-children:hover .dropdown-menu {
    display: block;
  }

  /* Ensure menu items are clickable */
  .navbar-nav .nav-link {
    cursor: pointer;
  }

  /* Remove Bootstrap's default dropdown behavior */
  .navbar-nav .dropdown-toggle[data-toggle] {
    pointer-events: none;
  }

  .navbar-nav .dropdown-menu .nav-link {
    color: #fff !important;
    padding: 10px 1rem !important;
    border: none !important;
  }

  .navbar-nav .dropdown-menu .nav-link:hover {
    color: #fff !important;
    background-color: transparent;
    text-decoration: underline !important;
  }
}

/* Mobile dropdown behavior - keep existing */
@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    margin-left: 0 !important;
  }

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


.feat-img {
  aspect-ratio: 352 / 283;
  position: relative;
}

.post-article .excerpt,
.featured-posts .excerpt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #272727;
}

.post-article .blog-categories,
.featured-posts .blog-categories {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #272727;
  text-transform: uppercase;
}

.post-article .button-inline.dark,
.featured-posts .button-inline.dark {
  font-weight: 600;
}


/* Room Slider Styles */
.room-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.room-slider .slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.room-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.room-slider .slide.active {
  opacity: 1;
}

.room-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-slider .slider-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  z-index: 10;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}

.room-slider .slider-prev,
.room-slider .slider-next {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.room-slider .slider-prev:hover,
.room-slider .slider-next:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}


@media (max-width: 767px) {
  .room-slider .slider-nav {}

  .room-slider .slider-prev,
  .room-slider .slider-next {
    width: 35px;
    height: 35px;
  }
}




/*
 * 
 * Floor Plans 
 *
*/

.events-accordion-wrap {
  padding: 140px 0;
}

.events-accordion {
  padding-top: 100px;
}

.events-accordion:first-child {
  padding-top: 0;
}

.events-accordion .title {
  border-top: 1px solid #afc0c6;
  text-align: left;
  padding-top: 45px;
  line-height: 1.1;
  font-size: 34px;
}

.events-accordion .accordion__item {
  border-bottom: 1px solid #afc0c6;
}

.events-accordion .accordion__item:first-child {
  border-top: 1px solid #afc0c6;
}

.events-accordion h4 {
  font-size: 24px;
  color: #272727;
  font-weight: 400;
  padding-top: 14px;
}

.events-accordion h5 {
  font-size: 16px;
  font-weight: bold;
}

.events-accordion h6 {
  font-size: 16px;
  font-weight: bold;
}

.accordion__title img.plus-icon {
  width: 20px;
}

.preview-img {
  display: block;
  mix-blend-mode: multiply;
  width: 780px;
  max-width: 100%;
}

.active .plus-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.custom-accordion .accordion__item .accordion__title {
  cursor: pointer;
}

.custom-accordion .accordion__item .accordion__content {
  display: none;
}

.custom-accordion.no-data {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
  padding-top: 21px;
  font-size: 25px;
}


.footer-bottom {
  background-color: #49303a;
  color: #fff;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}

.footer-bottom .col-6:first-of-type {
  border-right: 1px solid #fff;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 18px;
  text-transform: uppercase;
}