/*
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=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;/*
  /* Blue outline for visibility */
  /*outline-offset: 2px;*/
}


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

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 30px;
  letter-spacing: 0.015em;
}

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

h2 {
  font-family: "BentonModDisp", serif;
  font-size: 48px;
  font-weight: 600;
  color: #3C3C3C;
  letter-spacing: 4px;
  margin-bottom: 25px;
}

h3 {
  font-family: "BentonModDisp", serif;
  font-size: 32px;
  font-weight: 600;
  color: #3C3C3C;
  margin-bottom: 30px;
  letter-spacing: 5px;
}

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

header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 50%;
  text-transform: uppercase;
  /* max-width: 1700px; */
  width: 100%;
  transform: translate(-50%);
}
header>div {
  max-width: 1700px;
  margin: 12px auto;
  margin-top: 40px;
}
header.scrolled {
  background-color: #0a1f2ed6;
}
@media screen and (max-width: 1301px) {
  header {
    /* width: calc(100% - 80px); */
  }
  header>div {
    width: calc(100% - 80px);
    margin: 12px auto;
  }
}

@media screen and (max-width: 991px) {
  header>div {
    width: calc(100% - 80px);
    margin: 10px auto;
  }
}

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: 400;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  background: #3C441F;
  color: #fff !important;
  transition: all .4s ease-in-out;
  display: inline-block;
  position: relative;
  line-height: 53px;
  padding: 0 20px;
  height: 53px;
  font-family: 'canada-type-gibson';
  letter-spacing: 3px;
  font-size: 18px;
  padding: 0 30px;
}

.button:hover {
  background: #3c441f9c;
  color: #fff !important;
  z-index: 9;
  position: relative;
  transition: all ease-in-out .3s;
}

.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 50px;
  color: #3C441F;
  font-family: 'canada-type-gibson';
  font-weight: 600;
  text-transform: uppercase;
  background-color: #EED9B2;
  letter-spacing: 1.5px;
  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: #FAFAFA;
  font-weight: 500;
}

.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: 400;
  border-bottom: 2px solid transparent;
  text-align: center;
  color: #fff;
}

#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: #3C441F !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: #f68c4a !important; */
  color: #fff;
}

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

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

.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
  font-family: "BentonModDisp", 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: "BentonModDisp", 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: "BentonModDisp", 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.active>.nav-link,
#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;
}

/* 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: 430px;
  max-width: 100%;
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  .logo img {
    padding-right: 0;
  }
}

.directions-link {
  font-family: "BentonModDisp";
  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 .carousel-item {
  height: 100vh;
  min-height: 450px;
}

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

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

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

/* 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: "BentonModDisp", 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="120" height="120" 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="120" height="120" 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: #F4F2EC;
  font-size: 18px;
  font-family: "BentonModDisp", sans-serif;
  font-weight: 500 !important;
  position: relative;
  background: url(./images/intro-design.jpg) no-repeat center center;
  background-size: cover;
}

footer a {
  color: #F4F2EC;
}

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: 120px;
}

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;
  position: relative;
}
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-checkbox {
  width: calc(100% - 60px);
  position: absolute;
  bottom: -60px;
  left: 60px;
}
footer .gform_wrapper ul.gform_fields li.gfield.gfield--type-checkbox ul {
  justify-content: flex-start;
  gap: 30px;
}
footer .gform_wrapper ul.gform_fields li.gfield.gfield--type-checkbox input[type="checkbox"] {
  max-height: 10px;
  max-width: 10px;
  height: 10px;
  min-height: unset;
}
footer .gform_wrapper ul.gform_fields li.gfield.gfield--type-checkbox label {
  font-size: 13px !important;
  font-weight: 100;
  display: inline-block !important;
  max-width: 100%;
}

footer .gform_wrapper ul.gform_fields li.gfield.gfield--type-checkbox li.gchoice {
  display: flex;
      gap: 10px;
}

footer .gform_wrapper ul.gform_fields li.gfield.gfield--type-submit {
  width: 14%;
}
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: #F4F2EC;
  border: none;
  font-family: "canada-type-gibson" !important;
  font-size: 14px !important;
  border-bottom: 1px solid #F4F2EC;
  min-height: 45px;
}
footer .gform_wrapper input::placeholder {
  color: #F4F2EC !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: #F4F2EC;
  color: #3C441F !important;
  border: 0;
  text-transform: uppercase;
  padding: 22px 34px;
  letter-spacing: 0.075em;
  line-height: 1px;
  border: none;
  font-weight: bold;
  height: 50px;
  text-align: center;
}

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

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

footer .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Adjust the spacing */
  list-style: none;
  padding: 0;
}

footer .footer-menu ul li {
  width: calc(50% - 5px); /* Two columns with spacing */
}

@media (max-width: 991px) {
  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;
}

.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 h2 {
  font-weight: 400;
  letter-spacing: 1px;
}
.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';
    font-size: 22px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

@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: #3C441F !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: 700;
    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 {}

  #main-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #3C441F;
    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: "BentonModDisp";
  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: "BentonModDisp";
  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: "BentonModDisp";
  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: "BentonModDisp", 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;
}

#sb_instagram {	
}

.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-start;
  gap: 10px;
}

@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;
  letter-spacing: 1px;
}

footer p {
  line-height: 32px;
  font-size: 17px;
  font-weight: 300;
  font-family: "canada-type-gibson", sans-serif;
  letter-spacing: 1px;
}

.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: "BentonModDisp", 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;
  width: 290px;
}

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

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  font-size: 14px !important;
}

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

.gform_body input[type="text"],
.gform_body textarea {
  font-size: 16px !important;
}

footer .gform_body input[type="text"],
footer .gform_body textarea {
  font-size: 12px !important;
}

.gform_body input[type="text"]::placeholder,
.gform_body textarea::placeholder {
  color: #888;
  opacity: 1;
}

.gform_body input[type="text"]:-ms-input-placeholder,
.gform_body textarea:-ms-input-placeholder {
  color: #888;
}

.gform_body input[type="text"]::-ms-input-placeholder,
.gform_body textarea:-ms-input-placeholder::-ms-input-placeholder {
  color: #888;
}

.gform_wrapper .gfield_required {
  margin-left: 2px !important;
}

.gform_legacy_markup_wrapper .gform_footer {
  text-align: center;
}

.gform_body input[type="checkbox"] {
  transform: scale(1.5);
  margin-left: 5px !important;
}

.gform_wrapper ul.gfield_checkbox li label {
  font-size: 17px !important;
}

.gform_body .gfield_label {
  margin-bottom: 5px !important;
  font-weight: 600;
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {}

.gform_body input,
.gform_body textarea {
  background-color: #fff;
  border: 1px solid #4e758c;
  border-radius: 0 !important;
  color: #000;
  font-weight: 300;
  padding: 5px 10px !important;
  text-align: left;
}

.ginput_container_address input {
  margin-bottom: 5px !important;
}

.gfield select {
  border: 2px solid #4e758c;
  height: 41px;
}

/* .container .gform_wrapper {
  max-width: 600px;
  margin: auto;
} */

footer .gform_body input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3c3c3c;
  opacity: 0.5;
  /* Firefox */
}

footer .gform_body input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3c3c3c;
  opacity: 0.5;
  /* Firefox */
}

footer .gform_body input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #3c3c3c;
  opacity: 0.5;
  /* Firefox */
}

#pretty-centered-content .content {
  max-width: 860px;
  margin: auto;
}
#pretty-centered-content,
#pretty-centered-content p {
  font-size: 22px;
  font-weight: 200;
  line-height: 1.5;
  color: #EED9B2;
}

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

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

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

#slider-side-content .title {
  display: inline-block;
  position: relative;
  font-family: "BentonModDisp", 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: "canada-type-gibson", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #EED9B2;
  margin-bottom: 30px;
  letter-spacing: 5px;
}

.footer-menu {
  margin-top: 55px;
  font-size: 16px;
  line-height: 20px;
  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-left: 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;
  }
}

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

.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: "BentonModDisp";
  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: "BentonModDisp";
  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;
  font-weight: 300;
}

.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;
  font-weight: 300;
  margin-top: 120px;
  display: block;
}

.testimonial-slider-container .food-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 47%;
  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: #3C441F;
  width: 20px;
  height: 20px;
  margin: 0 10px !important;
  opacity: 1;
}
.testimonial-slider-container .swiper-pagination .swiper-pagination-bullet-active {
  outline: 2px solid #3C441F;
  outline-offset: 2px;
}

@media screen and (max-width: 1440px) {
  .testimonial-slider-container span.quote {
    margin-top: 90px;
  }
}

@media screen and (max-width: 1220px) {
  .testimonial-slider-container span.quote {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .testimonial-slider-container span.quote {
    margin-top: unset;
  }
}

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

.page-id-2473 footer{
	margin-top:120px;
}

#gform_1{
	max-width:800px;
	margin:auto;
}

#field_1_9{
	display: inline-block;
    width: calc(50% - 8px);
    margin-right: 16px;
}

#field_1_12{
	display: inline-block;
    width: calc(50% - 8px);
}

#gform_fields_1 .gfield{
	text-align:left;
}

@media only screen and (max-width:767px){
	#field_1_9{
    width:100%;
    margin-right: 0px;
}

#field_1_12{
    width:100%;
}
}