/*
	
	Theme Name: The Village Taphouse Custom WordPress Theme
	Theme URI: https://daymarker.digital
	Version: 1.0
	
	Description: Detail oriented, beautifully complex, yet overwhelmingly simple. Less is more, fully responsive and most certainly mobile first. 
	Author: Daymarker Digital
	Author URI: https://daymarker.digital
	Tags: HTML5, CSS3, Responsive, Mobile Friendly, Custom WordPress Theme, Advanced Custom Fields, Tailored WP Dashboard

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	
*/



/*
==============================================================================================
MASTER LAYOUT STYLES :: The Village Taphouse
==============================================================================================
*/

.vertical-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bg-cover {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a {
	-webkit-transition: all 290ms ease-in-out;
	-moz-transition: all 290ms ease-in-out;
	-ms-transition:  all 290ms ease-in-out;
	-o-transition: all 290ms ease-in-out;
	transition: all 290ms ease-in-out;
	-webkit-backface-visibility: hidden;
}

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

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #231F20;
}

.btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	display: inline-block;
}

.display-none {
	display: none !important;
}

.mobile-only {
	display: block !important;
}

.smartphone-only {
	display: block !important;
}

.tablet-only {
	display: none !important;
}

.desktop-only {
	display: none !important;
}

.js-auto-height.full {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

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

	.smartphone-only {
		display: none !important;
	}

	.tablet-only {
		display: block !important;
	}

} /* min 650px */

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

	.mobile-only, .tablet-only  {
		display: none !important;
	}

	.desktop-only {
		display: block !important;
	}

} /* min 1024px */

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

	.mobile-only, .tablet-only  {
		display: none !important;
	}

	.desktop-only {
		display: block !important;
	}

} /* min 1360px */

 /*
==============================================================================================
MASTER LAYOUT STYLES :: TYPOGRAPHY [ font-family: 'Roboto Condensed', sans-serif; font-family: 'Roboto', sans-serif; ]
==============================================================================================
*/

@font-face {
    font-family: 'brothersregular';
    src: url('./fonts/brothersregular-webfont.eot');
    src: url('./fonts/brothersregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/brothersregular-webfont.woff2') format('woff2'),
         url('./fonts/brothersregular-webfont.woff') format('woff'),
         url('./fonts/brothersregular-webfont.ttf') format('truetype'),
         url('./fonts/brothersregular-webfont.svg#brothersregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Abel', sans-serif;
	font-weight: 400;
}

p, li {
	font-size: 16px;
	line-height: 160%;
	font-weight: 100;
	letter-spacing: .45px;
}

p {
	margin: 0px 0px 15px 0px;
}

p:last-child {
	margin: 0px;
}

ul, li {
	list-style: none;
	font-size: .1px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

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


} /* min 650px */

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

	p, li {
		font-size: 15px;
	}

} /* min 1024px */

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

	p, li {
		font-size: 19px;
	}

} /* min 1360px */

/*
==============================================================================================
MASTER LAYOUT STYLES :: LOADING SCREEN
==============================================================================================
*/

body.loading {
	height: 100%;
	overflow: hidden;
}

#loading-screen {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	z-index: 999;
	background: #BD1E2D;
}

#loading-screen.loaded {
	-webkit-transition: all 500ms ease-in-out .5s;
	-moz-transition: all 500ms ease-in-out .5s;
	-ms-transition:  all 500ms ease-in-out .5s;
	-o-transition: all 500ms ease-in-out .5s;
	transition: all 500ms ease-in-out .5s;
	-webkit-backface-visibility: hidden;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-filter: alpha(opacity=00);
	filter: alpha(opacity=00);
	opacity: 0;
}

#load-graphic-container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.center-content .content {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.column-50 {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

.column-50.left {
	float: none;
}

.column-50.right {
	float: none;
}

.column-50 .content {
	margin: 0px auto;
	max-width: 65%;
}

.default-section {
	background: #fff;
	padding: 55px 0px;
}

.loading-logo {
max-width: 140px;
margin: 0px auto;
display: block;
}

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

	.default-section {
		padding: 75px 0px;
	}

} /* min 650px */

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

	.column-50 {
		width: 50%;
	}

	.column-50.left {
		float: left;
	}

	.column-50.right {
		float: right;
	}

	.default-section {
		padding: 90px 0px;
	}

} /* min 1024px */

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

	.default-section {
		padding: 120px 0px;
	}

} /* min 1360px */


/*
==============================================================================================
MASTER LAYOUT STYLES :: HEADER
==============================================================================================
*/

#menu-container {
	display: block;
	position: fixed;
	top: 0px;
	width: auto;
	z-index: 10;
	right: 0px;
	-webkit-transition: all 190ms ease-in-out;
	-moz-transition: all 190ms ease-in-out;
	-ms-transition:  all 190ms ease-in-out;
	-o-transition: all 190ms ease-in-out;
	transition: all 190ms ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate(160px,0);
	-moz-transform: translate(160px,0);
	-ms-transform: translate(160px,0);
	-o-transform: translate(160px,0);
	transform: translate(160px,0);
}

@media only screen and ( min-device-width: 50px ) and ( max-device-width: 650px ) {
	
	#menu-container {
		-webkit-transform: translate(160px,0);
		-moz-transform: translate(160px,0);
		-ms-transform: translate(160px,0);
		-o-transform: translate(160px,0);
		transform: translate(160px,0);
	}
	
}

#menu-container.active {
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}

.menu-trigger, .main-menu {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: #BD1E2D;
	color: #EBE8DF;
}

.menu-trigger {
	cursor: pointer;
	padding: 20px;
	margin: 0px -4px 0px 0px;
}

.menu-trigger .icon {
	width: 20px;
}

.menu-trigger .icon img {
	width: 100%;
}

.main-menu {
    padding: 18px 0px;
    text-align: center;
    width: 160px;
}

.main-menu > li {
	font-size: 12px;
	margin: 10px 0px 18px 0px;
	cursor: pointer;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition:  all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	-webkit-backface-visibility: hidden;
}

.main-menu > li:hover {
	color: #000;
}

.main-menu > li a {
	color: inherit;
}

.main-menu .symbol {
	width: 20px;
	margin: 0px auto;
	display: block;
}

.main-menu .symbol img {
	width: 100%;
}

.main-menu > li:last-child {
	margin: 0px;
}

.main-menu > li:last-child:hover {
	cursor: default;
}

@media only screen and ( min-width: 650px ) {
	
	#menu-container {
		-webkit-transform: translate(180px,0);
		-moz-transform: translate(180px,0);
		-ms-transform: translate(180px,0);
		-o-transform: translate(180px,0);
		transform: translate(180px,0);
	}
	
	.menu-trigger {
		padding: 22px;
	}
	
	.menu-trigger .icon {
		width: 22px;
	}
	
	.main-menu {
	    padding: 25px 0px;
            width: 180px;
	}

	.menu-trigger .copy, .main-menu > li {
		font-size: 15px;
		letter-spacing: 1.5px;
	}

	.main-menu > li {
		margin: 0px 0px 22px 0px;
	}

} /* min 650px */

@media only screen and ( min-width: 1024px ) {
	
	#menu-container {
		-webkit-transform: translate(200px,0);
		-moz-transform: translate(200px,0);
		-ms-transform: translate(200px,0);
		-o-transform: translate(200px,0);
		transform: translate(200px,0);
	}
	
	.menu-trigger {
		padding: 24px;
	}
	
	.menu-trigger .icon {
		width: 24px;
	}
	
	.main-menu {
            width: 200px;
	    padding: 28px 0px;
	}

	.menu-trigger .copy, .main-menu > li {
		font-size: 16px;
		letter-spacing: 1.5px;
	}

	.main-menu > li {
		margin: 0px 0px 27px 0px;
	}

} /* min 1024px */

/* @media only screen and ( min-width: 1360px ) {
	
	#menu-container {
		-webkit-transform: translate(225px,0);
		-moz-transform: translate(225px,0);
		-ms-transform: translate(225px,0);
		-o-transform: translate(225px,0);
		transform: translate(225px,0);
	}
	
	.menu-trigger {
		padding: 26px;
	}
	
	.menu-trigger .icon {
		width: 26px;
	}
	
	.main-menu {
            width: 225px;
	    padding: 29px 0px;
	}
	
	.menu-trigger .copy, .main-menu > li {
		font-size: 16px;
		letter-spacing: 1.5px;
	}

	.main-menu > li {
		margin: 0px 0px 50px 0px;
	}

	.main-menu .symbol {
		width: 34px;
	}

}  */
/* min 1360px */

/*
==============================================================================================
MASTER LAYOUT STYLES :: FOOTER
==============================================================================================
*/

.site-credits {
	background: #000;
	display: block;
	text-align: center;
}

.site-credits a, .site-credits h6 {
	color: #fff;
}

.site-credits h6 {
	font-size: 12px;
	line-height: 90%;
	text-transform: uppercase;
	font-weight: 400;
	padding: 16px 0px;
}

.site-credits a:hover {
	color: #50a6ba;
}

.contact-info-address-link {
	width: 70%;
	margin: 0px auto;
	display: block;
}

.contact-info-address-link li {
    -webkit-transition: all 290ms ease-in-out;
    -moz-transition: all 290ms ease-in-out;
    -ms-transition: all 290ms ease-in-out;
    -o-transition: all 290ms ease-in-out;
    transition: all 290ms ease-in-out;
    -webkit-backface-visibility: hidden;
}


.contact-info-address-link:hover li {
color: #000;
}

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

	.site-credits h6 {
		padding: 18px 0px;
	}
	
	.contact-info-address-link {
	width: 55%;
	margin: 0px auto;
	display: block;
}


} /* min 650px */

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

	.site-credits h6 {
		padding: 20px 0px;
	}
	
	.contact-info-address-link {
	width: 45%;
	margin: 0px auto;
	display: block;
}


} /* min 1024px */

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

.contact-info-address-link {
	width: 30%;
	margin: 0px auto;
	display: block;
}


} /* min 1360px */

/*
==============================================================================================
MASTER LAYOUT STYLES :: SECTION :: COVER SECTION
==============================================================================================
*/

.section.cover {
	position: relative;
}

.section.cover .background-image {
	width: 100%;
	height: 100%;
	display: block;
}

.section.cover .brand {
	width: 85%;
	margin: 0px auto;
	display: block;
}

.section.cover .brand img {
	margin: -40px 0px 0px 0px;
	width: 100%;
}

#nav-hours {
	background: #EBE8E1;
	width: 100%;
	position: static;
	bottom: 0px;
	display: block;
}

#nav-hours .content {
	padding: 70px 40px;
	width: 100%;
	height: auto;
	text-transform: uppercase;
	text-align: center;
}

#nav-hours .header-image {
	width: 75%;
	max-width: 300px;
	margin: 0px 0px 35px 0px;
}

#nav-hours ul {
	margin-bottom: 35px;
}

#nav-hours ul li:last-child {
	margin: 0px;
}

#nav-hours .hours, #nav-hours .brunch, #nav-hours .contact-info {
	width: 100%;
}

#nav-hours li {
	font-size: 18px;
	line-height: 90%;
	letter-spacing: 2px;
	margin: 0px 0px 18px 0px;
}

#nav-hours li.days, #nav-hours li.to {
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 1px;
	margin: 0px 0px 8px 0px;
}

#nav-hours .brunch li.to	{
	margin: -9px 0px 8px 0px;
}

#nav-hours li.hours {
	letter-spacing: 2px;
}

#nav-hours li.days {
	color: #A77C4F;
}

#nav-hours ul {
	text-align: center;
}

#nav-hours li {
	line-height: 90%;
	letter-spacing: 2px;
}

#nav-hours .inline-block {
	display: inline-block;
	vertical-align: middle;
}

#nav-hours a {
	font-size: inherit;
	line-height: inherit;
	color: #000;
}

#nav-hours  .email-us a {
	text-decoration: underline;
}

#nav-hours a:hover {
	color: #A77C4F;
	text-decoration: none;
}

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

	#nav-hours .content {
		padding: 85px 40px;
	}

	#nav-hours .header-image {
		width: 100%;
		max-width: 400px;
		margin: 0px 0px 55px 0px;
	}

	#nav-hours ul {
		margin-bottom: 45px;
	}

	#nav-hours li {
		font-size: 24px;
		line-height: 90%;
		letter-spacing: 2px;
		margin: 0px 0px 20px 0px;
	}

	#nav-hours li.days, #nav-hours li.to {
		font-size: 16px;
		font-weight: 900;
		letter-spacing: 1px;
		margin: 0px 0px 10px 0px;
	}

	#nav-hours .brunch li.to	{
		margin: -12px 0px 8px 0px;
	}


} /* min 650px */

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

	.section.cover .brand {
		width: 500px;
		display: block;
	}

	#nav-hours {
		position: absolute;
		bottom: -100px;
		background: none;
	}

	#nav-hours .content {
		padding: 28px 32px 0px 32px;
    		height: 200px;
	}

	#nav-hours ul, #nav-hours .header-image {
		margin: 0px;
	}

	#nav-hours .header-image {
		width: 20%;
		max-width: none;
	}

	#nav-hours .hours {
		width: 35%;
	}

	#nav-hours .brunch, #nav-hours .contact-info {
		width: 18%;
	}

	#nav-hours .contact-info {
		width: 22%;
	}

	#nav-hours li {
		font-size: 19px;
		letter-spacing: 1.75px;
		margin: 0px 0px 15px 0px;
	}

	#nav-hours li.days, #nav-hours li.to {
		font-size: 14px;
		font-weight: 900;
		letter-spacing: 1px;
		margin: 0px 0px 8px 0px;
	}

	#nav-hours .brunch li:nth-child(2) {
		margin-bottom: 11px;
	}

	#nav-hours .brunch li.to {
		margin: 0px 0px 11px 0px;
	}

} /* min 1024px */

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

	#nav-hours {
		bottom: -125px;
	}

	.section.cover .brand {
		width: 600px;
	}


	#nav-hours .content {
		padding: 40px 45px 0px 45px;
		height: 250px;
	}

	#nav-hours .header-image {
	}

	#nav-hours .hours {
	}

	#nav-hours .brunch, #nav-hours .contact-info {
	}

	#nav-hours .contact-info {
	}

	#nav-hours li {
		font-size: 24px;
		letter-spacing: 1.75px;
		margin: 0px 0px 12px 0px;
	}

	#nav-hours li.days, #nav-hours li.to {
		font-size: 18px;
		font-weight: 900;
		letter-spacing: 1px;
		margin: 0px 0px 10px 0px;
	}

} /* min 1360px */




/*
==============================================================================================
MASTER LAYOUT STYLES :: SECTION :: FOOD & DRINK
==============================================================================================
*/

/* Order Now CTA */

.order-now-menu-message {
	padding: 0 0 90px;
	margin-bottom: 90px; 
	border-bottom: 1px solid #B1B1B1;
	
	text-align: center;
	font-weight: 100;
	font-size: 20px;
}

.order-now-menu-message .message {
	padding: 10px;
}

.order-now-menu-message .button {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #A77C4F;
	letter-spacing: 1px;
	padding: 15px 25px;
	margin: 15px 10px 0;
	font-size: .8em;
}

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

	.order-now-menu-message {
		padding: 0 0 60px;
		margin-bottom: 60px;
		font-size: 17px;
	}

	.order-now-menu-message .message {
	}

	.order-now-menu-message .button {
	}

}

/**/


.section.food-drink.js-auto-height.full {
    background-position: right center;
}

.section.food-drink .header-image {
	background: rgba(235, 232, 225, 0.8);
	padding: 35px;
}

.header-image img {
	width: 100%;
}

.section.menu {
	padding: 75px 0px;
}

#food-menu-subnav {
	text-align: center;
	margin: 0px 0px 35px 0px;
}

#food-menu-subnav > li {
	display: inline-block;
	width: auto;
	margin: 0px 6.5% 0px 0px;
	padding-bottom: 4px;
	color: #434342;
	border-bottom: 4px solid rgba(66, 66, 65, 0);
	-webkit-transition: all 290ms ease-in-out;
	-moz-transition: all 290ms ease-in-out;
	-ms-transition:  all 290ms ease-in-out;
	-o-transition: all 290ms ease-in-out;
	transition: all 290ms ease-in-out;
	-webkit-backface-visibility: hidden;
	cursor: pointer;
}

#food-menu-subnav h2, #food-menu h3 {
	font-family: 'brothersregular', sans-serif;
	text-transform: uppercase;
}

#food-menu-subnav h2 {
	font-size: 18px;
	line-height: 90%;
	letter-spacing: 4px;
}

#food-menu {
	min-height: 500px;
}

#food-menu h3 {
	font-size: 16px;
	line-height: 90%;
	color: #434342;
	margin: 0px 0px 20px 0px;
	letter-spacing: 4px;
}

#food-menu h3.sub-heading {
	font-size: 14px;
	letter-spacing: 3px;
}

#food-menu-subnav > li:last-child {
	margin: 0px;
}

#food-menu-subnav > li:hover, #food-menu-subnav > li.active {
	color: #A77C4F;
	border-bottom: 4px solid #A77C4F;
}

.food-section-list > li {
	width: 100%;
	display: inline-block;
}

.food-section-item, .food-section-list.left {
	margin: 0px 0px 38px 0px;
}

.food-section-list.additional {
	padding: 38px 0px 0px 0px;
}


.food-section-list .food-section-item:last-child {
	margin: 0px;
}

.food-item-list, .food-item-list > li {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}

#food-menu .item-title {
	font-size: 17px;
	line-height: 105%;
	color: #A77C4F;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	margin: 0px 0px 7px 0px;
}

#food-menu .item-title.wine {
	display: inline-block;
	margin: 0px 10px 0px 0px;
}

#food-menu .item-desc {
	font-size: 17px;
	line-height: 110%;
	color: #434342;
	letter-spacing: 0px;
}

#food-menu .item-desc.wine {
	display: inline-block;
	margin: 0px;
}

.food-item-list > li {
	margin: 0px 0px 22px 0px;
}

.food-item-list > li:last-child {
	margin: 0px;
}

#food-menu .food-item-list li:last-child .item-desc {
	margin: 0px;
}

#food-menu .section-details {
    color: #B1B1B1;
    margin: -12px 0px 12px 0px;
    font-style: italic;
}

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

	.section.menu {
		padding: 85px 0px;
	}

	#food-menu-subnav {
		margin: 0px 0px 55px 0px;
	}

	#food-menu-subnav > li {
		margin: 0px 80px 0px 0px;
	}

	#food-menu-subnav h2 {
		font-size: 26px;
	}

	#food-menu {
		min-height: 400px;
	}

	#food-menu h3 {
		font-size: 21px;
		margin: 0px 0px 22px 0px;
	}

	#food-menu h3.sub-heading {
		font-size: 18px;
		letter-spacing: 3px;
	}

	.food-section-item, .food-section-list.left {
		margin: 0px 0px 42px 0px;
	}

	.food-section-list.additional {
		padding: 42px 0px 0px 0px;
	}

	#food-menu .item-title {
		font-size: 20px;
		margin: 0px 0px 7px 0px;
	}

	#food-menu .item-desc {
		font-size: 18px;
		line-height: 130%;
	}

	.food-item-list > li {
		margin: 0px 0px 25px 0px;
	}

	#food-menu .section-details {
	    margin: -10px 0px 14px 0px;
	}

} /* min 650px */

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

	.section.menu {
		padding: 95px 0px;
	}

	.section.food-drink .header-image {
		background: rgba(235, 232, 225, 0.8);
		padding: 45px;
	}

	#food-menu-subnav {
		margin: 0px 0px 75px 0px;
	}

	#food-menu-subnav > li {
		margin: 0px 100px 0px 0px;
	}

	.food-section-list.additional {
		padding: 0px;
	}
	
	.food-section-list.left {
		margin: 0px;
	}

	.food-section-list > li {
		width: 100%;
	}

	.food-section-list > li:nth-child(odd) {
	}

	.food-section-list > li:nth-child(even) {
	}

	.food-item-list > li {
		margin: 0px 0px 24px 0px;
	}

	#food-menu-subnav h2 {
		font-size: 25px;
	}

	#food-menu {
		min-height: 450px;
	}

	#food-menu h3 {
		font-size: 25px;
		margin: 0px 0px 25px 0px;
	}

	#food-menu h3.sub-heading {
		font-size: 20px;
		letter-spacing: 3px;
	}

	#food-menu .item-title {
		font-size: 20px;
	}

	#food-menu .section-details {
	    margin: -10px 0px 14px 0px;
	}

} /* min 1024px */

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

	#food-menu-subnav {
		margin: 0px 0px 95px 0px;
	}

	#food-menu-subnav > li {
		margin: 0px 120px 0px 0px;
	}

	.food-item-list > li {
		margin: 0px 0px 28px 0px;
	}

	#food-menu-subnav h2 {
		font-size: 30px;
	}

	#food-menu h3 {
		font-size: 28px;
		margin: 0px 0px 30px 0px;
	}

	#food-menu h3.sub-heading {
		font-size: 23px;
		letter-spacing: 3px;
	}

	#food-menu .item-title {
		font-size: 24px;
		margin: 0px 0px 9px 0px;
	}

	#food-menu .item-desc {
		font-size: 20px;
	}

	#food-menu .section-details {
	    margin: -10px 0px 16px 0px;
	}

} /* min 1360px */


/*
==============================================================================================
MASTER LAYOUT STYLES :: SECTION :: WEEKLIES
==============================================================================================
*/

.section.weeklies-content {
	padding: 75px 0px;
	text-align: center;
}

.section.weeklies-content .header-image, .section.weeklies-content .content {
	margin: 0px 0px 55px 0px;
}

.section.weeklies-content .header-image, .section.weeklies-content .top-image {
	margin: 0px 0px 30px 0px;
}

.section.weeklies-content .top-image {
	
}

#weeklies-list > li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

#weeklies-list > li:first-child {
	padding-top: 0px;
}

#weeklies-list > li:last-child {
	padding-bottom: 0px;
}

#weeklies-list > li:last-child .hr {
	display: none;
}

#weeklies-list h3 {
	font-size: 16px;
	color: #434342;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px 0px 30px 0px;
}

.weekly-special {
	padding: 0px 15px;
}

.weeklies-content .content h2, .weeklies-content #weeklies-list h3 {
	font-family: 'brothersregular', sans-serif;
	font-size: 15px;
	line-height: 90%;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #434342;
}

.weeklies-content .content h2 {
	margin: 0px 0px 8px 0px;
}

.weeklies-content .content h3 {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 90%;
	margin: 0px 0px 20px 0px;
	letter-spacing: 2px;
	font-weight: bold;
}

.weeklies-content #weeklies-list h3 {
	margin: 0px 0px 18px 0px;
	display: inline-block;
}

.weeklies-content p, .weeklies-content li {
	font-size: 16px;
	line-height: 145%;
}

#weeklies-list .hr {
	height: 1px;
	background: rgba(166, 124, 79, 0.68);
	width: 33%;
	margin: 25px auto 25px;
}

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

	.section.weeklies-content {
		padding: 85px 0px 105px;
	}

	.section.weeklies-content .header-image, .section.weeklies-content .content {
		margin: 0px 0px 62px 0px;
	}
	
	.section.weeklies-content .header-image, .section.weeklies-content .top-image {
		margin: 0px 0px 40px 0px;
	}

	.section.weeklies-content .top-image {
		
	}

	.weeklies-content .content h2, .weeklies-content #weeklies-list h3 {
		font-size: 19px;
		letter-spacing: 1.5px;
	}

	.weeklies-content .content h2 {
		margin: 0px 0px 10px 0px;
	}

	.weeklies-content .content h3 {
		font-size: 16px;
		margin: 0px 0px 22px 0px;
	}

	.weeklies-content #weeklies-list h3 {
		margin: 0px 0px 18px 0px;
	}

	.weeklies-content p, .weeklies-content li {
		font-size: 18px;
		line-height: 155%;
	}

	#weeklies-list .hr {
		height: 1px;
		width: 45%;
		margin: 25px auto 34px;
	}

} /* min 650px */

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

	.section.weeklies-content {
		padding: 115px 0px 135px;
	}

	.section.weeklies-content .header-image, .section.weeklies-content .top-image {
		margin: 0px 0px 55px 0px;
	}

	.section.weeklies-content .top-image {
		
	}
	
	.section.weeklies-content .content {
		margin: 0px 0px 55px 0px;
	}

	#weeklies-list > li {
		width: 14%;
		vertical-align: top;
	}

	.weeklies-content .content h2, .weeklies-content #weeklies-list h3 {
		font-size: 15px;
		letter-spacing: 1.25px;
	}

	.weeklies-content .content h2 {
		margin: 0px 0px 9px 0px;
	}

	.weeklies-content .content h3 {
		font-size: 14px;
		margin: 0px 0px 16px 0px;
	}

	.weeklies-content #weeklies-list h3 {
		 margin: 0px 0px 27px 0px;
	    border-bottom: 1px solid rgba(166, 124, 79, 0.68);
	    width: auto;
	    padding: 0px 0px 15px 0px;
	}

	.weeklies-content p, .weeklies-content li {
		font-size: 15px;
		line-height: 145%;
	}

	#weeklies-list .hr {
		display: none;
	}

} /* min 1024px */

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

	.section.weeklies-content {
		padding: 135px 0px 165px;
	}

	.section.weeklies-content .header-image, .section.weeklies-content .top-image {
		margin: 0px 0px 60px 0px;
	}

	.section.weeklies-content .top-image {
		
	}

	.section.weeklies-content .content {
		margin: 0px 0px 60px 0px;
	}

	.weeklies-content .content h2, .weeklies-content #weeklies-list h3 {
		font-size: 19px;
		letter-spacing: 1.25px;
	}

	.weeklies-content .content h2 {
		margin: 0px 0px 10px 0px;
	}

	.weeklies-content .content h3 {
		font-size: 17px;
		margin: 0px 0px 22px 0px;
	}

	.weeklies-content #weeklies-list h3 {
		margin: 0px 0px 35px 0px;
	    padding: 0px 0px 25px 0px;
	}

	.weeklies-content p, .weeklies-content li {
		font-size: 16px;
		line-height: 145%;
	}


} /* min 1360px */


/*
==============================================================================================
MASTER LAYOUT STYLES :: SECTION :: NORTH SHORE
==============================================================================================
*/

.section.north-shore .content {
	padding: 35px;
	text-align: center;
	background: rgba(235, 232, 225, 0.8);
}

.section.north-shore .header-image {
	width: 58%;
	margin: 0px auto 30px auto;
}

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

	.section.north-shore .content {
		padding: 35px;
	}

	.section.north-shore .header-image {
		margin: 0px auto 35px auto;
	}

} /* min 650px */

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

	.section.north-shore .content {
		padding: 45px;
	}

	.section.north-shore .header-image {
		margin: 0px auto 40px auto;
	}

} /* min 1024px */

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

	.section.north-shore .content {
		padding: 60px;
	}

	.section.north-shore .header-image {
		margin: 0px auto 42px auto;
	}

} /* min 1360px */


/*
==============================================================================================
MASTER LAYOUT STYLES :: SECTION :: GET IN TOUCH
==============================================================================================
*/

.section.get-in-touch {
	padding: 105px 0px 65px 0px;
	text-align: center;
}

.section.get-in-touch .header-image {
	margin: 0px 0px 45px 0px;
}

.contact-info li {
	font-size: 14px;
	line-height: 260%;
	color: #A77C4F;
	text-transform: uppercase;
}

.contact-info a {
	color: inherit;
}

.contact-info a:hover {
	color: #000;
}

.section.get-in-touch .hr {
	background: #A77C4F;
	height: 1px;
	width: 100px;
	margin: 10px auto;
}

.hiring-list {
/* 	margin: 0px 0px 30px 0px; */
}

.hiring-list li {
	font-size: 12px;
	line-height: 240%;
	color: #000;
	text-transform: uppercase;
}

.hiring-list a {
	color: inherit;
}

.hiring-list a:hover {
	color: #A77C4F;
}

.social-media-list > li {
	display: inline-block;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	margin: 0px 22px 0px 0px;
}

.social-media-list a {
	display: block;
}

.social-media-list a:hover {
	-khtml-opacity: .75;
	-moz-opacity: .75;
	-ms-filter: alpha(opacity=75);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.social-media-list > li img {
	width: 100%;
}

.social-media-list > li:last-child {
	margin: 0px;
}

.social-media-list {
	padding: 20px 0px 0px 0px;
}

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

	.section.get-in-touch {
		padding: 145px 0px 75px 0px;
	}

	.section.get-in-touch .header-image {
		margin: 0px 0px 55px 0px;
	}

	.contact-info li {
		font-size: 16px;
	}

	.section.get-in-touch .hr {
		width: 110px;
		margin: 20px auto;
	}

	.hiring-list {
/* 		margin: 0px 0px 32px 0px; */
	}

	.hiring-list li {
		font-size: 13px;
	}

	.social-media-list > li {
		width: 40px;
		height: 40px;
		margin: 0px 25px 0px 0px;
	}

} /* min 650px */

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

	.section.get-in-touch {
		padding: 175px 0px 100px 0px;
	}

	.section.get-in-touch .header-image {
		margin: 0px 0px 70px 0px;
	}

	.contact-info li {
		font-size: 19px;
	}

	.section.get-in-touch .hr {
		width: 140px;
		margin: 24px auto;
	}

	.hiring-list {
/* 		margin: 0px 0px 35px 0px; */
	}

	.hiring-list li {
		font-size: 14px;
	}

	.social-media-list > li {
		width: 45px;
		height: 45px;
		margin: 0px 20px 0px 0px;
	}

} /* min 1024px */

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

	.section.get-in-touch {
		padding: 200px 0px 125px 0px;
	}

	.section.get-in-touch .header-image {
		margin: 0px 0px 80px 0px;
	}

	.contact-info li {
		font-size: 20px;
	}

	.section.get-in-touch .hr {
		margin: 28px auto;
	}

	.hiring-list {
/* 		margin: 0px 0px 38px 0px; */
	}

	.hiring-list li {
		font-size: 15px;
	}

	.social-media-list > li {
		width: 50px;
		height: 50px;
		margin: 0px 24px 0px 0px;
	}

} /* min 1360px */

/*
==============================================================================================
MASTER LAYOUT STYLES :: SECTION :: INSTAGRAM FEED
==============================================================================================
*/

#instafeed > li {
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
	text-align: center;
	background: #EBE8E1;
}

#instafeed li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

#instafeed li a:hover {
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
	-ms-filter: alpha(opacity=75);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	filter: alpha(opacity=75);
	opacity: 0.75;
}

#instafeed li a img {
	width: 100%;
}

#instafeed .instafeed-block {
	height: 380px;
	width: 100%;
}

.instafeed-caption {
	font-size: 16px;
	line-height: 120%;
	color: #434342;
    padding: 0px 15%;
}

.instafeed-icon {
	width: 30px;
	margin: 0px auto 30px;
}

.instafeed-icon img {
	width: 100%;
}

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

	#instafeed > li {
	}

	#instafeed .instafeed-block {
		height: 540px;
		width: 100%;
	}

	.instafeed-caption {
		font-size: 20px;
	    padding: 0px 12%;
	}

	.instafeed-icon {
		width: 40px;
		margin: 0px auto 32px;
	}

} /* min 650px */

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

	#instafeed, #instafeed > li {
		height: 590px;
	}

	#instafeed > li {
		display: inline-block;
		width: 33%;
		float: left;
	}

	#instafeed > li:nth-child(2) {
		position: relative;
	}

	#instafeed > li:nth-child(2) .instafeed-block {
		position: absolute;
	}

	#instafeed > li:nth-child(2) .copy {
		bottom: 0px;
	}

	#instafeed > li:nth-child(2) .image {
		top: 0px;
	}

	#instafeed .instafeed-block {
		height: 295px;
		width: 100%;
	}

	.instafeed-caption {
		font-size: 17px;
		line-height: 125%;
	    padding: 0px 13%;
	}

	.instafeed-icon {
		width: 30px;
		margin: 0px auto 27px;
	}

} /* min 1024px */

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

	#instafeed, #instafeed > li {
		height: 780px;
	}

	#instafeed .instafeed-block {
		height: 390px;
	}

	.instafeed-caption {
		font-size: 19px;
		line-height: 125%;
	    padding: 0px 13%;
	}

	.instafeed-icon {
		width: 36px;
		margin: 0px auto 30px;
	}

} /* min 1360px */


/*
==============================================================================================
MASTER LAYOUT STYLES :: SECTION :: RESERVATIONS 
==============================================================================================
*/

.reservations-widget {padding: 55px 0px 25px 0px; text-align: center;}

.reservations-widget__title {display: inline-block; font-family: 'brothersregular', sans-serif; letter-spacing: .05em; text-transform: uppercase; padding-bottom: 13px; margin: 0px auto 27px auto; border-bottom: 1px solid rgba(166, 124, 79, 0.68);}
.reservations-widget__notes {max-width: 430px; margin: 0 auto 30px;}
.reservations-widget__notes ul {list-style: disc outside none !important; text-align: left; margin-left: 1.5rem;}
.reservations-widget__notes ul li {list-style: disc outside none !important; font-size: 12px; margin-bottom: 1em;}

@media only screen and ( min-width: 650px ) {
	.reservations-widget {padding: 105px 0px 65px 0px;}
}

/*
==============================================================================================
MASTER LAYOUT STYLES :: 404 PAGE
==============================================================================================
*/

#main-content.error-404-page {
	background: #BD1E2D;
	color: #EBE8DF;
}

#main-content.error-404-page section {
	height: 100%;
	width: 100%;
	display: block;
}

#main-content.error-404-page .content {
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#main-content.error-404-page h1 {
    font-size: 30px;
    line-height: 90%;
    margin: 0px 0px 20px 0px;
}

#main-content.error-404-page h2 {
	font-size: 18px;
    line-height: 90%;
    margin: 0px 0px 5px 0px;
}

#main-content.error-404-page p {
	
}

#main-content.error-404-page a {
	color: #000;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #000;
}

#main-content.error-404-page a:hover {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

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

	#main-content.error-404-page h1 {
	    font-size: 36px;
	    margin: 0px 0px 25px 0px;
	}

	#main-content.error-404-page h2 {
		font-size: 20px;
	    margin: 0px 0px 6px 0px;
	}

} /* min 650px */

@media only screen and ( min-width: 1024px ) {
	
	#main-content.error-404-page h1 {
	    font-size: 40px;
	    margin: 0px 0px 27px 0px;
	}
	
	#main-content.error-404-page h2 {
		font-size: 22px;
	    margin: 0px 0px 6px 0px;
	}

} /* min 1024px */

@media only screen and ( min-width: 1360px ) {
	
	#main-content.error-404-page h1 {
	    font-size: 46px;
	    margin: 0px 0px 30px 0px;
	}
	
	#main-content.error-404-page h2 {
		font-size: 24px;
	    margin: 0px 0px 7px 0px;
	}

} /* min 1360px */


/* Default Page Template */

body.page-template-default .section {
	background-color: #ebe8e1;
	padding-top: 90px;
	padding-bottom: 90px;

	
}
@media only screen and ( min-width: 960px ) {
	body.page-template-default .section {
		background-color: #ebe8e1;
		padding-top: 90px;
		padding-bottom: 90px;
	}
}

/* notice */

#notice {
	display: block;
	position: fixed;
	z-index: 2;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	height: 57px;
	line-height: 57px;
	padding: 0 60px 0 15px;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
}

#notice:hover {
	text-decoration: underline;
}

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

	#notice {
		font-size: 14px;
		padding: 0 78px;
		height: 38px;
		line-height: 38px;
	}
}

/* page with banner */

.page-with-banner .banner {
	position: relative;
	height: 55vw;
}
@media only screen and ( min-width: 960px ) {
	.page-with-banner .banner {
		height: 27.5vw;
	}
}

.page-with-banner .banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-with-banner .section {
	background-color: #ebe8e1;
	padding-top: 90px;
	padding-bottom: 90px;
	text-align: center;
}

.page-with-banner .section p {
	font-size: 14px;
}

.page-with-banner .section h1 {
	margin-bottom: 10px;
}


.page-with-banner .wrapper {
	max-width: 310px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and ( min-width: 960px ) {
	.page-with-banner .wrapper {
		max-width: 100%;
	}
	.page-with-banner .wrapper.narrow {
		max-width: 640px;
	}
}

#order-online-options {
	margin-top: 45px;
	margin-bottom: 60px;
	text-align: center;
}

.page-with-banner .wrapper a {
	color: inherit;
	text-decoration: underline;
}

.page-with-banner .wrapper a.button {
	font-size: 18px;
	text-transform: uppercase;
	color: #A77C4F;
	display: inline-block;
	margin: 10px;
	padding: 14px 21px;
	border: 1px solid #A77C4F;
	box-sizing: border-box;
	width: calc(100% - 20px);
	text-decoration: none;
}

.page-with-banner .wrapper ul,
.page-with-banner .wrapper ul li {
	list-style: circle;
	text-align: left;
	font-size: 14px;
}
.page-with-banner .wrapper ul {
	padding: 0 0 0 21px;
}
.page-with-banner .wrapper li {
	padding: 0 0 14px 0;
}

@media only screen and ( min-width: 960px ) {
	.page-with-banner .wrapper a.button {
		width: auto;
		min-width: 280px;
	}
}

#order-online-details {
	padding-top: 20px;
	max-width: 310px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and ( min-width: 960px ) {
	#order-online-details {
		max-width: 600px;
		padding-top: 45px;
		border-top: 1px solid rgba(167, 124, 79, 0.3);
	}
}

#order-online-details h2 {
	text-transform: uppercase;
	/* color: #A77C4F; */
	margin-bottom: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 18px;
}