/*!
Theme Name: Pancakes
Theme URI: http://underscores.me/
Author: tiny blue orange
Author URI: https://tinyblueorange.com
Description: custom + responsive WordPress site by tiny blue orange
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pancakes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Colors: white #fff // yellow #fcb040 // seafoam #e0eeea // sage #778983 // charcoal #141414 // black #020202

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.

Pancakes 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
	## Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
}
/**
 * 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;
}
/**
 * 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 {
	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,
button,
input,
select,
optgroup,
textarea {
	color: #020202;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "jaf-domus-titling-web",sans-serif;
	font-weight: 800;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: 800;
}
h1 {
	font-size: 2.5em;
	line-height: 1.9em;
	margin: 0.6em 0 16px;
}
.home h1 {
	font-size: 2.9em;
}
.search-results h1.page-title {
	color: #fcb040;
}
.search-results h1.page-title span {
	color: #020202;
}
h2 {
	color: #fcb040;
	font-size: 2.1em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.15em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 0 0 1.5em;
}
p.larger {
	font-size: 1.5em;
}
.content-column p {
	line-height: 1.7;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	background-color: rgba(139, 201, 183, 0.3);
	font-size: 23px;
	font-style: italic;
	font-weight: 700;
	line-height: 40px;
	margin: 40px auto;
	max-width: 680px;
	padding: 40px 50px 5px 100px;
	position: relative;
	text-align: right;
}
blockquote::before {
	background: #fff url(images/quote-mark.png) no-repeat left top;
	background-size: 100% auto;
	content: '';
	display: block;
	height: 100px;
	left: -20px;
	position: absolute;
	top: -20px;
	width: 100px;
}
blockquote p:last-of-type {
	background: #fff;
	display: inline-block;
	font-family: "jaf-domus-titling-web",sans-serif;
	font-size: 15px;
	font-style: normal;
	margin-bottom: 1.2em;
	padding: 0 10px 6px;
}
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%;
}
.jaf {
	font-family: "jaf-domus-titling-web",sans-serif;
}
.jaf strong, 
.jaf b {
	font-weight: 800;
}
.roboto {
	font-family: 'Roboto', sans-serif;
}
.white {
	color: #fff;
}
.yellow {
	color: #fcb040;
}
.seafoam {
	color: #e0eeea;
}
.sage {
	color: #778983;
}
.charcoal {
	color: #141414;
}
.black {
	color: #020202;
}
.highlight {
	background-color: #fff;
	padding: 0 10px 8px;
}
.home .highlight {
	background-color: #020202;
	color: #fff;
}
/*--------------------------------------------------------------
# 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 {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
.hours-banner {
	background-color: #fcb040;
	box-shadow: 0px 3px 5px rgba(20, 20, 20, 0.37);
	color: #fff;
	cursor: pointer;
	font-family: jaf-domus-titling-web, sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 20px 12px;
	position: fixed;
	right: 0;
	text-transform: uppercase;
	top: 66px;
	z-index: 100;
	-webkit-transition: background-color 0.22s ease;
	-moz-transition: background-color 0.22s ease;
	-o-transition: background-color 0.22s ease;
	transition: background-color 0.22s ease;
}
.hours-banner.closed,
.hours-banner:hover {
	background-color: #141414;
}
.hours-banner.closed:hover {
	background-color: #fcb040;
}
.hours-banner a,
.hours-banner a:visited {
	color: #fff;
	text-decoration: none;
}
.hours-banner a:hover {
	color: #fff;
}
ul, ol {
	margin: 0 0 1.5em 2.5em;
}
ul {
	list-style: disc;
}
ol {
  counter-reset: yellow-counter;
  list-style: none;
  padding-left: 20px;
}
ol li {
  counter-increment: yellow-counter;
  margin-bottom: 10px;
}
ol li::before {
  content: counter(yellow-counter) ") ";
  color: #fcb040;
  font-family: "jaf-domus-titling-web",sans-serif;
  font-weight: 800;
  padding-right: 8px;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
ol.yellow-blocks {
	list-style-type: none;
	margin: 1em auto;
	padding: 0;
}
ol.yellow-blocks li {
	background-color: rgba(252, 176, 64, 0.85);
	color: #fff;
	counter-increment: step-counter;
	display: inline-block;
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.4;
	margin: 1em 1.5% 1.4%;
	min-height: 235px;
	padding: 20px 25px;
	text-align: center;
	vertical-align: top;
	-webkit-transition: background-color 0.22s ease;
	-moz-transition: background-color 0.22s ease;
	-o-transition: background-color 0.22s ease;
	transition: background-color 0.22s ease;
}
ol.yellow-blocks li:hover {
	background-color: #020202;
}
ol.yellow-blocks li::before {
	border: 3px solid #fff;
	border-radius: 50px;
	color: #fff;
	content: counter(step-counter);
	display: block;
	font-family: jaf-domus-titling-web, sans-serif;
	font-size: 1.8em;
	font-weight: 800;
	line-height: 1.2;
	height: 60px;
	margin: 10px auto;
	padding: 0;
	width: 60px;
}
.news-events article {
	border-bottom: 3px solid #37373f;
	margin-bottom: 3em;
	padding-bottom: 3em;
}
.news-events .menu-highlight {
	margin-top: 4em;
}
.news-events .post-thumbnail {
	display: block;
	margin-bottom: 1.5em;
}
.news-events h3 a,
.featured-event h2 a {
	color: #020202;
	text-decoration: none;
}
.news-events h3 a:hover {
	color: #fcb040;
}
.featured-event h2 a:hover,
.featured-event a:hover {
	color: #fff;
}
.featured-event a {
	color: #020202;
}
.featured-event .solid-bttn:hover {
	background-color: #e0eeea;
	color: #020202;
}
ul.menu-items {
	list-style: none;
	margin: 0 auto 1em;
	padding: 0;
	width: 100%;
}
ul.menu-items h4 {
	display: inline-block;
	margin: 8px 0;
}
.page-template-menu-page p {
	margin-bottom: 1em;
}
.page-template-menu-page p strong {
	font-weight: 900;
}
p strong,
ul strong,
ol strong {
	font-weight: 700;
}
ul.allergens {
	list-style: none;
	margin: 1em 0 2em;
	padding: 0 0 0 10px;
	text-align: center;
}
ul.menu-items ul.allergens {
	float: right;
	margin: 0 0 0;
}
ul.allergens li {
	display: inline-block;
}
ul.allergens a {
	color: #020202;
	outline: none;
	text-decoration: none;
}
ul.allergens li:hover a {
	color: #fcb040;
}
ul.allergens li:hover a span {
	border: 3px solid #fcb040;
}
.menu-highlight ul.allergens li:hover a {
	color: #fff;
}
.menu-highlight ul.allergens li:hover a span {
	border: 3px solid #fff;
}
ul.allergens li span {
	border: 3px solid #37373f;
	border-radius: 30px;
	display: inline-block;
	font-family: "jaf-domus-titling-web",sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	height: 30px;
	margin: 10px 8px 4px;	
	text-align: center;
	width: 30px;
}
.menu-sides {
	border-top: 3px solid #37373f;
	margin-top: 2em;
	padding: 0 1em 1.5em;
}
.menu-highlight {
	background-color: rgba(139, 201, 183, 0.3);
	font-size: 1.1em;
	font-weight: 400;
	margin: 40px auto;
	padding: 35px 35px 20px;
	text-align: center;
}
.menu-highlight h4 {
	margin-bottom: 0.5em;
	margin-top: 0;
}
.slick-slides {
	margin: 3em 0 -7px;
}
.slick-slides .inner {
	height: 500px;
}
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. */
}
figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #020202;
	border: none;
	border-radius: 0px;
	color: #fff;
	display: inline-block;
	font-size: 1.15em;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	margin: 10px auto 20px;
	padding: 20px 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background-color 0.22s ease;
	-moz-transition: background-color 0.22s ease;
	-o-transition: background-color 0.22s ease;
	transition: background-color 0.22s ease;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #fcb040;
}
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: #020202;
	border: 2px solid #020202;
	border-radius: 0px;
	margin-right: 10px;
	min-width: 250px;
	padding: 15px;
}
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%;
}
body .gform_wrapper .gfield_required {
	color: #fcb040;
}
.gform_wrapper .gfield {
	margin-bottom: 20px;
}
.gform_wrapper .gfield_description {
	font-size: 14px !important;
}
.gform_wrapper ul.gfield_checkbox li, 
.gform_wrapper ul.gfield_radio li {
	margin: 0;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:not(:checked)+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:not(:checked)+label {
	font-size: 14px;
	line-height: 38px;
	margin-left: 19px;
	min-height: 38px;
}
.gform_wrapper [type="checkbox"]:not(:checked), 
[type="checkbox"]:checked,
.gform_wrapper [type="radio"]:not(:checked), 
[type="radio"]:checked {
	left: -9999px;
	position: absolute !important;
}
.gform_wrapper [type="checkbox"]:not(:checked) + label, 
[type="checkbox"]:checked + label,
.gform_wrapper [type="radio"]:not(:checked) + label, 
[type="radio"]:checked + label {
	cursor: pointer !important;
	padding-left: 1.0em !important;
	position: relative !important;
}
.gform_wrapper [type="checkbox"]:not(:checked) + label:before, 
[type="checkbox"]:checked + label:before,
.gform_wrapper [type="radio"]:not(:checked) + label:before, 
[type="radio"]:checked + label:before {
	background: #fff;
	border: 2px solid #020202;
	content: '';
	height: 20px;
	left: -19px;
	position: absolute;
	padding: 2px;
	top: 9px;
	width: 20px;
}
.gform_wrapper [type="radio"]:not(:checked) + label:before, 
[type="radio"]:checked + label:before,
.gform_wrapper [type="radio"]:not(:checked) + label:after, 
[type="radio"]:checked + label:after {
	border-radius: 50%;
}
.gform_wrapper [type="checkbox"]:not(:checked) + label:after, 
[type="checkbox"]:checked + label:after,
.gform_wrapper [type="radio"]:not(:checked) + label:after, 
[type="radio"]:checked + label:after {
	background-color: #fcb040;
	content: '';
	height: 16px;
	left: -17px;
	line-height: 0.8;
	position: absolute;
	top: 11px;
	transition: all .2s;
	width: 16px;
}
.gform_wrapper [type="checkbox"]:not(:checked) + label:after,
.gform_wrapper [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.gform_wrapper [type="checkbox"]:checked + label:after,
.gform_wrapper [type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled checkbox */
.gform_wrapper [type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before,
.gform_wrapper [type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
	background-color: #ddd;
	border-color: #bbb;
}
li#field_1_29 div.ginput_container_checkbox,
li#field_2_29 div.ginput_container_checkbox {
	display: inline-block;
	height: 38px;
	margin-left: 20px;
	vertical-align: bottom;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #778983;
	font-weight: 400;
	-webkit-transition: color 0.22s ease;
	-moz-transition: color 0.22s ease;
	-o-transition: color 0.22s ease;
	transition: color 0.22s ease;
}
a:visited {
	color: #6f807a;
}
a:hover, a:focus, a:active {
	color: #fcb040;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
.home #page-header a.solid-bttn {
	font-size: 1.5em;
	letter-spacing: 4px;
	margin-top: 25px;
	padding: 30px 60px;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a,
a.solid-bttn {
	background-color: #020202;
	color: #fff;
	display: inline-block;
	font-size: 1.15em;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.1;
	margin: 10px auto 20px;
	padding: 20px 40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background-color 0.22s ease;
	-moz-transition: background-color 0.22s ease;
	-o-transition: background-color 0.22s ease;
	transition: background-color 0.22s ease;
}
.comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover,
a.solid-bttn:hover {
	background-color: #fcb040;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
ul.menu,
ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu li {
	display: inline-block;
}
.main-navigation {
	display: inline-block;
	float: right;
	margin-top: 6px;
}
.main-navigation ul {
	display: none;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	color: #020202;
	display: block;
	font-family: "jaf-domus-titling-web",sans-serif;
	font-size: 0.92em;
	font-weight: 700;
	outline: none;
	padding: 20px 16px;
	text-decoration: none;
}
.main-navigation .menu > li:last-of-type a {
	padding-right: 0;
}
.main-navigation li:hover > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_parent > a {
	color: #fcb040;
}
.main-navigation.toggled ul {
	clear: both;
	display: block;
}
button.menu-toggle {
	background: transparent;
	color: #020202;
	display: block;
	float: right;
	margin: 0;
	outline: none;
	padding: 20px;
}
button.menu-toggle:hover {
	color: #fcb040;
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	border-top: 3px solid #37373f;
	margin: 0 0 3em;
	padding-top: 3em;
	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%;
}
.footer-navigation a::after {
	content: '. ';
	display: inline-block;
}
#social-menu li {
	margin-right: 20px;
}
#social-menu a {
	color: #fcb040;
	font-size: 1.5em;
}
#social-menu li:hover a {
	color: #37373f;
}
/*--------------------------------------------------------------
# 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%;
}
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_recent_entries li {
	margin-bottom: 10px;
}
#footer-widgets {
	font-size: 0.9em;
	margin-bottom: 95px;
}
#footer-widgets a {
	color: #fff;
	text-decoration: none;
}
#footer-widgets a:hover {
	color: #fcb040;
}
#contact .widget-area {
	display: inline-block;
	margin-right: 50px;
	max-width: 275px;
	vertical-align: top;
}
#contact #contact-form.widget-area {
	margin-right: 0;
}
body #contact-form.widget-area .gform_wrapper {
	margin-top: 0;
}
body #contact-form.widget-area .gform_wrapper ul li.gfield {
	margin-top: 0;
}
#contact #contact-form.widget-area .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}
#contact #contact-form.widget-area .gform_wrapper input[type=submit] {
	background-color: rgba(255, 255, 255, 0.3);
	cursor: pointer;
}
#contact #contact-form.widget-area .gform_wrapper input[type=submit]:hover {
	background-color: #fcb040;
}
#contact .widget-area h4 {
	line-height: 1;
	margin-bottom: 14px;
	margin-top: 0;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.wrapper {
	margin: 0 auto;
	max-width: 940px;
}
.overlay {
	background-color: rgba(2, 2, 2, 0.4);
	color: #fff;
}
.overlay .highlight {
	color: #020202;
}
#masthead {
	background-color: #fff;
	padding: 10px 0;
	position: fixed;
	width: 100%;
	z-index: 90;
}
.site-branding {
	display: inline-block;
	max-width: 180px;
	padding-top: 4px;
}
.site-branding img {
	max-width: 180px;	
}
#content {
	padding-top: 85px;
}
#page-header .wrapper {
	padding-bottom: 3em;
	padding-top: 3em;
}
.home #page-header,
.error404 #page-header {
	height: 86vh;
}
.home #page-header .wrapper,
.error404 #page-header .wrapper {
	position: relative;
	top: 37%;
	-webkit-transform: translateY(-37%);
	-ms-transform: translateY(-37%);
	transform: translateY(-37%);
}
.entry-content {
	padding-bottom: 5em;
	padding-top: 5em;
}
.page-template-menu-page .entry-content {
	padding-bottom: 1em;
	padding-top: 0;
}
.white-bg,
.yellow-bg,
.seafoam-bg,
.sage-bg,
.charcoal-bg,
.black-bg {
	padding: 55px 0 37px;
}
.white-bg {
	background-color: #fff;
}
.yellow-bg {
	background-color: #fcb040;
}
.seafoam-bg {
	background-color: #e0eeea;
}
.sage-bg {
	background-color: #778983;
	color: #fff;
}
.charcoal-bg {
	background-color: #141414;
	color: #fff;
}
.black-bg {
	background-color: #020202;
	color: #fff;
}
#contact {
	padding: 55px 0 0;
}
.site-info {
	background-color: #020202;
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.8em;
	padding: 10px 0;
}
.site-info a {
	color: rgba(255, 255, 255, 0.55);
	-webkit-transition: text-decoration 0.22s ease;
	-moz-transition: text-decoration 0.22s ease;
	-o-transition: text-decoration 0.22s ease;
	transition: text-decoration 0.22s ease;
}
.site-info a:hover {
	text-decoration: none;
}
nav.footer-navigation {
	display: inline-block;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.error404 .page-content {
	text-align: center;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.search-results article {
	clear: both;
	margin: 4em 0;
}
.search-results article:first-of-type {
	margin-top: 0;
}
.search-results h2.entry-title {
	clear: none;
}
.search-results .post-thumbnail img {
	float: right;
	margin: 30px 0 0 30px;
	max-width: 300px;
}
/*--------------------------------------------------------------
## 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;
}
.pattern-image {
	float: left;
	line-height: 0px;
	margin: 0 2em 2em -2em;
	position: relative;
}
.pattern-image::after {
	background: url(images/short-stack-pattern.jpg) repeat left bottom;
	background-size: 275px auto;
	content: '';
	display: block;
	height: 390px;
	width: 310px;
	position: absolute;
	left: -25px;
	bottom: -25px;
	z-index: -1;
}
.pattern-image.thumbnail img {
	position: relative;
	z-index: 3;
}
.pattern-image.thumbnail::after {
	bottom: -15px;
	height: 200px;
	left: -15px;
	width: 200px;
	z-index: 1;
}
.pattern-image.pattern-right {
	float: right;
	margin: 0 -2em 2em 2em;
}
.pattern-image.pattern-right::after {
	left: auto;
	right: -25px;
}
.slick-slider {
	overflow-x: hidden;
}
/*--------------------------------------------------------------
## 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;
}
/*--------------------------------------------------------------
## Queries
--------------------------------------------------------------*/
@media screen and (min-width: 810px) and (max-width: 1450px) {
	.main-navigation li .sub-menu li:first-child {
		padding-top: 30px;
	}	
}

@media screen and (max-width: 960px) {
	.wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.home #page-header a.solid-bttn {
		font-size: 1.3em;
	}
	.pattern-image {
		margin: 0 2em 2em 0;
	}
	.pattern-image.pattern-right {
		margin: 0 0 2em 2em;
	}
}

@media screen and (min-width: 810px) {
	button.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation li.menu-item-has-children > a::after {
		content: '^';
		display: inline-block;
		font-size: 1.55em;
		font-weight: 600;
		line-height: 12px;
		margin-left: 5px;
		padding-bottom: 8px;
		-webkit-transform:rotate(-180deg);
		-moz-transform:rotate(-180deg);
		-o-transform:rotate(-180deg);
		transform:rotate(-180deg);
		ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
		filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	}
	.main-navigation ul ul {
		background-color: #fff;
		float: left;
		left: -999em;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}
	.main-navigation ul ul a {
		padding: 12px 20px;
		width: 200px;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}
	ol.yellow-blocks li {
		width: 31%;
	}
	ol.yellow-blocks li:nth-of-type(1),
	ol.yellow-blocks li:nth-of-type(4n) {
		margin-left: 0;
	}
	ol.yellow-blocks li:nth-of-type(3n) {
		margin-right: 0;
	}
	.news-events {
		display: flex;
	}
	.news-events .one-half {
		width: 50%;
	}
	.news-events .one-half:first-of-type {
		padding-right: 35px;
	}
	.news-events .one-half:last-of-type {
		padding-left: 35px;
	}
	.menu-social-menu-container,
	.copyright {
		display: inline-block;
	}
	.copyright {
		float: right;
		padding-top: 4px;
	}
}

@media screen and (max-width: 810px) {
	.hours-banner {
		left: 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 100%;
	}
	#masthead {
		padding-top: 60px;
		position: relative;
	}
	#masthead ul.menu {
		text-align: right;
	}
	#masthead ul.menu li {
		display: block;
	}
	.main-navigation a {
		padding: 12px 20px;
	}
	#content {
		padding-top: 0;
	}
	.home #page-header a.solid-bttn {
		padding: 20px 40px;
	}
	.home #page-header {
		height: 80vh;
	}
	.error404 #page-header {
		height: 60vh;
	}
	h1 {
		font-size: 2.25em;
	}
	.home h1 {
		font-size: 2.65em;
	}
	h2 {
		font-size: 1.85em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.25em;
	}
	h5 {
		font-size: 1.1em;
	}
	p.larger {
		font-size: 1.35em;
	}
	ol.yellow-blocks {
		text-align: center;
	}
	ol.yellow-blocks li {
		max-width: 260px;
	}
}

@media screen and (min-width: 700px) and (max-width: 870px) {
	ul.menu-items h4 {
		max-width: 230px;
	}
}

@media screen and (min-width: 600px) and (max-width: 870px) {
	.one_half a.solid-bttn {
		font-size: 1em;
	}
}

@media screen and (min-width: 700px) {
	ul.menu-items {
		display: flex;
		flex-flow: wrap;
		height: auto;
	}
	ul.menu-items > li {
		padding-right: 1.5em;
		width: 50%;
	}
	ul.menu-items > li:nth-of-type(even) {
		padding-left: 1.5em;
		padding-right: 0;
	}
}

@media screen and (max-width: 700px) {
	.pattern-image,
	.pattern-image.pattern-right {
		float: none;
		margin: 0 auto 2em auto;
		text-align: center;
	}
	.pattern-image::after {
		display: none;
	}
	.pattern-image img {
		border: 10px solid #141414;
	}
	#footer-widgets {
		margin-bottom: 40px;
	}
	body #contact .widget-area {
		max-width: 325px;
	}
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous,
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	ul.menu-items > li {
		margin: 0 auto;
		max-width: 400px;
		padding-bottom: 30px;
	}
	blockquote {
		font-size: 21px;
		max-width: 90%;
		padding: 30px 40px 5px 90px;
	}
	blockquote p:last-of-type {
		margin-left: -100px;
	}
	.menu-highlight {
		padding: 15px 20px 5px;
	}
}

@media screen and (max-width: 600px) {
	ol.yellow-blocks li {
		min-height: 150px;
	}
	ol {
	  padding-left: 5px;
	}
}

@media screen and (max-width: 500px) {
	ul.menu-items ul.allergens {
		float: none;
		margin-top: -10px;
		padding: 0 0 10px 0;
		text-align: left;
	}
	ul.allergens li:first-of-type span {
		margin-left: 0;
	}
}


@media print {
	#masthead,
	#page-header,
	.hours-banner,
	.solid-bttn,
	#contact,
	[type="submit"] {
		display: none !important;
	}
	#content {
		padding-top: 0;
	}
	.entry-content {
		padding: 0 20px !important;
	}
	.gform_wrapper .gfield {
		display: block !important;
		margin-bottom: 0 !important;
	}
	div.ginput_container_name span {
		display: inline-block;
		margin-right: 10px;
	}
	div.ginput_complex.ginput_container.gf_name_has_2 span {
		width: 48%;
	}
	.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li, 
	.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
		display: inline-block !important;
		width: 20%;
	}
	.gform_wrapper .top_label li.gfield.gf_left_half, 
	.gform_wrapper .top_label li.gfield.gf_right_half {
		display: inline-block !important;
		padding-right: 16px;
		vertical-align: top;
		width: 50%;
	}
	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 {
		border: 1px solid #020202 !important;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	ul.menu-items {
		flex-direction: initial !important;
		flex-wrap: wrap !important;
	}
}