/*
Theme Name: The Moran Hotel Theme
Version: 1.0.0
Author: The Moran Hotel
Text Domain: themoranhotel
*/

@import url('https://fonts.googleapis.com/css2?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;
}

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


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

p {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 30px;
  letter-spacing: 0.015em;
  color: #3c3c3c;
}

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: "benton-modern-display", serif;
  font-size: 64px;
  font-weight: 600;
  color: #3C3C3C;
  letter-spacing: 0;
  margin-bottom: 25px;
}

h2 {
  font-family: "benton-modern-display", serif;
  font-size: 48px;
  font-weight: 400;
  color: #3C3C3C;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

h3 {
  font-family: "benton-modern-display", serif;
  font-size: 32px;
  font-weight: 300;
  color: #3C3C3C;
  margin-bottom: 30px;
}

h4 {
  font-family: "benton-modern-display";
  font-weight: 700;
  font-size: 26px;
  font-weight: 400;
  color: #0f3345;
  letter-spacing: 4px;
}

.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;
  text-transform: uppercase;
  width: 100%;
  background: linear-gradient(180deg, #021C2C, transparent);
  transition: all 0.3s ease-in-out;
}

header.header-navigation.scrolled {
  background: #021c2ce8;
}

header.header-navigation .header-container {
  padding-top: 10px;
  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;
  }

}
strong {
  font-weight: 800;
}

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

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

.button {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  background: transparent;
  color: #021C2C;
  transition: all .4s ease-in-out;
  display: inline-flex;
  position: relative;
  line-height: 1;
  padding: 0 20px;
  height: 45px;
  font-family: 'canada-type-gibson';
  letter-spacing: 3px;
  font-size: 17px;
  padding: 0 40px;
  border: 1px solid #021C2C;
  align-items: center;
}

.button::before,
.button::after {
  content: '';
  position: absolute;
  width: 23px;
  height: 3px;
  background-color: #FCF8F0;
  transition: all 0.3s ease-in-out;
}

.button::before {
  top: -2px;
  left: 10px;
}

.button::after {
  bottom: -2px;
  right: 12px;
}

.button:hover::before {
  left: 35px;
}

.button:hover::after {
  right: 35px;
}

.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 #021C2C;
}

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

/* 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: 'canada-type-gibson';
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.button-tan {
  padding: 14px 30px;
  color: #021C2C;
  font-family: 'canada-type-gibson';
  font-weight: 600;
  text-transform: uppercase;
  background-color: #EED9B2;
  letter-spacing: 2px;
  font-size: 16px;
}

@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: 'canada-type-gibson';
  color: #E0E0E0;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .7px;
}
.navbar-light .navbar-nav .nav-link:hover{
  color:#ffffff;
}

@media screen and (max-width: 1500px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 1400px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }
}

.navbar {
  padding: 0;
}

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

#main-nav .menu-item .nav-link {
  font-family: 'canada-type-gibson';
  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: #EED9B2 !important;
}

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

.navbar-nav .dropdown-menu .nav-link {
  border: 0 !important;
  color: #021C2C !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 {
  color: #fff;
} */

.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: "benton-modern-display", 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: "benton-modern-display", 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: "benton-modern-display", 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;
}

@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:#EED9B2;
  border-bottom:1px solid #EED9B2;
}

/* 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: "benton-modern-display";
  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;
  min-height: 450px;
}

.carousel-module .other-pages-carousel-item{
  height: 82vh;
  min-height: 300px;
}

.page-title-area h1{
    font-size: 50px;
    padding: 5px 100px;
    background: #ffffff;
    margin-top: -44px;
    color: #021c2c;
    font-weight: 500;
    z-index: 9;


}


.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: 10%;
}

.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: "canada-type-gibson", serif;
  font-weight: 300;
  font-size: 44px;
  color: #EED9B2;
  margin-bottom: 30px;
}

.carousel-text h1 {
  font-family: "benton-modern-display", serif;
  font-weight: 300;
  font-size: 104px;
  color: #E0E0E0;
  letter-spacing: 12px;
  margin-bottom: 0px;
}

.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 {
    font-size: 80px;
    letter-spacing: 6px;
  }

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

@media screen and (max-width: 991px) {
  .carousel-text h1 {
    font-size: 60px;
    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: 46px;
    letter-spacing: 2px;
  }

  .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: 'canada-type-gibson';
  font-weight: 100;
  font-size: 16px;
  line-height: 1.8;
}

#fullwidth-blocks .image-link-individual h3 {
  color: #ffffff;
  font-family: "benton-modern-display", 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: "canada-type-gibson", sans-serif;
  position: relative;
  background: url(./images/footer-design.jpg) no-repeat center center;
  background-size: cover;
}

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: "canada-type-gibson", 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: "canada-type-gibson" !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: "canada-type-gibson" !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: "canada-type-gibson" !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: 0;
}

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;
}
/* 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: #021C2C;
}

.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: 'canada-type-gibson';
  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;
    padding: 20px;
    height: 60px;
    width: 100%;
  }

  .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: "canada-type-gibson";
    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;
  }
  .logo img {
    width: 150px;
     max-width: 100%;
}

  .first-row-middle {
    background: #021c2c;
    opacity: .9;
    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: 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: "benton-modern-display";
  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: "benton-modern-display";
  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: "benton-modern-display";
  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: "benton-modern-display", 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;
  }

  .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: 'canada-type-gibson';
  font-weight: 700;
}


footer a {
  line-height: 32px;
  font-size: 16px;
  font-weight: 300;
  font-family: "canada-type-gibson", 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: "benton-modern-display", 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 {
  margin-bottom: 155px;
  display: block;
  aspect-ratio: 255 / 118;
  object-fit: cover;
}

.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: "benton-modern-display";
  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: "benton-modern-display", 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;
  }

  .first-row-right .button {
    margin: 0;
    padding: 20px;
    line-height: 20px;
    height: 60px;
  }

  .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: "benton-modern-display", 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: "benton-modern-display", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #021C2C;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.newsletter-heading-follow {
  font-family: "benton-modern-display", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #021C2C;
  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: 0;
    transform: translateY(-50%);
    height: 14px;
    width: 1px;
    background-color: #EBE1CD;
}

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



.footer-menu, footer p, footer a {
  color:#EBE1CD;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 30px;
  /* word-spacing: .4rem; */
}

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

@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: "benton-modern-display";
  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: "benton-modern-display";
  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: "canada-type-gibson", sans-serif;
}

.testimonial-slider-container .person {
  font-size: 24px;
  line-height: 1.2;
  font-family: "canada-type-gibson", 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: 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: 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: #021C2C;
  margin: 0;
  font-size: 36px;
}

.slider_des p {
  color: #021C2C;
  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: 1200px) {
  .mapimage-area-outer p {
     font-size: 15px;
	  line-height: 1.5;
  }
}

@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;
  }
	.mapimage-area-outer p {
		max-width: unset;
	}
}

@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: #809FA6;
  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: "canada-type-gibson", 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: #021C2C;
  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: #021C2C;
  font-family: "canada-type-gibson", serif;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
}

.filter-group-toggle>span.filter-circle {
  border-radius: 100%;
  border: 1px solid #021C2C;
  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 #021C2C;
  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 moran hotel css*/


/* subscribe start */

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

.subscribe-title {
  color:#ebe1cd;
  font-weight: 600;
  font-size: 28px;
  text-align: left;
  margin-bottom: 20px;
}

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

.subscribe-form input[type="email"],
.subscribe-form button {
  width: 100%;
  padding: 8px 15PX;
  font-size: 16px;
  border: none;
  border-radius: 2px;
  font-weight: 300;
  letter-spacing: .7px;
}

.subscribe-form input[type="email"] {
  background-color: #e0dfdf;
  color:#121212;
		text-transform:uppercase;
	    font-weight: 500;
    font-size: 14px;
}

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

.subscribe-form button {
  background-color: #A37E54;
  color: #ebe1cd;
  cursor: pointer;
	font-size: 14px;
    font-weight: 500;
  transition: background-color 0.3s ease;
}

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


/* subscribe end */

/* Mobile tab menu start */

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

/* Toggle button */
.moran-navbar-toggler {
    background: #a37e54;
    color: #fcf8f0;
    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;
}

/* Hidden menu */
.moran-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 */
.moran-mobile-menu.show {
  max-height: 100vh;
}

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

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

.moran-mobile-nav li a:hover {
  background: #EED9B2;
}

footer{
  padding-top:80px !important;
  padding-bottom:20px !important;
}

.footer-bottom-menu{
  padding-top:50px;
}


/* Mobile tab menu end */

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

  .footer-logo {
    width:150px;
    height:auto;
    margin:0 !important;
  }
  .social-medias {
    justify-content: start !important;
    margin:20px 0 !important;
  }
footer .footer-menu ul li{
  text-align: left;
}
  
.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 only screen and (max-width: 600px) {
  .logo img{
    width:150px;
  }

  .footer-bottom-nav ul li a::after{
    display: none;
  }
  .subscribe-title,footer p{
    text-align: left;
  }
  footer{
  padding-top:40px !important;
}


}





/* the moran hotel 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-title-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: 70%;
  background: #fff;
  bottom: 5%;
  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.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: #EED9B2;
  font-family: 'canada-type-gibson';
}

.hero-wrapper .book-form-wrapper>form fieldset.form-actions input {
  background: transparent;
  height: 81px;
  font-family: 'canada-type-gibson', 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: #021C2C;
  font-family: 'canada-type-gibson';
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  font-style: unset;
}

.hero-wrapper .book-form-wrapper>form fieldset label {
  font-size: 14px;
  color: #A9A8A4;
  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 30px;
  pointer-events: none;
  /* height: 100%; */
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 300px;
  margin: auto;
  transform: translate(-50%, -50%);
}

.custom-date-box .label {
  font-size: 14px;
  color: #A9A8A4;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'canada-type-gibson';
  letter-spacing: 1px;
}

.custom-date-box .date-day {
  color: #021C2C;
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
}

.custom-date-box .date-month-year {
  color: #021C2D;
  font-size: 13px;
  font-family: 'canada-type-gibson';
  font-weight: 500;
  letter-spacing: 0.5px;
}

.custom-date-box .date-weekday {
  font-size: 12px;
  color: #A5A5A0;
}

.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: 'canada-type-gibson', 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 */
.moran-mobile-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.moran-mobile-nav li a:hover {
  background: #EED9B2;
}

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

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

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

.moran-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{
	display:block;
}

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

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

.img-bottom-content-content-area{
	padding: 70px 60px !important;
    margin-top: -260px !important;
	max-width:600px;
	margin-left: 0 !important;
	left: 50% !important;
    transform: translateX(-50%) !important;
}

.img-bottom-content-content-area h2{
	color:#021C2C;
font-size: 38px;
}

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

.img-bottom-content-content-area .button{
	border:none;
	font-weight:500;
}

.img-bottom-content-content-area .button::before, .img-bottom-content-content-area .button::after{
	display:none;
}

.image-content-section h2 {
    color: #021C2C;
    margin-bottom: 40px;
}

.image-content-section .content-text p:last-child{
	    margin-bottom: 40px;

}

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

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

.moran-section p, .two-images-section p{
	line-height: 32px;
}

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

.exciting-activities-content{
	background-color: #021C2C;
    opacity: .85;
}

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

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

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