/*!
 * Theme Name:  Sorrento Pizza
 * Theme URI:   http://www.seothemes.com/themes/sorrento-pizza/
 * Description: Starter theme for the Genesis Framework.
 * Author:      SEO Themes
 * Author URI:  http://www.seothemes.com/
 * Version:     0.1.0
 * Text Domain: sorrento-pizza
 * Tags:        one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready.
 * Template:    genesis
 * Template     Version: 2.5.2
 * License:     GPL-2.0+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * GitHub URI:  https://github.com/seothemes/sorrento-pizza
 */
/* # Table of Contents

- Utilities
	- Variables
	- Mixins
	- Functions
- Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typography
	- Headings
	- Forms
	- Objects
	- Tables
	- Accessibility
- Layout
	- Site Containers
	- Content Width
	- Column Classes
	- Gallery
- Common
	- Avatars
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Header
	- Before Header
	- Site Header
	- Title Area
	- Widget Area
	- Hero Section
- Menus
	- Menus
	- Sub Menus
	- Specific Menus
	- Menu Toggles
- Content
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
	- Widgets
	- Sidebars
- Footer
	- Site Footer
	- Footer Widgets
- Plugins
	- Simple Social Icons
	- Gravity Forms
- Home
	- Front Page
	- Custom Header
- Print
	- Print Styles
*/
/* # Variables
-----------------------------------------------------------------------*/
/**
 * ### Breakpoints
 * 
 * Based on the most common 16:9 screen resolutions.
 *
 * @link https://pacoup.com/2011/06/12/list-of-true-169-resolutions/
 */
/* ### Colors */
/* ### Typography */
/* ### Other */
/**
 * ### Columns (including fifths)
 *
 * Why not just memorize them?
 *
 * @link https://gist.github.com/wpsmith/6201969
 */
/* # Mixins
-----------------------------------------------------------------------*/
/* ### Media Queries */
/* ### Clearfix */
/* ### Transitions */
/* normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	    -ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
	margin: 1em 4rem;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	/* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * 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;
	outline: 0.1rem 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
	outline-offset: -0.2rem;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type='search'] {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box,
.clearfix,
.entry,
.entry-content,
.footer-widgets,
.nav-primary,
.nav-secondary,
.pagination,
.site-container,
.site-footer,
.site-header,
.site-inner,
.widget,
.wrap {
	clear: both;
}

.author-box:before,
.author-box:after,
.clearfix:before,
.clearfix:after,
.entry:before,
.entry:after,
.entry-content:before,
.entry-content:after,
.footer-widgets:before,
.footer-widgets:after,
.nav-primary:before,
.nav-primary:after,
.nav-secondary:before,
.nav-secondary:after,
.pagination:before,
.pagination:after,
.site-container:before,
.site-container:after,
.site-footer:before,
.site-footer:after,
.site-header:before,
.site-header:after,
.site-inner:before,
.site-inner:after,
.widget:before,
.widget:after,
.wrap:before,
.wrap:after {
	clear: both;
	display: block;
	content: '';
}

/* ## Typography
--------------------------------------------- */
* {
	-webkit-tap-highlight-color: transparent;
}

::-moz-selection {
	background-color: #30353a;
	color: #ffffff;
}

::selection {
	background-color: #30353a;
	color: #ffffff;
}

html {
	font-size: 62.5%;
	max-width: 100vw;
	min-height: 100vh;
	overflow-x: hidden;
}

body {
	background: #ffffff;
	background: linear-gradient(to bottom, #fed681 0%, #ffffff 100%);
	color: #30353a;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.618;
	-webkit-font-smoothing: antialiased;
	   -moz-font-smoothing: grayscale;
	margin: 0;
	max-width: 100vw;
	position: relative;
	min-height: 100vh;
	overflow-x: hidden;
}

body:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url('assets/images/texture.png');
	opacity: 0.2;
}

body > div {
	font-size: 16px;
	font-size: 1.6rem;
}

p {
	margin: 0 0 1.382em;
	padding: 0;
}

a {
	color: #7a7b7f;
	word-wrap: break-word;
}

a:hover,
a:focus {
	color: #30353a;
	outline: none;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #a0a8af;
	border-bottom: 0.1rem solid #a0a8af;
	clear: both;
	padding: 1em 0 0;
	margin: 0 0 2em;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	border-left: 1px solid #a0a8af;
	border-left: 0.1rem solid #a0a8af;
	margin: 1em 0;
	padding: 0 1em;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	font-weight: 700;
	line-height: 1.236;
	margin: 0 0 0.618em;
}

h1 {
	font-size: 28px;
	font-size: 2.8rem;
}

h2 {
	font-size: 22px;
	font-size: 2.2rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 17px;
	font-size: 1.7rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #ffffff;
	border: 1px solid #a0a8af;
	border: 0.1rem solid #a0a8af;
	border-radius: 0.4rem;
	padding: 0.5em 1em;
	width: 100%;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
	border-color: #7a7b7f;
}

select {
	height: 2em;
}

:focus {
	outline: 1px solid #a0a8af;
	outline: 0.1rem solid #a0a8af;
}

input[type='checkbox'],
input[type='image'],
input[type='radio'] {
	width: auto;
}

input[type='search'] {
	-webkit-appearance: none;
}

::-moz-placeholder {
	color: #30353a;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #30353a;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	background-color: #7a7b7f;
	border: 0;
	border-radius: 0.4rem;
	color: #ffffff;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.75em 2.25em;
	text-decoration: none;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1;
	transition: all 0.3s ease;
	box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0);
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus {
	color: #ffffff;
	box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0.2);
}

.button.secondary,
button.secondary,
input[type='button'].secondary,
input[type='reset'].secondary,
input[type='submit'].secondary {
	background-color: #7a7b7f;
}

.button.small,
button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small {
	font-size: 12px;
	font-size: 1.2rem;
}

.button.large,
button.large,
input[type='button'].large,
input[type='reset'].large,
input[type='submit'].large {
	font-size: 18px;
	font-size: 1.8rem;
}

.button:disabled,
button:disabled,
input[type='button']:disabled,
input[type='reset']:disabled,
input[type='submit']:disabled {
	background-color: #f4f5f6;
	border-width: 0;
	color: #6a7681;
	cursor: not-allowed;
}

.button + button,
.button + .button,
button + button,
button + .button,
input[type='button'] + button,
input[type='button'] + .button,
input[type='reset'] + button,
input[type='reset'] + .button,
input[type='submit'] + button,
input[type='submit'] + .button {
	margin-top: 1em;
	clear: both;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button {
	display: none;
}

fieldset {
	margin-bottom: 1em;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption,
.wp-video-shortcode {
	max-width: 100%;
	display: block;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

video {
	object-fit: cover;
}

.wp-video-shortcode {
	width: auto !important;
}

/* ## Tables
--------------------------------------------- */
table {
	background-color: #ffffff;
	border: 1px solid #a0a8af;
	border: 0.1rem solid #a0a8af;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #a0a8af;
	border-bottom: 0.1rem solid #a0a8af;
}

td,
th {
	text-align: left;
	padding: 0.618em;
	border-top: 1px solid #a0a8af;
	border-top: 0.1rem solid #a0a8af;
	border-right: 1px solid #a0a8af;
	border-right: 0.1rem solid #a0a8af;
}

/* ## Accessibility
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	height: 0.1rem;
	width: 1px;
	width: 0.1rem;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	z-index: 100000;
	text-decoration: none;
	box-shadow: 0 0 0.2rem 0.2rem rgba(48, 53, 58, 0.1);
}

.more-link {
	position: relative;
	font-style: normal;
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* ## Site Containers
--------------------------------------------- */
.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	width: 90%;
}

.content-sidebar-wrap .wrap,
.wrap .wrap {
	max-width: 100%;
	width: auto;
	padding: 0;
}

.site-inner {
	clear: both;
	box-shadow: inset 0 5rem 5rem -5rem rgba(0, 0, 0, 0.5);
}

.page-builder .site-inner {
	border-top: 1px solid #a0a8af;
	border-top: 0.1rem solid #a0a8af;
	border-bottom: 1px solid #a0a8af;
	border-bottom: 0.1rem solid #a0a8af;
}

.content-sidebar-wrap {
	max-width: 1000px;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
	box-shadow: 0 0.5rem 1rem rgba(48, 53, 58, 0.2);
}

/* ## Content Widths and Positions
--------------------------------------------- */

/* ## Column Classes (including fifths)
--------------------------------------------- */

/* ## Gallery
--------------------------------------------- */
.gallery,
.gallery-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gallery a {
	display: block;
	min-height: 100%;
}

.gallery img {
	height: auto;
	width: 100%;
	display: block;
}

.gallery-caption {
	display: block;
}

.gallery-item {
	width: 100%;
	margin: 0 0 5vw;
	text-align: center;
	display: block;
}

/* ## Avatars
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	margin-right: 20px;
	margin-right: 2rem;
	float: left;
}

.alignright .avatar {
	margin-left: 20px;
	margin-left: 2rem;
}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	padding: 1em 6vw;
	background-color: #ffffff;
	border-bottom: 1px solid #a0a8af;
	border-bottom: 0.1rem solid #a0a8af;
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
}

.after-entry,
.author-box {
	margin-bottom: 5%;
	background-color: #ffffff;
	padding: 6vw;
}

.entry + .author-box {
	margin-top: 6vw;
}

.author-box p:last-of-type {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
	display: block;
	width: 100%;
	position: relative;
	clear: both;
}

.search-form:before,
.search-form:after {
	clear: both;
	display: block;
	content: '';
}

.search-form input[type='search'] {
	width: 100%;
}

.search-form input[type='submit'] {
	display: none;
}

.entry .search-form {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/* ## Titles
--------------------------------------------- */
.author-box-content {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-title a {
	color: #30353a;
	text-decoration: none;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

.entry-title a:hover {
	color: #7a7b7f;
}

/* ## WordPress
--------------------------------------------- */
.post-edit-link {
	display: none;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 1em;
}

img.alignnone,
.alignnone {
	margin-bottom: 1em;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 1em 1em;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 1em;
}

.sticky,
.bypostauthor {
	background-color: transparent;
}

/* ## Site Header
--------------------------------------------- */
.site-header {
	position: relative;
	width: 100%;
	z-index: 3;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	background: #cc0000;
	background: linear-gradient(to bottom, #cc0000 0%, #660000 100%);
}

.site-header:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url('assets/images/glare.png');
	background-position: top center;
	background-repeat: no-repeat;
}

.site-header:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url('assets/images/texture.png');
	opacity: 0.4;
}

.site-header > .wrap {
	position: relative;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	background-color: #ffffff;
	border-radius: 1.4rem 1.4rem 0 0;
	padding: 5px 5px 0;
	padding: 0.5rem 0.5rem 0;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	margin: 0;
	position: absolute;
	top: 0;
	height: 100%;
	width: 59%;
	display: block;
	padding: 6px 0 0 6px;
	transition: all 0.3s ease;
}

.title-area a {
	display: block;
}

.title-area img {
	max-width: 100%;
}

.site-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a {
	color: #30353a;
	text-decoration: none;
}

.site-description {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
	line-height: 1;
}

/* ## Header Right
--------------------------------------------- */
.header-widget-area {
	width: 100%;
	border: 4px solid #990000;
	border-radius: 1rem;
}

.wp-custom-header {
	width: 100%;
}

.wp-custom-header img {
	width: 100%;
	border-radius: 1rem;
	border: 3px solid #ffffff;
}

/* ## Menus
--------------------------------------------- */
.genesis-nav-menu {
	width: 100%;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	text-align: left;
	text-transform: uppercase;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	clear: both;
}

.genesis-nav-menu:before,
.genesis-nav-menu:after {
	clear: both;
	display: block;
	content: '';
}

.menu-item {
	display: block;
	padding: 5px 0;
	padding: 0.5rem 0;
	width: 100%;
	position: relative;
}

.menu-item.right {
	margin-left: auto;
}

.menu-item a {
	text-decoration: none;
	display: block;
	padding: 0.5em 0;
	color: #fed681;
}

.menu-item:hover a,
.menu-item:focus a {
	color: #ffffff;
}

/* ## Sub Menus
--------------------------------------------- */
.sub-menu {
	display: none;
	font-size: 13px;
	font-size: 1.3rem;
	clear: both;
}

.sub-menu:before,
.sub-menu:after {
	clear: both;
	display: block;
	content: '';
}

.sub-menu li {
	width: 100%;
}

.sub-menu li:first-of-type {
	margin-top: 0.5em;
}

.sub-menu li:first-of-type a {
	padding-left: 1em;
}

.sub-menu a {
	color: #ffffff;
	padding-left: 1em;
}

.sub-menu .sub-menu {
	padding-left: 1em;
}

/* ## Specific Menus
--------------------------------------------- */
.nav-primary {
	width: 100vw;
	margin: 0;
	padding: 0 5vw;
	display: none;
	left: 0;
	top: 100%;
	position: relative;
	z-index: 4;
}

.no-js .nav-primary {
	width: 100%;
	position: relative;
	display: block;
}

.no-js .nav-primary .wrap {
	padding: 0 5%;
}

.no-js .nav-primary .menu-item {
	display: inline-block;
	width: auto;
	margin: 0 0.5em;
}

.nav-primary .menu {
	padding: 0.5em 0;
}

.nav-secondary {
	width: 100%;
}

.nav-footer .menu {
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1em;
}

.nav-footer .menu-item {
	width: auto;
}

.nav-footer .menu-item a {
	padding: 0;
	margin: 0 1em;
}

/* ## Menu Toggles
--------------------------------------------- */
.menu-toggle {
	padding: 4vw 0;
	cursor: pointer;
	background-color: transparent;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
	line-height: 1;
	color: #ffcc66;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background: none;
	outline: none;
	box-shadow: none;
	color: #ffcc66;
}

.menu-toggle span {
	display: inline-block;
	position: absolute;
	height: 2px;
	height: 0.2rem;
	background: #ffcc66;
	transition: background 0s 0.2s;
	width: 25px;
	width: 2.5rem;
	margin-left: 0.236em;
	margin-top: 6px;
	margin-top: 0.6rem;
	border-radius: 0.4rem;
}

.menu-toggle span::before,
.menu-toggle span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	height: 0.2rem;
	background-color: #ffcc66;
	border-radius: 0.4rem;
	content: ' ';
}

.menu-toggle span::before {
	top: -7px;
	top: -0.7rem;
	transition: top 0.2s 0.2s, transform 0.2s 0s;
}

.menu-toggle span::after {
	bottom: -7px;
	bottom: -0.7rem;
	transition: bottom 0.2s 0.2s, transform 0.2s 0s;
}

.menu-toggle.activated span {
	background: none;
}

.menu-toggle.activated span::before {
	top: 0;
	transform: rotate(45deg);
	transition: top 0.2s 0s, transform 0.2s 0.2s;
}

.menu-toggle.activated span::after {
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 0.2s 0s, transform 0.2s 0.2s;
}

.sub-menu-toggle {
	position: absolute;
	right: 0;
	top: 0.25em;
	background: none;
	padding: 0.75em;
	margin: 0 -0.75em;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
	background: none;
}

.sub-menu-toggle:before {
	content: '';
	display: block;
	margin: 2px 0 -2px;
	margin: 0.2rem 0 -0.2rem;
	border: 4px solid transparent;
	border: 0.4rem solid transparent;
	border-top-color: #ffcc66;
}

.sub-menu-toggle.activated:before {
	transform: rotate(180deg);
	margin: -2px 0 2px;
	margin: -0.2rem 0 0.2rem;
}

/* ## Entries
--------------------------------------------- */
.entry {
	margin-bottom: 5vw;
	padding: 0 5vw;
}

.entry:last-of-type {
	margin-bottom: 0;
}

.home .entry {
	padding: 0 5px;
	padding: 0 0.5rem;
}

.archive-title,
.single .entry-title {
	background-image: url('assets/images/title.jpg');
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	color: #cc0000;
	padding: 1em;
	line-height: 1;
	margin: 0 0 30px;
	margin: 0 0 3rem;
}

.archive-description {
	padding: 0 5vw;
}

.archive-description p {
	margin-bottom: 0;
}

.entry-content {
	clear: both;
}

.entry-content:before,
.entry-content:after {
	clear: both;
	display: block;
	content: '';
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 1em;
	margin-left: 40px;
	margin-left: 4rem;
}

.error404 .entry-content ol,
.error404
.entry-content ul {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content li li {
	list-style-type: circle;
}

.entry-content code {
	background-color: #f4f5f6;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	border: 1px solid #a0a8af;
	border: 0.1rem solid #a0a8af;
	margin-top: 1em;
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-content input,
.entry-content select,
.entry-content textarea {
	margin-bottom: 1em;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-image-link {
	display: block;
	margin-bottom: 1em;
}

.entry-image-link img {
	display: block;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header p.entry-meta {
	margin-bottom: 1em;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-author-name {
	text-transform: capitalize;
}

.entry-footer {
	border-top: 1px solid #a0a8af;
	border-top: 0.1rem solid #a0a8af;
	margin-top: 5vw;
	padding-top: 5vw;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
	margin: 5vw 0;
	clear: both;
}

.pagination:before,
.pagination:after {
	clear: both;
	display: block;
	content: '';
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination ul {
	display: -ms-flexbox;
	display: flex;
}

.archive-pagination li {
	margin: 0 0.25em 0 0;
}

.archive-pagination a {
	background-color: #ffffff;
	color: #30353a;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 7.5px 10px;
	padding: 0.75rem 1rem;
	border-radius: 0.4rem;
	text-decoration: none;
	display: block;
}

.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #7a7b7f;
	color: #ffffff;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 40px;
	margin-top: 4rem;
	padding: 6vw;
}

.comment-respond .form-submit {
	margin-bottom: 0;
}

.comment-list li {
	padding: 40px 0 0 5vw;
	padding: 4rem 0 0 5vw;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .comment-respond {
	padding: 0 0 0 1em;
}

.comment-list > .comment-respond {
	padding: 0;
}

.comment-header {
	margin-bottom: 5vw;
}

.comment-header p {
	margin-bottom: 0;
}

.comment-edit-link {
	padding-left: calc(4.8rem + 1em);
}

.entry-pings .comment-edit-link {
	padding: 0;
	clear: both;
	display: block;
}

.comment-meta {
	padding-left: calc(4.8rem + 1em);
	word-break: break-all;
}

.entry-pings .comment-meta {
	padding: 0 0 1em;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type='email'] label,
.comment-respond input[type='text'] label,
.comment-respond input[type='url'] label {
	display: block;
	margin-right: 10px;
	margin-right: 1rem;
}

.entry-pings .reply {
	display: none;
}

.pingback:last-of-type p {
	margin-bottom: 0;
}

/* ## Widgets
--------------------------------------------- */
.widget {
	margin-bottom: 6vw;
	word-wrap: break-word;
}

.widget:last-of-type {
	margin-bottom: 0;
}

.sidebar .widget {
	margin: 0;
	padding: 10px 5vw;
	padding: 1rem 5vw;
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar .widget:first-of-type p {
	font-size: 12px;
	font-size: 1.2rem;
}

.sidebar .widget .widget-title {
	color: #990000;
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar .widget .menu-item {
	width: 100%;
	margin: 0;
	padding: 0;
}

.sidebar .widget .menu-item a {
	padding: 10px;
	padding: 1rem;
	margin: 0 0 4px;
	color: #30353a;
	background-color: #fed681;
	background: linear-gradient(to top, #fed681 0%, #ffefcd 100%);
	border-radius: 0.4rem;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: capitalize;
}

.sidebar .widget .menu-item a:hover,
.sidebar .widget .menu-item a:focus {
	color: #cc0000;
}

.widget p:last-of-type {
	margin-bottom: 0;
}

.widget ul > li:last-of-type:not(.gfield) {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 1em;
	text-indent: -1em;
}

.widget li li {
	border: 0;
	margin: 0 0 0 1em;
	padding: 0;
}

.widget-title {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	font-size: 20px;
	font-size: 2rem;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Site Footer
--------------------------------------------- */
.site-footer {
	width: 100%;
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
	z-index: 3;
}

.site-footer > .wrap {
	margin: 0 auto;
	padding: 6px;
	text-align: center;
	position: relative;
	background-color: #ffffff;
	border-radius: 0 0 1.4rem 1.4rem;
	box-shadow: 0 0.5rem 1rem rgba(48, 53, 58, 0.2);
}

.site-footer p {
	background-color: #006600;
	color: #ffffff;
	padding: 1.2em 5vw;
	border-radius: 1.2rem;
	border: 4px solid #990000;
	box-shadow: inset 0 0 0 3px #ffffff;
}

.site-footer p:last-of-type {
	margin-bottom: 0;
}

.site-footer a {
	color: #ffffff;
}

.entry-content .gform_wrapper {
	max-width: 540px;
	border: 2px solid #cc0000;
	padding: 20px 30px 20px 20px;
	padding: 2rem 3rem 2rem 2rem;
	border-radius: 0.4rem;
}

/* ## Home Page
--------------------------------------------- */
.home .entry-title {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	height: 0.1rem;
	width: 1px;
	width: 0.1rem;
	border: 0;
	overflow: hidden;
}

.home-widgets {
	padding-top: 2.5641%;
}

.home-widgets .widget {
	border: 4px solid #990000;
	border-radius: 1.2rem;
	margin: 0 0 25px;
	margin: 0 0 2.5rem;
	padding: 4px;
	padding: 0.4rem;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
}

.home-widgets .widget:nth-of-type(2) {
	overflow: hidden;
	position: relative;
	-ms-flex-order: -1;
	order: -1;
}

.home-widgets .widget:nth-of-type(2):after {
	content: '';
	display: block;
	position: absolute;
	height: 50%;
	width: calc(100% - 8px);
	bottom: 4px;
	background-color: black;
	border-radius: 5px;
	z-index: 0;
}

.home-widgets .widget:nth-of-type(2) .widget-title {
	background-color: #990000;
}

.home-widgets .widget:nth-of-type(2) .widget-wrap {
	position: relative;
	z-index: 1;
}

.home-widgets .widget:nth-of-type(3) {
	background-color: #003399;
	text-align: center;
}

.home-widgets .widget:nth-of-type(3) .widget-title {
	background-color: #990000;
}

.home-widgets .widget:nth-of-type(3) .gform_wrapper {
	margin: 0 2em 1em;
	padding: 0;
	border: 0;
}

.home-widgets .widget:nth-of-type(3) .gform_wrapper .gfield {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.home-widgets .widget:nth-of-type(3) .ginput_container {
	margin: 0;
}

.home-widgets .widget:nth-of-type(3) .gform_footer {
	margin: 0;
	padding: 0;
	text-align: center;
}

.home-widgets .widget:nth-of-type(3) label {
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	width: 100%;
	text-align: center;
}

.home-widgets .widget:nth-of-type(3) input {
	margin: 0;
}

.home-widgets .widget:nth-of-type(3) input[type='submit'] {
	background-color: #99bbff;
	padding: 0.5em 1em;
}

.home-widgets .widget:nth-of-type(3) img {
	width: 60px;
}

.home-widgets .widget:nth-of-type(4) {
	background-color: #ffcc66;
}

.home-widgets .widget:nth-of-type(5) {
	background-color: #cc0000;
	color: #ffffff;
	margin-bottom: 0;
}

.home-widgets .widget:nth-of-type(5) .widget-title {
	background-color: #000066;
}

.home-widgets .widget:nth-of-type(5) a {
	color: #ffcc66;
}

.home-widgets .widget-title {
	background-color: #006600;
	color: #ffffff;
	padding: 10px;
	padding: 1rem;
	border-radius: 0.6rem;
	margin: 0 0 6px;
	margin: 0 0 0.6rem;
	text-align: center;
}

.home-widgets img {
	width: 100%;
	border-radius: 1rem;
}

.home-widgets a {
	display: block;
	color: #003399;
}

/* ## Locations
--------------------------------------------- */
.post-type-archive-locations .archive-description strong {
	background-color: #a0a8af;
	display: block;
	padding: 0 10px;
	padding: 0 1rem;
	color: #ffffff;
}

.post-type-archive-locations .entry {
	margin: 0;
	padding: 5vw;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.post-type-archive-locations .entry h2 {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: -20px;
	margin-bottom: -2rem;
}

.post-type-archive-locations .entry h2 a {
	color: #000066;
}

.post-type-archive-locations .entry h2 a:hover,
.post-type-archive-locations .entry h2 a:focus {
	color: #003399;
}

.post-type-archive-locations .entry-content {
	width: 100%;
	border-bottom: 1px solid #fed681;
}

.post-type-archive-locations .entry-content .two-thirds {
	padding-top: 20px;
	padding-top: 2rem;
}

.post-type-archive-locations .entry-content .button {
	background-color: #ffcc66;
	color: #000099;
	margin: 10px 0 10px 20px;
	margin: 1rem 0 1rem 2rem;
}

.post-type-archive-locations .phone {
	color: #990000;
	text-decoration: none;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.236;
	font-weight: 700;
}

.post-type-archive-locations .phone:hover,
.post-type-archive-locations .phone:focus {
	color: #cc0000;
}

.single-locations .entry-content {
	padding: 0 0 30px;
	padding: 0 0 3rem;
}

.single-locations .entry-content h2 {
	color: #30353a;
}

.single-locations .entry-content .options {
	margin-bottom: 0;
}

.single-locations .entry-content .phone {
	color: #990000;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 900;
	text-decoration: none;
}

.single-locations .entry-content .orders {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single-locations .entry-content .button {
	padding: 10px 30px;
	padding: 1rem 3rem;
	color: #000099;
	background-color: #ffcc66;
	border-radius: 9rem;
	text-transform: uppercase;
}

.single-locations .entry-content .button:hover,
.single-locations .entry-content .button:focus {
	color: #cc0000;
}

/* ## Menus
--------------------------------------------- */
.post-type-archive-menu .content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0 5vw 5vw;
}

.post-type-archive-menu .archive-description {
	width: 100%;
	padding: 0;
}

.post-type-archive-menu .entry {
	padding: 0;
}

.post-type-archive-menu .entry:nth-of-type(6) {
	display: none;
}

.post-type-archive-menu .entry-title {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	height: 0.1rem;
	width: 1px;
	width: 0.1rem;
	border: 0;
	overflow: hidden;
}

.food-menu {
	list-style-image: none;
	list-style-type: none;
	width: auto;
	display: block;
	margin: 0;
}

.food-menu ul {
	display: block;
	clear: both;
	visibility: visible;
	vertical-align: top;
	text-indent: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}

.food-menu li {
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc66;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	background-image: none;
	text-indent: 0;
	display: block;
	height: 60px;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 14px;
}

.food-menu li strong {
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	color: #cc0000;
	font-size: 14px;
	display: block;
	float: left;
	padding: 0;
	margin-top: -0.8em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.food-menu li span {
	float: right;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	width: 75px;
	border-style: none;
	display: block;
	margin-right: 0.3em;
	padding: 0;
	margin-top: -0.8em;
	margin-bottom: 0;
	margin-left: 0;
}

.food-menu li em {
	display: block;
	font-size: 11px;
	padding: 0;
	margin-top: -0.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.food-menu2 {
	list-style-image: none;
	list-style-type: none;
	width: auto;
	display: block;
	margin: 0;
}

.food-menu2 ul {
	display: block;
	clear: both;
	visibility: visible;
	vertical-align: top;
	text-indent: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}

.food-menu2 li {
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffcc66;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-right: 0;
	padding-top: 0.3em;
	padding-right: 0;
	padding-left: 0;
	background-image: none;
	vertical-align: top;
	text-indent: 0;
	display: block;
	height: 25px;
	font-size: 14px;
}

.food-menu2 li strong {
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	color: #cc0000;
	font-size: 14px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.food-menu2 li span {
	float: right;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	width: 75px;
	border-style: none;
	display: block;
	vertical-align: top;
	margin-right: 0.3em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

.food-menu2 li em {
	display: block;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.food-menu-size {
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 0;
	margin-left: 0;
}

.food-menu-size li {
	background-image: none;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	display: block;
	text-indent: 0;
	vertical-align: top;
	overflow: visible;
	line-height: 30px;
	padding: 0;
}

.food-menu-size ul {
	background-image: none;
	list-style-image: none;
	list-style-type: none;
	display: block;
	vertical-align: top;
	text-indent: 0;
	clear: both;
	padding: 0;
	margin-right: 0;
	margin-left: 0;
}

.food-menu-size li span {
	text-align: center;
	float: right;
	color: #000000;
	font-weight: bold;
	width: 75px;
	font-size: 8px;
	background-image: none;
	list-style-type: none;
	display: block;
	vertical-align: top;
	background-color: #ffcc66;
	margin-bottom: 0.5em;
	padding: 0;
	margin-top: 0;
	margin-right: 0.3em;
	margin-left: 0;
	line-height: 9px;
}

.food-menu-size li em {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 70%;
}

.food-menu-size li strong {
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	color: #003366;
	font-size: 24px;
	float: left;
	overflow: visible;
	vertical-align: bottom;
}

/* ## Catering
--------------------------------------------- */
.post-type-archive-catering .content h2 {
	color: #990000;
	font-size: 20px;
	font-size: 2rem;
}

.post-type-archive-catering .content .button {
	background-color: #003399;
	border-radius: 9rem;
}

.post-type-archive-catering .content ul {
	margin-left: 2em;
}

.post-type-archive-catering .content li {
	list-style-type: disc;
}

.post-type-archive-catering .entry {
	margin: 0;
	padding: 10px 30px;
	padding: 1rem 3rem;
}

.post-type-archive-catering .entry a {
	color: #003399;
}

.post-type-archive-catering .entry a:hover,
.post-type-archive-catering .entry a:focus {
	color: #0055ff;
}

.single-catering .entry-content h2 {
	color: #990000;
}

.single-catering .entry-content .catering-items {
	margin: 0 0 40px;
	margin: 0 0 4rem;
}

.catering-item {
	border-bottom: 1px solid #fed681;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0;
	padding: 2rem 0;
}

.catering-item h3 {
	color: #000066;
}

.catering-item p {
	margin-bottom: 0;
}

.catering-item b {
	font-size: 20px;
	font-size: 2rem;
	display: block;
	line-height: 1.236;
}

.catering-item-wrap {
	width: calc(100% - 10rem);
}

/* ## Coupons
--------------------------------------------- */
.post-type-archive-coupons .entry {
	margin: 0;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
}

.post-type-archive-coupons .entry .entry-image-link img {
	display: block;
	border: 3px dashed #cc0000;
	border-radius: 1rem;
	max-width: 300px;
	max-width: 30rem;
}

.post-type-archive-coupons .entry-header {
	width: 100%;
}

.post-type-archive-coupons .entry-header a {
	color: #000066;
}

.post-type-archive-coupons .entry-header a:hover,
.post-type-archive-coupons .entry-header a:focus {
	color: #003399;
}

.post-type-archive-coupons .entry-content {
	width: 100%;
	border-bottom: 1px solid #f0f1f2;
	padding-bottom: 30px;
	padding-bottom: 3rem;
	text-align: center;
}

.post-type-archive-coupons .entry-content p:first-of-type {
	font-size: 32px;
	font-size: 3.2rem;
	color: #cc0000;
	font-weight: 700;
	margin-bottom: 0;
}

.post-type-archive-coupons .entry-content > b {
	font-size: small;
}

.post-type-archive-coupons .entry-content a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

.post-type-archive-coupons .entry-content img {
	display: block;
	max-width: 100px;
	max-width: 10rem;
	border-radius: 0.4rem;
}

/* # Print Styles
--------------------------------------------- */

@media (min-width: 540px) {
	.button + button,
	.button + .button,
	button + button,
	button + .button,
	input[type='button'] + button,
	input[type='button'] + .button,
	input[type='reset'] + button,
	input[type='reset'] + .button,
	input[type='submit'] + button,
	input[type='submit'] + .button {
		margin-top: 0;
		clear: none;
	}
	.gallery-item {
		width: 48.717948717948715%;
		margin-bottom: 2.564102564102564%;
	}
	.home-widgets .wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
	}
	.home-widgets .wrap:before,
	.home-widgets .wrap:after {
		display: none;
	}
	.home-widgets .widget {
		width: 48.71795%;
	}
	.home-widgets .widget:nth-of-type(2) {
		width: 100%;
	}
	.home-widgets .widget:nth-of-type(5) {
		margin-bottom: 2.5rem;
	}
	.post-type-archive-menu .entry {
		width: 48.71795%;
		margin-left: 2.5641%;
		margin-bottom: 2.5641%;
	}
	.post-type-archive-menu .entry:nth-of-type(1),
	.post-type-archive-menu .entry:nth-of-type(3),
	.post-type-archive-menu .entry:nth-of-type(5) {
		margin-left: 0;
	}
}

@media (min-width: 720px) {
	body {
		font-size: 1.6rem;
	}
	body > div {
		font-size: 1.6rem;
	}
	.content-sidebar-wrap,
	.wrap {
		width: 90%;
		max-width: 1000px;
		padding: 0;
	}
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.one-sixth,
	.two-thirds,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.four-fifths,
	.four-sixths,
	.five-sixths {
		float: left;
		margin-left: 2.564102564102564%;
	}
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}
	.one-third,
	.two-sixths,
	.gallery-columns-3 .gallery-item {
		width: 31.623931623931625%;
	}
	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}
	.one-fourth,
	.gallery-columns-4 .gallery-item {
		width: 23.076923076923077%;
	}
	.three-fourths {
		width: 74.35897435897436%;
	}
	.one-fifth,
	.gallery-columns-5 .gallery-item {
		width: 17.9487179487179488%;
	}
	.two-fifths {
		width: 38.4615384615384616%;
	}
	.three-fifths {
		width: 58.9743589743589744%;
	}
	.four-fifths {
		width: 79.4871794871794872%;
	}
	.one-sixth,
	.gallery-columns-6 .gallery-item {
		width: 14.52991452991453%;
	}
	.five-sixths {
		width: 82.90598290598291%;
	}
	.first {
		clear: both;
		margin-left: 0;
	}
	.breadcrumb {
		padding: 1em 6rem;
	}
	.after-entry,
	.author-box {
		margin-bottom: 4rem;
		padding: 6rem;
	}
	.entry + .author-box {
		margin-top: 4rem;
		margin-bottom: 0;
	}
	.nav-primary {
		margin: 0 -5vw;
	}
	.nav-footer .menu {
		margin-bottom: 1.5em;
	}
	.entry {
		padding: 3rem;
		margin-bottom: 4rem;
	}
	.archive-description {
		padding: 3rem;
	}
	.entry-footer {
		margin-top: 4rem;
		padding-top: 4rem;
	}
	.comment-respond,
	.entry-comments,
	.entry-pings {
		padding: 6rem;
	}
	.comment-header {
		margin-bottom: 2em;
	}
	.sidebar .widget {
		margin: 0;
		padding: 1rem 3rem;
	}
	.site-footer > .wrap {
		width: 90%;
		max-width: 1000px;
		padding: 0 0.6rem 0.6rem;
		margin-bottom: 4rem;
	}
	.entry-content .gform_wrapper {
		padding: 3rem;
	}
	.home-widgets .widget {
		width: 31.62393%;
	}
	.home-widgets .widget:nth-of-type(1) {
		-ms-flex-order: 1;
		order: 1;
	}
	.home-widgets .widget:nth-of-type(2) {
		-ms-flex-order: 2;
		order: 2;
		width: 65.81197%;
	}
	.home-widgets .widget:nth-of-type(3) {
		-ms-flex-order: 3;
		order: 3;
	}
	.home-widgets .widget:nth-of-type(4) {
		-ms-flex-order: 4;
		order: 4;
	}
	.home-widgets .widget:nth-of-type(5) {
		-ms-flex-order: 5;
		order: 5;
	}
	.post-type-archive-locations .entry {
		padding: 1rem 3rem;
	}
	.post-type-archive-locations .entry-content .one-third {
		text-align: right;
	}
	.single-locations .entry-content {
		padding: 3rem 0;
	}
	.post-type-archive-menu .content {
		padding: 0 3rem;
	}
	.post-type-archive-menu .archive-description {
		padding: 3rem 0 0;
	}
}

@media (min-width: 1000px) {
	.content-sidebar-wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.content-sidebar-wrap:before,
	.content-sidebar-wrap:after {
		display: none;
	}
	.sidebar-content .content-sidebar-wrap {
		-ms-flex-direction: row-reverse;
		    flex-direction: row-reverse;
	}
	.content {
		width: 100%;
	}
	.sidebar-primary {
		width: 30%;
	}
	.sidebar-content .content,
	.content-sidebar .content {
		width: calc(70% - 3rem);
	}
	.site-header {
		display: block;
	}
	.title-area {
		padding: 0;
		width: 58rem;
		max-width: 58%;
	}
	.site-title {
		font-size: 3rem;
	}
	.site-description {
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.382;
	}
	.menu-item {
		display: inline-block;
		padding: 0;
		width: auto;
	}
	.menu-item:first-of-type > a {
		padding-left: 0;
	}
	.menu-item:last-of-type a {
		padding-right: 0;
	}
	.menu-item a {
		padding: 1em 0.6em;
	}
	.sub-menu {
		top: 100%;
		position: absolute;
		width: 25rem;
		z-index: 99;
		background-color: #990000;
		padding: 0.5em 0;
	}
	.sub-menu li:first-of-type {
		margin-top: 0;
	}
	.sub-menu a {
		padding: 1rem 1em;
		position: relative;
		word-wrap: break-word;
	}
	.sub-menu .sub-menu {
		margin: -0.1rem 0 0 19.9rem;
		padding-left: 0;
		left: -0.1rem;
		top: -0.5em;
		border: 0.1rem solid #a0a8af;
	}
	.nav-primary {
		border: none;
		position: relative;
		left: auto;
		width: auto;
		display: block;
		padding: 2rem 0 0;
	}
	.no-js .nav-primary {
		display: block;
		width: auto;
	}
	.nav-primary .menu {
		padding: 0;
	}
	.nav-secondary {
		width: 100%;
		border-top: 0.1rem solid #a0a8af;
	}
	.menu-toggle {
		display: none;
	}
	.sub-menu-toggle {
		display: none;
	}
	.pagination {
		margin: 4rem 0 0;
	}
	.widget {
		margin-bottom: 2.5641%;
	}
	.widget:last-of-type {
		margin-bottom: 2.5641%;
	}
	.sidebar .widget:first-of-type {
		margin-top: 2rem;
	}
	.post-type-archive-menu .entry {
		width: 31.62393%;
		margin-left: 2.5641%;
		margin-bottom: 2.5641%;
	}
	.post-type-archive-menu .entry:nth-of-type(3),
	.post-type-archive-menu .entry:nth-of-type(5) {
		margin-left: 2.5641%;
	}
	.post-type-archive-menu .entry:nth-of-type(1),
	.post-type-archive-menu .entry:nth-of-type(4) {
		margin-left: 0;
	}
}

@media (min-width: 1280px) {
	.comment-respond input[type='email'],
	.comment-respond input[type='text'],
	.comment-respond input[type='url'] {
		width: 50%;
	}
}

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #30353a !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	a[href^='javascript:']:after,
	a[href^='#']:after,
	.site-title > a:after {
		content: '';
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 0.1rem solid #a0a8af;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		text-align: center;
		width: 100%;
	}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -10rem;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}
