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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* SangBleuKingdom Regular Font */
@font-face {
	font-family: 'SangBleuKingdom';
	src: url('fonts/SangBleuKingdom-Regular.eot');
	src: url('fonts/SangBleuKingdom-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/SangBleuKingdom-Regular.woff2') format('woff2'),
		url('fonts/SangBleuKingdom-Regular.woff') format('woff'),
		url('fonts/SangBleuKingdom-Regular.ttf') format('truetype'),
		url('fonts/SangBleuKingdom-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* SangBleuKingdom Regular WebXL Font */
@font-face {
	font-family: 'SangBleuKingdom';
	src: url('fonts/SangBleuKingdom-Regular-WebXL.eot');
	src: url('fonts/SangBleuKingdom-Regular-WebXL.eot?#iefix') format('embedded-opentype'),
		url('fonts/SangBleuKingdom-Regular-WebXL.woff2') format('woff2'),
		url('fonts/SangBleuKingdom-Regular-WebXL.woff') format('woff'),
		url('fonts/SangBleuKingdom-Regular-WebXL.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* SangBleuKingdom Regular WebS Font */
@font-face {
	font-family: 'SangBleuKingdom';
	src: url('fonts/SangBleuKingdom-Regular-WebS.eot');
	src: url('fonts/SangBleuKingdom-Regular-WebS.eot?#iefix') format('embedded-opentype'),
		url('fonts/SangBleuKingdom-Regular-WebS.woff2') format('woff2'),
		url('fonts/SangBleuKingdom-Regular-WebS.woff') format('woff'),
		url('fonts/SangBleuKingdom-Regular-WebS.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* SangBleuKingdom Bold Font */
@font-face {
	font-family: 'SangBleuKingdom';
	src: url('fonts/SangBleuKingdom-Bold.eot');
	src: url('fonts/SangBleuKingdom-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/SangBleuKingdom-Bold.woff2') format('woff2'),
		url('fonts/SangBleuKingdom-Bold.woff') format('woff'),
		url('fonts/SangBleuKingdom-Bold.ttf') format('truetype'),
		url('fonts/SangBleuKingdom-Bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* SangBleuKingdom Bold WebXL Font */
@font-face {
	font-family: 'SangBleuKingdom';
	src: url('fonts/SangBleuKingdom-Bold-WebXL.eot');
	src: url('fonts/SangBleuKingdom-Bold-WebXL.eot?#iefix') format('embedded-opentype'),
		url('fonts/SangBleuKingdom-Bold-WebXL.woff2') format('woff2'),
		url('fonts/SangBleuKingdom-Bold-WebXL.woff') format('woff'),
		url('fonts/SangBleuKingdom-Bold-WebXL.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* SangBleuKingdom Bold WebS Font */
@font-face {
	font-family: 'SangBleuKingdom';
	src: url('fonts/SangBleuKingdom-Bold-WebS.eot');
	src: url('fonts/SangBleuKingdom-Bold-WebS.eot?#iefix') format('embedded-opentype'),
		url('fonts/SangBleuKingdom-Bold-WebS.woff2') format('woff2'),
		url('fonts/SangBleuKingdom-Bold-WebS.woff') format('woff'),
		url('fonts/SangBleuKingdom-Bold-WebS.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* GrtskTera Regular Font
@font-face {
	font-family: 'GrtskTera';
	src: url('fonts/GrtskTera-Regular.woff2') format('woff2'),
		url('fonts/GrtskTera-Regular.woff') format('woff'),
		url('fonts/GrtskTera-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}*/

/* GrtskTera Bold Font 
@font-face {
	font-family: 'GrtskTera';
	src: url('fonts/GrtskTera-Bold.woff2') format('woff2'),
		url('fonts/GrtskTera-Bold.woff') format('woff'),
		url('fonts/GrtskTera-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}*/


body {
	font-family: 'Montserrat';
	font-weight: 300;
	color: #2E2E2E;
	background-color: #FCF5EB;
}

p {
	font-size: 17px;
	line-height: 2;
	margin-bottom: 30px;
	letter-spacing: .015em;
}

a {
	color: #5D7261;
	transition: all .2s ease-in;
}

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

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

h1 {
	font-family: 'SangBleuKingdom';
	font-size: 70px;
	font-weight: 400;
	letter-spacing: 8px;
	color: #fff;
	letter-spacing: 8px;
}

h2 {
	font-family: 'SangBleuKingdom';
	font-size: 46px;
	font-weight: 100;
	color: #303030;
	letter-spacing: 4px;
}

h3 {
	font-family: 'SangBleuKingdom';
	font-size: 30px;
	font-weight: 400;
	color: #0F3345;
	margin-bottom: 30px;
	letter-spacing: 5px;
}

h4 {
	font-family: 'SangBleuKingdom';
	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;
}

/*  */

/* @media only screen and (min-width: 768px) {
    .sticky_navbar .dropdown:hover .dropdown-menu {
      display: block !important;
    }

	.sticky_navbar .menu-item-has-children:hover .sub-menu {
		display: block;
	  }
  } */

.fixed-top {
	visibility: visible !important;
}

.page-id-948 .bg_content {
	padding: 0px 0 90px;
	margin-top: 0;
	margin-bottom: 50px;
}

#gform_1 li .gfield_label {
	width: 100%;
	text-align: left;
	font-size: 12px !important;
	/* 		color: #790000; */
}

#gform_3 li .gfield_label {
	width: 100%;
	text-align: left;
	font-size: 12px !important;
	/* 		color: #790000; */
}

/* 		#first-row-right {
			display: none;
		} */

#first-row-right button {
	width: 100%;
}

/* 
		#first-row-right a {
				display:none;
			} */

.first-row-right a.reservation_head {
	font-size: 15px;
	font-weight: 700;
	padding: 16px 35px !important;
	margin-right: 60px !important;
	margin-top: 20px !important;
	letter-spacing: 0;
}

#gform_3 li input#input_3_5,
input#input_3_4_5 {
	width: 100%;
}

#gform_3 .gform_wrapper .gfield_required {
	display: inline-block !important;
}

#gform_3 span#input_3_4_5_container {
	width: 100%;
}

.sticky_nav_sec {
	background-color: #1B242C;
	visibility: hidden;
}

.sticky_navbar .menu-item-has-children:hover .sub-menu {
	display: block;
}

.sticky_navbar .sub-menu {
	display: none;
	position: absolute;
	top: 25px;
	background: #C9BEAB;
	width: 200px;
	left: 50%;
	transform: translate(-50%, -0);
	z-index: 9;
	padding: 0;
}

ul.sub-menu li {
	padding: 10px 0;
}

ul.sub-menu li:hover {
	scale: 1.03;
	background-color: #AC9C83;
	transition: all ease-in-out 0.5s !important;
}

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

header.sticky-header {
	width: 100%;
	z-index: 9;
}

.sticky_nav_sec {
	background-color: #303030;
}

.sticky_nav_menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}

.sticky_logo_box {
	width: 20%;
}

.sticky_logo {
	max-width: 200px;
}

.sticky_logo img {
	width: 100%;
	max-height: 60px;
}

.sticky_navbar {
	width: 80%;
	text-align: right;
}

.sticky_logo {
	max-width: 200px;
}

.sticky_navbar ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sticky_navbar li::before {
	padding: 0;
	display: none;
}

.sticky_navbar ul#main-menu-sticky {
	display: flex;
	gap: 50px;
	justify-content: end;
}

.sticky_navbar .sub-menu a {
	color: #303030;
}

.sticky_navbar a {
	color: #fff;
	padding: 3px 0;
	border-bottom: 2px solid transparent;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	/* font-family: "TradeGothicBold"; */
	font-family: 'Montserrat';
}


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

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

.button {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 16px;
	background: #C9BEAB;
	color: #303030;
	border: 0;
	text-transform: uppercase;
	padding: 22px 34px;
	letter-spacing: .075em;
	line-height: 18px;
	border: none;
	transition: 0.4s all ease-in;
	display: inline-block;
}

.button:hover img {
	margin-left: 10px;
	transition: all ease-in-out 0.5s;
}

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

}

.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 {
	padding: 3px 0;
	border-bottom: 2px solid transparent;
	text-align: center;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 'Montserrat';
}

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

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

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

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

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

	/* nav when fixed */
	#main-nav.fixed-top {
		background: #1B242C;
		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: 30px;
	margin-bottom: 15px;
	position: relative;
}

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

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

.directions-link {
	font-family: 'TradeGothicBold';
	color: #f3e8da;
	font-size: 18px;
	letter-spacing: .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(min-width:1350px) {

	.dining_card_content {
		margin-left: -8%;
	}
}

@media(max-width:1350px) {
	.dining_block_bg:after {
		background-size: 100% !important;
	}
}

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

#slider-side-content img.centered {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/* 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: 'TradeGothicBold';
	font-size: 30px;
	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: #0F3345 !important;
}

.carousel-control-prev-icon {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18.496" height="33.935" viewBox="0 0 18.496 33.935"><defs><clipPath id="clip-path"><rect id="Rectangle_846" data-name="Rectangle 846" width="18.496" height="33.935" fill="%23fafafa"/></clipPath></defs><g id="Group_490" data-name="Group 490" clip-path="url(%23clip-path)"><path id="Path_54729" data-name="Path 54729" d="M3.055,16.966,18.494,32.407l-1.527,1.527L0,16.966,16.969,0,18.5,1.527,3.055,16.966" transform="translate(0 0)" fill="%23fafafa"/></g></svg>');
}
.carousel-control-next-icon {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18.496" height="33.935" viewBox="0 0 18.496 33.935" transform="scale(-1 1)"><defs><clipPath id="a"><path data-name="Rectangle 846" fill="%23fafafa" d="M0 0h18.496v33.935H0z"/></clipPath></defs><g data-name="Group 490" clip-path="url(%23a)"><path data-name="Path 54729" d="m3.055 16.966 15.439 15.441-1.527 1.527L0 16.966 16.969 0 18.5 1.527z" fill="%23fafafa"/></g></svg>');
}
html body .carousel-control-next,
html body .carousel-control-prev {
	opacity: 1;
}
html body .carousel-control-next-icon,
html body .carousel-control-prev-icon {
	width: 20px;
	height: 35px;
	opacity: 1;
}


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

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

/* Footer */
footer {
	background: #303030;
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: normal;
}

footer:before {
    content: '';
    display: block;
    width: auto;
    aspect-ratio: 1460 / 346;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50%;
    background: url(./images/wave-logo.svg) no-repeat center center;
    background-size: cover;
}

footer a {
	color: #FFFFFF;
}

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

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

footer ul li {
	margin-bottom: 10px;
}

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: 400;
	font-family: 'TradeGothicLT';
	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;
}

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;
	line-height: 1;
	background: #fff;
	color: #3c3c3c;
	border: none;
	font-family: 'TradeGothicBold' !important;
	padding: 14px 18px !important;
	letter-spacing: .075em !important;
	height: 40px;
	font-size: 17px !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"] {
	padding: 0 !important;
	cursor: pointer;
	text-align: center;
	color: #303030;
	width: 100% !important;
	line-height: 42px !important;
	font-size: 14px !important;
	transition: all ease 0.5s;
	float: right;
	background: #AC9C83;
	font-family: 'Montserrat' !important;
	font-weight: 700;
}

footer .gform_wrapper input[type="submit"]:hover {
	color: #fff !important;
}

/* Footer Update Css */

.footer_menu_list {
	/* display: flex;
		justify-content: space-evenly;
		align-items: baseline;
		flex-wrap: wrap; */
	text-align: center;
	background-color: #AC9C83;
}

ul#footer-menu {
	margin: 0;
	padding: 10px 0;
}

hr.footer_border {
	border: 1px solid #6B785A;
	max-width: 250px;
	margin: 0 auto 30px;
}

.footer_menu_list a {
	color: #fff;
	font-size: 14px !important;
	font-family: 'Montserrat' !important;
	padding: 0 8px;
}

#footer-menu li {
	display: inline-block;
	position: relative;
}

.footer_menu_list li:after {
	content: '';
	width: 1px;
	height: 20px;
	background: #fff;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.footer_menu_list li:last-of-type::after {
	display: none;
}

footer p {
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: normal;
}

.footer-btns a.button {
    margin: 5px;
    font-family: 'Montserrat';
    background: #AC9C83;
    color: #303030;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    padding: 0px 25px;
    font-weight: 700;
    letter-spacing: 0;
}



/* Footer Update Css */




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


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

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

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

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

	.logo {
		padding: 15px 0;
	}

	.navbar-toggler {
		background: #303030 !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: 'TradeGothicBold';
		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;
	}

	.first-row-right a.reservation_head {
		width: 100%;
		line-height: 30px;
		margin-top: 0 !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: #303030;
		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: 60px;
		line-height: 1;
		color: #fff;
	}

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

	#slider-side-content img.centered {
		position: relative;
		top: 15px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}

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

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

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

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

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

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

	.navbar-toggler {
		padding: 12px;
		font-size: .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: 'TradeGothicBold';
	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 .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: 'TradeGothicBold';
	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: 'TradeGothicBold';
	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;
}

/* Update Css Right Block */

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

.button {
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 16px;
	background: #C9BEAB;
	color: #303030;
	border: 0;
	text-transform: uppercase;
	padding: 20px 25px 20px 30px;
	letter-spacing: .075em;
	line-height: 18px;
	border: none;
	transition: 0.4s all ease-in;
	display: inline-block;
}

.card_content_des p {
    margin-bottom: 0;
    padding: 20px 0 30px;
    font-size: 18px;
    font-family: 'Montserrat';
    color: #2E2E2E;
    letter-spacing: 0;
	line-height: 1.75;
    font-weight: 500;
}


.card_content {
	position: relative;
	/*     background: #f5f0e3; */
	padding: 60px;
	bottom: 0;
	width: 50%;
	max-width: 600px;
	right: 0;
	z-index: 1;
}

.card_content_image {
	width: 40%;
	margin-left: -5%;
}

.card_content_des h2:after {
	content: '';
	position: absolute;
	background: #6B785A;
	width: 66px;
	height: 4px;
	bottom: 0;
	left: 0;
}

.card_content_des h2 {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 25px;
}

.card_content_image img {
	width: 100%;
}


.bg_content {
	/* 	background-image: url('/wp-content/uploads/2023/11/green_bg_1.png'); */
	padding: 100px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	display: inline-block;
}

/* Update Css Right Block End */

/* Update Css Left Block */


/* .dining_content_box {
    background-image: url('/wp-content/uploads/2023/11/green_bg_1.png');
    padding: 90px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: inline-block;
    margin-top: 50px;
} */

.dining_content_box .dining_content_image img {
	width: 100%;
	aspect-ratio: 642/618;
	object-fit: cover;
}

.dining_block_bg {
	position: relative;
	padding: 90px 0;
}

.dining_block_bg.extra-spacing {
	padding: 160px 0 140px;
}

.dining_block_bg:after {
	content: '';
	background-image: url('/wp-content/uploads/2025/07/Group-528.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

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

.dining_card_content {
	position: relative;
	/*     background: #f5f0e3; */
	padding: 50px;
	bottom: 0;
	width: 50%;
	max-width: 600px;
	right: 0;
	z-index: 1;
	margin-left: -5%;
}

.dining_content_image {
	width: 40%;
	position: relative;
}

.dining_content_box .dining_content_image img.logo-stamp {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 128px;
	aspect-ratio: 1;
}

.dining_card_content_des h2 {
	font-family: 'SangBleuKingdom';
	font-size: 46px;
	font-weight: 100;
	color: #303030;
	letter-spacing: 4px;
	padding-bottom: 35px;
	margin-bottom: 10px;
	/*     margin-bottom: 35px; */
}


.dining_card_content_des p {
	margin-bottom: 0;
	padding: 20px 0 30px;
	font-size: 18px;
	font-family: 'Montserrat';
	color: #2E2E2E;
	letter-spacing: 0;
	font-weight: 500;
}



/* Update Css Left Block End */
@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: #FFF;
	position: relative;
	overflow-x: hidden;
}

.leaf-1 {
	position: absolute;
	right: 50px;
	top: 0;
	opacity: 0.5;
}

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

.callout-content-interior-inner {}

.home #slider-side-content img.centered {
	left: unset;
	right: 0;
	top: 80px;
	transform: none;
	max-width: 386px;
}

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

#slider-side-content p,
.homepage-second p {
	font-size: 16px;
	/* font-family: 'SainteColombe'; */
	font-family: 'Montserrat';
	color: #282728;
	letter-spacing: 1.5px;
}

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

@media screen and (max-width: 991px) {
	.home #slider-side-content img.centered {
		right: unset;
		left: 50%;
		max-width: 100%;
		top: 25px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.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: 30px 50px 50px 50px !important;
	background: #fff;
}

@media only screen and (max-width:768px) {
	#fullwidth-blocks {
		padding: 30px 20px 50px 20px !important;
	}
}
.insta-wrapper .insta-content {
	width: 100%;
	max-width: 1600px;
	margin: 0 80px;
	margin-top: 30px;
}
footer .fa {
	font-size: 30px;
}

/* .homepage-second{
	background: #fff;
	position: relative;
	overflow:hidden;
	margin-bottom:50px;
} */

.homepage-second {
	background: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	padding-top: 5rem;
}

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

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

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

.homepage-second .leaf-2 {
	bottom: 0;
	right: 10px;
	top: unset;
	left: unset;
	opacity: 1;
}

.homepage-second h2,
.homepage-second button {
	position: relative;
	font-weight: 600;
}

@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: 750px) {
	.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;
	}
}

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

.site-main h2 {
	color: #4E758C;
	font-size: 30px;
	font-family: 'TradeGothicBold';
}

nav.navbar {
	max-width: 850px;
	margin: auto;
}

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

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

	.page-id-948 .carousel-text h1,
	.page-id-956 .carousel-text h1 {
		font-size: 50px !important;
	}
}

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

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

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

.insta-wrapper {
	position: relative;
}

.insta-wrapper:before {
	content: '';
	background-image: url('/wp-content/uploads/2025/07/Group-528.png');
	background-color: #FCF5EB;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	opacity.7;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;	
}

.insta-wrapper h3 {
	margin-bottom: 0;
	text-align: center;
	color: #0E3115;
	font-family: 'SangBleuKingdom';
	font-size: 22px;
	line-height: 30px;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 4px;
	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: 35px;
	/* 	margin-left: auto; */
	display: block;
	/* 	margin-right: auto; */
}

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

	/* Update Css Start */

	.email_content a {
		font-size: 15px !important;
	}

	.card_content_image img {
		width: 100%;
	}

	.card_content {
		position: relative;
		/*         background: #F2F0EC; */
		padding: 50px 40px 50px 40px;
		bottom: 0;
		width: 50%;
		max-width: 100%;
		right: 0;
		z-index: 1;
	}

	/* a.button:hover img {
		margin-left: 10px;
		transition: all ease-in-out 0.5s;
	} */

	.card_content_image {
		margin-left: 0%;
	}

	.dining_card_content {
		margin-left: 0%;
	}

	/* Update Css End */

}

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

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

.card_box {
	padding: 60px 0;
}

.overhang_card_box {
	position: relative !important;
	width: 100%;
	z-index: 1;
}

.overhang_card_box .homepage-second {
	background: transparent;
}

.overhang_card_box:after {
	content: '';
	background-image: url('/wp-content/uploads/2023/11/lines.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	display: inline-block;
	position: absolute;
	top: -65px;
	left: 0;
	right: 0;
	z-index: -1;
}

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

.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;
	font-weight: 600;
	display: none !Important;
}


.gform_body input[type="text"],
.gform_body textarea {
	font-size: 18px !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 {
display: none;
} */

.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: 18px !important;
}

.gform_body .gfield_label {
	margin-bottom: 10px !important;
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
}

.gform_body input,
.gform_body textarea {
	background-color: #fff;
	border: 2px 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;
}

div.ginput_complex.ginput_container.gf_name_has_2 span {
	width: 50%;
}

.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,
#pretty-centered-content p {
	font-size: 19px;
}

.carousel-indicators {
	bottom: 80px;
}


.carousel-indicators li {
	width: 20px;
	border: 1px solid #fff;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: none;
	height: 20px;
	background-color: transparent;
	opacity: 1;
}

.carousel-indicators li.active {
	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: 1;
	text-align: center;
	border-bottom: none;
}

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

p:empty {
	margin: 0 !important;
}

#slider-side-content p:last-child {
	margin-bottom: 0;
}

#slider-side-content ul {
	font-family: 'TradeGothicBold';
	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;
}

.ot-widget {
	background: #476857;
	padding-top: 40px;
	padding-bottom: 20px;
	/* 	display:none; */
}

form.ot-dtp-picker-form input[type="submit"] {
	background: #AC9C83;
	outline: #AC9C83;
	box-shadow: 0 0 0 1px #AC9C83;
	border: 1px solid #AC9C83;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Montserrat';
	color: #303030;
}

form.ot-dtp-picker-form input[type="submit"]:hover {
	border: 1px solid #AC9C83;
	box-shadow: 0 0 0 1px #AC9C83;
}

.ot-inner h2 {
	display: none;
}

.ot-inner img {
	display: none;
}

.page-id-956 .left_right_image_text-image img {
	height: 100%;
	object-fit: cover;
}

/* Footer Links */

.footer_menu_list {
	display: flex;
	justify-content: space-evenly;
	align-items: baseline;
	flex-wrap: wrap;
}


/* Footer Links End */

.ot-widget h2 {
	font-size: 20px;
	letter-spacing: 4px;
	margin-bottom: 0;
	font-family: 'TradeGothicBold';
	color: #fff;
	line-height: 60px;
}

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

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

	.sticky_nav_sec.fixed-top {
		display: none;
	}

	button.navbar-toggler.fixed-top {
		position: fixed !important;
		top: 0;
	}
}

#slider-side-content h2 {
	display: inline-block;
	position: relative;
}

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

/* .home #slider-side-content h2: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 h2:after,
	.homepage-second h2:after {
		display: none;
	}
}

.newsletter-heading {
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 700 !important;
}

.newsletter-text {
	font-family: 'Montserrat';
	font-size: 14px;
}

footer .button {
	margin-left: 0 !important;
	background: #F5F0E3;
	color: #D93B1F;
	height: 42px;
	line-height: 42px;
	font-size: 17px;
	padding: 0px 15px;
}

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

footer .button:hover {
	color: #fff !important;
}

.footer-menu {
	text-align: center;
	margin-top: 35px;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 3px;
	font-weight: 600;
	font-family: 'TradeGothicLT';
	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;
}

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

.single-post .nav-links a {
	color: #D93B1F;
	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 .4s ease-in-out;
}

#press-block #fullwidth-blocks .image-link-individual a:before {
	background-color: rgba(0, 0, 0, 0.5);
	transition: all .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;
	}

	/* Update Css Start */

	.card_content_image img {
		width: 100%;
	}

	.card_content {
		position: relative;
		/*         background: #f5f0e3; */
		padding: 50px 40px 50px 40px;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		right: 0;
		z-index: 1;
	}

	.card_content_image {
		margin-left: 0%;
		width: 100%;
	}

	.card_content_box {
		flex-direction: column-reverse;
	}

	.dining_content_image {
		width: 100%;
	}

	.dining_content_block {
		flex-direction: column;
	}

	.dining_card_content {
		position: relative;
		/*     background: #f5f0e3; */
		padding: 50px 40px 50px 40px;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		right: 0;
		z-index: 1;
	}

	/* Update Css End */
}

@media(max-width:420px) {
	h1 {
		font-size: 55px;
	}

	.page-id-948 .carousel-text h1,
	.page-id-956 .carousel-text h1 {
		font-size: 45px !important;
	}

}

@media(max-width:340px) {
	h1 {
		font-size: 45px;
	}
}

@media only screen and (max-width:767px) {
	.ot-dtp-picker.wide {
		width: 100% !important;
	}

	.ot-dtp-picker.wide .ot-dtp-picker-form {
		height: auto !important;
		display: flex !important;
		flex-direction: column !important;
	}

	.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector {
		width: 100% !important;
	}

	.ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
		width: 100% !important;
	}
}

#centered-content{
	background: #fff;
    margin-top: 0 !important;
}

#centered-content p{
margin-bottom: 25px;
    padding: 0;
    font-size: 18px;
    font-family: 'Montserrat';
    color: #2E2E2E;
    letter-spacing: 0;
    font-weight: 500;
}

.card_content_btn{
	display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}

.popup-content-wrapper{
  position: fixed; 
  display: none; 
  width: 100%; 
  height: 100%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 20; 
}

.popup-content{
	width: 90%;
    max-width: 800px;
    background: #fff;
    padding: 30px;
	position:relative;
	max-height: 80vh;
    overflow-y: auto;
}

.popup-close{
	position: absolute;
    right: 15px;    
	top: 5px;
    font-weight: 600;  
    color: #000;
    font-size: 24px;
	cursor:pointer;
}

.popup-inner{
	display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.popup-content p{
	font-size: 16px;
    font-family: 'Montserrat';
    color: #2E2E2E;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
}