/*
Theme Name: Hinterland
Theme URI: http://underscores.me/
Author: Burnham Richards
Author URI: http://www.burnhamrichards.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hinterland-qxz
Tags:

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.

Hinterland is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
	## Fonts
	## Type Styles
# Elements
	## Slideshows
	## Content Dropdown
# Details
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Header
# Content
    ## Posts and pages
	## Asides
	## Comments
	## Front Page
# Archives
	## Beers
# Single
	## Beers
	## Events
# WooCommerce
	## Product Archive
	## Single Product
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
# Animations
# Toggle
	## Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
@font-face {
	font-family: Festivo;
	src: url( "fonts/Festivo-LC-Wood.otf" ) format( "opentype" );
}#ffc641;

/*--------------------------------------------------------------
## Type Styles
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family:Festivo;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

body {
	background:url( images/site-bg.jpg ) repeat fixed #000000; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/* Content Rows */
.h-row:before,
.h-row:after {
	content: "";
	display:table;
	table-layout:fixed;
}

.h-row:after {
	clear:both;
}

	.h-row a {
		display:block;	
	}

	.h-col-1-2 {
		float:left;
		width:50%;
	}
	@media screen and ( max-width:62.37em ) { .h-col-1-2 { width:100%; } }
	
	.h-col-1-3 {
		float:left;
		width:36%;
	}
	
	.h-col-2-3 {
		float:left;
		width:64%;	
	}
	
/*--------------------------------------------------------------
## Slideshows
--------------------------------------------------------------*/
.slideshow {
		
}

	.slideshow a {
		display:block;
		bottom:0;
		left:0;
		position:absolute;
		right:0;
		top:0;
		width:100%;	
	}

	.slideshow img,
	#primary .slideshow img {
		border-bottom:0;
		bottom:0;
		display:block;
		left:0;
		right:0;
		top:0;
		width:100%;	
	}

/* Buttons */
.button-yellow,
.button-black {
	display:block;
	font-size:1.8em;
	padding:0.6em 1em;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:100%;	
}

.button-yellow {
	background-color:#ffc641;
	color:#FFFFFF;
}

	.button-yellow:hover {
		color:#000000;	
	}
	
.button-black {
	background-color:#000000;
	color:#FFFFFF;
}

	.button-black:hover {
		background-color:#ffc641;
		color:#000000;
	}
	
/*--------------------------------------------------------------
## Content Dropdown
--------------------------------------------------------------*/
.content-dropdown {
	color:#FFFFFF;	
}

	.content-dropdown-toggle,
	.content-dropdown-toggle:visited {
		background-color:#ffc641;
		color:#000000;
		display:block;
		font-family:Festivo;
		font-size:2em;
		font-weight:bold;
		margin:0;
		text-align:center;
		text-transform:uppercase;
		width:100%;
	}
	@media screen and ( max-width:47.25em ) {
		.content-dropdown-toggle,
		.content-dropdown-toggle:visited {
			font-size:1em;
		}
	}
	
		.content-dropdown-toggle,
		.content-dropdown-toggle:visited {
			padding:1em;	
		}
		
		.content-dropdown-toggle:hover,
		.content-dropdown-toggle:hover h1 {
			background-color:#FFDC89;
			color:#000000;
		}
		
	.content-dropdown-toggle h1,
	.content-dropdown-toggle:visited h1,
	.content-dropdown-toggle {
		background-color:#ffc641;
		color:#000000;
		display:block;
		font-size:1.5em;
		font-weight:bold;
		margin:0;
		text-align:center;
		text-transform:uppercase;
		width:100%;
	}
	@media screen and ( max-width:47.25em ) {
		.content-dropdown-toggle h1,
		.content-dropdown-toggle:visited h1,
		.content-dropdown-toggle {
			font-size:1.2em;	
		}
	}
	
	.content-dropdown-content {
		font-size:1.2em;
		line-height:1.75em;
		padding:2em 14%;
		width:100%;
	}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.img_wrapper {
	display:block;
	position:relative;
}

	.img_wrapper:before,
	.img_wrapper:after {
		content: "";
		display:table;
		table-layout:fixed;
		width:100%;
	}
	
	.img_wrapper:after {
		clear:both;
	}
	
	.img_wrapper img {
		display:block;
	}
	
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.yellow {
	color:#ffc641;
}

#primary .no-line,
.no-line {
	border-bottom:none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	border-bottom:2px solid transparent;
	color: #ffc641;
	text-decoration:none;
}

a:visited {
	color: #ffc641;
}

a:hover,
a:focus,
a:active {
	border-bottom-color:#FFc641;
	color:#FFDC89;
}

a:focus {
	outline:thin dotted;
}

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	border-left:1px solid #ffc641;
	color:#FFFFFF;
	display: block;
	font-size:0.9em;
	padding:0.4em 0.8em;
	text-decoration: none;
	text-transform:uppercase;
}

	.main-navigation a:hover {
		background-color:#ffc641;
		color:#000000;	
	}

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

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
@media screen and ( max-width:62.37em ) {
	.widget { clear:none; float:left; width:49%; }
	
	.widget:nth-child(2n) { margin-left:2%; }
}
@media screen and ( max-width:50.4em ) {
	.widget { width:100%; }
	
	.widget:nth-child(2n) { margin-left:0; }
}

	.widget-title {
		background-color:#000000;
		color:#FFFFFF;
		margin-bottom:0;
		padding:0.75em;	
	}
	
	.widget ul {
		background-color:#000000;
		margin:0;
		padding:0 2.5em 1em 2.5em;
	}
	
	/* Search Form Widget */
	.widget .search-form {
		background-color:#000000;
		padding:1em;	
	}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Text Widget */
.textwidget {
	font-family:Festivo;	
}

/* Facebook Like Box */
@media screen and ( max-width:62.37em ) {
	.widget_facebook_like_box_wgt {
		display:none;
	}
}

.fb_iframe_widget {
	border-bottom:7px solid #ffc641;	
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
	background-color:#000000;
	padding:0.6em 1em;
	position:relative;
	z-index:100;
}
@media screen and ( max-width: 72.45em) { #masthead { height:50px; padding:0; } }

	.site-branding {
		clear:none;
		float:left;
		max-width:556px;
		width:40%;
	}
	@media screen and (max-width: 72.45em) { .site-branding { max-width:100%; width:100%; } }
	
		.site-title {
			margin:0;
		}
		
			.site-title a {
				border-bottom:none;
				display:block;
				height:100%;
				position:relative;
				width:100%;
			}
			@media screen and (max-width: 72.45em) { .site-title a { border:none; } }
		
			#masthead .branding-icon {
				bottom:-120%;
				display:block;
				height:auto;
				left:7%;
				max-height:140px;
				max-width:140px;
				position:absolute;
				width:40%;
			}
			@media screen and ( max-width:84.42em ) { #masthead .branding-icon { left:1%; width:30%; } }
			@media screen and ( max-width:72.45em) { #masthead .branding-icon {
				bottom:0;
				float:left;
				height:auto;
				left:0;
				margin:5px;
				position:relative;
				width:40px;
			} }
			
			#masthead .branding-text {
				display:block;
				max-height:47px;
				max-width:309px;
				margin:6.8% 0 0 35%;
				width:60%;
			}
			@media screen and ( max-width:72.45em) {
				#masthead .branding-text {
					float:left;
					height:26px;
					margin:12px 0;
					width:auto;
				}
			}
		
		.site-description {
			margin:0;	
		}
	
	.social-contact-cart {
		float:right;
		margin-bottom:0.5%;
		margin-top:1%;
		width:59%;
	}
	@media screen and ( max-width:72.45em ) { .social-contact-cart { display:none; } }
	
		.social-contact-cart ul {
			clear:none;
			float:right;
			margin:0;
			padding:0;
			text-align:right;	
		}
	
			.social-contact-cart ul li {
				display:inline-block;
				list-style:none;
			}
			
				.phone-link a:hover {
					border-bottom:transparent;
				}
			
				.phone-link .abbr {
					background-color:#ffc641;
					border-bottom:2px solid #ffc641;
					color:#000000;
					display:inline-block;
					height:26px;
					margin-right:0.1em;
					padding:2px 6px;
					-webkit-transition:all .25s ease-in;
					transition:all .25s ease-in;
				}
				
					.phone-link a:hover .abbr {
						background-color:#FFFFFF;
						border-bottom:0;
					}
				
				.phone-link .phone {
					border-bottom:2px solid #ffc641;
					display:inline-block;
					height:26px;
					padding:2px 6px;
					-webkit-transition:all .25s ease-in;
					transition:all .25s ease-in;
				}
				
					.phone-link a:hover .phone {
						background-color:#FFFFFF;
						border-bottom-color:#FFFFFF;
						color:#000000;
					}
				
				.block-link a {
					background-color:#ffc641;
					color:#000000;
					display:block;
					height:26px;
					padding:2px 6px;
					-webkit-transition:all .25s ease-in;
					transition:all .25s ease-in;	
				}
				
					.block-link a:hover {
						background-color:#FFFFFF;
						border-bottom-color:#FFFFFF;
					}
	
	#site-navigation {
		clear:none;
		float:right;
		width:59%;
	}
	@media screen and (max-width: 72.45em) { #site-navigation { width:50px; } }
	
		#site-navigation .menu-main-navigation-container {
			float:right;
		}
		
			#primary-menu {
				text-align:right;	
			}
			
				#primary-menu li {
					display:inline-block;	
				}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content {
	padding:2.65em 4em;
	position:relative;
	margin:0 auto;
	max-width:1200px;
	z-index:0;
}
@media screen and ( max-width:50.4em ) { #content { padding-left:1%; padding-right:1%; } }

	#primary {
		clear:none;
		float:left;
		width:65%;
	}
	@media screen and ( max-width:62.37em ) { #primary { width:100%; } }
	
		#primary img {
			border-bottom:7px solid #ffc641;	
		}
		
		#primary ul {
			margin-left:0;	
		}
		
		#primary h1,
		#primary h2,
		#primary h3,
		#primary h4,
		#primary h5,
		#primary h6 {
			text-transform:uppercase;	
		}
		
		#primary p {
			line-height:1.7em;	
		}
		
		.sticky {
			display: block;
		}
		
		.hentry {
			margin: 0 0 1.5em;
		}
		
			.entry-header {
				position:relative;	
			}
			
				.entry-header img {
					width:100%;	
				}
		
			.entry-header .entry-title,
			.entry-header .entry-title-w-image {
				font-size:3.5em;
				padding:0 7%;
				text-transform:uppercase;
			}
			@media screen and ( max-width:50.4em ) {
				.entry-header .entry-title,
				.entry-header .entry-title-w-image { font-size:2em; }
			}
			
				.entry-header .entry-title {
					background-color:#FFFFFF;
					padding:1em 1em 0.5em 1em;
				}
				
				.entry-header .entry-title-w-image {
					bottom:10%;
					color:#FFFFFF;
					left:0;
					line-height:1em;
					margin:0;
					position:absolute;
					text-align:left;
					text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
					width:100%;
					z-index:20;
				}
		
			.entry-header img {
				display:block;
				position:relative;
				width:100%;
				z-index:10;
			}
			
			.slideshow-restaurant {
				position:relative;
				z-index:10;	
			}
			
				.slideshow-restaurant .slide {
					width:100%;	
				}
			
			.single-post .entry-header h1.entry-title,
			.blog .entry-header h2.entry-title {
				margin:0;
			}
			
		.posted-on {
			background-color:#ffc641;
			display:block;
			font-size:1.5em;
			font-weight:bold;
			padding:0.9em 2.5em;
			width:100%;	
		}
		
		.byline,
		.updated:not(.published) {
			display: none;
		}
		
		.single .byline,
		.group-blog .byline {
			display: inline;
		}
		
		.page-content,
		.entry-content,
		.entry-summary {
			background-color:#FFFFFF;
			margin:0;
			padding:2.75em;
		}
		@media screen and ( max-width:50.4em ) {
			.page-content,
			.entry-content,
			.entry-summary {
				padding:1.25em;
			}
		}
		
		.page-links {
			clear: both;
			margin: 0 0 1.5em;
		}
		
	#secondary {
		clear:none;
		float:right;
		width:35%;	
	}
	@media screen and ( max-width:62.37em ) { #secondary { width:100%; } }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
.front-page #content {
	padding:0;
	max-width:100%;
	width:100%;
}

	.front-page #primary {
		margin:0;
		padding:0;
		width:100%;	
	}
	
		#welcome-slides {
			overflow:hidden;
			position:relative;
		}
		
			#welcome-slides .slide {
				border:none;
				overflow:hidden;
				
				/* Address the potential issue of images to be blurry due to "half pixel" placement after translateY */
				-webkit-transform-style: preserve-3d;
				-moz-transform-style: preserve-3d;
				transform-style: preserve-3d;
				
				width:100%;
			}
			
				#welcome-slides .slide span {
					color:#FFFFFF;
					font-family:Festivo;
					font-size:7em;
					display:inline-block;
					padding:0 10%;
					position:absolute;
					text-align:center;
					text-transform:uppercase;
					top:50%;
					-webkit-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
					transform: translateY(-50%);
					z-index:100;
					width:100%;
				}
				
				#welcome-slides .slide img {
					display:block;
					width:100%;	
				}
			
			.cycle-pager {
				bottom:0;
				left:0;
				position:absolute;
				text-align:center;
				width:100%;
				z-index:10000;
			}
			@media screen and ( max-width:59.85em ) { .cycle-pager { display:none; } } 
			
				.cycle-pager span {
					font-size:6em;
					color:#000000;
				}
				
				.cycle-pager span.cycle-pager-active {
					color:#ffc641;
				}
		
		#beers, #eats {
			border:none;
			display:block;
			position:relative;
		}
		@media screen and ( max-width:72.45em ) { #beers, #eats { max-height:320px; overflow:hidden; } }
		
			#beers img,
			#eats img {
				border-bottom:none;
				display:block;
				height:auto;
				position:relative;
				width:100%;
				z-index:10;
			}
		
			#beers .text-overlay,
			#eats .text-overlay {
				left:20%;
				position:absolute;
				top:22%;
				width:60%;
				z-index:20;
			}

	#events-highlights {
		position:relative;	
	}

		#events-slides {
			width:68%;
		}
		@media screen and ( max-width:72.45em ) { #events-slides { width:100%; } }
		
			#events-slides .slide {
				border:none;	
			}
			
			#events-slides .slide span {
				background-color:#000000;
				bottom:20%;
				color:#FFFFFF;
				display:block;
				font-family:Festivo;
				font-size:2.5em;
				left:0;
				line-height:0.9em;
				padding:0.5em;
				position:absolute;
				width:100%;
			}
			@media screen and ( max-width:72.45em ) { #events-slides .slide span { font-size:1.5em; } }
		
			#events-slides img {
				border:none;
				display:block;	
			}
		
		#highlights {
			height:100%;
			position:absolute;
			right:0;
			top:0;
			width:32%;
		}
		@media screen and ( max-width:72.45em ) { #highlights { height:auto; position:relative; right:auto; top:auto; width:100%; } }
		
			#highlight-top,
			#highlight-bottom {
				height:50%;
				overflow:hidden;
				position:absolute;
				width:100%;
				
				/* Address the potential issue of images to be blurry due to "half pixel" placement after translateY */
				-webkit-transform-style: preserve-3d;
				-moz-transform-style: preserve-3d;
				transform-style: preserve-3d;
			}
			@media screen and ( max-width:72.45em ) {
				#highlight-top,
				#highlight-bottom {
					float:left;
					height:auto;
					overflow:hidden;
					position:relative;
					width:50%;
				}
			}
		
				#highlight-top { left:0; top:0; }
				
				#highlight-bottom { bottom:0; left:0;}
				
				#highlight-top a,
				#highlight-bottom a {
					display:block;	
				}
				
					#highlight-top img,
					#highlight-bottom img {
						border-bottom:none;
						display:block;
						height:auto;
						position:relative;
						width:100%;
						z-index:10;
					}
				
					#highlight-top .text-overlay,
					#highlight-bottom .text-overlay {
						left:25%;
						position:absolute;
						top:22%;
						width:50%;
						z-index:20;
					}
					@media screen and ( max-width:47.25em ) {
						#highlight-top .text-overlay,
						#highlight-bottom .text-overlay {
							left:17.5%;
							width:65%;
						}
					}
				
	/* Body Content */
	#front-page-post-content {
		padding: 2.65em 4em;
		position: relative;
		margin: 0 auto;
		max-width: 1200px;
		z-index: 0;	
	}
	
	/* Dropdown */
	@media screen and (max-width: 56.7em) {
		.front-page .content-dropdown-toggle,
		.front-page .content-dropdown-toggle:visited {
			font-size:1.5em;
		}
	}
	
	/* Recent Posts */
	.recent-news-posts {
		margin:0;
		padding:0;
	}
	
		.recent-news-posts li {
			display:block;
			float:left;
			margin:3%;
			width:27%;
		}
		@media screen and (max-width: 56.7em) { .recent-news-posts li { float:none; width:94%; } }
		
		.recent-news-posts li:nth-child(3n+2) {
			margin-left:3.5%;
			margin-right:3.5%;
		}
		@media screen and (max-width: 56.7em) { .recent-news-posts li:nth-child(3n+2) { margin:3%; } }
		
			#primary .recent-news-posts li img {
				border:none;
				display:block;
				height:auto;
				width:100%;
			}
			
			.recent-news-posts li span {
				background-color:#000000;
				display:block;
				font-size:1.4em;
				padding:1em;
			}
	
/*--------------------------------------------------------------
# Archives
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Beers
--------------------------------------------------------------*/
.post-type-archive-beers #content {
	padding:0;
	max-width:100%;
}

	.post-type-archive-beers #primary {
		width:100%;	
	}

	/* Filter List */
	.beer-filters {
		background-color:#000000;	
	}
	
		.beer-filters .button-group {
			margin:0;
			padding:0.6em 0;
			text-align:center;
		}
		
			.beer-filters .button-group button {
				background:transparent;
				border:none;
				border-radius:0;
				border-left:2px solid #ffc641;
				box-shadow:none;
				color:#FFFFFF;
				display:inline-block;
				font-size:1em;
				padding:1em;
				text-shadow:none;
				text-transform:uppercase;
			}
				
				.beer-filters .button-group button:first-child  {
					border-left:none;	
				}
				
				.beer-filters .button-group button:hover {
					background-color:#ffc641;
					color:#000000;
				}
				
				.beer-filters .is-checked {
					background-color:#ffc641;
					color:#000000;	
				}
				
	/* Beer Shelves */
	.beer-list {
		background:url(images/shelf-2.png) repeat-y;
		background-size:100% auto;
		margin:0 auto;
		max-width:800px;
	}
	
		.beer-bottle {
			display:block;
			margin-bottom:22px;
			width:20%;
		}
		@media screen and ( max-width:47.25em ) { .beer-bottle { padding:0 2.5%; width:25%; } }
		@media screen and ( max-width:44.1em ) { .beer-bottle { padding:0 2.4%; } }
		@media screen and ( max-width:31.5em ) { .beer-bottle { margin-bottom:7px; padding:0 1.3%; } }
		
			.beer-bottle a {
				border-bottom:none;
				display:block;
				padding:0.6em;
				position:relative;
			}
			
			.beer-bottle a .title {
				background-color:rgba( 0, 0, 0, 0.7 );
				color:#FFFFFF;
				display:none;
				font-family:Festivo;
				font-size:1.3em;
				left:0;
				padding:0.3em;
				position:absolute;
				text-align:center;
				text-transform:uppercase;
				top:30%;
				width:100%;
				z-index:10;
			}
			@media screen and ( max-width:44.1em ) { .beer-bottle a .title { font-size:0.9em; } }
			
				.beer-bottle a:hover .title {
					display:block;
				}
			
			.beer-bottle a .more-info {
				color:#FFFFFF;
				display:block;
				font-size:0.7em;
				text-align:center;
				width:100%;
			}
			@media screen and ( max-width:44.1em ) { .beer-bottle a .more-info { font-size:0.6em; } }
			
				.beer-bottle a:hover .more-info {
					display:block;
				}
			
			.beer-bottle a img,
			#primary .beer-bottle a img {
				border-bottom:none;
				display:block;
				height:auto;
				position:relative;
				width:100%;	
				z-index:5;
			}
			
/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
.tribe-events-single-section .tribe-events-meta-group-details,
.tribe-events-single-section .tribe-events-meta-group-venue {
	width:50%;	
}

.tribe-events-single-section .tribe-events-meta-group-gmap {
	clear:both;
	width:100%;	
}
			
/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
.single-beers .hentry {
	margin-bottom:0;	
}

@media screen and ( max-width:59.85em ) {
	.single-beers #primary #main { margin:0 1%; max-width:98%; }
}

	.single-beers .entry-title {
		padding-left:30%;	
	}

	.single-beers .entry-content {
		margin-bottom:3.5em;
		padding-bottom:1em;
		padding-top:1em;
	}

		#beer-details tr {
			border:3px solid #000000;
			font-size:1.2em;
		}
		@media screen and ( max-width:47.25em ) {
			#beer-details tr {
				display:block;
				margin-bottom:1em;
			}
		}
		
			#beer-details td {
				padding:0.7em;
				text-align:left;
			}
			@media screen and ( max-width:47.25em ) {
				#beer-details td {
					display:block;	
					width:100%;
				}
			}
			
			#beer-details .title {
				font-family:Festivo;
				font-weight:bold;
				text-transform:uppercase;
				width:15%;
			}
			@media screen and ( max-width:47.25em ) {
				#beer-details .title {
					background-color:#000000;
					color:#FFFFFF;
					display:block;
					width:100%;
				}
			}
			
		#beer-navigation-options {
			font-family:Festivo;
			margin:0;
			padding:0;
		}
		
			#beer-navigation-options li {
				border:3px solid #000000;
				display:inline-block;
				float:left;
				list-style:none;
				margin:0;
				text-align:center;
				width:100%;
			}
			@media screen and (max-width: 47.25em) {
				#beer-navigation-options li {
					display:block;
					width:100%;	
				}
			}
			
				/*#beer-navigation-options li:first-child {
					border-right:none;	
				}
				@media screen and (max-width: 47.25em) {
					#beer-navigation-options li:first-child {
						border-bottom:none;
						border-right:3px solid #000000;
					}
				}*/
			
				#beer-navigation-options li a {
					border:none;
					color:#000000;
					display:block;
					font-family:Festivo;
					font-size:1.4em;
					padding:0.5em 0.5em 0.3em 0.5em;
					text-transform:uppercase;
					width:100%;	
				}
				@media screen and (max-width: 47.25em) {
					#beer-navigation-options li a {
						padding-bottom:1em;
						padding-top:1em	;
					}
				}
				
					#beer-navigation-options li a:hover {
						background-color:#000000;
						color:#ffc641;	
					}

/*--------------------------------------------------------------
## Beers
--------------------------------------------------------------*/
.single-beers #content {
	padding:0;
	max-width:100%;	
}

	.single-beers #primary {
		background-size:150% auto;
		background-position:top center;
		background-repeat:repeat-y;
		width:100%;
	}
	
		.single-beers #main {
			margin:0 auto;
			max-width:65%;	
		}
	
		.single-beers #primary .entry-header h1,
		.single-beers #primary .entry-title-logo {
			background:transparent;
			color:#FFFFFF;
			position:absolute;
			right:0;
			top:0;
			text-align:right;
		}
		@media screen and ( max-width:47.25em ) {
			.single-beers #primary .entry-header h1, .single-beers #primary .entry-title-logo {
				left:-4%;
				margin-top:20%;
				position:relative;
				right:auto;
				top:auto;
			}
		}
		
			.single-beers #primary .entry-header h1 .text {
				padding-left:29%;
			}
		
			.single-beers #primary .entry-title-logo img {
				border-bottom:none;
				display:block;
			}
			@media screen and ( max-width:47.25em ) {
				.single-beers #primary .entry-header h1, .single-beers #primary .entry-title-logo img { width:100%;  }	
			}
		
		.single-beers article {
			position:relative;	
		}
		
			#beer-page-bottle,
			#primary #beer-page-bottle {
				border-bottom:none;
				clear:none;
				display:block;
				position:absolute;
				top:4%;
				width:30%;
				z-index:1000;
			}
			@media screen and ( max-width:47.25em ) {
				#beer-page-bottle,
				#primary #beer-page-bottle {
					float:none;
					left:3%;
					top:0;
					width:20%;	
				}
			}
		
		.single-beers #primary .entry-content {
			background-color:rgba( 255, 255, 255, 0.85 );
			-webkit-box-shadow: 0px 0px 27px 5px rgba(255,255,255,1);
			-moz-box-shadow: 0px 0px 27px 5px rgba(255,255,255,1);
			box-shadow: 0px 0px 27px 5px rgba(255,255,255,1);
			float:right;
			margin-top:32%;
			padding-left:13%;
			width:80%;
		}
		@media screen and ( max-width:47.25em ) {
			.single-beers #primary .entry-content {
				float:none;
				margin-top:19%;
				padding-left:1.25em;
				width:100%;
			}
		}
		
		
/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color:#CCCCCC;	
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color:#ffc641;
	color:#000000;
}

	.woocommerce #respond input#submit.alt:hover,
	.woocommerce a.button.alt:hover,
	.woocommerce button.button.alt:hover,
	.woocommerce input.button.alt:hover {
		background-color:#000000;
		color:#ffc641;
	}
	
.woocommerce div.product .product_title {
	text-transform:uppercase;	
}

/*--------------------------------------------------------------
## Product Archive
--------------------------------------------------------------*/
.post-type-archive-product #content {
	background-color:#FFFFFF;
	margin-bottom:2em;
	margin-top:2em;
	max-width:1000px;
	padding:0;
}

	.post-type-archive-product .page-title {
		margin:0;
		padding:0;
		position:relative;
	}
	
		.post-type-archive-product .page-title span {
			bottom:1em;
			color:#FFFFFF;
			font-family:Festivo;
			font-size:1.5em;
			left:1em;
			position:absolute;
			text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
			text-transform:uppercase;
		}
	
	.woocommerce .woocommerce-ordering,
	.woocommerce .woocommerce-result-count {
		margin:0 2.2em 1em 2.2em;
	}
	
	.post-type-archive-product .products,
	.post-type-archive-product ul.products {
		padding:0 2.2em;
	}
	@media screen and ( max-width:50.4em ) {
		.post-type-archive-product #content .products .product,
		.post-type-archive-product #content ul.products .product {
			clear:none;
			margin:0 1% 1.4em 1%;
			width:48%;
		}
		
			.post-type-archive-product #content .products .product:nth-child(2n+3),
			.post-type-archive-product #content ul.products .product:nth-child(2n+3) {
				clear:left;
			}
	}
	
	.woocommerce ul.products li.product h3 {
		color:#000000;
		font-family:Festivo;
		font-size:1.2em;
		text-transform:uppercase;	
	}
	
	.woocommerce ul.products li.product .price {
		color:#ffc641;
		font-size:1em;
	}

/*--------------------------------------------------------------
## Single Product
--------------------------------------------------------------*/
#back-to-shop-btn {
	border-bottom:none;
	color:#000000;
	font-size:0.9em;
	text-decoration:none;
	width:48%;	
}
@media screen and (max-width: 50.4em) { #back-to-shop-btn { width:100%; } }

	#back-to-shop-btn:hover {
		color:#ffc641;
		background-color:#000000;
	}

.single-product #content {
	background-color:#FFFFFF;
	margin-bottom:2em;
	margin-top:2em;
	max-width:1000px;	
}

	.price .amount {
		color:#ffc641;
	}

/*--------------------------------------------------------------
## Cart
--------------------------------------------------------------*/
.woocommerce-checkout #primary {
	width:100%;	
}

#primary .shop_table img {
	border-bottom:0;
}
			
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
	background-color:#000000;
	position:relative;
	z-index:1000;
}

	#colophon .map {
		display:block;
		float:left;
		margin:0;
		width:100%;
	}
	
		#colophon .map img {
			display:block;
			height:auto;
			width:100%;	
		}
	

	#contact-location {
		color:#FFFFFF;
		font-weight:bold;
		padding-top:1.5em;
		text-align:center;
		text-transform:uppercase;
	}
	
		#contact-location a {
			display:inline-block;	
		}
	
		#contact-location .site-title {
			margin:0 auto;
			padding:4% 0;
			position:relative;
			text-align:right;
			width:53%;
		}
		
			#contact-location .branding-icon {
				bottom:-60%;
				left:0;
				position:absolute;
				width:28%;
			}
			
			#contact-location .branding-text {
				display:inline-block;
				margin:0;
				width:69%;
			}

	#contact-location #footer-text-addresses {
		padding:10px 0 0 0;
	}
		
		#contact-location #footer-text-addresses .left-address,
		#contact-location #footer-text-addresses .right-address
		 {
			clear:none;
			float:left;
			padding:0 17% 0 3%;
			width:100%;
		}
		@media screen and ( max-width:47.25em ) {
			#contact-location #footer-text-addresses .left-address,
			#contact-location #footer-text-addresses .right-address {
				clear:none;
				float:left;
				padding:0 3% 0 3%;
				width:100%;
			}
		}
		
		#contact-location #footer-text-addresses .left-address {
			padding:0 3% 0 17%;
		}
		@media screen and ( max-width:47.25em ) {
			#contact-location #footer-text-addresses .left-address {
				padding:inherit;
			}
		}
		
			#contact-location #footer-text-addresses .left-address p,
			#contact-location #footer-text-addresses .right-address p {
				margin-bottom:0.5em;
			}
		
			#contact-location #footer-text-addresses .left-address ul,
			#contact-location #footer-text-addresses .right-address ul {
				margin:0;
				padding:0;
			}
			
				#contact-location #footer-text-addresses ul li a {
					font-size:2em;
				}
			
			#contact-location #footer-text-addresses ul li {
				display:inline-block;
				margin:0 0.7em;
			}
	
	#footer-menu {
		list-style:none;
		margin-left:0;
		padding:0;
	}
	
		#footer-menu li {
			display:inline-block;
			font-size:0.8em;
			font-weight:normal;
		}
		
			#footer-menu li a {
				border-left:1px solid #ffc641;
				padding:0 1em;
			}
		
				#footer-menu li:first-child a {
					border-left:none;	
				}
			
#site-by { font-size:0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes pullup {
	0% {
		
	}
}

/*--------------------------------------------------------------
# Toggle
--------------------------------------------------------------*/
/* Small menu. */
.menu-toggle {
	background-color:#ffc641;
	border:none;
	border-radius:0;
	box-shadow:none;
	color:#000000;
	display:block;
	float:right;
	height:50px;
	padding:0;
	text-shadow:none;
	width:50px;
}

	.menu-toggle .fa-bars {
		font-size:2em;	
	}

	.menu-toggle span {
		display:none;
	}

.main-navigation.toggled ul {
	display: block;
}

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

@media screen and ( max-width: 72.45em) {
	
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.toggled .menu-toggle {
	
}

.toggled #masthead {
	height:100%;
	overflow:scroll;
	position:fixed;
	width:100%;
	z-index:999999;
}

.toggled #masthead .branding-icon {
	
}

.toggled #masthead .branding-text {
	
}

.toggled #masthead .social-contact-cart {
	display:block;
	width:100%;
}

.toggled #masthead .social-contact-cart .contact-phone {
	width:100%;
}

	.toggled #masthead .phone-link {
		float:left;
		padding:2px 0;
		text-align:center;
		width:50%;	
	}

	.toggled #masthead .social-contact-cart .contact-phone .abbr,
	.toggled #masthead .social-contact-cart .contact-phone .phone {
		height:auto;
		margin:0 0 1em 0;
		padding:1em 2%;	
	}

		.toggled #masthead .social-contact-cart .contact-phone .abbr {
			width:35%;
		}
		
			.toggled #masthead .social-contact-cart .contact-phone .phone-link a:hover .abbr {
				border-bottom:2px solid #FFFFFF;	
			}
		
		.toggled #masthead .social-contact-cart .contact-phone .phone {
			width:65%;
		}
			
			.toggled #masthead .instagram-link,
			.toggled #masthead .facebook-link,
			.toggled #masthead .twitter-link {
				float:left;
				width:12%;
			}
			
				.toggled #masthead .instagram-link a,
				.toggled #masthead .facebook-link a,
				.toggled #masthead .twitter-link a {
					display:block;
					text-align:center;
					width:100%;
				}
			
					.toggled #masthead .instagram-link i,
					.toggled #masthead .facebook-link i,
					.toggled #masthead .twitter-link i {
						font-size:2em;
						margin-top:8px;
					}
			
			.toggled #masthead .block-link {
				display:inline-block;
				float:left;
				margin:0 1% 2% 1%;
				padding:0;
				text-align:center;
				width:48%;
			}
			
				.toggled #masthead .block-link a {
					border-bottom:0;
					display:block;
					height:auto;
					padding:1em;
					width:100%;
				}
				
					.toggled #masthead .block-link a i {
						font-size:1em;
						height:auto;
						padding:0;
					}

.toggled #site-navigation {
	border-bottom:1px solid #ffc641;
	border-top:1px solid #ffc641;
	clear:both;
	width:100%;	
}

	.toggled #site-navigation ul li {
		display:block;
	}
	
		.toggled #site-navigation ul li a,
		.toggled #site-navigation ul li ul li a {
			border-bottom:1px solid #ffc641;
			border-left:none;
			border-top:1px solid #ffc641;
			display:block;
			padding:0.7em 0.7em 0.7em 1.4em;
			text-align:left;
			width:100%;	
		}
		
		.toggled #site-navigation ul li ul.sub-menu {
			display:block;
			float:none;
			left:auto;
			position:relative;
			width:100%;
		}
		
			.toggled #site-navigation ul li ul li a {
				padding-left:1.4em;
			}
			
				.toggled #site-navigation ul li ul li a:before {
					content:"- - ";
				}

}

/*--------------------------------------------------------------
# Open Table
--------------------------------------------------------------*/
#primary #OT_form {
	width:100%;
}

#primary .OT_wrapper {
	width:100%;
}

#primary .OT_title {
	font-size:22px;
	width:100%;
}

#primary .OT_subtitle {
	font-size:17px;
	width:100%;
}

#primary .OT_list {
	width:100%;	
}

#primary .OT_day,
#primary .OT_time,
#primary .OT_party {
	height:auto;
	width:100%;	
}

#primary .OT_searchDateField,
#primary .OT_searchTimeField,
#primary .OT_searchPartyField {
	height:100%;
	width:96%;
}

#primary .OT_submit {
	width:100%;	
}

#primary .OT_ExtLink {
	padding:0.75em;
	text-align:center;
	width:100%;
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

#contact-location #footer-text-addresses .left-address,
			#contact-location #footer-text-addresses .right-address {
				clear:none;
				float:left;
				padding:0 3% 0 3%;
				width:100%;
			}

footer#colophon .map {
		display:block;
		float:left;
		margin:0;
		width:100%;
	}