/*
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=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap');

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px
  }
}

body {
  font-family: "Quicksand", serif;
  font-weight: 300;
  color: #282728;
  background: #fff;
  font-size: 18px;
  font-weight: 100;
}

p {
  font-size: 18px;
  font-weight: 100;
  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: "Josefin Slab";
  font-size: 70px;
  font-weight: 400;
  letter-spacing: 8px;
  color: #fff;
  letter-spacing: 8px;
}

h2 {
  font-family: "Josefin Slab", serif;
  font-size: 38px;
  font-weight: 700;
  color: #172431;
  margin-bottom: 25px;
  text-transform: uppercase;
}

h3 {
  font-family: "Josefin Slab", serif;
  font-size: 36px;
  font-weight: 700;
  color: #172431;
  margin-bottom: 30px;
  letter-spacing: 5px;
}

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

header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  text-transform: uppercase;
}

strong {
  font-weight: 800;
}

.container ul {
  list-style: none;
  list-style-type: none;
  padding: 0px;
  text-align: center;
}

.container ul li:before {
  content: "■";
  margin-right: 5px;
  color: #EAEAEA;
  transform: translateY(-5px);
  font-size: 18px;
  line-height: 0;
}

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

.button {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
  background: #172431;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  padding: 18px 30px;
  letter-spacing: 0.075em;
  line-height: 18px;
  border: none;
  margin: 10px 10px;
  transition: 0.4s all ease-in;
}

.button:hover {
  filter: brightness(1.1);
  text-decoration: none !important;
}

.button.button-light {
  background-color: #EAEAEA;
  color: #172431;
}

.orange-text {
  color: #ED533B;
  font-size: 38px;
  font-weight: 300;
}

.underline {
  position: relative;
  padding-bottom: 20px;
}

.underline:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 5px;
  background-color: #ED533B;
}

.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 {
  color: #f3e8da;
}

.navbar {
  padding: 0;
}

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

#main-nav .menu-item .nav-link {
  font-family: "Quicksand", sans-serif;
  padding: 3px 0;
  border-bottom: 2px solid transparent;
  text-align: center;
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 700;
}

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

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

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

.navbar-nav .dropdown-menu .nav-link:active,
.navbar-nav .dropdown-menu .nav-link:focus,
.navbar-nav .dropdown-menu .nav-link:hover {
  background: #2E3C4B !important;
  color: #fff;
}

.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 20px;
  background: #172431;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  border: none;
  margin: 10px 5px;
  margin-top: 10px;
  margin-right: 5px;
  transition: 0.4s all ease-in;
  border-radius: 0 !important;
  width: 220px !important;
}

.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: "Josefin Slab", sans-serif;
}

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

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

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

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

.button-reservation-custom>span {
  font-family: "Josefin Slab", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  background: #172431 !important;
  color: #172431 !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 {
  padding: 7px 35px !important;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  height: 45px;
  width: auto;
  display: flex;
  align-items: center;
}

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

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

  /* nav when fixed */
  #main-nav.fixed-top {
    background: #172431;
    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: #eaeaea;
  border-bottom: 2px solid #eaeaea;
  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: 350px;
  max-width: 100%;
}

.directions-link {
  font-family: "Josefin Slab";
  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: 90vh;
  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;
}

#slider-side-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190%;
  background-image: url(images/ambler-bg-faded.png);
  background-size: cover;
}

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

#fullwidth-blocks .image-link-individual h3 {
  color: #ffffff;
  font-family: "Josefin Slab", serif;
  font-size: 36px;
  text-transform: uppercase;
}

/* 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;
  background: #fff;
  /*color: #0F3345;*/
  margin-top: 0 !important;
}

/* 45px of border + 16px of margintop of next container */
#pretty-centered-content h2 {
  color: #172431 !important;
}

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

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

/* Footer */
footer {
  background: #172431;
  color: #ffffff;
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500 !important;
  position: relative;
}

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 {
  font-size: 16px;
  font-weight: 100;
  font-family: "Quicksand", 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 0 0;
}

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

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

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

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

footer .gform_wrapper input {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  background: #fff;
  color: #3c3c3c;
  border: none;
  padding: 8px 18px !important;
  letter-spacing: 0.075em !important;
  height: 44px;
  font-size: 16px !important;
}

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: "Quicksand", sans-serif;
  font-weight: normal;
  font-size: 16px;
  background: #EAEAEA;
  color: #172431;
  border: 0;
  text-transform: uppercase;
  padding: 22px 34px;
  line-height: 1px;
  border: none;
  margin: 10px 5px;
  margin-right: 5px;
  margin-left: 5px;
  font-weight: bold;
}

footer .gform_wrapper input[type="submit"]:hover {
  filter: brightness(1.1);
  text-decoration: none !important;
}

/*.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;
  font-weight: 900;
}

/* 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;
}

@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) {

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

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

  .logo {
    margin-top: 50px;
  }

  .button-reservation-custom {
    display: block;
  }

  .navbar-toggler {
    background: #172431 !important;
    color: #eaeaea !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: "Josefin Slab";
    height: 60px;
  }

  .navbar-toggler * {
    color: #eaeaea !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: #EAEAEA;
    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: #172431;
  }

  .navbar-light .navbar-nav .nav-link,
  #main-nav .menu-item .nav-link {
    color: #172431;
  }

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

  .image-link-individual>a {
    height: 300px;
  }

  #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 {
    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 #EAEAEA !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;
	  width: 100%;
  }

  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: "Josefin Slab";
  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: "Josefin Slab";
  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: "Josefin Slab";
  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;
  position: relative;
}

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

#slider-side-content .image-wrapper {
  position: relative;
  margin: 0 15px 35px 15px;
}

#slider-side-content .image-wrapper:before {
  content: '';
  position: absolute;
  bottom: -35px;
  width: calc(100% + 60px);
  height: 88%;
  background: #D1CCBD;
  z-index: 0;
  left: -30px;
}

#slider-side-content img.centered {
  aspect-ratio: 420 / 550;
  width: 100%;
  object-fit: cover;
  border: 11px solid white;
  box-shadow: 0 3px 5px #17243245;
  z-index: 1;
  position: relative;
}

.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: 450;
  font-family: "Quicksand", serif;
  color: #182531;
  line-height: 1.7;
  letter-spacing: 0.1px;
}

#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 100px 50px !important;
  position: relative;
}

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

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

#sb_instagram {
  background: #fff !important;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.homepage-second {
  position: relative;
  overflow: hidden;
  background-color: #182531;
  padding: 100px 0;
}

.homepage-second .container {
  position: relative;
  z-index: 1;
}

.homepage-second:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-image: url(images/blue-layout.jpg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  z-index: 0;
}

.homepage-second img.seafood {
  border: 18px solid white;
  box-shadow: 0 3px 5px #17243245;
}

.homepage-second .inner-section {
  position: relative;
  background-color: #fff;
  padding: 50px 100px 50px 40px;
  margin-left: -120px;
  top: 50%;
  transform: translateY(-50%);
}

.homepage-second .inner-section:after {
  content: '';
  background-image: url(images/right-layout.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  width: 55px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.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); */
	  transform: unset;
  }

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

.orange-bars h2 {
  color: #1b242c;
}

.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: 1080px;
  justify-content: space-evenly;
}

@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 p {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 300;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 1px;
}

@media (max-width: 1318px) {
	footer p {
  letter-spacing: 0;
	}
}

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

.insta-wrapper {
  background-image: url(images/ambler-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.insta-wrapper h3 {
  margin-bottom: 0;
  text-align: center;
  color: #172431;
  font-family: "Josefin Slab", sans-serif;
  font-size: 38px;
  line-height: 1.2;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 2px;
  font-weight: 700;
}

.insta-wrapper h3 .orange-text {
  font-size: 28px;
	font-weight: 400;
}

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

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

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

.footer-logo {
  margin-bottom: 35px;
  margin-left: 0;
  display: block;
  margin-right: auto;
  width: 250px;
}

.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 {
  color: #fff;
}

.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: 1px solid #4e758c;
  height: 36px;
}

.container .gform_wrapper {
  max-width: 750px;
  margin: auto;
}

html body .gform_wrapper.gravity-theme .gform_footer input {
  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,
#pretty-centered-content p {
  font-size: 18px;
  font-weight: 450;
  font-family: "Quicksand", serif;
  color: #182531;
  line-height: 1.7;
  letter-spacing: 0.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: "Josefin Slab";
  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: #00445D;
}

.ot-widget {
  background: #EAEAEA;
  padding-top: 35px;
  padding-bottom: 35px;
}

.ot-widget h2 {
  font-size: 22px;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: "Josefin Slab", sans-serif;
  color: #00445D;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ot-inner {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 30px;
}

html body .ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 550;
  font-size: 16px;
  color: #000;
  padding: 16px 20px 16px 36px;
}

html body .ot-dtp-picker .ot-dtp-picker-selector .ot-dtp-picker-selector-link:before {
  color: #000;
}

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

  #main-nav .navbar-nav .menu-item:hover>.nav-link {
    color: #172431;
    opacity: .8;
  }
}

#slider-side-content .title {
  display: inline-block;
  position: relative;
  font-family: "Josefin Slab", serif;
  font-size: 45px;
  font-weight: 700;
  color: #172431;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 25px;
  text-transform: uppercase;
}

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

/*.home #slider-side-content .title:after, .homepage-second h2:after {
	content: '';
	width: 100%;
	height: 11px;
	background: url(/wp-content/uploads/2021/09/rule@1X.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: calc(100% + 20px);
}*/
/*.homepage-second h2:after {
	background-position: right;
	width: 273px;
}*/
@media only screen and (max-width: 1200px) {

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

.newsletter-heading {
  font-family: "Josefin Slab", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.newsletter-text {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

footer .button {
  margin-left: 10px !important;
  height: 40px;
  line-height: 32px;
  font-size: 14px;
  padding: 4px 14px;
  color: #172431;
  background-color: #EAEAEA;
}

@media only screen and (max-width: 991px) {
  .footer-btns {
    justify-content: center !important;
  }
}

footer .button:hover {
  opacity: .8;
}

.footer-menu {
  margin-top: 35px;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-menu.bottom-footer-menu {
	display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.ot-title {
  display: none;
}

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

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

html body .ot-dtp-picker.wide .ot-dtp-picker-form {
  height: 53px;
}

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

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

.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: #282728;
  letter-spacing: 1.5px;
}

.single-post .nav-links a {
  color: #EAEAEA;
  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;
}

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

html body .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
}

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

  .logo {
    margin-top: 20px;
  }
}

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

.button-light .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="%23172431" 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="%23172431" 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="%23172431" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></g></g></g></svg>');
}

.gfield_radio{
	text-align: left;
}

.tab-content iframe{
	height:70vh;
	width:100%;
	min-height:500px;
}

@media only screen and (max-width:767px){
	.menu-section .nav-tabs .nav-link {
    	margin: 10px !important;	
	}
}

#menu{
	    scroll-padding-top: 30px;
}



.menu-list h4,
#slider-side-content .menu-list h4 {
  border-bottom: 1px solid #00000030;
  padding-bottom: 0.5rem;
  margin-top: 2rem;
  font-weight: 700;
  color: #172431;
  letter-spacing: 1px;
}

.menu-list .menu-item,
#slider-side-content .menu-list .menu-item {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0;
}

.menu-list .menu-item .title,
#slider-side-content .menu-list .menu-item .title {
  font-weight: 600;
  font-size: 18px;
  color: #022821;
  margin-bottom: 0;
}

.menu-list .menu-item .price,
#slider-side-content .menu-list .menu-item .price {
  font-weight: 600;
  color: #022821;
}