/*
Theme Name: yumm
Theme URI: http://yummthaisushiandbeyond.com/
Author: Justin Hall for A. Tomlinson/Sims Advertising
Author URI: http://atsa-usa.com
Description: A custom theme for Yumm.
Version: 1.3

yumm is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	/* font-family: inherit;*/
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	height: 100%;
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	height: 100%;
	background-color: #000 !important;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #fff;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.4em;
	font-family: "ff-basic-gothic-web-pro", Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {

	padding-left: 1.5em;
	border-left: 2px solid #fff;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 85%;
	line-height: 1em;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

img {
	max-width: 100%;
	height: auto;
}

/* Forms */
button, input, select, textarea {
	font-size: 12px;
	margin: 0;
	outline: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input {
	line-height: normal;
	*overflow: visible;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	color: #FFF;
	line-height: 1em;
	text-transform: uppercase;
	background: #a0a718;
	padding: 10px 10px 9px;
	cursor: pointer;
	border: none;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box; padding: 0; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0;padding: 0;}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
textarea {
	color: #000;
	background: #fff;
	width: 100%;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
	height: 90px;
}
select {
	color: #000;
	display:block;
	border: none;
	background: #fff;
	width: 100%;
	padding: 8px;
	font-size: 14px;
}

/* Links */
a {
	color: #9fa716;
	text-decoration: none;
}


/* Backgrounds
----------------------------------------------- */
body {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

body.page-id-7, body.parent-pageid-7 {background-image: url(images/photo-kitchen-1.jpg); }  /* Menu */
	body.page-id-32 {background-image: url(images/photo-dish-3.jpg); } /* Menu > GREENS */
	body.page-id-105 {background-image: url(images/photo-dish-9.jpg); } /* Menu > SOUPS */
	body.page-id-34 {background-image: url(images/photo-dish-1.jpg); } /* Menu > RICE & NOODLES */
	body.page-id-109 {background-image: url(images/photo-interior-6.jpg); } /* Menu > CURRIES */
	body.page-id-111 {background-image: url(images/photo-dish-5.jpg); } /* Menu > YUMM SIGNATURES */
	body.page-id-40 {background-image: url(images/photo-dish-8.jpg); } /* Menu > LUNCH */
	body.page-id-36 {background-image: url(images/bg-photo-plate-3.jpg); } /* Menu > Sushi */
	body.page-id-115 {background-image: url(images/photo-dish-11.jpg); } /* Menu > SIDES */
	body.page-id-42 {background-image: url(images/photo-bar-1.jpg); } /* Menu > BEVERAGES */
	body.page-id-44 {background-image: url(images/photo-dish-10.jpg); } /* Menu > DESSERTS */

body.page-id-274, body.parent-pageid-274 {background-image: url(images/photo-kitchen-1.jpg); }  /* Menu */
	body.page-id-298 {background-image: url(images/photo-dish-3.jpg); } /* Menu > GREENS */
	body.page-id-300 {background-image: url(images/photo-dish-9.jpg); } /* Menu > SOUPS */
	body.page-id-302 {background-image: url(images/photo-dish-1.jpg); } /* Menu > RICE & NOODLES */
	body.page-id-304 {background-image: url(images/photo-interior-6.jpg); } /* Menu > CURRIES */
	body.page-id-292 {background-image: url(images/photo-dish-5.jpg); } /* Menu > YUMM SIGNATURES */
	body.page-id-290 {background-image: url(images/photo-dish-8.jpg); } /* Menu > LUNCH */
	body.page-id-278 {background-image: url(images/bg-photo-plate-3.jpg); } /* Menu > Sushi */
	body.page-id-278 {background-image: url(images/photo-dish-11.jpg); } /* Menu > SIDES */
	body.page-id-280 {background-image: url(images/photo-bar-1.jpg); } /* Menu > BEVERAGES */
	body.page-id-288 {background-image: url(images/photo-dish-10.jpg); } /* Menu > DESSERTS */

body.page-id-9 {background-image: url(images/photo-interior-3.jpg); } /* About */ 
body.page-id-13 {background-image: url(images/photo-dish-10.jpg); } /* Find Us */ 
body.page-id-145 {background-image: url(images/photo-dish-4.jpg); }  /* Catering */
body.page-id-76 {background-image: url(images/photo-exterior-1.jpg); } /* Contact */ 
body.page-id-78 {background-image: url(images/photo-exterior-1.jpg); } /* Join Our Team */ 
body, body.blog, body.single, body.archive, body.search, body.error404 {background-image: url(images/photo-staff-2.jpg);} /* Paul's Thoughts */

/* body.home {background-image: none; background-color: #000;} */

#page {
	min-height: 100%;
	background: rgba(0,0,0,0.4);
}


/* =Header
----------------------------------------------- */

#masthead {
	height: 150px;
	position: relative;
	z-index: 1000;
}
/* .home #masthead {
	position: absolute;
	width: 100%;
} */
#masthead a {
	color: #FFF;
}
.masthead-inner {
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 15px;
	height: 110px;
	position: relative;
}

/* Logo */
h1.site-title {
	background-image: url(images/yumm-thai-sushi-logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 110px;
	width: 180px;
	display: block;
	float: left;
	margin: 0px;
}
h1.site-title a {
	height: 110px;
	width: 180px;
	display: block;
}
@media (max-width: 570px) {
	h1.site-title, h1.site-title a {
		height: 100px;
		width: 150px;
	}
}

/* Header - Tablet View */
@media (max-width:1280px) {
  .masthead-inner {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
  }
}
@media (max-width: 570px) {
	.masthead-inner {
		height: 140px;
	}
}

/* Order Online */
.order-button {
	display: inline-block;
	position: absolute;
	top: 20px;
	background-color: #9fa716;
	color: #fff;
	padding: 12px 24px;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 20px;
	font-weight: bold;
}
.order-button-take-out {
	right: 190px;
}
.order-button-delivery {
	right: 15px;
}
.order-button span {
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    font-weight: 400;
    text-transform: none;
}

@media (max-width: 570px) {
	.order-button {
		font-size: 16px;
		padding: 8px;
	}
	.order-button span {
		font-size: 11px;
	}
	.order-button-take-out {
		right: 120px;
	}
}


/* Main Menu */
#main-menu-mobile-button {
  display: inline;
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 32px;
  height: 24px;
  background: url('images/mobile_menu_icon.svg') no-repeat;
}
@media (max-width: 570px) {
	#main-menu-mobile-button {
		bottom: 30px;
	}
}
#main-menu-mobile-button:hover {
  cursor: pointer;
}
#main-menu {
	position: absolute;
	right: 0px;
	top: 150px;
	width: 100%;
    bottom: auto;
    overflow: hidden;
    max-height: 0;
    background-color: #000;
    transition: max-height 0.3s ease-in;
}
@media (max-width: 570px) {
	#main-menu {
		top: 130px;
	}
}
#main-menu .menu-main-container {
    padding-bottom: 20px;
	padding-top: 20px;
}
#main-menu.open {
    max-height: 365px;
    transition: max-height 0.3s ease-out;
}
#main-menu ul {
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	display: block;
}
#main-menu ul li {
	list-style: none;
	display: block;
	margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
#main-menu ul li:last-child {
    margin-bottom: 0;
}
#main-menu ul li a {
	font-size: 24px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 100;
}
#main-menu ul li.current-menu-item a,
#main-menu ul li.current-page-ancestor a,
#main-menu ul li.current_page_parent a {
	color: #9fa716;
}

/* =Main
----------------------------------------------- */
#main {
	position: relative;
	z-index: 0;
}
#content {
	width: 1250px;
	margin: 0 auto;
	padding: 40px 15px 75px 15px;
}
/* Content - Tablet & Phone */
@media (max-width: 1280px) {
	#content {
		width: auto;
	}
}

/* Home Page & Slide Show */
/*
.home #main {
	width: auto;
}
.home #content {
	width: auto;
	padding: 0px;
}
*/
.slideshow-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 150;
}
.slide-one { background: url('images/photo-interior-2b.jpg') no-repeat center center; }
.slide-two { background: url('images/photo-interior-10.jpg') no-repeat center center; }
.slide-three { background: url('images/photo-dish-2b.jpg') no-repeat center center; }
.slide-four { background: url('images/photo-bar-2.jpg') no-repeat center center; }
.slide-five { background: url('images/photo-interior-5b.jpg') no-repeat center center; }
.slide-six { background: url('images/photo-dish-6.jpg') no-repeat center center; }

.slide{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#pager  {
	text-align: center;
	height: 35px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 265px;
	z-index: 200;
}
@media (max-width: 1009px) {
	#pager { bottom: 340px; }
}
@media (max-width: 599px) {
  #pager { bottom: 630px; }
}

#pager a, #pager span {
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	display: inline-block;
	height: 12px;
	width: 12px;
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 12px;
	background: #fff;
}
#pager a.activeSlide, 
#pager span.cycle-pager-active {
	background: #a1a614;
}
#pager span:hover {
  cursor: pointer;
}

.home-banner-ad {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -220px;
	margin-left: -175px;
	display: block;
	z-index: 200;
}
@media (max-width: 1009px) {
	.home-banner-ad {
		top: 160px;
		margin-top: 0px;
	}
}

/* Headings */
h1 {
	font-size: 43px;
	line-height: 1.1em;
	margin-bottom: 30px;
	text-transform: uppercase;
	/* font-weight: 100; */
	font-family: "bebas-neue", Helvetica, sans-serif;
}
h2 {
	color: #9fa716;
	text-transform: uppercase;
	font-family: "bebas-neue", Helvetica, sans-serif;
	font-size: 26px;
	line-height: 1.1em;
	margin-bottom: 0.75em;
}
h3 {
	color: #9fa716;
	text-transform: uppercase;
	font-family: "bebas-neue", Helvetica, sans-serif;
	font-size: 21px;
	line-height: 1.1em;
	margin-bottom: 0.5em;
}

/* Primary */
#primary {
	float: none;
	width: auto;
}
body.blog #primary,
body.single #primary,
body.archive #primary,
body.woocommerce #primary,
body.page-template-page-menu-php #primary,
body.page-template-page-menu-new-php #primary{  /* Has sidebar */
	float: left;
	width: 1040px;
}
/* Primary - Phone */
@media (max-width: 1280px) {
	body.blog #primary,
	body.single #primary,
	body.archive #primary,
	body.woocommerce #primary,
	body.page-template-page-menu-php #primary,
	body.page-template-page-menu-new-php #primary{
		float: none;
		width: 100%;
	}
}

section.content{
	background: rgba(0,0,0,0.4);
	padding: 35px 35px 50px;
}

@media (max-width: 767px) {
  section.content {
    padding: 35px 15px 50px;
  }
}

/* Alignment */
.center {
	text-align: center;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignright {
	float: right;
	margin-bottom: 30px;
	margin-left: 30px;
}
.alignleft {
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
}
.wp-caption{
	width: auto;
	margin-bottom: 1.5em;
}
.wp-caption-text{
	font-size: 13px;
	font-style: italic;
}
@media (max-width: 767px) {
	.alignright, .alignleft {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
}

a.big-link {
	color: #FFF;
	line-height: 1em;
	text-transform: uppercase;
	background: #a0a718;
	padding: 10px 20px;
}

@media (min-width: 640px) {
	.flex {
		display: flex;
	}
}

/* Photo Banner */
#photo-banner {
	display: flex;
	margin-top: 35px;
}
#photo-banner .banner-image{
	width: 33.3%;
	margin-top: 45px;
}
#photo-banner .banner-image:first-child {
	margin-top: 0;
}
#photo-banner .banner-image:last-child {
	margin-top: 15px;
}
#photo-banner .banner-image img {
	width: 100%;
	height: auto;
	display: block;
}

.page-id-78 #photo-banner {
	margin: 0 0 35px 0;
}


/* Photo Banner - Phone View */
@media (max-width: 639px) {
	#photo-banner {
		display: block;
	}
	#photo-banner .banner-image,
	#photo-banner .banner-image:first-child,
	#photo-banner .banner-image:last-child {
		width: 100%;
		margin: 0 0 20px 0;
	}
	#photo-banner .banner-image img {
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}
}

p.intro {
	font-size: 22px;
	line-height: 1.2em;
	color: #b7ba1c;
	margin-bottom: 1em;
}
p.disclaimer {
	font-size: 12px;
}

/* Contact Info */
#find-us.content, #map {
	box-sizing: border-box;
	height: 360px;
	width: 50%;
}
#find-us.content {
	margin-top: 30px;
	float: left;
	text-align: center;
}
#find-us.content p {
	display: block;
	background: url(images/white-sep.gif) no-repeat center top;
	padding-top: 1em;
}
#find-us.content p:first-child {
	background: none;
}
#map {
	float: right;
	background: #F5F5E8;
	border: 2px solid #FFF;
}
/* Contact Info - Mobile */
@media (max-width: 800px) {
	#find-us.content, #map {
		float: none;
		width: 100%;
	}
	#find-us.content {
		margin-bottom: 0;
		margin-bottom: 20px;
		height: auto;
	}
}

/* Job Application */
#application.content {
	background: rgba(0,0,0,1);
}
body .gform_wrapper.gravity-theme .gfield_list_icons button {
    opacity: 1;
    background-color: #a0a718;
	border: solid 1px #a0a718;
	border-radius: 50%;
}
body .gform_wrapper.gravity-theme .gsection {
    margin-top: 50px;
}

body .gform_wrapper.gravity-theme .gfield_repeater_cell label, 
body .gform_wrapper.gravity-theme .gfield_repeater_cell .gfield_label{
    color: #ffffff;
    font-size: 15px;
    padding-top: 10px;
}

body .gform_wrapper.gravity-theme .gfield_repeater_wrapper input {
    border: none;
    border-radius: 0px;
}

body .gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text, 
body .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text,
body .gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus:hover, 
body .gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text:hover, 
body .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus:hover, 
body .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text:hover {
    background: #a0a718; 
    color: #ffffff; 
    border: none; 
	border-radius: 0px;
}

body .gform_wrapper.gravity-theme .gfield_repeater_cell .gfield_radio label {
    padding-top: 0px;
}


.employment-history-group .gfield_repeater_item {
    display: flex;
    flex-wrap: wrap;
}
.gform_wrapper.gravity-theme .employment-history-group .gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
    padding-top: 0;
}
.employment-history-group .gfield_repeater_item .gfield_repeater_cell {
	margin-top: 0;
    flex-basis: 23%;
    margin-right: 2%;
}
.employment-history-group .gfield_repeater_item .gfield_repeater_cell:nth-child(9),
.employment-history-group .gfield_repeater_item .gfield_repeater_cell:nth-child(14){
	flex-basis: 98%;
}
@media (max-width: 640px) {
	.employment-history-group .gfield_repeater_item .gfield_repeater_cell {
		flex-basis: 98%;
	}
}
.employment-history-group .gfield_radio {
	display: flex;
}
.employment-history-group .gfield_radio .gchoice {
	margin-right: 10px;
}
.employment-history-group .gfield_repeater_item .gfield_repeater_buttons{
	flex-basis: 98%;
	margin-right: 2%;
}


/* Blog */
article.post {
	background: rgba(0,0,0,0.4);
	padding: 30px 30px 40px 30px;
	margin-bottom: 20px;
	position: relative;
}
article.post h1 {
	font-family: "bebas-neue", Helvetica, sans-serif;
	font-size: 36px;
	margin-bottom: 10px;
}
article.post h1 a {
	color: #fff;
}
article.post .entry-meta {
	margin-bottom: 30px;
}
article.post .entry-date {
	font-family: "bebas-neue", Helvetica, sans-serif;
	font-size: 24px;
}


/* Blog - Mobile */
@media (max-width: 1280px) {
	.entry-content img {
		max-width: 100%;
		height: auto;
	}
}

/* Store */
.woocommerce .site-main {
	background: rgba(0,0,0,0.4);
	padding: 30px 30px 40px 30px;
}
.woocommerce #main #main {
	padding-bottom: 40px;
}
.woocommerce .site-main:before, 
.woocommerce .site-main:after { 
	content: " ";  display: table; 
}
.woocommerce .site-main:after { 
	clear: both; 
}
.product_meta {
	display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    font-size: 26px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: #9fa716;
}
.woocommerce .woocommerce-variation.single_variation {
	margin-bottom: 24px;
}
.woocommerce #customer_details {
	margin-bottom: 24px;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(255,255,255,.5);
}
.woocommerce table.shop_table tbody td, 
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
    border-top: 1px solid rgba(255,255,255,.5);
}
.woocommerce #payment {
	color: #000;
}
.select2-container {
    color: #000;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #9fa716;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background-color: #7F8511
}
.woocommerce select#amount {
    background-color: #fff !important;
}

/* Page navigation */
.post-navigation, .image-navigation {
	height: 25px;
}
.post-navigation .nav-previous, .paging-navigation .nav-previous {
	float: left;
}
.post-navigation .nav-next, .paging-navigation .nav-next {
	float: right;
}

/* Search form */
.search-form .search-field {
	width: 400px;
}

/* Contact form */
.error{
	color: #900;
}
.success{
	font-size: 24px;
	font-weight: 100;
}


/* =Secondary
----------------------------------------------- */
#secondary {
	float: left;
	width: 210px;
	margin-top: 30px;
}
.widget {
	background: #fff;
	padding: 30px 20px 1px 20px;
	color: #000;
}
.widget h1 {
	font-family: "bebas-neue", Helvetica, sans-serif;
	font-size: 26px;
	margin-bottom: 0.5em;
	color: #000;
}
.widget ul {
	margin-bottom: 0px;
	margin-left: 0px;
}
.widget ul li {
	list-style: none;
}

/* News Sidebar Widget */
@media (max-width: 639px) {
	#secondary.news-sidebar {
		margin: 0;
		width: 100%;
		float: none;
	}
	#secondary.news-sidebar input[type=text] {
		width: 100%;
	}
}

/* Menu Links */
#secondary.menu-links {
	min-width: 180px;
}

/* Menu Links - Phone */
@media (max-width: 639px) {
	#secondary.menu-links {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
}

/* Search Widget */
.widget_search {
	background: rgba(159, 167, 22, 1.0);
	padding-top: 10px;
	padding-bottom: 10px;
}
.widget_search form {
	display: block;
	position: relative;
}
.widget_search .search-field {
	background-color: transparent;
	border-bottom: 1px solid #000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 27px;
	width: 140px;
	padding-right: 24px;
	padding-left: 0px;
}
.widget_search .search-field::-webkit-input-placeholder { color: #000; }
.widget_search .search-field:-moz-placeholder { color: #000; }
.widget_search .search-field::-moz-placeholder { color: #000; }
.widget_search .search-field:-ms-input-placeholder { color: #000; }

.widget_search .search-submit {
	background: url(images/search.png) no-repeat 0px 0px;
	padding: 0px;
	text-indent: -9999px;
	height: 16px;
	width: 17px;
	position: absolute;
	right: 3px;
	top: 6px;
}

/* Archive Widget */
#archives-2.widget_archive {
	padding-bottom: 50px;
}

/* Submenu */
#sub-menu {
	background: #fff;
	padding: 30px 10px 15px 20px;
}
#sub-menu ul {
	margin: 0px;
}
#sub-menu ul li {
	list-style: none;
	display: block;
	margin-bottom: 15px;
}
#sub-menu ul li a {
	text-transform: uppercase;
	font-family: "bebas-neue", Helvetica, sans-serif;
	font-size: 26px;
	line-height: 1em;
	display: inline-block;
	padding-right: 15px;
}
#sub-menu ul li.current_page_item a {
	color: #000;
	background: url(images/submenu-arrow.png) no-repeat right center;
}
/* Submenu Mobile View */
#sub-menu .sub-menu-collapse {
	display: none;
	text-transform: uppercase;
	font-family: "bebas-neue", Helvetica, sans-serif;
	font-size: 26px;
	line-height: 1em;
}
#sub-menu .sub-menu-collapse-button {
	display: none;
	position: absolute;
	right: 15px;
	top: 14px;
	width: 32px;
	height: 24px;
	background: url('images/mobile_menu_icon_2.svg') no-repeat;
	background-size: cover;
	cursor: pointer;
}
@media (max-width: 639px) {
	#sub-menu {
		padding: 14px 15px;
		position: relative;
	}
	#sub-menu ul {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-out;
	}
	#sub-menu ul li:first-child {
		margin-top: 30px;
	}
	#sub-menu ul.open {
		max-height: 512px;
		transition: max-height 0.3s ease-in;
	}
	#sub-menu .sub-menu-collapse {
		display: block;
		color: #000;
	}
	#sub-menu .sub-menu-collapse-button {
		display: block;
	}
}

/* Menu Key */
#menu-key {
	background: rgba(159, 167, 22, 1.0);
	padding: 25px 20px;
	font-size: 13px;
	line-height: 1.3em;
}
#menu-key p {
	display: block;
	padding-left: 25px;
	min-height: 21px;
}
#menu-key .veg-or-tofu {
	background: url(images/menu-key-veg.png) no-repeat left 3px;
}
#menu-key .spicy {
	background: url(images/menu-key-spicy.png) no-repeat left 0px;
	margin-bottom: 0px;
}


.drink-table td, .drink-table th {
	padding-bottom: 10px;
	padding-right: 5px;
}
.drink-table .dt-drink {
	width: 60%;
}
.drink-table .dt-glass {
	width: 20%;
}
.drink-table .dt-bottle {
	width: 20%;
}


/* =Footer
----------------------------------------------- */

#colophon {
	color: #fff;
	padding-bottom: 25px;
	position: relative;
	z-index: 1000;
	margin-top: -241px; /* negative height of footer height */
}
#main { padding-bottom: 241px; } /* height of footer height */
/* .home #main { padding-bottom: 0; } */


#colophon a {
	color: #fff;
}

#footer-menu {
	padding: 16px 0 14px 0;
	background: #fff;
	width: 100%;
	margin-bottom: 20px;
}
#footer-menu ul {
	display: block;
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
#footer-menu ul li {
	list-style: none;
	display: inline;
	margin: 0 8px;
}
#footer-menu ul li a {
	color: #000;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 100;
}
#footer-menu ul li.current-menu-item a,
#footer-menu ul li.current-page-ancestor a,
#footer-menu ul li.current_page_parent a {
	color: #9fa716;
}
@media (max-width: 1009px) {
	#footer-menu {
		display: none;	
	}
}

.colophon-inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#colophon h1 {
	font-family: "ff-basic-gothic-web-pro", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.1em;
	text-transform: lowercase;
	margin-bottom: 0.5em;
}
.footer-section {
	float: left;
	width: 195px;
	border-left: 1px solid #fff;
	text-align: center;
	height: 90px;
	line-height: 1.3em;
	padding-top: 10px;
}
.colophon-inner .wrap-one > .footer-section:first-child {
	border-left: none;
}
.footer-section p {
	margin-bottom: 0.5em;
}
.fs-location a {
	font-size: 12px;
}
.fs-phone {
	height: 80px;
	padding-top: 20px;
}
.fs-hours p {
	letter-spacing: -0.1em;
}
.fs-phone .phone-number {
	font-size: 18px;
	line-height: 1.3em;
}
.fs-hours {
	font-size: 12px;
	line-height: 1.3em;
}
.fs-social {
	height: 95px;
	padding-top: 5px;
}
.fs-social ul {
	margin: 0px;
}
.fs-social ul li {
	list-style: none;
	display: block;
	float: left;
}
.fs-social ul li a {
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	margin-left: 7px;
	margin-bottom: 4px;
}
.fs-social ul li.facebook a {background: url(images/facebook-w.svg) no-repeat;margin-left: 42px;}
.fs-social ul li.twitter a {background: url(images/twitter-w.svg) no-repeat;}
.fs-social ul li.instagram a {background: url(images/instagram-w.svg) no-repeat;}
.fs-social ul li.foursquare a {background: url(images/foursquare-w.svg) no-repeat; margin-left: 42px;}
.fs-social ul li.yelp a {background: url(images/yelp-w.svg) no-repeat;}
.fs-social ul li.tripadvisor a {background: url(images/tripadvisor-w.svg) no-repeat;}

.mailing-list {
	height: 80px;
	padding-top: 20px;
	width: 165px;
	padding-left: 15px;
	padding-right: 15px;
}
#colophon .mailing-list h1 {
	margin-bottom: 10px;
}
.mailing-list-form {
	margin-top: 5px;
	position: relative;
	width: 165px;
}
.mailing-list-form .email {
	font-size: 12px;
	padding-right: 40px;
	height: 30px;
}
.mailing-list-form .email::-webkit-input-placeholder { color: #545544; }
.mailing-list-form .email:-moz-placeholder { color: #545544; }
.mailing-list-form .email::-moz-placeholder { color: #545544; }
.mailing-list-form .email:-ms-input-placeholder { color: #545544; }

.mailing-list-form .join-button {
	height: 30px !important;
	background-color:#9fa716 !important;   
	color: #fff !important;
	position:absolute !important;
	right: 0 !important;
	top: 0 !important;
	border-radius: 0 !important;
}
.site-info {
	clear:both;
	width: 100%;
	font-size: 11px;
	line-height: 1.1em;
	padding-top: 20px;
	text-align: center;
}

/* Footer - Tablet View */
@media (max-width: 1009px) {
	#colophon {
		margin-top: -310px; /* negative value of footer height */
	}
	#main { padding-bottom: 310px; } /* height of footer height */
	
	.site-info {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
  #colophon, .colophon-inner {
    width: auto;
    height: auto;
  }
  .colophon-inner .wrap-one {
    width: 588px;
    height: 120px;
    margin: 0 auto;
  }

  .colophon-inner .wrap-two {
    width: 392px;
    height: 120px;
    margin: 0 auto;
  }

  .colophon-inner .footer-section.fs-social {
    border-left: none;
  }
}

/* Footer - Phone View */
@media (max-width: 599px) {
	#colophon { margin-top: -590px; } /* negative value of footer height */
	#main { padding-bottom: 590px; } /* height of footer height */
	/* .home #main { padding-bottom: 612px; } */
	
  .colophon-inner .wrap-one,
  .colophon-inner .wrap-two {
    width: auto;
    height: auto;
  }

  .footer-section {
    float: none;
    display: block;
    margin: 0 auto 24px auto;
    height: auto;
    border-left: none;
  }

  .footer-section.fs-social {
    width: 100%;
  }

  .footer-section.fs-social ul li {
    display: inline-block;
    height: 32px;
    float: none;
  }

  .footer-section.fs-social ul li.facebook a {
    margin: 0;
  }
  .footer-section.fs-social ul li.foursquare a {
    margin-left: 7px;
    margin-bottom: 4px;
  }

}


/* =Helper classes
----------------------------------------------- */

/* Text meant only for screen readers */
.assistive-text, .screen-reader-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Clearfix */
.clearfix:before, .clearfix:after { content: " ";  display: table; }
.clearfix:after { clear: both; }

/* Hide */
.hidden {display: none;}
