/*
Theme Name: Corelife Eatery
Theme URI: http://underscores.me/
Author: Site Seeker Inc - Tim Sheehan
Author URI: http://www.site-seeker.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: corelife
Tags:

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

Corelife Eatery is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

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

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

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #7d7e81;
	font-family: "museo-slab",serif;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
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: #5b5d5f;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

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;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ff6c2b;
}

a:visited {
	color: #ff6c2b;
}

a:hover,
a:focus,
a:active {
	color: #ff6c2b;
}

a:focus {
	outline: thin dotted;
}

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
    padding: .75em 0;	
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul li {

}

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

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

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

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

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

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

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

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

.post-navigation .nav-previous img,
.post-navigation .nav-next img {
	width: 60%;
}

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
Global Styling
--------------------------------------------------------------*/

@font-face {
  font-family: 'Harman-Sans';
  src: url('/wp-content/uploads/fonts/3242D6_8_0.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/uploads/fonts/3242D6_8_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/uploads/fonts/3242D6_8_0.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/uploads/fonts/3242D6_8_0.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/uploads/fonts/3242D6_8_0.svg#3242D6_8_0') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Harman-Inline';
  src: url('/wp-content/uploads/fonts/3242D6_6_0.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/uploads/fonts/3242D6_6_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/uploads/fonts/3242D6_6_0.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/uploads/fonts/3242D6_6_0.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/uploads/fonts/3242D6_6_0.svg#3242D6_6_0') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Harman-Script';
  src: url('/wp-content/uploads/fonts/3242D6_7_0.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/uploads/fonts/3242D6_7_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/uploads/fonts/3242D6_7_0.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/uploads/fonts/3242D6_7_0.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/uploads/fonts/3242D6_7_0.svg#3242D6_7_0') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Harman-Simple';
  src: url('/wp-content/uploads/fonts/3242D6_1_0.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/uploads/fonts/3242D6_1_0.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/uploads/fonts/3242D6_1_0.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/uploads/fonts/3242D6_1_0.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/uploads/fonts/3242D6_1_0.svg#3242D6_7_0') format('svg'); /* Legacy iOS */
}
.home .hentry {
	margin: 0;
}
.container {
	max-width: 1056px;
}
.pad-clear {
	padding: 0 !important;
}
.pad-clear-left {
	padding-left: 0 !important;
}
.pad-clear-right {
	padding-right: 0 !important;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.list-clear {
	list-style: none;
	padding: 0;
	margin: 0;
}
.grey {
	color: #7d7e81 !important;
}
.orange {
	color: #ff6c2c !important;
}
.white {
	color: #fff !important;
}
.non-bold {
	font-weight: normal;
}
.cta-link, 
.su-button-style-default {
	background: #ff6c2c;
    border: none !important;	
    border-radius: 0 !important;
	color: #fff;
	display: inline-block;
	font-family: "Harman-Sans", Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.cta-link a, 
.su-button-style-default a {
	color: #fff;
	float: left;
	font-weight: normal;
	padding: .25em 1.5em;
}
.site-content {
	padding-top: 115px;
    position: relative;
    overflow: hidden;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
Header Styling
--------------------------------------------------------------*/
.site-header {
	background: #fff;
	border-bottom: solid 6px #ff6c2b; 
	padding: 2em;
	position: fixed;
	width: 100%;
	z-index: 10000000;
}
.site-branding {
	float: left;
}
.site-branding img {
	height: 49px;
}
.site-title {
	margin: 0;
}
#site-navigation {
	clear: none; 
    float: right;
	padding-right: 14%;
	width: auto;
}
.main-navigation {
	font-family: "museo-slab",serif;
}
.main-navigation li {
	display: inline-block; 
	padding: 0 1em;	
}
.main-navigation a {
	color: #7d7e81;
	font-weight: 500;
}
.menu-toggle {
	background: none;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    color: #b0afb5;
    font-size: 2em;
    padding: 0;
    position: absolute;
    top: .5em;
	right: 1em;
    text-shadow: none;
}
#order-online {
	position: absolute;
	right: 10%;
	top: 45px;
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    padding: 2% 10% 1%;
}
.ubermenu-postlist {
	left: auto !important;
	position: relative !important;
}
.ubermenu-postlist .block-img {
}

.ubermenu-postlist .bowl-img {
}

.ubermenu-postlist img {
	width: 100px;
}
.ubermenu-content-block a {
	padding: 1em 2em 0;
	width: 100% !important;
}
.block-img {
}
.ubermenu #menu-item-1682 {
	background: url('/wp-content/uploads/hp-green-bowls-bkg.jpg');
	background-size: cover;
	text-align: center;
}
.ubermenu #menu-item-1682 .block-img {
}
.ubermenu #menu-item-1683 {
	background: url('/wp-content/uploads/hp-grain-bowls-bkg.jpg');
	background-size: cover;
	text-align: center;
}
.ubermenu #menu-item-1683 .block-img {
}
.ubermenu #menu-item-1684 {
	background: url('/wp-content/uploads/hp-broth-bowls-bkg.jpg');
	background-size: cover;
	text-align: center;
}
.ubermenu #menu-item-1684 .block-img {
}
.ubermenu #menu-item- {
	background: url('/wp-content/uploads/hp-green-bowls-bkg.jpg');
	background-size: contain;
}

/*--------------------------------------------------------------
Footer Styling
--------------------------------------------------------------*/
#colophon {
	position: relative;
}
.home #colophon {
	margin: 4em 0 0;
}
#footer-inner {
	background: #ff6c2b;
}
.site-info {
	display: inline-block;
}
.site-info h3 {
	clear: none;
	color: #fff;
	font-family: "museo-slab",serif;
	font-size: .9em;
    margin: 0; 
    padding: 4em 3em;
}
.footer-social {
	color: #fff;
	display: inline-block;
	float: right;	
	font-size: 2.25em;
    padding: 1em 1em 0;
}
.footer-social ul {
	margin: 0;
}
.footer-social a {
	color: #fff;
}

/*--------------------------------------------------------------
Page Styling
--------------------------------------------------------------*/
.page .content-area .page-editor {
	padding-bottom: 40px;
	padding-top: 60px;
}
.page .entry-title {
	color: #ff6c2b;
	line-height: 1.25em;
	margin: 0 0 0.25em 0;
}

/*--------------------------------------------------------------
Contact Page Styling
--------------------------------------------------------------*/
::-placeholder {
	color: #c6bdba;
}
::-moz-placeholder {
	opacity: 1;
}
.cf-sidebar {
	background: #bcb2ae;
	height: 100%;
}
.cf-sidebar .section-header {
	color: white;
	text-align: center;
}
.cf-sidebar .section-header .line-1 {
	font-size: 3.05em;
}
.cf-sidebar .section-header .line-2 {
	font-size: 4.5em;
	line-height: .7em;
}
.cf-sidebar .section-header .line-3 {
	font-size: .9em;
}
.cf-sidebar .section-header .line-4 {
	font-size: 1.5em;
}
.cf-sidebar .section-thank-you {
	color: #fff;
	margin: 0 auto;
	width: 80%;
}
.cf-sidebar .section-footer {
	color: #c6bdba;
	padding: 0 0 4em 0;
}
.cf-sidebar .section-footer .line-1 {
	font-size: 10em;
}
.cf-sidebar .section-footer .line-2 {
	font-size: 8em;
	line-height: .35em;
}
.cf-sidebar .section-footer .line-3 {
	font-size: 3.8em;
	line-height: 1em;
}
.cf-sidebar .section-footer .line-4 {
	font-size: 3em;
	line-height: .8em;
}
.cf-sidebar .sidebar-area {
	margin-bottom: 430px;
}
.cf-ctas {
	margin: 5.5em 0 4em;
	text-align: center;
}
.cf-cta {
	border: 1px solid #f26b33;
	display: inline-block;
	margin: 0 .4em;
	padding: .8em .4em;
	text-transform: uppercase;
}
.cf-cta a {
	border: 1px dotted #f26b33;
	padding: .5em .6em;

}
.cf-content-area .panel-column-one .panel-title {
	padding: .25em 0 .25em;
}
.cf-content-area .panel-column-one p {
	font-family: "Harman-Simple", Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	padding: 0 1em .5em;
	width: 100%;
}
.cf-content-area .panel-column-one .panel-inner {
	padding: 0 0 4em 0;
	text-align: center;
}
.cf-content-area .panel-column-one .cta-link {
	background: #ff6c2c;
	color: #fff;
	display: inline-block;
	font-family: 'Harman-Sans', Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.cf-content-area .panel-column-one .cta-link a {
	color: #fff;
	float: left;
	font-weight: normal;
	padding: .25em 1.5em;
}
.cf-form-container {
}
.cf-form-container div.wpforms-container-full .wpforms-form * {
	font-size: 14px !important;
}
.cf-form-container div.wpforms-container-full .wpforms-form .wpforms-field {
	padding: 5px 0 !important;
}
.cf-form-container div.wpforms-container-full .wpforms-form .wpforms-field-label {
	color: #fff;
	font-size: 14px !important;
	font-weight: 100 !important;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, 
div.wpforms-container-full .wpforms-form select.wpforms-field-medium, 
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium, 
div.wpforms-container-full .wpforms-form input[type="text"] {
	border-radius: 8px !important;
	color: #5b5d5f !important;
	width: 100%; 
	max-width: 100% !important;
}
.cf-form-container div.wpforms-container-full .wpforms-form select {
	border: none;
}
#wpforms-1729-field_6-container .wpforms-one-half {
	margin-left: 0;
	padding: 5px 0 !important;
	width: 100%;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	text-align: center;
}
div.wpforms-container-full .wpforms-form input[type="text"] {
	color: #5b5d5f !important;
}
div.wpforms-container-full .wpforms-form button[type="submit"] { 
	background: #ff6c2c !important;
	border: none !important;
	color: #fff !important;
	font-family: 'Harman-Sans', Gotham, Helvetica Neue, Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 100;
	padding: .5em 2em !important;
	text-transform: uppercase;
}
.cf-form-container div.wpforms-container-full .wpforms-form button[type="submit"] { 
	background: none !important;
	border: 1px solid #fff !important;
	color: #fff !important;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
	color: #ff6c2c !important;
}
.flatpickr-calendar, 
.flatpickr-rContainer {
	width: 260px !important;
	max-width: 100% !important;
}
#wpforms-1729-field_4-container, 
#wpforms-1729-field_6-container, 
#wpforms-1729-field_7-container, 
#wpforms-1729-field_11-container, 
#wpforms-1729-field_2-container {
	padding: 1.5em 0 0 !important;
}
#wpforms-1729-field_11-container input {
	color: #fff !important;
}


/*--------------------------------------------------------------
Blog Styling
--------------------------------------------------------------*/
.single-post .entry-header {
	padding: 0 0 1.25em;
}
.single-post .entry-title {
	color: #ff6c2b;
	line-height: 1.25em;
	margin: 0 0 0.25em 0;
}
.single-post .site-content {
	padding: 180px 0;
}

#post-grid {
	width: calc(100% - 30px); 
	height: auto; 
	margin: 0 auto; 
	padding-top: 1.5em; 
	position: relative;
}
.grid-item {
    background: #FFF;
	border: 2px solid #f7f7f7;
    margin: 1em;
	padding: 0;	
    width: 328px;
    width: calc((100% / 3) - 30px);	
}
#post-grid .entry-content {
	margin: 1em;
}
.post-categories {
	list-style: none;
	padding: 0;
	margin: 0;
}
.post-categories a {
	color: #000;
	font-size: .7em;
	font-weight: 600;	
	text-transform: uppercase;
}
#post-grid .entry-title {
	line-height: .75em;
	margin: .1em 0 .25em;	
}
#post-grid .entry-title a {
	color: #ff6c2b;
	font-size: .6em;	
}
#post-grid .entry-meta {
	color: #999999;
	font-size: .8em;	
}

.post-share {
	background: #f1f1f1;
	float: left;
	font-size: .75em;
	font-weight: bold;
	margin: 1em;	
	padding: .75em 1em;
	text-transform: uppercase;
}
.post-share a {
	color: #000;
}
.post-view-more {
	background: #ff6c2b;
	float: right;
	font-size: 1em;	
	margin: 1em;	
	padding: .25em 1.5em;
}
.post-view-more a {
	color: #fff;
}
.widget-title {
	color: #81b855;
	font-family: 'Harman-Script', script;
	font-size: 1.25em;
}
#secondary h2 {
	text-transform: none;
}
#secondary ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#secondary li {
	padding: 0 0 .5em 0;
}
#secondary a {
	color: #999999;
}
#archives-2 {
	border-bottom: 2px solid #81b855;
	border-top: 2px solid #81b855;
	padding: 2em 0;
}
.addtoany_share_save_container {
	background: #f1f1f1;
    float: left;
    font-size: .75em;
    font-weight: bold;
    margin: 1em;
    padding: .75em 1em;
    text-transform: uppercase;	
}
.addtoany_share_save_container a {
	color: #000;
    font-size: 1em !important;
}

/*--------------------------------------------------------------
News Styling
--------------------------------------------------------------*/
.post-type-archive-news .page-header {
	background: url('/wp-content/uploads/menu-item-wood-texture-bkg.jpg'); 
	background-repeat: no-repeat; 
	background-size: 100% 380px; 
	margin: 0;
	
}
.post-type-archive-news .page-header .page-title {
	color: #bababa;
	font-size: 3em;
    margin: .75em 0 0;
}
#news-grid {
	padding: 4em 0 4em;
}
.news-item .box {
	min-height: 325px;
}
.news-featured-image img {
	height: 184px;
	width: 292px;
}
.news-item-title {
    font-size: 1.25em;
    line-height: 1.25em;	
	margin: .25em 0;
}
.news-item-title a {
	color: #1d1d1d;
}
.news-post-meta p {
	color: #1d1d1d;
	margin: .25em 0;
}
.news-slider-section {
	background: #ff6c2c;
    height: 250px;	
    padding: 2em 0 4em;
	position: relative;	
}
.news-slider-section .carousel-control.left, .news-slider-section .carousel-control.right {
	background: none;
}
.news-slider-section .news-post-meta {
	color: #fff;
    font-size: .75em;
}

#news-instagram-section {
	background: #ff6c2c;
	color: #fff;
}
.news-instagram-section-inner {
    padding: 2em 0 4em;
}
.null-instagram-feed {
	margin: 0;
}
#news-instagram-section h3 {
	color: #fff;
	font-size: 2.25em;
}
#news-instagram-section .instagram-pics {
	padding: 0;
	margin: 0;
}
#news-instagram-section li {
	float: left; 
	list-style: none;
	padding: .5em !important;
	width: 106px;
}

#news-youtube-slider {
	
}
.news-youtube-section {
	background: url(/wp-content/uploads/menu-item-wood-texture-bkg.jpg);
    background-size: 100% 500px;
	position: relative;
}
.news-youtube-section-inner {
	background-color: rgba(255, 255, 255, 0.72); 
	padding: 2em 0 4em
}
.news-videos {
    margin: 1em 0;
    text-align: center;
}
/*--------------------------------------------------------------
Panel Styling
--------------------------------------------------------------*/

/* Global Panels Styling */
.panel-background p, .column-background p {
	color: #fff;
}
.panel-title { 
	color: #ff6c2b;
	font-family: "Harman-Inline", Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 3.25em;
	margin: 0;
	padding: .25em 0 1em;
	text-align: center;
}
h2.panel-title { 
	font-family: "Harman-Inline", Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: uppercase; 
}
h3.panel-title {
	font-family: "museo-slab", serif !important;
	text-transform: initial;
    font-size: 1.75em;		
}
h4.panel-title {
	font-family: "Harman-Simple", Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: initial;
    font-size: 1.75em;
}

/* Home Panels Styling */
.home .column-background {
	height: 810px;
}
.home .panel-column-two .column-content {
	padding-top: 2em;
	position: relative;
	z-index: 1000000;
}

.bkg-inner {
	position : absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.bkg-inner img {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: -1;
}

#home-instagram {
	padding: 2em 0 4em;
}
#home-instagram .null-instagram-feed {
	margin: 0 auto;
	width: 80%;
}
#home-instagram .null-instagram-feed .widget-title {
	color: #ff6c2b;
	font-family: "Harman-Inline", Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 3.25em;
	padding: 1em 0;
	text-align: center;
}
#home-instagram .instagram-pics {
	padding: 0;
	margin: 0;
}
#home-instagram .instagram-pics li {
	float: left; 
	list-style: none;
	padding: .5em !important;
	width: 33.3%;
}
#home-instagram .instagram-size-large img {
	width: 100%;
}

/* Opening Location Panel Styling */

.opening-location-inner {
	padding: 5em 0;
}
.opening-location-title, .opening-location-content {
	color: #7d7e81;
}
.opening-location-title {
	text-transform: uppercase;
}
.opening-location-title h2 {
	padding: .75em 0;
}
.opening-location-inner h2 {
	text-transform: capitalize;
}
.opening-location-inner h2 .harman-script {
	font-size: .8em;
}
.opening-location-inner h2 .harman-sans-inline {
	font-size: 1.6em;
}
.opening-location-content p {    
	width: 50%;
    margin: 0 auto;
}

/* Slider Panel Styling */
.carousel {
	margin: 0;
	padding: 0;
}
.slider-inner {
	height: 588px;
}
/* Header Image Panel Styling */
.panel-header-image .panel-background {
	min-height: 478px;
}
.panel-header-image img {
	padding: 10% 0; 
}
/* One Column Panel Styling */
.panel-column-one .panel-inner {
	padding: 4em 0;
}
.panel-column-one.panel-background {
	min-height: 478px;
}
.panel-column-one h2 {
	text-align: center;
}
.panel-column-one p {
	padding: 0 3em 1em;	
	text-align: center;
	margin: 0 auto;
	width: 60%;
}

/* Two Column Panel Styling */
.home .panel-column-two p {
	font-size: .95em;
    padding: 0 1em;		
	text-align: center;
}
.panel-column-two p {	
	text-align: center;
}
.column-bkg-image {
	width: 100%;
}

/* Join Our Team Panel Styling */
.jot-background {
    background-color: #1D1D1D !important;
    margin: 0 0 2em 0;	
}
.jot-panel {
	min-height: 570px;
	padding: 0 0 2em 0;
	position: relative;
}
.jot-inner {
	height: 442px;
}
.jot-panel .panel-title {
	color: #fff;
	font-size: 1.75em;
	line-height: 1.25em;
	padding: 168px 0 0;
	text-align: left;
}
.jot-panel .panel-content {
	font-size: .9em;
	margin: 1em 0 0;
}
.jot-available-positions {
	color: #fff;
	font-size: 2.3125em;
	text-align: center;
}
.jot-available-positions::before {
    content: url('/wp-content/uploads/jot-positions-star.png');
    position: relative;
    z-index: 100000;
    top: -4px;
}
.jot-available-positions::after {
    content: url('/wp-content/uploads/jot-positions-star.png');
    position: relative;
    z-index: 100000;
	right: -10px;
    top: -4px;
}
.jot-panel .jot-content-image {
	position: absolute;
	right: 0;
	top: 80px;
}

/* Available Positions Panel Styling */
.panel-available-positions {
	font-weight: 100;
	padding: 3.5em 0;
}
.panel-available-positions h3.panel-title { 
	font-family: "Harman-Script", script !important;
	font-size: 3em;
	padding: 0 1.5em 0;
}

.panel-available-positions ul {
	list-style: none;
}
.panel-available-positions li.page_item_has_children:hover a,
.panel-available-positions ul.location-list .page_item:hover,
.panel-available-positions ul.location-list .page_item a:hover {
	color: #ff6c2c !important;
}
.panel-available-positions li.page_item_has_children:hover ul a {
	color: #fff !important;
}

.panel-available-positions ul.location-list .page_item:hover ul {
	display: block;
	opacity: 1;
}

.panel-available-positions ul.location-list .page_item .children {
	display: none;
    height: 350px;
	position: absolute;
    left: 10em;
	top: 0;
	opacity: 0;
}

.panel-available-positions ul.location-list::before {
    content: '';
	background: url(/wp-content/uploads/panel-available-positions-bullets.png) repeat-y top left;
	height: 288px;
    width: 5px;	
    position: absolute;
    top: 12px;
    left: -20px;
    z-index: 100000;
}

#menu-careers-list {
	margin: 0;
	padding: 0;
}
.panel-available-positions li {
    padding: .2em 0;
}
.panel-available-positions a {
	color: #fff;	
}
.job-type-list {
    font-size: 1.2em;
    font-weight: 100;
    line-height: 1.1em;
    margin: 0 auto;
    padding-top: .5em;
    width: 30%;
}

/* Careers CPT Styling */
.careers .entry-content .cta-link {
	float: left;
}

/* Real Food Panel Styling */
.real-food-panel {	
	height: 450px;
	padding: 3em 0;
	position: relative;
}
.real-food-panel h3.panel-title {	
    font-family: "Harman-Simple", Gotham, Helvetica Neue, Helvetica, Arial, sans-serif !important;
	font-size: 3.5em;
	    padding: .5em 0;
}
.real-food-panel p {	
	font-size: 1.5em;
}
.panel-real-food-frg {
	position: absolute;
	bottom: 0;
	right: 10em;
}


/*--------------------------------------------------------------
Menu Styling
--------------------------------------------------------------*/
.corelife-menu section {
}
#menu-intro .panel-title {
	padding: 1.5em 0 1em;
}
#menu-intro img {
	margin: 0 auto;
}
.menu-intro-hero {
	height: 478px;
	padding: 3em 0;
}
#menu-intro p {
	margin: 0 auto;
	width: 60%;
}
.menu-inner, 
.menu-beverages-inner,
.menu-byob-inner {
	min-height: 676px;
}
.menu-bkg-inner {
	margin-bottom: 5em;
}
.menu-hero {
	position: absolute;
}
.menu-inner-content {
	color: #fff;
	text-align: center;
}
#menu-green-bowls .menu-item-title a, #menu-green-bowls .menu-suggestion a {
	color: #99a94d;
}
#menu-grain-bowls .menu-item-title a, #menu-grain-bowls .menu-suggestion a {
	color: #b97b62;
}
#menu-broth-bowls .menu-item-title a, #menu-broth-bowls .menu-suggestion a {
	color: #dab372;
}
#menu-broth-bowls h2 {
	display: inline-block;
	position: relative;
}
#menu-broth-bowls .menu-item {
	min-height: 180px;
}
.box {
height: auto !important;
} 

.current-menu-item a {
	color: #ff6c2b;
}

.current-menu-item li a {
	color: #7d7e81;
}
.corelife-menu .menu-items {
	padding: 2em 0;
}
.corelife-menu .menu-item {
	padding: 0 1.5em;
	min-height: 250px;
}
.corelife-menu .menu-item p {
	font-family: "source-sans-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75em;
	margin: 0;
}
.menu-item-title {
	color: #dab372;
	font-size: 1.15em;
	padding: 1em 0;
}
.menu-item-title .vegan-badge {
	font-size: .75em;
	padding: .5em 0.6em .25em;	
}
.menu-items .section-title {
	color: #dab372;
	font-family: "Harman-Inline", Gotham, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.menu-grain-bowls .menu-inner-content {
	float: right;
    padding: 50px 0 20px;
}
.menu-broth-bowls .menu-inner-content {
	padding-left: 114px;
}

.menu-beverages-inner .menu-inner-content {
	padding: 14em 0 0;
}
.menu-beverages-inner .menu-inner-content p,
.menu-byob-inner .menu-inner-content p {
	margin: 0 auto;
	padding: 2em 0 0;
	width: 44%;
}
.menu-byob-inner .menu-inner-content {
	padding: 8em 0 0;
}
#build-your-own-bowl .menu-items {
	padding: 5em 0;	
}

#build-your-own-bowl .menu-byob-inner {
	height: auto !important;
}

#build-your-own-bowl .byob-column-title h3 {
	clear: none;
	font-size: 1.2em;
	height: 38px;
	margin: 1em 0;
}
#build-your-own-bowl .byob-column-title img {
	float: left;
    padding: .15em 1em 0 0;	
}
#build-your-own-bowl p {
    font-size: .9em;	
    margin-bottom: 1.5em;
}
#menu-handcrafted-beverages .menu-items {
	padding: 4em 0 4em;
}
#menu-handcrafted-beverages .menu-item {
	min-height: 180px;
	text-align: center;
}
.vegan-callout { 
	color: #7d7e81;
	font-family: "Harman-Sans", sans-serif;
	padding: 2em 0;
}
.vegan-badge {
	background: #99a94d;
	border-radius: 50%;
	color: #fff;
	font-family: "Harman-Sans", sans-serif;	
	padding: .25em .5em; 
}

/*--------------------------------------------------------------
Menu Item Page Styling
--------------------------------------------------------------*/
.menu-item-image {
	padding-top: 74px;
    position: relative;
	text-align: center;
	z-index: 1000000;
}
.menu-item-image img {
	height: 80%;
	width: 80%;
    -webkit-transition: width .5s cubic-bezier(0.55, 0.09, 0.68, 0.53);	
    -moz-transition: width .5s cubic-bezier(0.55, 0.09, 0.68, 0.53);	
    -o-transition: width .5s cubic-bezier(0.55, 0.09, 0.68, 0.53);	
    transition: width .5s cubic-bezier(0.55, 0.09, 0.68, 0.53);		
}
.single-menu .menu-item-background {
	background: url('/wp-content/uploads/menu-item-wood-texture-bkg.jpg'); 
	background-size: 100% 310px; 
	background-repeat: no-repeat; 
}
.single-menu .menu-item-no-background .entry-title {
	padding-top: 3em;
}
.single-menu .entry-title {
	color: #ff6c2b;
    font-weight: 100;
    font-size: 2.25em;
	margin: 0 auto 0;	
    text-align: center;
}
.single-menu .entry-content {
	color: #7d7e81;
	margin: 2em auto 0;
}
.single-menu .menu-item-subheader h2 {
	color: #99a94d;
    font-size: 1.25em;
    font-weight: 100;
    text-align: center;
}
.single-menu .menu-item-subheader h3 {    
    font-size: .9em;
    margin: 0;
	text-align: center;
}
.single-menu .menu-item-subheader a {  
	color: #7d7e81;
}
.single-menu .entry-content p {
	text-align: center;
	font-size: 1.45em;
	font-weight: 100;
	margin-bottom: 2em;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
	text-align: center
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: 1px solid transparent;
	border-bottom: none;
}
.nav-tabs>li {
	float: none;
	display: inline-block;
    margin: 1px 0;
}
.nav-tabs>li.active>a {
	color: #ff6c2b;
}
.nav-tabs>li>a {
	border-radius: 0;
	color: #7d7e81;
	padding: 10px 27px
}
.single-menu .tab-content {
	font-family: "source-sans-pro", sans-serif;	
	padding: 3em 0;
}

/*--------------------------------------------------------------
Menu Item Nutritional Tab Styling
--------------------------------------------------------------*/
.tab-content>.tab-pane {
	min-height: 340px;
}
.menu-item-inner {
	margin: 0 auto;
	width: 50%;
}
.calories-list thead {
	border-bottom: #bebec0 1px solid;
	border-top: #bebec0 1px solid;
}
.nutritional-facts-list {
	padding-left: 2em;
}
.nutritional-facts-list li {
    display: flex;
    justify-content: space-between;	
	max-width:1000px;
    overflow:hidden;
    white-space:nowrap;
}
.nutritional-facts-list li.nf-single {
	display: block;
}
.nutritional-facts-list li div {
	display: inline-block;
}
.nutritional-facts-list .nf-dots {
	margin: 0 .5em;
	overflow: hidden;
	white-space: nowrap;
}
.nutritional-facts-list .nf-dots:after {
    content: ".................................................................................................................................................................................................................................................................................................."; 
}
.nutritional-facts-list .nf-percentage {
}

.nf-title {
	
}
.nf-subtitle {
	padding-left: 20px;
}
.cal-per-gram li {
	display: inline-block;
	padding-right: 1.5em;		
}
.cal-per-gram .nf-title {
	padding-left: 2em;
}
.nf-caption {
	font-size: .8em;
	padding: 1em 0;
}
.nf-calories-header {
	padding: .45em 0;
}

.nf-calories-first-line {
padding-top: 1.75em;
}
.nf-calories-first-column {
padding-left: 2em;
}
.nf-calories-last-column {
}

/*--------------------------------------------------------------
Menu Item Allergens Tab Styling
--------------------------------------------------------------*/
.allergen-item {
	float:left;
	padding: 0 0 3.25em 0;
	text-align: center;
	width: 25%;
}
.allergen-title {
	font-size: 1em;
	margin-bottom: 1em;
	margin-top: 0;
}
.allergen-activated {
	background: #7d7e81;
	border: 1px solid #7d7e81;
	border-radius: 50%;
	height: 17px;
    margin: 0 auto;	
	width: 17px;
}
.allergen-deactivated {
	background: none;
	border: 1px solid #7d7e81;
	border-radius: 50%;
	height: 17px;
    margin: 0 auto;	
	width: 17px;
}
.menu-item-post-nav .nav-previous {
	position: absolute;
	left: -12%;
	top: 185px;
}
.menu-item-post-nav .nav-next {
	position: absolute;
	right: -12%;
	top: 185px;
}
.menu-item-post-title-nav .nav-previous {
	position: absolute;
	top: 185px;
}
.menu-item-post-title-nav .nav-next {
	position: absolute;
	top: 185px;
	right: 0;
}

/*--------------------------------------------------------------
Menu Item Allergens Tab Styling
--------------------------------------------------------------*/
.menu-item-tab-qualifying-claims {
	padding-left: 2em;
}
/*--------------------------------------------------------------
Menu Item Slider Styling
--------------------------------------------------------------*/
html,
body {
    height: 100%;
}
body {
	overflow-x: hidden;
}
.single-menu .carousel,
.single-menu .item,
.single-menu .active {
    height: 100%;
}
.single-menu .active a {
	color: #ff6c2c !important;
}
.single-menu .carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.single-menu .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*--------------------------------------------------------------
Font Class Styling
--------------------------------------------------------------*/
.harman-sans {
	font-family: "Harman-Sans", Gotham, Helvetica Neue, Helvetica, Arial, sans-serif !important;
	text-transform: uppercase !important;
}
.harman-sans-inline {
	font-family: "Harman-Inline", Gotham, Helvetica Neue, Helvetica, Arial, sans-serif !important;
	text-transform: uppercase !important;
}
.harman-script { 
	font-family: "Harman-Script", script !important;
}
.harman-simple {
	font-family: "Harman-Simple", Gotham, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
.museo {
	font-family: "Museo-Slab", serif !important;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		.home .column-background {
			height: 758px;
		}
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }


    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		.job-type-list {
			margin-bottom: 3em;
			width: 100%;
		}
    }

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

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		
	    /* Global Styling */			
		.site-content {
			padding-top: 0;
			position: relative;
		}
		.mobile-pad-clear {
			padding: 0 !important;
		}
		.page .entry-title, 
		.page-editor h2, 
		.panel-title {
			font-size: 1.5em;
		}
	    /* Header Styling */	
		.site-header {
		    padding: 1em 0 0;	
			position: relative;
		    right: 0;
		    top: 0;
		    width: 100%;
		}
		#site-navigation {
		    clear: both;	
			float: none;
			padding-right: 0;
		}
		.main-navigation li {
			display: block;
		}
		#order-online {
			margin: 1em 0;
			position: relative;
			right: 0;
			top: 0;
			text-align: center;
		}
		#order-online img {
		}

	    /* Footer Styling */	
		.site-info h3 {
			padding: 1em 0;
		}
		.footer-social {
			display: block;
			float: none;
		}
		.footer-social ul {
			text-align: center;
			width: 100%;
		}
				
	    /* Panel Styling */	
		.panel-column-one h2 {
			font-size: 2em;
			margin: 0;
			padding: 0 0 .25em 0;			
		}
		.panel-column-one p {
		    padding: .25em 0 1.5em;
    		width: 100%;
		}		
		.panel-column-one .panel-inner {
    		padding: 2em 0 2em;
		}		
		.panel-background {
			background-position: center center !important;
		    min-height: 200px !important;
		}
		
		/* Page Styling */
		.page .content-area .page-editor {
			padding: 1em 0 3em;
		}
		
	    /* Homepage Styling */	
		.slider-inner {
			height: 200px;
		}
		.opening-location-inner {
			padding: 1em 0 3em;
		}
		.opening-location-title h2 {
			padding: 0 0 .25em 0;
    		font-size: 1em;
		}
		.opening-location-inner h2 .harman-sans-inline {
    		font-size: 1em;
		}
		.opening-location-content p {
			width: 100%;
			margin: 0 auto;
			padding: 0 2em;
		}
		.home .column-background {
			height: auto;
			margin: 0 0 -1px 0;
		}
		.hp-lockup {
    		width: 56%;
		}
		#home-instagram .null-instagram-feed .widget-title {
    		font-size: 2em;
		    margin: 0;	
		}
		
	    /* Menu Item Styling */	
		.single-menu .entry-title, 
		.single-menu .entry-content, 
		.menu-item-inner {
			width: 100%;
		}
		.menu-item-image {
			padding-top: 20px;
		}
		
	    /* News Page Styling */	
		#news-grid {
		    padding: 1em 0 1em;	
		}
		.news-item {
			padding: 1em;
		}
		.news-slider-section {
			height: auto;
			padding: 1em 0 2em;
		}
		.news-slider-section .carousel-inner>.item {
		    margin: 0 1em;
		}
		.news-slider-item {
			padding: 1em;
		}
		.news-slider-section .carousel-control {
			width: 5%;
		}
 		#news-instagram-section {
			padding: 0 0 2em;
		}
		#news-instagram-section h2 {
			margin: 0;
			padding: 1em 0;
		}
		#news-instagram-section li {
			width: 50%;
		    text-align: center;	
		}
		.news-youtube-section-inner {
			padding: 1em 0 2em;
		}
		.news-videos {
		    margin: 2em 0;
		}
		
		/* Menu Page Styling */
		.menu-intro-hero {
			height: 200px;
			padding: 1em 0;
		}
		#menu-intro .panel-title {
			width: 100%;
		}
		#menu-intro p {
			width: 100%;
		}
		.menu-bkg-inner {
			margin-bottom: 0;
		}
		.menu-inner-content {
		    z-index: 10000;
		    position: relative;
			width: 100% !important;
		}
		.menu-hero {
			display: none;
			z-index: 100;
		}
		.corelife-menu .menu-item {
			padding: 1em 0 0;
			min-height: auto;
		}
		.section-title img {
			display: none;
		}
		.menu-beverages-inner {
			height: 270px !important;
		}
		#menu-handcrafted-beverages .menu-items {
    		padding: 0 0 2em;
		}
		.menu-beverages-inner .menu-inner-content {
			padding: 1em 0 0;
		}
		#build-your-own-bowl .menu-items {
		    padding: 2em 0;	
		}
		.menu-byob-inner .menu-inner-content {
			padding: 3em 0 3em;
		}
		.menu-byob-inner .menu-inner-content img {
			width: 80%;
		}
		.menu-beverages-inner .menu-inner-content p,
		.menu-byob-inner .menu-inner-content p {
			width: 100%;
		}
		#menu-handcrafted-beverages .menu-item {
			min-height: auto;
		}
		.panel-available-positions h3.panel-title {
			font-size: 1.5em;
			padding: 0 0 1em 0;
			margin: 0 0 1em 0;
		}
		.panel-available-positions ul {
    		padding-top: 0;
		}
		
		/* Careers Page Styling */	
		.real-food-panel {
		    height: auto;	
			padding: 1em 0;
		}
		.real-food-panel h3.panel-title {
			font-size: 2em;
		}
		.real-food-panel p {
			font-size: 1em;
		}
		.panel-real-food-frg {
			display: none;
		}
		.location-list li {
			float: left;
		    padding: 1em 0;	
			width: 50%;
		}
		.panel-available-positions ul.location-list .page_item .children {
			display: block;
		    left: 0;	
			height: auto;
		    margin: 0;	
			opacity: 1;
			position: relative;
			width: 100%;
		}
		.panel-available-positions ul.location-list .page_item .children li {
		    padding: 0;				
			width: 100%;
		}
		/* Blog Page Styling */	
		#post-grid {
			width: 100%;
		}
		.grid-item {
			margin: 0 !important;		
			width: 100%;
		}
		
		/* Blog Post Page Styling */			
		.single-post .site-content {
    		padding: 1em 0;
		}
		.single-post .entry-title {
			font-size: 1.5em;
		}
		.single-post .entry-meta {
			font-size: .75em;
		}
		.single-post .entry-content {
			margin: 0;
		}
		.single-post h3 {
		    font-size: 1.25em;
    		line-height: 1.25em;
		}
		
		/* Contact Us Page Styling */			
		.cf-sidebar .section-header {
			font-size: 1.25em;
			margin: 0;
    		padding: 1em 0;
		}
		.cf-form-container {
			padding: 0;
		}
		.cf-sidebar .section-footer {
			font-size: .75em;
		}
		.cf-sidebar .sidebar-area {
			margin-bottom: 0;
		}
		
		.cf-ctas {
			margin: 1em 0;
		}
		.cf-ctas li {
			margin: .5em 0;
		}
		.cf-content-area .panel-column-one .panel-inner {
		    padding: 0 0 2em 0;	
		}		
		.cf-content-area .panel-column-one p {
			padding: .5em 0;
		}
		.jot-background {
		    background-position: top center !important;
			background-size: contain!important;
			margin: 0 0 2em;
		}		
		.jot-panel {
		    min-height: auto;	
			padding: 0;
		}
		.jot-panel .panel-title {
		    padding: 90px 0 30px;
    		font-size: 1.35em;
		}
		.jot-panel .jot-content-image {
			display: none;
		}
		.jot-panel .cta-link {
		    margin: 0 0 1em 0;
		}
		.jot-inner {
			height: auto;
		}
		.jot-available-positions {
			font-size: 1.5em;
		    margin: .5em 0 1em 0;	
			padding: 0;			
		}


	}

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		.location-list li {
			width: 100%;
		}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
