/*!
Theme Name: fatto_a_mano
Theme URI: http://underscores.me/
Author: Mat Keller
Author URI: http://neridadigital.com
Description: Custom Theme for Fatto a Mano
Version: 1.0.35
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fatto_a_manoa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


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


/* normalize.css v8.0.0 | 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;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}


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


/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}


/**
 * 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;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}


/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


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


/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	outline: 0;
}


/**
 * 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;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
	font-family: 'larish_neue';
}


/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small,
.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;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	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.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
select,
optgroup,
textarea {
	color: #0b3558;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

/* Temp font size fix */
.page-layout {
	font-size: 18px;
}

body {
	font-family: 'BrandonGrotesqueWeb-Light';
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1em;
	color: #0b3558;
	margin: 0;
	padding: 0;
	/* 	font-weight: normal; */
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
	color: #fff;
}

.dark .inner h1,
.dark .inner h2,
.dark .inner h3,
.dark .inner h4,
.dark .inner h5,
.dark .inner h6 {
	color: #0b3558;
}

h1 {
	font-family: 'larish_neue';
	font-size: 3.5rem;
	margin: 4rem 0 4rem 0;
	text-transform: uppercase;
}

h2,
.h2 {
	font-family: 'larish_neue';
	font-size: 2.33333rem;
	margin: 1.6875rem 0 3rem;
}

h2 strong {}

h2 em {
	font-size: 1.6rem;
	font-style: normal;
}

h3 {
	font-family: 'larish_neue';
	font-size: 2rem;
	margin: 1.5625rem 0;
}

.column h3 {
	margin-top: 0;
}

h4 {
	font-family: 'BrandonGrotesqueWeb-Black';
	font-size: 1.416666rem;
	margin: 0;
	font-weight: bold;
}

h4 em {
	font-family: 'FilosofiaOT';
	font-weight: normal;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	float: none !important;
}

.light p.highlight,
.dark p.highlight {
	font-family: 'FilosofiaOT';
	font-size: 2rem;
	color: #fff;
	background: #0b3558;
	padding: 10px;
}

.intro p {
	font-size: 2rem;
	line-height: 3.5rem;
}

.light p,
.light li {
	color: #0b3558;
}

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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #0b3558;
	margin: 1em auto;
	padding: 0;
	width: 10%;
}

.dark hr {
	border-top: 1px solid #fff;
}

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 {
	vertical-align: middle;
	width: 100%;
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

.bordered table {
	margin-bottom: 0;
}

tr,
td {
	position: relative;
	border: 0;
	padding: 8px 0 0;
	font-family: 'FilosofiaOT';
	text-align: left;
	z-index: 1000;
	vertical-align: top;
}

th {
	border: 0;
	vertical-align: top;
	padding-top: 15px;
}

th h3 {
	margin: 0;
}


/*
td:before {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 12px;
	left: 0;
	border-bottom: 1px dotted #0b3558;
	z-index: 900;
}
*/

.wines td:before {
	border: 0;
}

td p,
td h4,
td em {
	position: relative;
	background: #fff;
	z-index: 1100;
	clear: both;
	float: left;
	padding-right: 4px;
}

td em,
th em {
	font-family: 'Baskerville';
	float: right;
	padding-left: 4px;
	padding-right: 0;
	padding-bottom: 6px;
	font-style: normal;
	font-size: 1.33333rem;
}

td em.single {
	padding-bottom: 0;
}

td p {
	font-size: 2.2rem;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: 'BrandonGrotesqueWeb-Medium';
	background: #0b3558;
	color: #fff;
	font-size: 1.66666rem;
	line-height: 1;
	padding: 1rem 2rem;
	outline: 0;
	border: 0;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #0b3558;
	outline: 0;
}

a:visited {
	color: #0b3558;
	outline: 0;
}

a:hover {
	color: #0b3558;
	outline: 0;
}

a:active {
	outline: 0;
}

.dark a,
.dark a:hover {
	color: #fff;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	width: 100%;
	background: #fff;
	border-top: 2px solid #0b3558;
	border-bottom: 2px solid #0b3558;
	padding: 6px 0;
}

#primary-menu,
#secondary-menu {
	background-color: #0b3558;
	width: auto;
	margin: auto;
	text-align: center;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
	margin: auto;
}

.main-navigation li {
	display: inline-block;
	margin: 0;
}

.main-navigation li:before {
	content: '\00a0\2022\00a0\00a0';
	color: #fff;
	color: rgba(255, 255, 255, 1);
	font-size: 17px;
}

.main-navigation li:first-child:before {
	content: '';
}

.main-navigation ul a {
	font-family: 'BrandonGrotesqueWeb-Bold', sans-serif;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.25rem;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	box-sizing: border-box;
	padding: 14px 6px 12px;
	outline: 0;
}



.main-navigation ul a:hover {
	text-decoration: underline;
	outline: 0;
}

.main-navigation ul a:visited {
	color: #fff;
	outline: 0;
}

.main-navigation ul a:active {
	outline: 0;
}

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

	.main-navigation ul li:first-child a {
		border-top: 0;
		padding-top: 0;
	}

	.main-navigation ul ul {
		display: none;
		background: #003658;
		margin-top: 0;
		margin-left: -50px;
		width: 280px;
		border: 1px #fff solid;
		border-top: 0;
		box-shadow: none;
	}

	.main-navigation ul li.focus ul,
	.main-navigation ul li:hover ul {
		position: absolute;
		display: block;
	}

	.main-navigation ul ul li:before {
		content: none;
	}

	.main-navigation ul ul li {
		display: block;
		text-align: center;
		padding: 0;
		margin: 0;
		line-height: normal;
		border-top: 1px solid #fff;
	}

	.main-navigation ul ul li:first-child {
		border-top: 0;
	}

	.main-navigation ul ul li:first-child a {
		padding-top: 10px;
	}

	.main-navigation ul ul a {
		width: 100%;
		padding: 16px 14px 14px 14px;
		margin: 0;
		color: #fff !important;
		/* font-family: 'BrandonGrotesqueWeb-Medium'; */
		font-weight: normal;
		font-size: 17px;
		/* font-family: 'BrandonGrotesqueWeb-Bold', sans-serif; */
		font-family: 'larish_neue';
		font-weight: bold;
		text-transform: none;
	}

	.main-navigation ul ul a:hover {
		text-decoration: underline;
	}

}

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

	.main-navigation ul li.focus ul {
		display: block;
	}

	.main-navigation ul ul {
		background: #fff;
		display: none;
	}

	.main-navigation ul ul a:hover {
		text-decoration: none;
	}

	.main-navigation ul ul li {
		display: block;
		text-align: center;
		padding: 0;
		margin: 0;
		line-height: normal;
		border-top: 1px solid #003658;
	}

	.main-navigation ul ul li:first-child {
		border-top: 0;
	}

	.main-navigation ul ul a {
		width: 100%;
		padding: 14px 14px 12px 14px;
		margin: 0;
		color: #003658 !important;
		font-family: 'larish_neue';
		font-weight: normal;
		font-size: 18px;
		font-weight: bold;
		text-transform: none;
	}

}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled > div > ul {
	display: block;
}

.main-navigation.toggled ul a {
	padding: 20px 6px 18px;
}

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

.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 {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}


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


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.content-area {
	padding-top: 155px;
}

.site-main {
	padding: 0 6%;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.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%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
	display: inline-block;
}


/*--------------------------------------------------------------
## 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-caption {
	display: block;
}

@media screen and (min-width: 600px) {
	.gallery {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		padding: 0 4%;
	}
	.gallery figure {
		margin: 0;
	}
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 50%;
	}
	.gallery-item img {
		padding: 1em;
	}
}

@media screen and (min-width: 1000px) {
	.gallery-columns-2 .gallery-item {
		width: 50%;
	}
	.gallery-columns-3 .gallery-item {
		width: 33.3333%;
	}
	.gallery-columns-4 .gallery-item {
		width: 25%;
	}
	.gallery-columns-5 .gallery-item {
		width: 20% - 2rem;
	}
	.gallery-columns-6 .gallery-item {
		width: 16.66%;
	}
	.gallery-columns-7 .gallery-item {
		width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		width: 11.11%;
	}
}


/* ========= Global Elements ========= */

.head {
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 2000;
}

.logo {
	width: 50%;
	max-width: 517px;
	margin: 45px auto; /* 24/05/22 Changed from 28px - JC */
	text-align: center;
	z-index: 2000;
}

.logo img {
	width: 100%;
	height: auto;
	margin: auto;
	outline: 0;
}

.logo a {
	display: block;
}

.logo a:focus {
	outline: 0;
}

.order {
	position: absolute;
	width: 152px;
	top: 14px;
	right: 70px;
}

.order span {
	display: none;
}

.order a img {
	transition: all .2s ease-in-out;
	width: 95%;
	margin: auto;
}

.order a:hover img {
	transform: scale(1.1);
}

.orderl {
	position: absolute;
	width: 152px;
	top: 22px;
	left: 75px;
}

.orderl span {
	display: none;
}

.orderl a img {
	transition: all .2s ease-in-out;
	width: 95%;
	margin: auto;
}

.orderl a:hover img {
	transform: scale(1.1);
}

.full-panel {
	z-index: 1000;
	position: relative;
	background: #fff;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.alt-panel {
	z-index: 1000;
	position: relative;
	background: #fff;
	background-size: cover;
	background-position: center;
	padding: 4% 0;
}

.dark {
	background-color: #0b3558;
	color: #fff;
}

.dark .inner {
	color: #0b3558;
}

.light {
	background-color: #bfefff;
}

.grey {
	background-color: #e5e5e5;
}

.full-panel.downloads {
	overflow: visible;
}

.content {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	/* 	justify-content: center; */
	align-self: center;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

#our-pizza .content {
	justify-content: center;
}

.columns {
	display: flex;
	flex-wrap: nowrap;
	flex: 0 0 50%;
}

.content-column {
	flex: 1 0 30%;
	flex-wrap: nowrap;
	text-align: left;
	position: relative;
	border-left: 1px solid #154734;
	flex: 0 0 45%;
}

.content-column:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 1px;
	right: 0;
	bottom: 0;
	border-left: 1px solid #154734;
}

.content-column.one_third {
	flex: 1 0 30%;
	padding: 0;
	min-width: 0;
	min-height: 600px;
}

.content-column:first-child,
.content-column:first-child:before,
.content-column.full_width,
.content-column.full_width:before {
	border: 0;
}

.content-column img {
	padding: 0 15%;
}

a.button-alt {
	font-family: 'BrandonGrotesqueWeb-Medium';
	background: #0b3558;
	color: #fff;
	padding: 6px 38px 4px;
	text-decoration: none;
}

a.button-alt2 {
	font-family: 'BrandonGrotesqueWeb-Medium';
	background: #0b3558;
	color: #fff;
	padding: 6px 0px 4px;
	text-decoration: none;
	display: inline-block;
}

.menu-layout .bordered .content-column.one_half:first-child {
	padding: 0 2rem 0 0;
}

.menu-layout .bordered .content-column.one_half {
	padding: 0 0 0 2rem;
}

.half {
	position: relative;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	flex: 1 0 50%;
	align-items: center;
	text-align: center;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.border {
	box-sizing: border-box;
	border: 0.75rem solid #0b3558;
	margin: 140px 3rem 50px;
	height: 87%;
	height: calc(100% - 190px);
	padding: 2rem 4rem;
}

.light .border {
	border: 0.75rem solid #154734;
}

.half .border {
	padding: 3rem;
}

.half .headings {
	display: flex;
	text-align: left;
}

.headings h4 {
	margin-top: 0;
	flex: 1 1 50%;
}

.half img {
	margin-top: 2rem;
}

.one-third {
	padding: 0 3rem;
	min-width: 30%;
}

.one-third.middle {
	min-width: 20%;
}

.one-third li {
	font-size: 1.5rem;
}

.one-third ul,
.one-third li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.one-third li:before {
	content: "\2022 ";
	color: #037f34;
	font-size: 2rem;
	padding-right: 0.5rem;
}

#scroller #scroll-body {
	width: 10000px;
}

#scroller .full-panel {
	float: left;
	width: 100vw;
}

#scroller .scroll {
	display: none;
}

.foot {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-self: center;
	position: relative;
	z-index: 500;
	background: #0b3558;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	color: #fff;
	font-family: 'FilosofiaOT';
}

.foot ul {
	display: flex;
	flex-direction: row;
	margin: 4px 0;
	padding: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.foot li {
	display: flex;
	flex-grow: 1;
	list-style: none;
	text-align: center;
	justify-content: center;
	font-size: 1.3333rem;
	padding: 18px 0;
}

.foot li a {
	flex-wrap: nowrap;
	display: block;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #0b3558;
}

.foot li a:hover {
	border-bottom: 1px solid #fff;
}

.foot p {
	margin: 0;
	padding: 0 1.4375rem;
	color: #fff;
	font-size: 0.75rem;
}

.foot li.social a {
	position: relative;
	margin-right: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 22px;
	height: 22px;
}

.foot li.social a {
	transition: all .2s ease-in-out;
}

.foot li.social a:hover {
	transform: scale(1.1);
}

.foot li.social a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.credits {
	display: block;
	clear: both;
	margin: 5px 20px 10px;
	font-size: 1rem;
	text-align: center;
}


/* ========= Button Styles ========= */

.button,
.more-link{
	display: block;
	box-sizing: border-box;
	border: 2px solid #0b3558;
	width: 12.75rem;
	margin: 0 auto 20px;
	padding: 0.5rem 0.25rem 0.1rem;
	text-decoration: none;
	color: #0b3558;
	font-family: 'BrandonGrotesqueWeb-Medium';
	font-size: 1.3333rem;
	line-height: 2rem;
	text-transform: uppercase;
	min-width: 125px;
	position: relative;
	z-index: 1100;
	text-align: center;
}

.button span,
.more-link span {
	display: inline-block !important;
	font-size: 1.25rem;
	height: 1.625rem;
	width: 1.625rem;
	margin-left: 2.5rem;
	margin-right: -2.5rem;
	padding: 0 0 4px 5px;
}

.dark .button,
.dark .more-link {
	border-color: #fff;
}

.more-link:hover {
	background: #fff;
}

.button-med {
	width: 16rem !important;
}

.down,
.bottom {
	display: block;
	margin: 30px auto 10px;
	text-decoration: none;
	color: #0b3558;
	font-family: '';
	letter-spacing: 4px;
	font-size: 0.875rem;
	text-transform: uppercase;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1000;
}

.alt-panel .down {
	position: relative;
	clear: both;
	bottom: 0;
	margin-bottom: 30px;
}

.border+.down,
.border .bottom {
	margin: 0 auto;
}

.scroll span {
	font-size: 1.25rem;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.down:hover {
	color: #0b3558;
	font-style: normal;
}

span.turnt {
	transform: rotate(90deg);
}

.knockout {
	border: 1rem solid #0b3558;
	margin: 0 auto -1rem;
	min-width: 225px;
	position: relative;
	width: 18.75rem;
}

.dark .bottom .button {
	background: #154734;
}

.dark .knockout {
	border: 1rem solid #154734;
}


.button-booking {
	display: block;
    box-sizing: border-box;
	border: 2px solid #0b3558;
	width: 12.75rem;
	margin: 0 auto;
	padding: 1rem 0.75rem 0.1rem;
	text-decoration: none;
	color: #0b3558;
	font-family: 'BrandonGrotesqueWeb-Medium';
	font-size: 2rem;
	line-height: 2rem;
	text-transform: uppercase;
	min-width: 225px;
	position: relative;
	z-index: 1100;
	text-align: center;
}

.button-booking-left {
	box-sizing: border-box;
    border: 2px solid #0b3558;
    width: 12.75rem;
    margin-top: 1 rem;
    padding: 1rem 5rem 0.1rem;
    text-decoration: none;
    color: #fff;
    font-family: 'BrandonGrotesqueWeb-Medium';
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
    min-width: 400px;
    position: relative;
    z-index: 1100;
    background-color: #0b3558;
}



/* ========= Section Specific ========= */

#home .content p {
	margin: 0;
}

.menu-layout .outer,
.page-layout {
	display: block;
	background: #fff;
	margin: 20px auto;
	max-width: 1024px;
}

.page-layout-blue {
	display: block;
	background: #0b3558;
	margin: 20px auto;
	max-width: 1024px;
}

.menu-layout .inner,
.page-layout article {
	display: inline-block;
	border: 2px solid #0b3558;
	margin: 3%;
	width: 94%;
}

.page-layout article .entry-content {
	padding: 5%;
	margin: 0;
}

.menu-layout .content-column {
	border: 0;
	padding: 0 4rem;
}

.menu-layout .content-column .content-column {
	padding: 0;
}

.menu-layout h4 {
	margin: 0;
}

.menu-layout p {
	margin: 0 0 0.2em;
}

.gallery-layout {
	display: block;
}

.gallery-layout img {
	display: block;
}

/* #locations img {
	transition: filter .5s ease-in-out;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

#locations img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
} */

#chooser {
	width: 28rem;
	margin: 0 auto;
	position: relative;
}

#dropdown {
	position: absolute;
	top: 100%;
	width: 28rem;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	z-index: 1000;
	display: none;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-1em);
	transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s;
}

#dropdown.open {
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.2s;
}

#dropdown li a {
	display: block;
	background: #0b3558;
	color: #154734;
	text-align: left;
	text-decoration: none;
	padding: 1.3125rem 1.875rem;
	font-size: 1.3125rem;
	border-top: 1px solid #007e32;
}

#dropdown li a:hover {
	display: block;
	background: #007e32;
	color: #0b3558;
}

.news-layout {
	display: flex;
	flex-wrap: wrap;
	margin: 0 20px;
	padding: 0;
}

.listing-item {
	flex-wrap: nowrap;
	text-align: left;
	position: relative;
	flex: 1 0 30%;
	background: #fff;
	margin: 0 20px;
	text-align: center;
}

.listing-item .title,
.listing-item .entry-title {
	display: block;
	text-decoration: none;
	font-family: 'larish_neue';
	font-size: 2.6875rem;
	margin: 1.6875rem 2rem 0;
}

.subtitle {
	display: block;
	text-decoration: none;
	font-family: 'larish_neue';
	font-size: 3.6875rem;
	margin: 0.5rem 1rem 0;
}

.listing-item .entry-title a {
	text-decoration: none;
}

.listing-item .excerpt-dash,
.listing-item .excerpt {
	display: block;
	margin: 1rem 2rem;
	clear: both;
	padding-bottom: 20px;
}
.listing-item .entry-meta{
	width: auto;
	padding-bottom: 0;
}

.listing-item .excerpt-dash {
	display: none;
}

.date {
	display: inline-block;
	width: auto;
	background: #0b3558;
	color: #fff;
	margin: 1rem 2rem;
	padding: 8px 38px 4px;
	text-decoration: none;
}

.listing-item .excerpt a,
.listing-item .entry-content .more-link {
	display: block;
	box-sizing: border-box;
	border: 2px solid #0b3558;
	width: 12.75rem;
	margin: 20px auto 20px;
	padding: 0.25rem 0.25rem 0.1rem;
	text-decoration: none;
	color: #0b3558;
	font-family: 'BrandonGrotesqueWeb-Medium';
	font-size: 1.3333rem;
	line-height: 2rem;
	text-transform: uppercase;
	min-width: 125px;
	position: relative;
	z-index: 1100;
	text-align: center;
}

.listing-item .entry-header,
.listing-item .entry-content {
	margin: 1rem 2rem;
}

#shop .page-layout article .entry-content {
	padding: 2% 0;
}

#shop img {
	width: 40%;
}

#shop .page-layout article h2,
#shop .page-layout article h3,
#shop .page-layout article p {
	padding: 0 20px;
}

#shop .page-layout article h2 {
	margin: 3rem 0;
}

#shop .page-layout article p.highlight {
	padding: 10px;
}

#shop .simpay-form-control {
	clear: both;
}

#shop select {
	padding: 5px 20px;
}


/*
		
		#shop .simpay-form-control:first-child {
			margin-bottom: 15px;
			float: left;
			left: 50%;
			position: relative;
		}
		
		#shop .simpay-custom-amount-wrap {
			float: left;
			left: -50%;
			position: relative;
		}
*/

/* ==========================================================================
   Stampede Newsletter
   ========================================================================== */

#newsletter-container-outer {
	margin: 0 4rem;
}

#newsletter-container-outer h2 {
	font-size: 3.5rem;
	margin-bottom: 1.5rem !important;
}

#newsletter-container-outer p {
	font-size: 2rem;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#newsletter-container-inner {
	margin: 0 auto;
	max-width: 700px;
}

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

.upper {
	text-transform: uppercase;
}

.intro,
.padded {
	margin: 2% 20%;
}

.bordered {
	position: relative;
	border: 1px solid #154734;
	padding: 2rem 4rem;
	margin: 2rem 0;
}

.bordered:before {
	content: " ";
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 1px solid #154734;
}


/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}


/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}


/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}


/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}


/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1920px) {
	html {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1124px) {
	.menu-layout .outer,
	.page-layout {
		margin: 20px 60px;
	}
}

@media only screen and (max-width: 1024px) {
	html {
		font-size: 10px;
	}
	.border {
		padding: 4rem;
	}
	.content-column.one_third {
		min-height: 620px;
	}
}

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

	.button,
	.more-link {
		/* font-size: 1.6rem; */
	}

	.head {
		border-bottom: 2px solid #0b3558;
	}
	.main-navigation {
		padding: 0;
		border: 0;
	}
	/* .menu-toggle {
		position: absolute;
		top: 68px;
		right: 12px;
		margin: auto;
		width: 25px;
		height: 25px;
		padding: 4px 6px;
		z-index: 2500;
		box-sizing: border-box;
		border: 1px solid #0b3558;
		border-radius: 50%;
		background: transparent;
		transition: all 0.2s ease;
	} */
	.menu-toggle {
		position: absolute;
		top: 68px;
		right: 12px;
		margin: auto;
		width: 25px;
		height: 25px;
		padding: 0;
		z-index: 2500;
		box-sizing: border-box;
		background: transparent;
		transition: all 0.5s ease;
	}
	.main-navigation .menu-toggle img {
		transition: all 0.5s ease;
	}
	.main-navigation.toggled .menu-toggle img {
		transform : rotate(540deg);
	}
	.menu-toggle:hover {
		cursor: pointer;
	}
	.menu-toggle .menu-bar {
		position: relative;
		width: 12px;
		box-sizing: border-box;
	}
	/* .menu-toggle .menu-bar-top {
		border: 1px solid #0b3558;
		border-bottom: none;
		top: 0;
	}
	.menu-toggle .menu-bar-middle {
		height: 1px;
		background-color: #0b3558;
		margin-top: 4px;
		margin-bottom: 4px;
		top: 0;
	}
	.menu-toggle .menu-bar-bottom {
		border: 1px solid #0b3558;
		border-top: none;
		top: 0;
	} */
	#primary-menu,
	#secondary-menu {
		display: none;
		width: 100%;
		text-align: center;
		transition: height 0.5s linear;
	}
	.main-navigation li {
		display: block;
		border-bottom: 1px solid #fff;
	}
	.main-navigation li::before {
		content: '';
	}
	.main-navigation ul a {
		font-size: 16px;
		line-height: 1;
		font-weight: bold;
		display: block;
		text-transform: uppercase;
		padding: 14px 14px 12px;
	}
	.toggled #primary-menu,
	.toggled #secondary-menu {
		display: block;
	}
	.content {
		min-height: 0;
		padding: 0 6%;
		width: 100%;
	}
	.content-area {
		padding-top: 155px;
	}
	.alt-panel {
		padding: 10px 0;
	}
	#home .content,
	.intro,
	.padded,
	.menu-layout {
		padding: 0;
	}
	.intro,
	.padded {
		margin: 0;
	}
	.intro {
		padding-left: 10%;
		padding-right: 10%;
		padding-bottom: 2rem;
	}
	.menu-layout .outer,
	.page-layout {
		margin: 10px;
		margin-left: 0; /* 04/06/21 Fix page layout margin - JC */
	}
	.page-layout article {
		/* border-top: 0; */
	}
	.content.page-layout {
		padding: 0;
	}
	.menu-layout .content-column {
		padding: 0 2rem;
	}
	.order {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		border-top: 1px solid #0b3558;
		border-bottom: 1px solid #0b3558;
		background: #fff;
		display: none; /* 24/05/22 Disable - JC */
	}
	.order img {
		display: none;
	}
	.order a {
		margin: 2px 0;
		padding: 4px 0 8px;
		display: block;
		text-decoration: none;
		background: #0b3558;
		color: #fff;
	}
	.order span {
		font-family: 'larish_neue';
		display: block;
		text-align: center;
		text-transform: uppercase;
	}
	.orderl {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		width: 100%;
		border-top: 1px solid #0b3558;
		border-bottom: 1px solid #0b3558;
		background: #fff;
		display: none; /* 24/05/22 Disable - JC */
	}
	.orderl img {
		display: none;
	}
	.orderl a {
		margin: 2px 0;
		padding: 4px 0 8px;
		display: block;
		text-decoration: none;
		background: #0b3558;
		color: #fff;
	}
	.orderl span {
		font-family: 'larish_neue';
		display: block;
		text-align: center;
		text-transform: uppercase;
	}
	.full_width,
	.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		clear: both;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.menu-layout .bordered .content-column.one_half:first-child {
		padding: 0;
	}
	.menu-layout .bordered .content-column.one_half {
		padding: 0;
	}
	.columns {
		display: block;
		flex-wrap: wrap;
	}
	.content-column {
		border-left: 0;
		padding-top: 4rem !important;
		padding-bottom: 2rem;
		border-top: 1px solid #154734;
	}
	.content-column.one_third:first-child {
		border-top: 0;
		padding-top: 0 !important;
		padding-right: 0;
	}
	.menu-layout .content-column {
		padding-top: 0 !important;
	}
	.content-column:before {
		content: " ";
		position: absolute;
		z-index: -1;
		top: 1px;
		left: 0;
		right: 0;
		bottom: 0;
		border-top: 1px solid #154734;
		border-left: 0;
	}
	.content-column img {
		padding: 0 6%;
	}
	.table {
		margin-bottom: 10px;
	}
	.news-layout {
		margin: 0;
		display: block;
	}
	.listing-item {
		padding-bottom: 10px;
		margin: 0 0 20px;
	}
	.listing-item .excerpt {
		padding-bottom: 0;
	}
	.foot,
	.foot ul {
		display: block;
		flex-wrap: wrap;
	}
	.foot li {
		font-size: 2rem;
		padding: 4px 0;
	}
	.foot li:first-child {
		padding-top: 30px;
	}
	.foot li.social {
		padding: 30px 0;
	}
	.foot li.social a {
		margin-right: 10px;
		margin-left: 10px;
		width: 30px;
		height: 30px;
	}
	.foot li.social a i {
		padding: 4px;
	}
	#shop img {
		width: 70%;
	}
}

@media only screen and (max-width: 580px) {
	html {
		font-size: 8px;
	}
	.hide {
		display: none;
	}
	/*
.head {
	position: relative;
}
*/
	.logo {
		position: relative;
		top: 10px;
		width: 280px;
		padding-bottom: 14px;
		margin: 40px auto; /* 24/05/22 Changed from 20px - JC */
		transition: all 0.2s ease;
	}
	#masthead.shrinked .logo {
		width: 180px;
		margin: 10px auto;
	}
	#masthead.shrinked .menu-toggle {
		top: 28px;
	}
	/*

.nav {
	display: none;
	height: 58px;
}
*/
	.content {
		min-height: 0;
		padding: 6%;
	}
	#home .content {
		padding: 0;
	}
	.alt-panel {
		padding: 1px;
	}
	.down,
	.bottom {
		position: relative;
		display: none;
	}
	#home .down {
		position: absolute;
	}
	.intro,
	.padded {
		margin: 0;
	}
	.intro p {
		font-size: 2.2rem;
	}
	.menu-layout {
		padding: 0;
	}
	.menu-layout p {
		font-size: 1.6666rem;
	}
	.outer {
		margin-bottom: 20px !important;
	}
	.menu {
		margin: 6%;
		padding: 0;
	}
	.bordered {
		padding: 1rem 2rem;
		margin: 1rem 0;
	}
	.content-column img {
		padding: 0;
	}
	#shop img {
		width: 90%;
	}
}

.content.specials h1 {
	text-transform: uppercase;
}

.content.specials h3 {
	margin-top: 0;
	margin-bottom: 4rem;
	font-family: "BrandonGrotesqueWeb-Bold", sans-serif;
	font-size: 2rem;
}

.button-wide {
	width: 300px !important;
}

.specials-layout {
	display: flex;
	flex-wrap: wrap;
	margin: 0 20px;
	padding: 0;
}

.specials-layout .visible-no {
	display: none;
}

.specials-layout .specials-item {
	flex-wrap: nowrap;
	text-align: left;
	position: relative;
	flex: 1 0 30%;
	background: #fff;
	margin: 0 20px;
	text-align: center;
}

.specials-layout .specials-item .item-content {
	max-width: 700px;
	margin: 0 auto;
}

.specials-item .title {
	text-decoration: none;
	font-family: 'larish_neue';
	font-size: 2.6875rem;
	/* font-family: "BrandonGrotesqueWeb-Bold", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase; */
	margin: 1.6875rem 2rem 0;
	min-height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subtitle {
	text-decoration: none;
	font-family: 'larish_neue';
	font-size: 2.6875rem;
	/* font-family: "BrandonGrotesqueWeb-Bold", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase; */
	margin: 1.6875rem 2rem 0;
	min-height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.specials-item .description {
	display: block;
	margin: 1rem 2rem;
	clear: both;
	padding-bottom: 20px;
	font-size: 1.6666rem;
}

.specials-item .additional_info {
	display: block;
	margin: 1rem 2rem;
	clear: both;
	padding-bottom: 20px;
	font-size: 1.6666rem;
}

@media only screen and (max-width: 805px) {
	.specials-layout {
		margin: 0;
		display: block;
	}

	.specials-item .title {
		display: block;
		min-height: auto;
	}

	.specials-item {
		padding-bottom: 10px;
		margin: 0 0 20px 0 !important;
	}

	.specials-item .description {
		padding-bottom: 0;
		font-size: 2.2rem;
	}
}

.locations-layout {
	text-align: left;
}

.locations-layout .button {
	margin-left: 0;
	margin-right: 0;
}

.locations-layout .item h3 a {
	text-decoration: none;
}

/* START 4 COL */
/*
@media only screen and (min-width: 806px) {
    .locations-layout {
        grid-template-columns: repeat(2, 1fr);
    }
	.locations-layout .item:not(:nth-child(2n)) {
		border-right: 3px double;
	}
}

@media only screen and (min-width: 1500px) {
    .locations-layout {
        grid-template-columns: repeat(4, 1fr);
    }
	.locations-layout .item:not(:nth-child(4n)) {
		border-right: 3px double;
	}
}
*/
/* END 4 COL */

/* START 3 COL */
@media only screen and (min-width: 806px) {
    .locations-layout {
        grid-template-columns: repeat(3, 1fr);
    }
	.locations-layout .item:not(:nth-child(3n)) {
		border-right: 3px double;
	}
}
/* END 4 COL */

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

	.locations-layout {
		margin: 0 40px;
		display: grid;
		row-gap: 4rem;
		padding-bottom: 2rem;
	}

	.locations-layout .item {
		/* text-align: center; */
		padding: 0 5rem 0.5rem 5rem;
	}

	.locations-layout .item-content {
		display: block !important;
		max-width: 450px;
		margin: 0 auto;
	}

	.locations-layout .item .desktop-title {
		display: block;
	}

	.locations-layout .item h3  {
		margin-top: 0;
		margin-bottom: 0;
	}

	.locations-layout .item h3 a {
		min-height: 9rem;
		display: flex;
		align-items: center;
	}

	.locations-layout .item .mobile-title {
		display: none;
	}

}

@media only screen and (min-width: 1100px) {
	.locations-layout .item h3 a {
		min-height: 8rem;
	}
}

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

	.locations-layout {
		/* display: grid;
		grid-template-columns: 1fr;
		row-gap: 2rem; */
		padding-bottom: 2rem;
	}

	.locations-layout .item {
		background: #fff;
        margin-bottom: 2rem;
	}

	.locations-layout .item:last-child {
        margin-bottom: 0;
	}

	.locations-layout .item,
	.locations-layout .item h3,
	.locations-layout .item a {
		color: #0b3558;
	}

	.locations-layout .item .desktop-title {
		display: none;
	}

	.locations-layout .item .mobile-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 25px 20px;
	}

	.locations-layout .item-content {
		display: none;
		padding: 0 20px 20px 20px;
	}

	.locations-layout .item-content p:first-of-type {
		margin-top: 25px;
	}

	.locations-layout .item img {
		width: 100%;
	}

	.locations-layout .item .button {
		background: #fff;
		border: 2px solid #0b3558;
	}

	.locations-layout .item .mobile-title {
		cursor: pointer;
	}

	.locations-layout .item .mobile-title h3 {
		text-align: left;
		padding: 0;
		margin: 0;
	}

	.locations-layout .item .mobile-arrow {
		height: 16px;
	}

	.locations-layout .item .mobile-arrow svg {

		transition: transform 0.4s;
	}

	.locations-layout .item .locations-row__active .mobile-arrow svg {
		transform: rotate(90deg);
		transform-box: fill-box;
		transform-origin: center;
	}
}

/* Hide last 2 menu items on desktop */
@media only screen and (min-width: 806px) {
	.main-navigation li:nth-last-child(-n+2) {
		display: none;
	}
	.main-navigation ul.sub-menu li:nth-last-child(-n+2) {
		display: block;
	}
}

@media only screen and (max-width: 805px) {
	body.single-locations .promo-section {
		margin-top: 2rem;
	}
}

body.single-locations .promo-section {
    background: #bfefff;
	padding: 1rem;
}

body.single-locations .entry-content {
	padding-top: 2.5%;
}

body.single-locations .dining-options {
    font-size: 22px;
}

body.single-locations .address a,
body.single-locations .phone-number a {
	font-size: 20px;
	text-decoration: none;
}

@media only screen and (max-width: 805px) {
	body.single-locations .phone-number {
		margin-bottom: 40px;
	}
}

body.single-locations .columns {
    display:flex;
    flex-direction: row;
}

body.single-locations .col1 {
    width:70%;
}

body.single-locations .col2 {
    width:30%;
	padding: 1rem 2rem;
}

@media only screen and (max-width: 805px) {
	body.single-locations .columns {
		margin-top: 1rem;
	}

	body.single-locations .columns > * {
		width:100%;
	}

	body.single-locations .col2 {
		padding: 1rem;
	}
}

a.button2 {
	display: block;
	border: 2px solid #0b3558;
	margin: 0 auto 20px;
	padding: 9px 15px;
	font-size: 16px;
	text-transform: uppercase;
	width: 100%;
	max-width: 200px;
    position: relative;
    z-index: 1100;
	text-decoration: none;
    text-align: center;
	font-family: 'BrandonGrotesqueWeb-Medium';
	background: #0b3558;
    color: #fff;
	line-height: normal;
} 

a.button2.button2-alt {
	border: 2px solid #fff;
	background: #fff;
    color: #0b3558;
} 

a.button2.button2-large {
	max-width: 300px;
	font-size: 18px;
	padding: 12px 18px;
} 

a.button2-border {
	border: 2px solid #fff;
}

a.button2-alt.button2-border {
	border: 2px solid #0b3558;
}

@media only screen and (min-width: 806px) and (max-width: 1024px) {
	a.button2 {
		padding: 9px 15px;
		font-size: 14px;
	} 
}

@media only screen and (max-width: 805px) {
	a.button2 {
		max-width: 250px;
		padding: 15px 20px;
	} 
}

.homepage-mobile-hero {
	display: none !important;
}
@media (max-width: 805px) {
  .homepage-desktop-hero { display: none !important; }
  .homepage-mobile-hero { display: flex !important; }
}

.homepage-mobile-hero {
  position: relative;
  display: flex;
  justify-content: center;  /* vertical centering (since flex-direction defaults to row) */
  align-items: center;      /* horizontal centering */
  flex-direction: column;   /* stack buttons vertically */
  height: 100vh;            /* full viewport height */
  max-height: 500px;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.homepage-mobile-hero-cta-container {
width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.homepage-mobile-hero-cta-container a.button2 {
	margin-bottom: 0;
}

.homepage-mobile-hero-cta-container a.visible-no {
	display: none;
}

.homepage-mobile-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.3);
  z-index: 0;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
     * Don't show links for images, or javascript/internal links
     */
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
		/* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}