/*!
Theme Name: antonin
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: antonin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

antonin is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

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

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

/*-------------------------------------------
# Vlads
----------------------------------*/

body{
	color: #404040;
}

.hlink,
.hlink:hover,
.hlink:focus,
.hlink:active,
.hlink a,
.hlink a:hover,
.hlink a:focus,
.hlink a:active{
	text-decoration: none;
}

.nav_link a,
.nav_link a:hover,
.nav_link a:focus,
.nav_link a:active{
	text-decoration: none;
	color: #fff;
	font-size: 1.25rem;
}

.text-white,
.text-white:hover,
.text-white:focus,
.text-white:active,
.text-white a,
.text-white a:hover,
.text-white a:focus,
.text-white a:active{
	color: #fff!important;
}
.text-black,
.text-black:hover,
.text-black:focus,
.text-black:active,
.text-black a,
.text-black a:hover,
.text-black a:focus,
.text-black a:active{
	color: #212121!important;
}

.antonin-link,
.antonin-link:hover,
.antonin-link:focus,
.antonin-link:active{
	text-decoration: none;
	color: #dfa058;
}
a:focus,
a:active{
	outline: none;
}
.herrvon{
	font-family: 'Herr Von Muellerhoff', cursive;
	font-size: 6rem;
	margin: 1rem 0 -3rem;
	color: #dfa058;
}
.herrvon_bg{
	font-family: 'Herr Von Muellerhoff', cursive;
	font-size: 10rem;
	color: #fff;
	text-align: center;
	margin-bottom: -7rem;
	margin-top: -2rem;
}
.playfair{
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 1.7rem;
}
.focus_row{
	margin: 3rem 0;
}
.focus_content{
	padding: 2rem;
	background: #fbf6f0;
	margin: 2rem 0;
}
.sep{
	height: 2px;
	border-radius: 10px;
	width:15%;
	margin: 2rem 0 2rem 42.5%;
	background-color: #dfa058;
}
.sep_sm{
	height: 1px;
	border-radius: 10px;
	width:20%;
	margin: 1rem 0 2rem 40%;
	background-color: #dfa058;
}
#masthead{
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
#logo{
	font-family: 'Lora', serif;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 1.2rem;
}
.pageWithBg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.pageWithBg-shadow{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  background-color: rgba(0,0,0,0.6);
}
.home-header-top{
	width: 100%;
	padding: 4.2rem 2rem;
	position: relative;
	margin: 0;
}
.bigPadding{
	padding: 8rem 2rem;
}
@media screen and (max-width:992px){
	.home-header-top{
		padding: 3rem 1rem;
	}
	.bigPadding{
		padding: 6rem 1rem;
	}
}
.home-header-bottom{
	min-height: 70px;
	background-color: rgba(0,0,0,0.3);
}
.home-title{
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	font-size: 4rem;
}
.home-desc{
	font-size: 1.5rem;
	font-weight: 300;
	margin: 2rem 0;
}
.home-catch{
	max-width: 40rem;
	margin: 0 auto;
}
.btn-transparent{
	background-color: rgba(0,0,0,0.2);
	padding: 1rem 2rem;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active{
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
.text-antonin{
	color: #dfa058;
}
.btn-antonin{
	background-color: #dfa058;
	border-radius: 3rem;
	padding: 1rem 2rem;
	border: 2px solid transparent;
	color: #fff;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}
.btn-antonin:hover,
.btn-antonin:focus,
.btn-antonin:active{
	background-color: #dfa058;
	color: #fff;
	border: 2px solid #fff;
}
.btn-antonin-inverse{
	background-color: #212121;
	border-radius: 3rem;
	padding: 1rem 2rem;
	border: 2px solid transparent;
	color: #fff;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}
.btn-antonin-inverse:hover,
.btn-antonin-inverse:focus,
.btn-antonin-inverse:active{
	background-color: #212121;
	color: #fff;
	border: 2px solid #dfa058;
}
.home-header-btn{
	margin: 1rem 0.5rem;
}
.social-link{
	padding: 1rem;
	line-height: 70px;
	font-size: 1.5rem;
}
.home-header-bottom-address{
	line-height: 70px;
}
.home_footer_content_container{
	max-width: 40rem;
	margin: 0 auto;
}
#headerBg{
	position: fixed;
	top: 0;
	left:0;
	width:100%;
	height: 4rem;
	background-color: #fff;
	z-index: 9;
	transform: translateY(-5rem);
	transition: all .2s ease-in-out;
}
#masthead{
	z-index: 10;
	color: #fff;
}
#headerTitle{
	text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 4rem;
}
.home #headerTitle{
	display: none;
}
#menuBtn{
	position: absolute;
	z-index: 9999;
	left: 1.25rem;
  top: 1.25rem;
}
#bookingBtn{
	position: absolute;
	z-index: 9999;
	right: 1.25rem;
	top: 1.25rem;
}
.unstranslate{
	transform: translateY(0rem)!important;
}
.platters_title{
	margin: 0;
	font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 3rem;
}
.platters_catch{
	max-width: 30rem;
	margin: 2rem auto;
}
.cat_title{
	font-size: 2rem;
	margin-bottom: 2rem;
}
.specialties_container{
	padding: 1rem 0;
}
.specialties_catch{
	max-width: 30rem;
	margin: 2rem auto;
}
.specialties_section{
	margin: 2rem auto;
	padding: 2rem;
	max-width: 50rem;
	background-color: #fcf7f1;
}
.main_season{
	margin: 1rem auto 2rem;
	padding: 2rem;
	max-width: 40rem;
	background-color: #fcf7f1;
	text-align: center;
	border: 2px solid #dfa058;
	border-radius: .25rem;
}
.main_season_icon{
	max-width: 200px;
	margin-bottom: -155px;
}
.main_season_content p {
	font-size: 1.25rem;
	font-family: 'Courgette', cursive;
	padding: 0;
	margin: 0 0 .25rem;
}
.season{
	margin: 1rem auto 2rem;
	padding: 2rem;
  background-color: #fcf7f1;
	text-align: center;
	height: 100%;
}
.season_icon{
	max-width: 150px;
	margin-bottom: -155px;
}
.season_content p {
	font-size: 1.05rem;
	font-family: 'Courgette', cursive;
	padding: 0;
	margin: 0 0 .25rem;
}


.menu_container{
	padding: 6rem 0;
	position: relative;
	color: #fff;
}
.menu_catch{
	max-width: 30rem;
	margin: 2rem auto;
}
.menu_section{
	margin: 2rem auto;
	padding: 2rem;
	max-width: 50rem;
	background-color: #fcf7f1;
}
.menu_desc p{
	text-align: center;
	margin: 0 0 .25rem;
}

#footer{
	padding: 3rem 0 0;
	background-color: #212121;
	border-top: 3px solid #dfa058;
}
#CDSWIDCOE{
	margin: 0 auto!important;
}
#footer #CDSWIDCOE{
	margin: 0!important;
}
@media screen and (max-width:992px){
	#footer{
		text-align: center;
	}
	.TA_cdsscrollingravenarrow,
	.TA_certificateOfExcellence{
		text-align: center;
	}
	.TA_cdsscrollingravenarrow img,
	.TA_certificateOfExcellence img,
	#CDSSCROLLINGRAVE,
	#footer #CDSWIDCOE{
		margin: 0 auto!important;
	}
}
.footer_phone{
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 1rem;
}
#gmaps{
	width: 100%;
	height: 15rem;
	margin-bottom: 2rem;
}
#footer_bottom{
	background-color: #000;
}
.lugdev-logo{
	height: 2rem;
}
.platter-archive-header{
	padding: 5rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.platter-archive-title{
	font-size: 3rem;
}
.platter-intro-container{
	max-width: 50rem;
	padding: 1rem;
	margin: 0 auto;
}
.platters-row{
	margin: 1rem auto 2rem;
  padding: 2rem;
  background-color: #fcf7f1;
}
.platter-number{
	font-family: 'Herr Von Muellerhoff', cursive;
  font-size: 10rem;
  color: #dfa058bf;
  text-align: center;
  margin-bottom: -6rem;
  margin-top: 0rem;
}
.platter-footer-container{
	padding: 3rem 2rem;
	background-color: #fcf7f1;
	margin-bottom: 2rem;
}

.platter-single-header{
	padding: 5rem 0 2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.platter-single-title{
	font-size: 3rem;
}
.platter-single-excerpt{
	max-width: 30rem;
	margin: 0 auto;
}
.platter-single-content{
	max-width: 50rem;
	margin: 0 auto 2rem;
	background-color: #fcf7f1;
	padding: 2rem;
}
.platter-single-img{
	margin: 1rem auto 2rem;
}
.single-social-container{
	padding: 0 0 2rem;
}
.single-social{
	font-size: 2rem;
	padding: 0 1rem;
}

/* navigation */
#sideNav {
  height: 100%;
  background-color: #dfa058;
  left: 0;
  top: 0;
  z-index: 15;
  position: fixed;
  overflow-y: auto;
  overflow-x: visible;
	width: 25rem;
	transform: translate(-25rem,0);
}
@media screen and (max-width:992px){
	#sideNav {
		width: 20rem;
	  transform: translate(-992px,0);
	}
}
@media screen and (max-width:768px){
	#sideNav {
		width: 100%;
	  transform: translate(-768px,0);
	}
}
/* overlay layer */
.ssm-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.75);
  display: none;
  z-index: 11;
}
/* prevent scroll when nav is open */
.is-navOpen{
  overflow: hidden;
}
#sideNavClosing{
	position: absolute;
  right: 1.5rem;
  top: .5rem;
  font-size: 2rem;
}
.primary-menu-container{
	padding: .5rem 1.25rem;
}
#primary-menu a,
#primary-menu a:hover,
#primary-menu a:active,
#primary-menu a:focus{
	color: #fff;
	text-decoration: none;
	line-height: 3rem;
  font-size: 1.5rem;
}
#primary-menu{
	margin: 0;
	padding: 4rem 0 1rem;
	list-style: none;
}
.posts-navigation .screen-reader-text {
	display: none;
}
.posts-navigation{
	width: 100%;
	max-width: 1140px;
	padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
	position: relative;
	min-height: 5rem;
}
.posts-navigation a{
	background-color: #fff;
	border-radius: 3rem;
	padding: 1rem 2rem;
	border: 2px solid #dfa058;
	color: #dfa058;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
	display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
	margin-bottom: 2rem;
}
.posts-navigation a,
.posts-navigation a:hover,
.posts-navigation a:active,
.posts-navigation a:focus{
	text-decoration: none;
}

.nav-previous{
	position: absolute;
	top: 0;
	left: 1rem;
}

.nav-next{
	position: absolute;
	top: 0;
	right: 1rem;
}

#breadcrumbs{
	text-align: center;
	padding: 1rem 0 0;
	margin: 0 auto;
}
#breadcrumbs a,
#breadcrumbs a:hover,
#breadcrumbs a:active,
#breadcrumbs a:focus{
	color: #dfa058;
	text-decoration: none;
}
.antonin-word-container{
	padding: 1rem 0;
	margin: 3rem 0;
	position: relative;
}
.quote{
	position: absolute;
	font-size: 3rem;
	z-index: 0;
	color: #dfa05891;
}
.quote-left{
	top: -3rem;
  left: 0rem;
}
.quote-right{
	bottom: -2rem;
	right: 0rem;
}


/* Mobile */

@media screen and (max-width:768px){
	.home-title {
    font-size: 3rem;
	}
	.home-desc{
		font-size: 1.25rem;
	}
	.herrvon{
		font-size: 5rem;
		line-height: 5rem;
		margin-bottom: 0rem;
	}
	.herrvon_bg {
    font-size: 5rem;
		margin-bottom: -3rem;
		margin-top: 1rem;
	}
	.platters_title,
	.platter-archive-title,
	.platter-single-title{
		font-size: 2rem;
	}
	.platter-number{
		font-size: 5rem;
		line-height: 5rem;
		margin-bottom: 0rem;
		margin-top: 3rem;
	}
	.platters-row{
		padding: 2rem 0;
	}
	#headerBg{
		height: 3rem;
	}
	#headerTitle{
		display: none!important;
	}
	#menuBtn{
		left: 1rem;
    top: .75rem;
	}
	#bookingBtn{
		right: 1rem;
		top: .75rem;
	}
	.nav-previous,
	.nav-next{
		position: relative;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		left: auto;
		right: auto;
		top: auto;
	}
}
#home_recent{
	padding: 0 0 2.5rem;
}
.recent_container{
	padding: 1rem;
  background-color: #fcf7f1;
  margin-bottom: 2rem;
}
.recent_thumb_container{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 15rem;
}
.recent_post_container{
	padding: 1.5rem 1rem;
}
.recent_post_title{
	font-size: 1.25rem;
}
#newspaper_icon{
	font-size: 5rem;
	margin-bottom: -6rem;
	color: rgba(223, 160, 88, 0.4);
}
/* Tripadvisor Widget */
.TA_certificateOfExcellence{
	text-align: center;
}
.TA_links{
	margin: 1rem 0;
	padding: 0;
}
.slide{
	text-align: center;
}
.slide img{
	margin: 0 auto;
	width: 100%;
}
#our_dishes,
#our_platters,
#our_menu{
	-webkit-box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.3);
	box-shadow: inset 0px 0px 10px 1px rgba(0,0,0,0.3);
}
.lang_container{
	margin-top: 2rem;
	text-align: center;
}
.footer_lang_container{
	margin-top: 1rem;
}
.lang_link{
	display: inline-block;
	margin: 0 .5rem 0 0;
}
.lang_flag{
	height: 2rem;
	width: 2rem;
}
.the_flag{
	height: 3rem;
	width: 3rem;
}
.slick-prev:before, .slick-next:before{
	color: #212121;
}
.slide{
	cursor: -webkit-grab;
	cursor: grab;
}
.slide:active{
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
