/*!
Theme Name: Fourth
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fourth
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.

Fourth is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;600;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');


body {background: #46220D url(/images/woodback.jpg)no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	    font-family: 'Roboto Slab', serif;
}

.topbar {font-size: 12px;}

.accessibility-statement .pages h1 {font-size: 15px;}

.accessibility-statement .pages h1 span {
    padding: 20px 40px;
}

.mprm-container .mprm-page-template-items, .mprm-container.mprm-shortcode-items {
	display: table;
}

#page {width: 100%;}

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

a {text-decoration: none; }

.in {max-width: 1200px; margin: 0 auto;}

.logo {display: block; text-align: center; margin: 20px 0;}

.topbar {background: #000; padding: 10px 0; color: #E87330;}
.topbar a {color: #fff; letter-spacing: 1px; font-weight: 300; margin: 0 10px;}

.site-header {max-width: 1200px; margin: 50px auto 0 auto;}

.main-navigation {background: #000; color: #FFFFFF}
.main-navigation a {color: #E87330; text-decoration: none; font-size: 20px; text-transform: uppercase; font-weight: 500; padding: 20px 15px;}

.main-navigation ul {display: flex; list-style: none; flex-wrap: nowrap; justify-content: space-evenly; margin: 0px; padding: 0px;}

.main-navigation ul li {list-style: none; padding: 20px 15px;}

.main-navigation ul li:hover {background: #E87330;}
.main-navigation ul li:hover a{color: #fff;}

.beers .mprm-dots,.beers .mprm-price {display: none;}
.wine .mprm-dots,.wine .mprm-price {display: none;}

.beers .mprm-title,.wine .mprm-title {width: 100%; text-align: center;}
.menulist.drinks .mprm-taxonomy-title {text-align: center;}

.wine .mprm-excerpt {width: 100%; text-align: center;}

/*.drinks .mprm-category-description {display: none;} */
.drinks .mprm-category-title {margin-bottom: 15px; display: block;}

.home {display: flex; justify-content: space-evenly; margin-top: 30px;}

.homegallery {display: flex; width: 60%;}

.homegallery ul{display: flex; flex-wrap: wrap; justify-content: space-evenly;}
.homegallery li {
	flex: 0 45%; 
	margin: 0 10px 10px 0;
}

.homegallery li img{width: 100%; border: 9px solid #fff; margin-right:5px; display: block;
}

.sidetext {width:30%;
border: 9px solid #fff;
	background: #000;
	color: #fff;
	height: 100%;
}

.sidein {	padding: 15px 30px 20px 30px;
}

.sidetext p {font-size: 23px;
line-height: 40px;}


.sidetext em {    font-family: 'Satisfy', cursive; font-size: 35px;}

.video {margin: 0 auto; margin-top: 40px;}
.video iframe{border: 9px solid #fff;}

.home h2.over {background: #E87330; padding: 15px; color: #fff; display: inline-block; font-size: 30px; position: absolute; z-index: 999; margin-left: -450px;}
.home h2.over span { padding: 20px 80px; border: 1px solid #fff;}

.video h2 {background: #E87330; padding: 15px; color: #fff; display: inline-block; font-size: 30px; position: absolute; z-index: 999; margin-left: -20px;}
.video h2 span { padding: 20px 80px; border: 1px solid #fff;}


.menubuts {text-align: right; width: 100%; margin-bottom: 20px;}
.menubuts li{display: inline-block; background: #E87330; color: #FFFFFF;margin: 3px;}
.menubuts li.pdf {background:  #000;}
.menubuts a{text-decoration: none; color: #fff; display: block; padding: 15px 30px; }

.menulist.brunch, .menulist.doggy-menu, .menulist.happy-hour {column-count: 1;}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
	max-width: 1141px;
margin: 0 auto;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menulistx {display:flex; flex-wrap: wrap;}
.menulistx  .mprm-view-simple-list {
flex: 1 0 calc(50% - 120px);
margin: 15px 60px;
}

.mprm-container .mprm-page-template-items.mprm-view-simple-list .type-mp_menu_item .mprm-flex-container-simple-view.mprm-list:first-child, .mprm-container.mprm-shortcode-items.mprm-view-simple-list .type-mp_menu_item .mprm-flex-container-simple-view.mprm-list:first-child {
    margin: 0 0 10px !important;font-size: 19px;
}

.mprm-container.mprm-shortcode-items.mprm-view-simple-list .type-mp_menu_item .mprm-flex-container-simple-view .mprm-flex-item.mprm-dots {
    border-bottom: 1px dotted #5F5338;
}

.mprm-taxonomy-title {font-size: 34px !important; color: #E87330; margin: 0px!important; line-height: 1;}
.mprm-category-description {color: #E87330; margin-top: 5px; line-height: 1.2;}


#print .mprm-taxonomy-title {font-size: 22px !important; color: #E87330; margin: 0px!important; line-height: 1; text-align: center;}
#print .mprm-excerpt {font-size: 10px;}

.pageheaderout {max-width: 1200px; margin: 0 auto; padding: 60px 0; text-align: center;
background-size: cover;
}

.pageheaderout h1 {background: #E87330; padding: 15px; color: #fff; display: inline-block; font-size: 30px; text-align: center; margin: 20px auto;}
.pageheaderout h1 span { padding: 20px 80px; border: 1px solid #000;}


#print .mprm-container.mprm-shortcode-items.mprm-view-simple-list .type-mp_menu_item .mprm-flex-container-simple-view.mprm-list:first-child {font-size: 14px; font-weight: bold;}

#print .mprm-category-description {font-size: 14px; margin: 5px 0px; text-align: center}

#print .mprm-container .mprm-page-template-items, #print .mprm-container.mprm-shortcode-items {padding: 5px; margin: 0px;}

#print .pages {background: #fff;}

.pages {background: #F4EFE1; padding: 50px;}
.pages.in {max-width: 1100px;}

#print .pages {padding: 10px;}


.pages h1 {background: #E87330; padding: 15px; color: #fff; display: inline-block; font-size: 30px; text-align: center; margin: 20px auto;}
.pages h1 span { padding: 20px 80px; border: 1px solid #000;}
.pageheader {text-align: center;}


.inoutline {border: 2px solid #fff; padding: 0 15px 15px;}


.address {width: 60%; display: inline-block; background: #9A4D20; padding: 15px 15px 15px; color: #fff;}
.address p {margin: 3px 0; padding: 0px;}


.boxtwo {width: 30%; display: inline-block; margin-left:  5%;}
.boxtwo p {margin: 3px 0; padding: 0px;}
.boxtwo a{color: inherit;}


.twoleft {width: 70%; display: inline-block;}
.twoimage {width: 25%; display: inline-block; vertical-align: top;}
.twoimage img{max-width: 120%;}

.map {width: 62.8%; display: inline-block; margin-top: 30px; vertical-align: top;}
.contactbox {width: 30%; display: inline-block; margin-left:  5%;}


footer {background: #000; width: 100%; padding: 30px 0; min-height: 200px; margin-top: 100px;}

.footer {display: flex; justify-content: space-evenly;}
.footsection {width: 33%; color: #fff; border-right: 1px dotted #fff;}

.footsection:last-of-type {border: 0px;}

.footersocial {display: block; text-align: center;}
.footersocial img{max-width: 40px;display: inline-block; margin: 0 5px;} 
.footersocial a{display: inline-block;}

.footer h3 {color: #E87330;}

.copyright {font-size: 11px; text-align: center; display: block; margin: 65px 0 0 0;}
.copyright p {color: #fff; font-size: 13px;}

p {font-size: 19px;
line-height: 1.5;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */


.mobileshow {display: none;}

@media only screen and (min-width: 0px) and (max-width: 990px) {
	
	
	.address,.boxtwo {width: 90%; padding: 15px 5%;}
	
	.contactbox,.map {width: 100%; margin: 0px;}
	
	.menubuts {text-align: left;}
	
	.menubuts li {
    width: 49%;
    text-align: center;
    margin: 1% auto;
}
	
	.menubuts li.pdf {width: 99%;}
	
	#menu-menu-page {display: block;}
	
	.menulist .mprm-view-simple-list {
    flex: 1 0 calc(100% - 20px);
    margin: 15px 10px;
}
	
	.mprm-container.mprm-shortcode-items.mprm-view-simple-list .type-mp_menu_item .mprm-flex-container-simple-view.mprm-list:first-child {
    font-size: 16px;
}
	
	.sidetext {
		width: 94.5%;}
	
	.homegallery {width: 100%;}
	
	.homegallery li {
    flex: 0 44%;
    margin: 0 6% 10px 0;
}
	
	
	.pages {
    background: #F4EFE1;
    padding: 20px 20px 30px 20px;
}
	
	.videoWrapper iframe {width: 94.5%;
	}
	
	.video h2{position: inherit;
	margin-left: 0px;
	width: 90%;
		text-align: center;
	}
	
	body {overflow-x: hidden;}
	
	.footer,.home {flex-direction: column;}
	.footsection {border-right: 0px; border-bottom: 1px dotted #fff; width: 90%; margin-left: 5%;}
	
	#primary {width: 95%; margin: 0 auto;}
	
	.main-navigation {display: none;}
	
	.mobileshow {display: block;}
	
	.menu {display: none;}
	
	#header {min-height: inherit;}
	
	.logo {max-width: 100%;}
	.logo img {max-width: 100%;}
	
	.mobilesocial {float: right; display: block; position: absolute; right: 0; margin-right: 15px; z-index: 999999; width: 50%; text-align: right;}
	.mobilesocial img {width: 30px; margin: 18px 8px 0 0}
	
	.reviewout {column-count: 1;}
	
	nav {
  background-color: #1E1E23;
  height: 65px;
}
	
	nav.mainfull {height: 10px;}


#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 25px;
  left: 25px;
  z-index: 99999;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 70%;
  min-height: 100px;
  box-shadow: 0 0 10px #85888C;
  margin: -50px 0 0 -50px;
  padding: 50px;
  padding-top: 100px;
  background-color: #131313;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{ text-align: center;
  padding: 10px 0;
	list-style: none;
  transition-delay: 2s;
	border-top: 1px solid rgba(45,45,45,1.00);
}

	#menu li a{display: block; text-align: center; font-size: 25px; color: #FF8100;}
	
#menuToggle input:checked ~ ul
{
  transform: none;
}


	
}