/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #F0E9D5;
	font-family: "mrs-eaves-xl-serif", sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 { line-height: 1.2; }
h1 { font-size: 53pt; } 
h2 { font-size: 32pt; } 
h3 { font-size: 22pt; } 
h4 { font-size: 19pt; } 
h5 { font-size: 20pt; }
h6 { font-size: 14pt; }

/*p {
	margin-bottom: 1.5em;
}*/

dfn, cite, em, i {
	font-style: italic;
}

blockquote,
.blockquote{
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	line-height: 30px;
	border: none;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0;
}


address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html, body {
    min-height: 100%;
    overflow: auto;
}

html {
	box-sizing: border-box;
}
html.menu-open,
html.menu-open body {
	overflow: hidden;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #0F231D;
	/* Fallback for when there is no custom background color defined. */
	position: relative;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-group{
	margin-bottom: 25px;
}
.form-control,
.btn{
	border-radius: 0;
}
.form-control{
	height: 46px;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #F0E9D5;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #F0E9D5;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #F0E9D5;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #F0E9D5;
}
.form-contro:-internal-autofill-selected,
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus {
	background-color: transparent !important;
	-webkit-box-shadow: 0 0 0 30px #0F231D inset !important;
	-webkit-text-fill-color:  #F0E9D5 !important;
}
.site-cta .form-latest-news input[type="email"]:-internal-autofill-selected,
.site-cta .form-latest-news input[type="email"]:-webkit-autofill,
.site-cta .form-latest-news input[type="email"]:-webkit-autofill:hover,
.site-cta .form-latest-news input[type="email"]:-webkit-autofill:focus {
	background-color: #132B23 !important;
	-webkit-box-shadow: 0 0 0 30px #132B23 inset !important;
	-webkit-text-fill-color:  #F0E9D5 !important;
}
.wpcf7-form.sent > .form-group,
.wpcf7-form.sent > .form-latest-news {
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: transparent;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	text-align: left;
}
.wpcf7-form.sent > .form-latest-news + .wpcf7-response-output {
	text-align: center;
}
.search-form .form-group{
	margin-bottom: 0;
	position: relative;
}
.search-form .search-submit{
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: 0;
}
.btn{
}
.btn:active,
.btn:focus{
	outline: none;
}
.btn-default{
	border-style: solid;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	padding: 1px 6px;
	white-space: break-spaces;
	min-width: fit-content;
	font-weight: normal;
	color: #f0e9d5;
	background-color: #0f231d;
	width: 20%;
	line-height: 46px;
	font-size: 20px;
	border-width: 1px;
	border-radius: 0px;
	border-color: #f0e9d5;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active{
}
.btn-lg{
	font-size: 22pt;
	padding: 3px 30px;
}
.btn-primary{
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #F0E9D5;
    text-decoration: none;
    display: inline-block;
    position: relative;
	-webkit-transition: opacity .25s ease;
	   -moz-transition: opacity .25s ease;
	    -ms-transition: opacity .25s ease;
	     -o-transition: opacity .25s ease;
	        transition: opacity .25s ease;
}

a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #F0E9D5;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

a:hover:after {
    width: 100%;
    left: 0;
}

a:hover, 
a:focus, 
a:active {
	color: #fff;
	opacity: 1;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
	opacity: 1;
}

.btn-link,
.btn-link:hover,
.btn-link:focus{
	color: #5b9412;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0;
	margin-top: 130px;
	text-align: center;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.row.without-padding > [class^="col-"],
.row.without-padding > [class*=" col-"]{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.entry-summary {
	margin: 75px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}


/* widget video */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/*height: 100%;*/
	overflow: hidden;
	margin-bottom: 15px; 
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
}

.embed-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.embed-wrapper:before {
    content: "";
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    display: block;
    overflow: hidden;
}

.embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*-------------------------------------
 ## Carousel
 ##------------------------------------*/
.owl-carousel .owl-nav{
	margin-top: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover{
 	background: none;
}
.owl-theme .owl-nav [class*=owl-]:focus{
	outline: none;
}
.owl-theme .owl-dots .owl-dot,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	outline: none;
	margin-left: 10px;
	margin-right: 10px;
}
.owl-theme .owl-dots .owl-dot span,
.swiper-pagination-bullet {
	background: #F0E9D5;
	border: 1px solid #F0E9D5;
	border-radius: 0;
	width: 10px;
	height: 10px;
	opacity: 1;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span,
.swiper-pagination-bullet-active{
	background: transparent;
	border-color: #F0E9D5;
}
.owl-carousel .owl-nav button > span{
	font-size: 50px;
	line-height: 50px;
}

.horizontal-slider.has-pagination {
	padding-bottom: 60px;
}
.horizontal-slider .swiper-slide {
    display: flex;
    align-items: center;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    /*height: calc(100vh - 20px);*/
    /*margin-top: 10px;*/
}
.horizontal-slider.image-fluid .swiper-slide {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.horizontal-slider .swiper-slide.free-slide {
	padding-left: 0;
	padding-right: 0;
}
.horizontal-slider .swiper-slide.free-slide:first-child + .swiper-slide {
	padding-left: 0;
}

/*-------------------------------------
 ## Modal
 ##------------------------------------*/
.modal-fullpage .modal-dialog {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
}
.modal-fullpage .modal-body{
	padding: 0;
}
.modal-notice {
	z-index: 99999;
}
.modal-notice .modal-content {
	background-color: rgba(15, 35, 29, .85);
	border-radius: 0;
}
.modal-notice .modal-content .modal-body {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
.modal-notice .modal-content .modal-body .close {
	position: absolute;
	top: 40px;
	right: 40px;
}
.modal-notice .modal-content .modal-body .close img {
	width: 24px;
	height: 24px;
}

/*-------------------------------------
 ## Elements
 ##------------------------------------*/
.no-results {
	margin-bottom: 50px;
}

/*-------------------------------------
 ## Header
 ##------------------------------------*/
.site-header {
	background-color: #0f231d;
	z-index: 9999;
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}
.is-sticky .site-header {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.home .site-header:not(.hited) {
	background-color: transparent;
	box-shadow: none;
}
.home .site-header:not(.hited) .navbar-brand {
	opacity: 0;
	visibility: hidden;
}
.site-header .navbar {
	display: block;
	position: relative;
	text-align: center;
}
.site-header .navbar-link {
	color: #F0E9D5;
	position: absolute;
	left: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
/* .home .site-header .navbar-link {
	color: #fff;
} */
.site-header .navbar-link:after {
	background-color: #F0E9D5;
}
/* .home .site-header .navbar-link:after {
	background-color: #FFF;
} */
.site-header .navbar-brand {
	margin-right: 0;
}
.site-header .navbar-brand:after {
	display: none;
}
.site-header .navbar-brand img {
	height: 65px;
}
.site-header .navbar-toggler {
	border: none;
	line-height: 1.6;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 1rem;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
html.menu-open .site-header .navbar-toggler {
	border: none;
	position: fixed;
	top: 70px;
	right: 1rem;
	z-index: 1010;
}
.site-header .navbar-toggler:focus,
.site-header .navbar-toggler:active {
	outline: none;
}
.site-header .navbar-toggler-text {
	color: #F0E9D5;
}
.site-header .navbar-toggler-text:after {
	background-image: url(../img/arrow_header.svg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 12px 148px;
	content: "";
	display: block;
	height: 148px;
	width: 12px;
	position: absolute;
	right: -30px;
	top: -90px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
	    -ms-transition: all .4s ease-in-out;
	     -o-transition: all .4s ease-in-out;
	        transition: all .4s ease-in-out;
}
.is-sticky .site-header .navbar-toggler-text:after {
	top: -200px;
}
.site-header .navbar-toggler-icon {
	background: none;
	height: auto;
	position: absolute;
	right: 0;
}
.site-header .navbar-toggler-bar {
	background-color: #F0E9D5;
	display: block;
	width: 1.6em;
	height: 2px;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}
.home .site-header .navbar-toggler-bar {
	background-color: #ffffff;
}
.site-header .navbar-toggler-bar:first-child {
	margin-bottom: 10px;
}
html.menu-open .site-header .navbar-toggler:hover::after{
	display: none;
}
html.menu-open .site-header .navbar-toggler-bar {
	background-color: #ffffff;
}
html:not(.menu-open) .site-header .navbar-toggler-icon,
html.menu-open .site-header .navbar-toggler-text {
	opacity: 0;
	visibility: hidden;
}
html.menu-open .site-header .navbar-toggler-bar:first-child {
	-webkit-transform: rotate(45deg) translate(5px, 0px);
	   -moz-transform: rotate(45deg) translate(5px, 0px);
	    -ms-transform: rotate(45deg) translate(5px, 0px);
	     -o-transform: rotate(45deg) translate(5px, 0px);
	        transform: rotate(45deg) translate(5px, 0px);
}
html.menu-open .site-header .navbar-toggler-bar:last-child {
	-webkit-transform: rotate(-45deg) translate(8px, -4px);
	   -moz-transform: rotate(-45deg) translate(8px, -4px);
	    -ms-transform: rotate(-45deg) translate(8px, -4px);
	     -o-transform: rotate(-45deg) translate(8px, -4px);
	        transform: rotate(-45deg) translate(8px, -4px);
}
.site-header .navbar-overlay {
	background-color: #0F231D;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 1006;
	overflow: auto;
}
.site-header .navbar-overlay.show {
	height: 100% !important;
	opacity: 1 !important;
}
.site-header .navbar-overlay .logo {
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: .04;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.site-header .navbar-overlay .menu {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.site-header .navbar-overlay .contact {
	color: #ffffff;
	margin-top: 80px;
}
.site-header .navbar-overlay .contact .social a {
	display: inline-block;
	max-width: 18px;
	margin: 0 5px;
	width: 100%;
	position: relative;
	top: 0;
	transition: all .3s ease-in;
}
.site-header .navbar-overlay .contact .social a:last-child {
	max-width: 9px;
}
.site-header .navbar-overlay .contact .social a img {
	width: 100%;
}
body.overheight .site-header .navbar-overlay .menu {
	position: static;
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
}
body.overheight .site-header .navbar-overlay .navbar-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
body.overheight .site-header .navbar-overlay .contact {
	position: absolute;
	bottom: 18px;
	margin-top: 0;
	left: 0;
	width: 100%;
}
body.overheight .site-header .navbar-overlay .contact .address p:last-child {
	margin-bottom: 0;
}
.site-header .navbar-dark .navbar-nav .nav-link {
	color: #fff;
	display: inline-block;
}
.site-header .navbar-dark .navbar-nav .nav-link::after {
	background-color: #fff;
}

/*------------------------------------
 ## Breadcrumbs
 ##-----------------------------------*/
.site-breadcrumbs{
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-transform: uppercase;
}
.site-breadcrumbs .current-item,
.site-breadcrumbs .breadcrumb_last{
	color: #004ebc;
}
/*------------------------------------
 ## Page
 ##-----------------------------------*/
.highlight-text::selection,
.highlight-text p::selection,
.highlight-text a::selection {
	background : #ac1e56;
}

#page {
	overflow-x: hidden;
}

.site-content {
	padding-top: 80px;
	padding-bottom: 80px;
}
h1.site-title {
	color: #F0E9D5;
	font-size: 48pt;
	margin-bottom: 100px;
}
.site-main {
	position: relative;
}
.site-main.content-middle > div {
	position: absolute;
	width: 100%;
	left: 0;
}
.site-main.content-middle .venue-slide-wrapper,
.site-main.content-middle .picket-item-wrapper {
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.site-main.content-middle .venue-slide-wrapper {
	margin-top: -55px;
}
.site-main.content-middle .venue-contact-wrapper,
.site-main.content-middle .picket-title-wrapper {
	bottom: 18px;
}
.site-main .page .site-title {
	margin-bottom: 60px;
	text-align: center;
}
.site-editor {
	max-width: 782px;
	margin-left: auto;
	margin-right: auto;
}
.site-editor h3 {
	margin-bottom: 40px;
}
.site-editor p {
	margin-bottom: 25px;
}
.site-editor .btn {
	margin-bottom: 30px;
}
.site-editor .btn,
.site-editor img {
	max-width: 100%;
}


/*-----------------------------------
 ## Post
 #-----------------------------------*/
.image-slider {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.image-placeholder {
	opacity: 0;
	visibility: hidden;
}
.home .site-content {
	padding-bottom: 0;
}
.home-image {
	background-position: center;
	background-size: cover;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
html.menu-open .home-image {
	opacity: 0;
	visibility: hidden;
}
.home-image > img {
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.home-image .social {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 100%;
}
.home-holder {
	height: 100vh;
}
.home-content {
	background-color: #0F231D;
	padding-top: 80px;
	padding-bottom: 80px;
}
.home-content .description,
.home-content .private-dining {
	padding-bottom: 120px;
}
.home-content .description {
	background-image: url(../img/sparator-graphic.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 123px 14px;
}
.home-content .menu {
	margin-bottom: 200px;
}
.home-content .menu .art {
	width: 170px;
	position: absolute;
	left: 30px;
	bottom: -100%;
	transform: translateY(15px);
	z-index: 1;
}
.home-content .drink .art {
	width: 170px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.home-content .description,
.home-content .drink,
.home-content .whats-on,
.home-content .private-dining,
.home-content .slide {
	margin-bottom: 130px;
} 
.home-content .private-dining {
	background-image: url(../img/wide-sparator-graphic.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 18px;
}
.home-content .content h3 {
	margin-bottom: 30px;
}
.home-content .content h3 + p {
	margin-top: 50px;
}
.home-content .content p + a {
	margin-top: 15px;
}
.home-content .content img {
	margin-bottom: 80px;
}
.page-template-whatson .site-title {
	background-image: url(../img/sparator-graphic.svg);
	background-position: center top 96px;
	background-repeat: no-repeat;
	background-size: 123px 14px;
	padding-bottom: 172px;
}
.whatson-item {
	margin-bottom: 165px;
}
.whatson-item,
.whatson-item a {
	color: #F0E9D5;
}
.whatson-item .slide,
.whatson-item .image {
	margin-bottom: 20px;
}
.whatson-item .title {
	margin-bottom: 20px;
}
.whatson-item .link:after,
.home-content .link:after {
	background-color: #F0E9D5;
	left: 0;
	width: 100%;
}
.single-whatson .site-title {
	margin-bottom: 10px;
}
.single-whatson .tagline,
.single-whatson .booknow {
	margin-bottom: 30px;
}
.single-whatson .swiper-pagination {
	text-align: left !important;
}
.single-whatson .description {
	margin-bottom: 80px;
}
.single-whatson .whatson-item .menu .art {
	display: none;
	width: 170px;
	height: 406px;
	position: absolute;
	left: 30px;
	top: 32%;
}

.food-divider {
	margin-bottom: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
.food-divider img {
	max-width: 85px;
}
.food-item,
.drink-item {
	margin-bottom: 40px;
}
.food-item .title,
.food-item .note,
.drink-item .title,
.drink-item .note {
	font-size: 20px;
}
.food-item .list-menu li,
.drink-item .list-menu li {
	position: relative;
	padding-right: 95px; /*40px;*/
}
.food-item .list-menu li .price,
.drink-item .list-menu li .price {
	position: absolute;
	right: 0;
	bottom: 0;
}

.opening-hours {
	list-style: none;
	padding: 0;
	margin: 0;
}
.opening-hours li {
	position: relative;
	width: 320px;
	margin-bottom: 1rem;
	max-width: 100%;
}
.opening-hours li strong {
	font-weight: normal;
	position: absolute;
	left: 200px;
}

.picket-item {
	margin-bottom: 80px;
	text-align: center;
}
.picket-item a:after {
	display: none;
}

.pde-slide-wrapper  {
	margin-bottom: 50px;
	position: relative;
}
/*.pde-slide:before,
.venue-slide:before {
	background: #0F231D;
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 100%;
	z-index: 99;
}*/
.pde-animated {
	background-image: url(../img/pde_art.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: 355px;
	height: 500px;
	margin-top: -30px;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 100;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.pde-content {
	margin-bottom: 80px;
}

.contact-form .form-title {
	font-size: 40px; /*40pt;*/
	margin-bottom: 40px;
}
.pde-form .form-control,
.contact-form .form-control {
	background: none;
	border: none;
	border-bottom: 1px solid #F0E9D5;
	color: #F0E9D5;
	font-size: 18px; /*18pt;*/
	padding-left: 0;
	padding-right: 0;
}
.pde-form  textarea.form-control,
.contact-form  textarea.form-control {
	height: 100px;
}
.pde-form .form-control:focus,
.pde-form .form-control:active,
.contact-form .form-control:focus,
.contact-form .form-control:active {
	box-shadow: none;
	outline: none;
}
.pde-form input[type="submit"],
.contact-form input[type="submit"] {
	background: none;
	border: 1px solid #F0E9D5;
	border-radius: 0;
	color: #F0E9D5;
	font-size: 18px; /*18pt;*/
	width: 200px;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}
.pde-form input[type="submit"]:hover,
.contact-form input[type="submit"]:hover {
	background: #F0E9D5;
	border-radius: 0;
	color: #0F231D;
	cursor: pointer;
}
.pde-form input[type="submit"]:focus,
.contact-form input[type="submit"]:focus,
.pde-form input[type="submit"]:active,
.contact-form input[type="submit"]:active {
	border-radius: 0;
	outline: none;
}
.pde-form .wpcf7-checkbox > span,
.contact-form .wpcf7-checkbox > span {
	margin: 0;
}
.pde-form .wpcf7-checkbox label,
.contact-form .wpcf7-checkbox label {
	font-size: 18px; /*18pt;*/
	position: relative;
}
.pde-form .wpcf7-checkbox label:hover,
.contact-form .wpcf7-checkbox label:hover {
	cursor: pointer;
}
.pde-form .wpcf7-checkbox label .wpcf7-list-item-label:before,
.pde-form .wpcf7-checkbox label .wpcf7-list-item-label:after,
.contact-form .wpcf7-checkbox label .wpcf7-list-item-label:before,
.contact-form .wpcf7-checkbox label .wpcf7-list-item-label:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
}
.pde-form .wpcf7-checkbox label .wpcf7-list-item-label:before,
.contact-form .wpcf7-checkbox label .wpcf7-list-item-label:before {
	border: 1px solid #F0E9D5;
	width: 30px;
	height: 30px;
	margin-right: 20px;
}
.pde-form .wpcf7-checkbox label:hover .wpcf7-list-item-label:before,
.contact-form .wpcf7-checkbox label:hover .wpcf7-list-item-label:before{
	background: rgba(240, 233, 213, .4);
}
.pde-form .wpcf7-checkbox label .wpcf7-list-item-label:after,
.contact-form .wpcf7-checkbox label .wpcf7-list-item-label:after {
	background-color: #F0E9D5;
	display: none;
	position: absolute;
	left: 7px;
	top: 50%;
	width: 9px;
	height: 9px;
	/*border: solid #0F231D;
	border-width: 0 3px 3px 0;*/
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.pde-form .wpcf7-checkbox label input:checked ~ .wpcf7-list-item-label:before,
.contact-form .wpcf7-checkbox label input:checked ~ .wpcf7-list-item-label:before {
	background-color: transparent;
}
.pde-form .wpcf7-checkbox label input:checked ~ .wpcf7-list-item-label:after,
.contact-form .wpcf7-checkbox label input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.pde-form .wpcf7-checkbox input[type="checkbox"],
.contact-form .wpcf7-checkbox input[type="checkbox"] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.contact-content a {
	color: #F0E9D5;
}
.contact-content a:after {
	background-color: #F0E9D5; 
	width: 100%;
    left: 0;
}

.venue-slide {
	position: relative;
}
.venue-slide .item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 100%;
}
.page-template-venue .content-area.content-middle .venue-slide .item img {
	height: 100%;
	width: auto;
}
.page-template-venue .venue-slide .owl-dots {
	display: none;
}
.page-template-venue .venue-contact {
	margin-top: 50px;
	text-align: center;
}
.page-template-venue .venue-contact p:last-child {
	margin-bottom: 0;
}
.page-template-venue .venue-contact a {
	color: #F0E9D5; 
}
/*-----------------------------------
 ## Comments
 #-----------------------------------*/


/*-----------------------------------
 ## Sidebar
 #-----------------------------------*/


/*------------------------------------
 ## Footer
 ##-----------------------------------*/
.site-cta {
	background-color: #132B23;
	color: #F0E9D5;
	padding-top: 50px;
	padding-bottom: 50px;
}
.site-cta .form-latest-news,
.site-cta .wpcf7-response-output {
	text-align: center;
}
.site-cta .form-latest-news input {
	background: none;
	border: none;
	box-shadow: none;
	color: #F0E9D5;
	padding: 0;
}
.site-cta .form-latest-news input:focus,
.site-cta .form-latest-news input:active {
	outline: none;
}
.site-cta .form-latest-news input[type="email"] {
	border-bottom: 1px solid #F0E9D5;
	border-radius: 0;
	box-shadow: none;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
}
.site-cta .form-latest-news .wpcf7-form-control-wrap {
	display: inline-block;
	vertical-align: top;
}
.site-cta .form-latest-news label,
.site-cta .form-latest-news input[type="email"] {
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.home .site-cta,
.home .site-footer {
	/* background-color: transparent;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%; */
	position: relative;
}
.home .site-footer .copyright, 
.home .site-footer .footer-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.site-partners {
	background-color: #0F231D;
}
.site-partners a::after {
	display: none;
}
.site-footer {
	background-color: #0F231D;
	color: #fff;
	padding-top: 18px;
	padding-bottom: 18px;
}
.site-footer .social a,
.home-image .social a {
    display: inline-block;
    max-width: 18px;
    margin: 0 5px;
    width: 100%;
    position: relative;
    top: 0;
    transition: all .3s ease-in;
}
.site-footer .social a:last-child,
.home-image .social a:last-child {
    max-width: 9px;
}
.site-footer .social a img,
.home-image .social a img {
    width: 100%;
}
.site-footer .copyright p ,
.footer-menu {
	font-size: 10pt;
	line-height: 32px;
	margin-bottom: 0;
}
.footer-menu ul,
.footer-menu li {
	display: inline-block;
}
.footer-menu ul li {
	padding-left: 5px;
	padding-right: 9px;
	position: relative;
}
.footer-menu ul {
	margin-right: 5px;
	margin-bottom: 0;
}
.footer-menu ul li:after {
	background-color: #fff;
	content: '';
	position: absolute;
	width: 1px;
	height: 14px;
	top: 9px;
	right: 0;
}

/* Footer Widget */
.site-footer {
	border-top: 1.5px solid #F0E9D5;
	padding-top: 50px;
}
.site-footer .widget,
.site-footer .widget a  {
	color: #F0E9D5;
	font-size: 14px;
	line-height: 1.6;
}
.site-footer .widget ul.menu,
.site-footer .widget_block:not(.widget_text) ul,
.site-footer .widget_custom_html ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-footer .widget ul.menu > li,
.site-footer .widget_block:not(.widget_text) ul > li,
.site-footer .widget_custom_html ul > li  {
	margin-bottom: 20px;
}
.site-footer .widget_block:not(.widget_text) ul > li,
.site-footer .widget_custom_html ul > li {
	max-width: 260px;
	position: relative;
	padding-right: 90px;
}
.site-footer .widget_block:not(.widget_text) ul > li > span,
.site-footer .widget_custom_html ul > li > span {
	position: absolute;
	right: 0;
	bottom: 0;
}
.site-footer .widget_text:not(.widget_custom_html) {
	max-width: 200px;
	margin-left: auto;
}

/*------------------------------------
 ## 404 
 ##-----------------------------------*/
.section-404{
    padding: 180px 0 100px;
	text-align: center;
}
.page-404{
    text-align: center;
}
.page-404 .fa{
    font-size: 160px;
    margin-bottom: 60px;
}
.page-404 p{
    font-size: 36px;
}

/* Back to top */
/*.back-to-top {
	border-radius: 5px;
	text-align: center;
	background: #5b9412;
	color: #fff;
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.6;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	z-index: 9999;
}
.back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}*/

/* Preloader */
#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F6F6F6;
	z-index: 10000;
	height: 100%;
}

#loader {
	width: 224px;
	height: 153px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url("../img/splash.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

/* Jquery appear */
.hiding {
	opacity: 0;
}

.visible {
	opacity: 1;
}

/*------------------------------------
 ## Media Query
 ##-----------------------------------*/
@media (max-width: 1199px) {
}

@media (max-width: 991px) {	
	html.menu-open .site-header .navbar-toggler {
		top: 50px;
	}
	.site-header .navbar-brand .desktop-logo,
	.site-header .navbar-dark .navbar-nav .nav-link:after,
	.dropdown-art {
		display: none;
	}

	h1.site-title {
		margin-bottom: 40px;
	}

	/*.site-sidebar {
		background-color: #0F231D;
		position: fixed;
	    width: 100%;
	    top: 91px;
	    left: 0;
	    z-index: 9998;
	}*/
	.dropdown-navigation > button {
		background: none !important;
		border: none;
		border-bottom: 1px solid #F0E9D5;
		font-size: 20pt;
		width: 100%;
		text-align: left;
		padding: 10px 0;
		position: relative;
	}
	.dropdown-navigation > button:after {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.sidebar-wrapper {
		position: relative;
	}
	.sidebar-wrapper .sticky-wrapper:not(.is-sticky) .site-sidebar {
		position: absolute;
		left: 0;
		width: 100%;
	}
	.page-template-food .site-sidebar + .sticky-wrapper,
	.page-template-drink .site-sidebar + .sticky-wrapper {
		opacity: 0;
		position: absolute;
		visibility: hidden;
	}
	.blog .site-main .sticky-wrapper.is-sticky + .site-sidebar-space,
	.page-template-food .site-main .sticky-wrapper.is-sticky + .site-sidebar-space,
	.page-template-drink .site-main .sticky-wrapper.is-sticky + .site-sidebar-space {
		height: 78px;
	}
	.page-template-food .dropdown-navigation > button,
	.page-template-drink .dropdown-navigation > button {
		display: none;
	}
	.dropdown-navigation .dropdown-menu {
		border-radius: 0;
		font-size: 20px; /*18pt;*/
		width: 100%;
	}
	.page-template-food .dropdown-navigation .dropdown-menu,
	.page-template-drink .dropdown-navigation .dropdown-menu {
		background-color: transparent;
		border: none;
		display: block;
		float: none;
		font-size: 0;
		margin-bottom: 0px;
		position: relative;
	}
	.page-template-food .dropdown-navigation .dropdown-menu > li,
	.page-template-drink .dropdown-navigation .dropdown-menu > li {
		display: inline-block;
		padding-left: 0;
		padding-right: 0;
		width: 50%;
	}
	.page-template-food .dropdown-navigation .dropdown-menu > li a,
	.page-template-drink .dropdown-navigation .dropdown-menu > li a {
		color: #F0E9D5;
		font-size: 20pt;
	}
	.page-template-food .dropdown-navigation .dropdown-item:active,
	.page-template-food .dropdown-navigation .dropdown-item:focus,
	.page-template-food .dropdown-navigation .dropdown-item:hover,
	.page-template-drink .dropdown-navigation .dropdown-item:active,
	.page-template-drink .dropdown-navigation .dropdown-item:focus,
	.page-template-drink .dropdown-navigation .dropdown-item:hover {
		background-color: transparent;
	}
	.page-template-food .dropdown-navigation .dropdown-item a,
	.page-template-drink .dropdown-navigation .dropdown-item a {
		background-image: linear-gradient(currentColor,currentColor);
	    background-position: 0 100%;
	    background-repeat: no-repeat;
	    background-size: 0 2px;
	    color: #F0E9D5;
	    transition: background-size .3s;
	}
	.page-template-food .dropdown-navigation .dropdown-item a:after,
	.page-template-drink .dropdown-navigation .dropdown-item a:after {
		background-color: #F0E9D5;
	}
	.page-template-food .dropdown-navigation .dropdown-item a.current,
	.page-template-drink .dropdown-navigation .dropdown-item a.current {
		background-size: 100% 2px;
	}
	.blog .site-main .sticky-wrapper,
	.page-template-food .site-main .sticky-wrapper,
	.page-template-drink .site-main .sticky-wrapper {
		margin-bottom: 40px;
	}
	.blog .dropdown-navigation .dropdown-menu {
		background-color: transparent;
		border: none;
		box-shadow: none;
	}
	.blog .dropdown-navigation .dropdown-menu.show {
		border-bottom: 1px solid #F0E9D5;
		margin-top: -53px;
		margin-bottom: 40px;
		position: static !important;
		transform: none !important;
	}
	.blog .dropdown-navigation .dropdown-toggle {
		font-size: 20px; /*18pt;*/
		color: #F0E9D5;
		padding-top: 13px;
		padding-bottom: 14px;
	}
	.blog .dropdown-navigation.show > .dropdown-toggle {
		border-bottom: none !important;
		box-shadow: none !important;
		text-indent: -99999px;
	}
	.blog .dropdown-navigation.show > .dropdown-toggle:after {
		-webkit-transform: rotate(180deg);
		   -moz-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		     -o-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
	.blog .dropdown-navigation .dropdown-menu .dropdown-item {
		padding-left: 0;
		padding-right: 0;
	}
	.blog .dropdown-navigation .dropdown-menu .dropdown-item a {
		color: #F0E9D5;
	}
	.dropdown-navigation .dropdown-item:hover,
	.dropdown-navigation .dropdown-item:focus,
	.dropdown-navigation .dropdown-item:active {
		background-color: transparent;
		outline: none;
	}
	.dropdown-navigation .dropdown-item a {
		color: #16181b;
	}
	.show>.btn-secondary.dropdown-toggle,
	.dropdown-navigation > button:focus,
	.dropdown-navigation > button:active {
		background: none !important;
		outline: none !important;
		box-shadow: none !important;
	}

	.whatson-item .title.desktop {
		display: none;
	}

	.blog .is-sticky .site-sidebar,
	.page-template-food .is-sticky .site-sidebar,
	.page-template-drink .is-sticky .site-sidebar {
		background-color: #0F231D;
		margin-top: -20px;
		padding: 10px 15px;
		width: 100% !important;
		left: 0;
		z-index: 1;
	}
	.blog .is-sticky .site-sidebar {
		z-index: 1500;
	}
	.blog .is-sticky .site-sidebar,
	.page-template-food .is-sticky .site-sidebar .dropdown-menu, 
	.page-template-drink .is-sticky .site-sidebar .dropdown-menu {
		margin-bottom: 0;
	}

	.drink-item .list-menu li:not(:last-child) {
		margin-bottom: 20px;
	}

	.contact-form {
		margin-bottom: 80px; 
	}

	.venue-slide .owl-carousel {
		display: block;
	}
	.venue-slide .owl-carousel .item {
		margin-bottom: 30px;
	}

	.venue-slide .horizontal-slider .no-horizontal-slider {
	    display: block !important;
	    margin-left: 15px;
	    margin-right: 15px;
	    text-align: center;
	    max-width: calc(100% - 30px);
	}
	.venue-slide .horizontal-slider .no-horizontal-slider .swiper-slide {
	    display: block !important;
	    height: auto;
	    margin-bottom: 30px;
	    margin-left: 0;
	    margin-right: 0;
	}

	.site-footer .social,
	.site-footer .footer-menu,
	.site-footer .widget ul.menu,
	.site-footer .widget_text {
		text-align: center !important;
	}

	.site-footer .footer-widget {
		margin-bottom: 50px;
	}
	.site-footer .widget ul.menu > li, 
	.site-footer .widget_block:not(.widget_text) ul > li, 
	.site-footer .widget_custom_html ul > li,
	.site-footer .widget_text {
		margin-left: auto;
		margin-right: auto;
	}
	.site-footer .widget_block:not(.widget_text) ul > li, 
	.site-footer .widget_custom_html ul > li {
		padding-right: 0;
	}
	.site-footer .widget_block:not(.widget_text) ul > li > span, 
	.site-footer .widget_custom_html ul > li > span {
		position: relative;
		right: auto;
		bottom: auto;
		display: block;
	}

	.home-content .image-placeholder,
	.home-content .art {
		display: none;
	}
	.home-content .image {
		margin-bottom: 50px;
	}
	.home-content .image img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.site-header .navbar-toggler {
		right: 10px;
	}
	.site-header .navbar-overlay .menu {
		padding: 30px 15px;
		top: 0;
		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		     -o-transform: none;
		        transform: none;
	}
	body.overheight .site-header .navbar-overlay .navbar-nav {
		margin-top: -60px;
	}
	.site-header .navbar-link,
	.site-header .navbar-toggler-text {
		font-size: 1rem;
	}

	h1.site-title,
	.contact-form .form-title {
		font-size: 2.5rem;
	}
	.site-content {
		padding-top: 40px;
	}
	.blog .site-content,
	.page-template-food .site-content,
	.page-template-drink .site-content {
		padding-top: 80px;
	}

	.page-template-food .dropdown-navigation .dropdown-menu > li a, 
	.page-template-drink .dropdown-navigation .dropdown-menu > li a {
		font-size: 12pt;
	}

	.pde-animated {
		height: 200px;
		width: 140px;
	}
}

@media (max-width: 575px) {
	.site-cta .form-latest-news .wpcf7-form-control-wrap {
		max-width: 260px;
    	margin-right: 38px;
	}
	.site-cta .form-latest-news input[type="email"] { 
		margin-left: 0;
		max-width: 100%;
	}

	.modal-notice .modal-dialog {
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}

	/*.site-sidebar,*/
	.page-template-food .is-sticky .site-sidebar, 
	.page-template-drink .is-sticky .site-sidebar {
		padding-left: 15px;
		padding-right: 15px;
		width: 100% !important;
		left: 0;
	}
}

@media (max-width: 375px) {
	.site-cta .form-latest-news .wpcf7-form-control-wrap {
		max-width: 100%;
		margin-bottom: 10px;
	}
	.site-cta .form-latest-news input[type="email"] {
		margin-right: 0;
	}
}

@media (min-width: 375px) and (max-width: 768px) {
	.page-template-food .dropdown-navigation .dropdown-menu > li a, 
	.page-template-drink .dropdown-navigation .dropdown-menu > li a {
		font-size: 20px;
	}
}

@media (min-width: 600px) {

}

@media (min-width: 768px) {
}

@media (min-width: 768px) and (max-width: 991px) {
	/*.site-sidebar .dropdown-navigation,*/
	.blog .is-sticky .site-sidebar .dropdown-navigation, 
	.page-template-food .is-sticky .site-sidebar .dropdown-navigation, 
	.page-template-drink .is-sticky .site-sidebar .dropdown-navigation {
		max-width: 690px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	.modal-notice .modal-dialog {
		max-width: 848px;
	}
	.modal-notice .modal-content .modal-body {
		padding-left: 40px;
		padding-right: 40px;
	}

	.site-header .navbar {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.site-header .navbar-brand .mobile-logo {
		display: none;
	}
	.site-header .navbar-brand img {
		height: 45px;
	}
	body.overheight .site-header .navbar-overlay .navbar-nav {
		margin-top: -60px;
	}
	body.scrolled .site-header .navbar-overlay .menu {
		height: 100%;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.contact-content {
		padding-left: 50px;
	}

	.site-sidebar.sidebar-fixed {
		display: none;
	}
	.whatson-item .title.mobile,
	.dropdown-navigation > button {
		display: none;
	}
	.dropdown-navigation .dropdown-menu {
		background-color: transparent;
		border: none;
		box-shadow: none;
		color: #F0E9D5;
		display: block;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		position: relative;
	}
	.dropdown-navigation .dropdown-item {
		color: #F0E9D5;
		font-size: 20px; /*20pt;*/
		padding-left: 0;
		padding-right: 0;
	}
	.dropdown-navigation .dropdown-item:hover,
	.dropdown-navigation .dropdown-item:focus {
		background-color: transparent;
	}
	.dropdown-navigation .dropdown-item a {
		background-image: linear-gradient(currentColor,currentColor);
	    background-position: 0 100%;
	    background-repeat: no-repeat;
	    background-size: 0 2px;
	    color: #F0E9D5;
	    transition: background-size .3s;
	}
	.dropdown-navigation .dropdown-item a:after {
		background-color: #F0E9D5;
	}
	.dropdown-navigation .dropdown-item a.current {
		background-size: 100% 2px;
	}
	.dropdown-art img {
		margin-top: 50px;
		width: 170px;
	}
	.page-template-whatson .right-hand-side {
		margin-top: 150px;
	}
	.home-image .social {
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	.home-content .menu .content,
	.home-content .drink .content, 
	.home-content .whats-on .content {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.single-whatson .whatson-item .menu {
		padding-bottom: 90px;
	}
	.single-whatson .whatson-item .menu .art {
		display: block;
	}
	.single-whatson .description,
	.single-whatson .whatson-item .menu > .content {
		padding-left: 250px;
	}
}

@media (min-width: 1200px) {
	.container,
	.site-header .navbar,
	.site-footer .container-fluid,
	.site-header .navbar-overlay .contact .container-fluid {
		padding-left: 80px;
		padding-right: 80px;
	}
	.site-header .navbar-link {
		left: 80px;
	}
	.site-header .navbar-toggler,
	html.menu-open .site-header .navbar-toggler {
		right: 80px;
		padding-left: 0;
		padding-right: 0;
	}
	.pde-slide .owl-stage-outer,
	.venue-slide .owl-stage-outer {
		overflow: visible !important;
	}
	.pde-slide-item,
	.venue-slide .owl-item {
		padding-right: 40px;
	}
	.page-template-whatson .left-hand-side {
		padding-right: 80px;
	}
	.page-template-whatson .right-hand-side {
		padding-left: 80px;
	}
	.single-whatson .description {
		padding-top: 20px;
	}
	.single-whatson .whatson-item .menu .right .content {
		padding-top: 30px;
	}
	.home-image .social {
		padding-left: 80px;
		padding-right: 80px;
	}
	.home-content .menu .content,
	.home-content .drink .content,
	.home-content .whats-on .content {
		padding-left: 70px;
	}
	.home-content .le-shoppe .content {
		padding-left: 50px;
	}
	.home-content .whats-on .content p,
	.home-content .whats-on .content a {
		margin-left: 60px;
	}
	.home-content .private-dining h3 {
		padding-left: 50px;
		padding-right: 70px;
	}
}	

@media (min-width: 1440px) {

}

@media (min-width: 1600px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}	


/*Overrides*/
.mod-footer-subscribe{
	display: flex;
	align-items: flex-start;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.mod-footer-subscribe .contacta-webform-table{
	display: flex;
}
.mod-footer-subscribe .contacta-webform-table label{
	display: none !important;
}
.contacta-webform-table .contacta-row{
	margin-top: 0 !important;
}
.mod-footer-subscribe .contacta-webform-table .contacta-row:nth-child(1){
	max-width: 100%;
	width: 420px;
}
.mod-footer-subscribe .contacta-webform-table .contacta-row:nth-child(2){
	width: 100px;
}
.mod-footer-subscribe .contacta-webform-table .contacta-col{
	padding-left: 0;
	padding-right: 0;
}
.mod-footer-subscribe .submission-message{
	padding-left: 15px !important;
}
.mod-footer-subscribe input{
	display: block;
	width: 400px;
	max-width: 100%;
	height: 43px;
	line-height: 43px;
	padding: 0;
	background: none !important;
	border: 0;
	border-radius: 0;
	outline: none !important;
	border-bottom: 1px solid #F0E9D5;
}
.mod-footer-subscribe button{
	height: 43px;
	line-height: 43px !important;
	padding: 0 15px !important;
	background: none !important;
	outline: none !important;
}
.mod-footer-subscribe .text{
	position: relative;
}

.mod-sprout-form input{
	display: block;
	width: 100%;
	height: 43px;
	line-height: 43px;
	padding: 0;
	background: none !important;
	border: 0;
	border-radius: 0;
	outline: none !important;
	border-bottom: 1px solid #F0E9D5;
	color: #F0E9D5;
	font-size: 18px;
}
.mod-sprout-form textarea{
	display: block;
	width: 100%;
	padding: 15px 0;
	background: none !important;
	border: 0;
	border-radius: 0;
	outline: none !important;
	border-bottom: 1px solid #F0E9D5;
	color: #F0E9D5;
	font-size: 18px;
	min-height: 100px;
}
.mod-sprout-form input::placeholder, .mod-sprout-form textarea::placeholder{
	color: #F0E9D5;
	font-size: 18px;
}
.mod-sprout-form label:empty{
	display: none;
}
/*.mod-sprout-form .hide-label label{*/
/*	display: none;*/
/*}*/
.mod-sprout-form .date-time-picker{
	position: relative;
	z-index: 1;
}
.mod-sprout-form .date-time-picker img{
	display: none !important;
}
.mod-sprout-form .container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.mod-sprout-form .contacta-webform-table .contacta-col{
	padding-left: 0;
	padding-right: 0;
}
.mod-sprout-form .data-block{
	margin-bottom: 10px;
}
.mod-sprout-form .contacta-webform-form .btn{
	filter: unset !important;
	font-size: 18px !important;
	width: 200px !important;
	height: 46px !important;
	line-height: 46px !important;
	padding: 0 15px !important;
	text-align: center !important;
	color: #F0E9D5 !important;
	outline: none !important;
	transition: all ease-in-out 300ms;
}
.mod-sprout-form .contacta-webform-form .btn:hover{
	background: #F0E9D5 !important;
	color: #0F231D !important;
}
.mod-sprout-form .iti__country{
	color: #0F231D !important;
}
.mod-sprout-form .label-option{
	position: relative;
	cursor: pointer;
}
.mod-sprout-form .label-option input{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #F0E9D5;
	margin-right: 10px;
	background: transparent;
	opacity: 0;
}
.mod-sprout-form .label-option:before{
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #F0E9D5;
	transition: all ease-in-out 300ms;
}
.mod-sprout-form .label-option:hover:before{
	background: rgba(240, 233, 213, .4);
}
.mod-sprout-form .label-option:after{
	content: '';
	background-color: #F0E9D5;
	position: absolute;
	left: 7px;
	top: 13px;
	width: 9px;
	height: 9px;
	transform: rotate(45deg) translateY(-50%);
	opacity: 0;
	transition: all ease-in-out 300ms;
}
.mod-sprout-form .label-option.checked:after{
	opacity: 1;
}
.mod-sprout-form .label-option.checked:hover:before{
	background: none;
}
.submitBtn {
	margin-top: 25px;
}
.mod-footer-subscribe .submitBtn{
	margin-top: 0;
}
.submission-message * {
	font-size: 20px !important;
}
.mod-footer-subscribe.subscribed > div {
	width: 100%;
	text-align: center;
}

.mod-4 #ftenquire{
    background-color: transparent;
	color: #F0E9D5 !important;
    font-family: "mrs-eaves-xl-serif", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
}
.mod-4 #ftenquire div{
	color: #F0E9D5 !important;
}
.mod-4 .page-container{
	background: none !important;
}

.mod-4 .select2-selection__rendered{
	background: none !important;
	color: #F0E9D5 !important;
	padding-left: 0 !important;
}
.mod-4 .select2-selection--single{
	border: 0 !important;
    background: none !important;
	height: 43px;
    line-height: 43px;
	padding: 0;
}
.mod-4 .select2-container{
	border: 0 !important;
	border-bottom: 1px solid #F0E9D5 !important;
}
.mod-4 .select2-selection__placeholder{
	color: #F0E9D5 !important;
	padding-left: 0 !important;
}
.mod-4 .select2-selection--single .select2-selection__arrow:after{
	font-size: 30px !important;
    color: #F0E9D5 !important;
    margin-top: -17px !important;
}
.mod-4 .checker, .mod-4 .checker input{
	width: 30px;
    height: 30px;
}
.mod-4 .checker span{
	content: '';
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #F0E9D5;
    transition: all ease-in-out 300ms;
}
.mod-4 .checker span:hover {
    background: rgba(240, 233, 213, .4);
}
.mod-4 .checker span:after {
    content: '';
    background-color: #F0E9D5;
    position: absolute;
    left: 7px;
    top: 13px;
    width: 9px;
    height: 9px;
    transform: rotate(45deg) translateY(-50%);
    opacity: 0;
    transition: all ease-in-out 300ms;
	font-size: 0;
}

.mod-4 .btn.btn-primary{
	filter: unset !important;
    font-size: 18px !important;
    width: 200px !important;
    height: 46px !important;
    line-height: 46px !important;
    padding: 0 15px !important;
    text-align: center !important;
    color: #F0E9D5 !important;
    outline: none !important;
    transition: all ease-in-out 300ms;
	background: transparent !important;
	display: block !important;
	margin-left: 0 !important;
	margin-right: auto !important;
}
.mod-4 .btn.btn-primary:hover{
	background: #F0E9D5 !important;
    color: #0F231D !important;
}

body .mod-4 .form-control{
	display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    padding: 0;
    background: none !important;
    border: 0 !important;
    border-radius: 0;
    outline: none !important;
    border-bottom: 1px solid #F0E9D5 !important;
    color: #F0E9D5 !important;
    font-size: 18px;
	font-family: "mrs-eaves-xl-serif", sans-serif;
}
body .mod-4 .form-control::placeholder{
	color: #F0E9D5 !important;
}
.site-main a{
	color: #F0E9D5 !important;
}

@media(max-width: 767px){
	.mod-footer-subscribe{
		display: block;
		text-align: center;
	}
	.mod-footer-subscribe .contacta-webform-table{
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	.mod-footer-subscribe .contacta-webform-table .contacta-row:nth-child(2){
		margin-left: auto;
		margin-right: auto;
	}
	.mod-footer-subscribe .contacta-col>div{
		text-align: center;
	}
	.mod-footer-subscribe .submission-message{
		padding-left: 0 !important;
	}
}