/*
	Theme Name: Lizard's Thicket
	Description: Custom child theme for the Genesis Framework.
	Author: Northbound Design
	Author URI: http://northbounddesign.com
	Version: 1.0.1
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template: genesis
*/
@charset "UTF-8";
img,
legend { border:0; }

body,
ol,
ul { margin:0; }

legend,
ol,
p,
td,
th,
ul { padding:0; }

.script,
button,
select { text-transform:none; }

@font-face {
  font-family:Populaire;
  src:url(fonts/27825D_0_0.eot);
  src:url(fonts/27825D_0_0.eot?#iefix) format('embedded-opentype'),url(fonts/27825D_0_0.woff) format('woff'),url(fonts/27825D_0_0.ttf) format('truetype'),url(fonts/27825D_0_0.svg#Populaire) format('svg');
  font-weight:400;
  font-style:normal;
}

@font-face {
  font-family:icomoon-ultimate;
  src:url(fonts/icomoon-ultimate.eot);
  src:url(fonts/icomoon-ultimate.eot?#iefix) format('embedded-opentype'),url(fonts/icomoon-ultimate.woff) format('woff'),url(fonts/icomoon-ultimate.ttf) format('truetype'),url(fonts/icomoon-ultimate.svg#icomoon-ultimate) format('svg');
  font-weight:400;
  font-style:normal;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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:0 0; }

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

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

b,
optgroup,
strong { font-weight:700; }

dfn { font-style:italic; }

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

small { font-size:80%; }

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

sup { top:-.5em; }

sub { bottom:-.25em; }

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

figure { margin:1em 40px; }

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

pre,
textarea { 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,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance:button;
  cursor:pointer;
}

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

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

input { line-height:normal; }

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

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

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

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

fieldset {
  border:1px solid silver;
  margin:0 2px;
  padding:.35em .625em .75em;
}

html,
input[type=search] {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

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

.clearfix:after,
.clearfix:before,
address:after,
address:before,
article:after,
article:before,
aside:after,
aside:before,
audio:after,
audio:before,
blockquote:after,
blockquote:before,
canvas:after,
canvas:before,
dd:after,
dd:before,
div:after,
div:before,
dl:after,
dl:before,
fieldset:after,
fieldset:before,
figcaption:after,
figcaption:before,
figure:after,
figure:before,
footer:after,
footer:before,
form:after,
form:before,
header:after,
header:before,
hr:after,
hr:before,
main:after,
main:before,
output:after,
output:before,
pre:after,
pre:before,
section:after,
section:before,
table:after,
table:before,
tfoot:after,
tfoot:before,
video:after,
video:before {
  content:" ";
  display:table;
}

.clearfix:after,
address:after,
article:after,
aside:after,
audio:after,
blockquote:after,
canvas:after,
dd:after,
div:after,
dl:after,
fieldset:after,
figcaption:after,
figure:after,
footer:after,
form:after,
header:after,
hr:after,
main:after,
output:after,
pre:after,
section:after,
table:after,
tfoot:after,
video:after { clear:both; }

html { font-size:62.5%; }

body>div { font-size:1.8rem; }

body {
  background:url(images/background-tan.jpg) #f9f9f0;
  color:#3a3a3a;
  font-family:Lato,sans-serif;
  font-size:18px;
  font-size:1.8rem;
  line-height:1.625;
}

a,
button,
input[type=reset],
input[type=submit],
input[type=button] {
  -webkit-transition:all .1s ease-in-out;
  -moz-transition:all .1s ease-in-out;
  -ms-transition:all .1s ease-in-out;
  -o-transition:all .1s ease-in-out;
  transition:all .1s ease-in-out;
}

::-moz-selection {
  background:#333;
  color:#fff;
  text-shadow:none;
}

::selection {
  background:#333;
  color:#fff;
  text-shadow:none;
}

.site-container a {
  color:#147144;
  text-decoration:none;
}

.site-container a:focus,
.site-container a:hover {
  color:#000;
  text-decoration:underline;
}

p { margin:0 0 24px; }

blockquote {
  background:#fff;
  border-radius:3px;
  margin:0 0 10px;
  padding:24px 40px;
}

blockquote::before {
  content:"\201C";
  display:block;
  font-size:30px;
  font-size:3rem;
  height:0;
  left:-20px;
  position:relative;
  top:-10px;
}

cite { font-style:normal; }

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  position:absolute !important;
  clip:rect(0,0,0,0);
  height:1px;
  width:1px;
  border:0;
  overflow:hidden;
}

.genesis-nav-menu,
.genesis-nav-menu a,
.more-link,
.site-inner { position:relative; }

.genesis-nav-menu .search input[type=submit]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type=submit]:focus {
  clip:auto !important;
  height:auto;
  width:auto;
  display:block;
  font-size:1em;
  font-weight:700;
  padding:15px 23px 14px;
  color:#333;
  background:#fff;
  z-index:100000;
  text-decoration:none;
  box-shadow:0 0 2px 2px rgba(0,0,0,.6);
}

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

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

:focus {
  background:#fff;
  color:#333;
  outline:#ccc solid 1px;
}

#wpadminbar .screen-reader-shortcut { color:#fff; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:Lora;
  font-weight:700;
  line-height:1.2;
  margin:0 0 16px;
  padding:0;
}

h1 {
  font-size:36px;
  font-size:3.6rem;
}

h2 {
  font-size:30px;
  font-size:3rem;
}

.woocommerce .content ul.products li.product h3,
.woocommerce-page .content ul.products li.product h3,
h3 {
  font-size:24px;
  font-size:2.4rem;
}

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

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

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

h1.entry-title,
h1.page-title {
  font-size:40px;
  font-size:4rem;
  margin:0;
  padding:40px 0;
}

.script {
  font-family:'Mr Dafoe';
  font-weight:400;
}

embed,
iframe,
img,
object,
video { max-width:100%; }

img {
  height:auto;
  width:auto;
}

.format-gallery #gallery-1 img { border:none; }

input,
select,
textarea {
  background:#fff;
  border:1px solid #d7d4c2;
  box-shadow:1px 1px 3px #eee inset;
  color:#666;
  font-size:14px;
  font-size:1.4rem;
  font-weight:700;
  padding:16px;
  width:100%;
}

.woocommerce-page .select2-dropdown {
  border:1px solid #d7d4c2;
  box-shadow:1px 1px 3px #eee inset;
  border-radius: 0;
  color:#333;
}

.woocommerce-page .select2-container--default .select2-selection--single {
  height: 52px;
  background:#fff;
  border:1px solid #d7d4c2;
  box-shadow:1px 1px 3px #eee inset;
  color:#666;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 0;
}

.woocommerce-page .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 16px;
  padding-top: 12px;
    padding-bottom: 12px;
}

.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.woocommerce-page .select2-search--dropdown {
  display: block;
  padding: 4px;
  padding-left: 16px;
  padding-right: 16px;
}

.woocommerce-page .select2-results__option {
  padding-left: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

.button,
button,
input[type=reset],
input[type=submit],
input[type=button] {
  background:#3a3a3a;
  border:none;
  box-shadow:none;
  color:#fff;
  cursor:pointer;
  font-weight:400;
  font-family:Populaire;
  font-size:30px;
  font-size:3rem;
  line-height:1;
  position:relative;
  padding:10px 25px;
  text-transform:uppercase;
  width:auto;
}

.button:focus,
.button:hover,
button:focus,
button:hover,
input:focus[type=reset],
input:focus[type=submit],
input:focus[type=button],
input:hover[type=reset],
input:hover[type=submit],
input:hover[type=button] {
  background:#dd2c15;
  color:#fff;
}

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

.button { display:inline-block; }

.wrap {
  margin:0 auto;
  max-width:1140px;
}

.home .wrap {
  max-width:1340px;
}

.site-inner {
  background:url(images/background-inner.png) top repeat-x;
  z-index:999;
  clear:both;
  margin-top:-2px;
}

.content-sidebar .content-sidebar-wrap {
  float:left;
  width:100%;
}

.sidebar-content .content-sidebar-wrap {
  float:right;
  width:100%;
}

.content-sidebar .content {
  margin-right:380px;
  padding-right:60px;
}

.sidebar-content .content {
  margin-left:380px;
  padding-left:60px;
}

.full-width-content .content { width:100%; }

.sidebar-primary {
  float:left;
  width:380px;
  margin:0 0 0 -380px;
}

.sidebar-content .sidebar-primary {
  float:right;
  margin:0 -380px 0 0;
}

.alignleft,
.avatar { float:left; }

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
  float:left;
  margin:0 0 20px 3%;
}

.one-half,
.three-sixths,
.two-fourths { width:48%; }

.one-third,
.two-sixths { width:31%; }

.four-sixths,
.two-thirds { width:65%; }

.one-fourth { width:22.5%; }

.three-fourths { width:73.5%; }

.one-fifth { width:17.4%; }

.two-fifths { width:37.8%; }

.three-fifths { width:58.2%; }

.four-fifths { width:78.6%; }

.one-sixth { width:14%; }

.five-sixths { width:82%; }

.first {
  clear:both;
  margin-left:0;
}

.alignleft .avatar { margin-right:24px; }

.alignright .avatar { margin-left:24px; }

.aligncenter,
img.centered {
  display:block;
  margin:0 auto 24px;
}

img.alignnone { margin-bottom:12px; }

.alignleft { text-align:left; }

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

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

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

.wp-caption.alignright,
img.alignright { margin:0 0 24px 24px; }

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

.widget_calendar table { width:100%; }

.site-inner div.gform_wrapper .ginput_complex label,
.site-inner div.gform_wrapper input[type=text],
.site-inner div.gform_wrapper textarea {
  font-size:16px;
  font-size:1.6rem;
  font-weight:700;
  padding:16px;
}

.site-inner div.gform_wrapper .ginput_complex label { padding:0; }

div.gform_wrapper form li,
div.gform_wrapper li { margin:16px 0 0; }

.site-inner div.gform_wrapper input[type=submit] {
  font-size:30px;
  font-size:3rem;
}

.site-header {
  background:url(images/background-header.jpg) top center #532918;
  color:#fff;
}

.site-header .textwidget {
  text-align:center;
  text-shadow: 1px 1px black;  
}



.site-header .order-online a {
    font-family: Lora,sans-serif;
    color: white;
    background: #008061;
    padding: 2px 23px;
    display: inline-block;
    font-size: 23px;
    margin-top: 6px;
}

.order-online-mobile {
  display:none;
}

@media screen and (max-width:800px) {
  .order-online-mobile {
    display: block;
    background: #008061;
    padding: 20px;
    text-align: center;
  }

  .order-online-mobile a {
    font-family: Lora,sans-serif;
    color: white;
    display: inline-block;
    font-size: 32px;
  }
}

.title-area {
  float:left;
  padding:25px 0 50px;
}

.site-title { margin:0; }

.home .site-title a {
  background:url(images/regular-logo.png) no-repeat;
  background-size:contain;
  background-position:center center;
}

.site-title a {
  background:url(images/regular-logo.png) no-repeat;
  background-size:contain;
  color:#fff;
  display:block;
  height:281px;
  text-indent:-9999px;
  width:220px;
  background-position:center center;
}

.site-description { display:none; }

.site-header .widget-area {
  color:#fff;
  float:right;
  text-align:right;
  width:800px;
}

.site-header .search-form {
  float:right;
  margin-top:24px;
}

.widget-tagline {
  float:right;
  margin:9px 10px 0 0;
}

.widget-tagline p {
  color:#fff;
  font-family:Populaire,sans-serif;
  margin:0;
  line-height:.9;
  text-align:center;
}

.widget-tagline .line-1 {
  font-size:86px;
  font-size:8.6rem;
}

.widget-tagline .line-2 {
  font-size:50px;
  font-size:5rem;
}

.widget-tagline em {
  color:#fcdc2f;
  font-style:normal;
}

.genesis-nav-menu {
  clear:both;
  color:#fff;
  font-family:Populaire;
  font-size:26px;
  font-size:2.6rem;
  line-height:1.5;
  margin:0;
  padding:0;
  width:100%;
  z-index:99;
}

.genesis-nav-menu .menu-item {
  display:inline-block;
  margin:0;
  padding:0;
  text-align:left;
}

.genesis-nav-menu a {
  border:none;
  color:#fff;
  display:block;
  padding:20px 0 10px;
}

.genesis-nav-menu>.menu-item>a {
  border-top:6px solid transparent;
  text-transform:uppercase;
  margin-right:32px;
  text-shadow: 1px 1px black;
}

.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu>.menu-item:focus>a .genesis-nav-menu>.menu-item:hover>a,
.genesis-nav-menu>.menu-item>a:focus,
.genesis-nav-menu>.menu-item>a:hover {
  background:0 0;
  border-top-color:#f7d82e;
  color:#fff;
  text-decoration:none;
}

.genesis-nav-menu>.last>a,
.genesis-nav-menu>.menu-item:last-of-type>a { margin-right:0; }

.genesis-nav-menu .sub-menu {
  left:-9999px;
  margin:0;
  opacity:0;
  padding:0;
  position:absolute;
  -webkit-transition:opacity .4s ease-in-out;
  -moz-transition:opacity .4s ease-in-out;
  -ms-transition:opacity .4s ease-in-out;
  -o-transition:opacity .4s ease-in-out;
  transition:opacity .4s ease-in-out;
  width:200px;
  z-index:99999;
}

.genesis-nav-menu .menu-item:focus>.sub-menu,
.genesis-nav-menu .menu-item:hover>.sub-menu,
.menu .menu-item.sf-hover>ul.sub-menu,
.menu .menu-item>a:focus+ul.sub-menu {
  left:auto;
  opacity:1;
}

.genesis-nav-menu .sub-menu .menu-item { display:block; }

.genesis-nav-menu .sub-menu a {
  background:#d92b14;
  border:none;
  color:#fff;
  font-family:Lato,sans-serif;
  font-size:14px;
  font-size:1.4rem;
  font-weight:700;
  padding:10px;
  position:relative;
  width:125px;
}

.entry-meta,
.navigation {
  font-size:14px;
  font-weight:700;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover,
.menu .menu-item:focus { position:static; }

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover {
  background:#c62814;
  text-decoration:none;
}

.genesis-nav-menu .sub-menu .sub-menu { margin:-54px 0 0 199px; }

.genesis-nav-menu>.right {
  display:inline-block;
  float:right;
  list-style-type:none;
  padding:28px 0;
  text-transform:uppercase;
}

.genesis-nav-menu>.right>a {
  display:inline;
  padding:0;
}

.genesis-nav-menu>.rss>a { margin-left:48px; }

.genesis-nav-menu>.search { padding:14px 0 0; }

.entry { margin-bottom:40px; }

.home .entry { margin-bottom:0; }

.entry-content {
  background:#f4f2e6;
  padding:40px;
}

.home .entry-content {
  background:0 0;
  padding:0;
}

.entry-content .attachment a,
.entry-content .gallery a { border:none; }

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption { margin-bottom:26px; }

.entry-content ol li,
.entry-content ul li { margin-left:40px; }

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

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

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

.entry-meta {
  clear:both;
  color:#999;
  font-size:1.4rem;
}

.entry-meta a { font-weight:700; }

.entry-header .entry-meta { margin-bottom:24px; }

.navigation {
  font-size:1.4rem;
  margin:40px 0;
}

.navigation li { display:inline; }

.navigation li a {
  background:#333;
  border-radius:3px;
  color:#fff;
  cursor:pointer;
  display:inline-block;
  font-weight:700;
  padding:8px 12px;
}

.navigation li a:focus,
.navigation li a:hover,
.navigation li.active a { background:#f15123; }

#comments,
#respond,
.ping-list { margin-bottom:40px; }

#comments .comment-author { margin:0; }

#respond input[type=text],
#respond input[type=email],
#respond input[type=url] { width:50%; }

#respond label {
  display:block;
  margin-right:12px;
}

.comment-list li,
.ping-list li {
  list-style-type:none;
  margin-top:24px;
  padding:32px;
}

.comment-list li li { margin-right:-32px; }

li.comment {
  background:#f5f5f5;
  border:2px solid #fff;
  border-right:none;
}

.comment .avatar { margin:0 16px 24px 0; }

.form-allowed-tags {
  background:#f5f5f5;
  font-size:14px;
  font-size:1.4rem;
  font-weight:700;
  padding:24px;
}

.sidebar { display:block; }

.sidebar p:last-child,
.sidebar ul { margin:0; }

.sidebar li {
  list-style-type:none;
  margin-bottom:6px;
  padding:0;
  word-wrap:break-word;
}

.sidebar ul>li:last-child { margin-bottom:0; }

.sidebar .widget {
  background:#f4f2e6;
    padding: 50px 50px 50px;;
}

.sidebar .widget:last-of-type { padding-bottom:50px; }

.sidebar-primary {
  margin-top:-40px;
  margin-bottom:20px;
}

.sidebar .widget-hours {
  background:#fcdc2f;
  background:-moz-linear-gradient(225deg,transparent 20px,#fcdc2f 20px);
  background:-o-linear-gradient(225deg,transparent 20px,#fcdc2f 20px);
  background:-webkit-linear-gradient(225deg,transparent 20px,#fcdc2f 20px);
  background-position:top right;
  -moz-background-size:100% 100%;
  -webkit-background-size:100% 100%;
  background-size:100% 100%;
  background-repeat:no-repeat;
  height:275px;
  position:relative;
  padding:0;
}

.sidebar .widget-hours p {
  margin:0;
  text-align:center;
}

.sidebar .widget-hours .line-1 {
  font-family:Populaire;
  font-size:38px;
  font-size:3.8rem;
  -webkit-font-smoothing:antialiased;
  padding:25px 0 15px;
}

.sidebar .widget-hours .line-2 {
  font-family:Populaire;
  font-size:112px;
  font-size:11.2rem;
  position:relative;
  line-height:.6;
}

.sidebar .widget-hours .line-3,
.sidebar .widget-hours .line-4 {
  font-family: Populaire;
  -webkit-font-smoothing:antialiased;
}

.sidebar .widget-hours .line-2 .nine,
.sidebar .widget-hours .line-2 .six { padding-right:30px; }

.sidebar .widget-hours .line-2 .am {
  font-size:42px;
  font-size:4.2rem;
  top:-8px;
  right:117px;
  position:absolute;
}

.sidebar .widget-hours .line-2 .to {
  font-size:55px;
  font-size:5.5rem;
  top:35px;
  right:115px;
  position:absolute;
}

.sidebar .widget-hours .line-2 .pm {
  font-size:42px;
  font-size:4.2rem;
  top:-8px;
  right:30px;
  position:absolute;
}

.sidebar .widget-hours .line-2 .icon-clock {
  color:#e6bd00;
  font-size:28px;
  font-size:2.8rem;
  top:30px;
  right:30px;
  position:absolute;
}

.sidebar .widget-hours .line-3 {
  font-size:24px;
  font-size:2.4rem;
  line-height:1.2;
  margin-top:10px;
}

.sidebar .widget-hours .line-4 {
  font-size:24px;
  font-size:2.4rem;
  line-height:1.2;
}

.sidebar .widget-hours .line-4:after {
  border:25px solid;
  border-color:#fcdc2f #fcdc2f transparent transparent;
  content:'\00a0';
  position:absolute;
  width:0;
  height:0;
  right:0;
  bottom:-50px;
  z-index:99;
}

.sidebar .widget-hours .line-4:before {
  border:25px solid;
  border-color:#fff #fff transparent transparent;
  content:'\00a0';
  position:absolute;
  width:0;
  height:0;
  right:1px;
  bottom:-50px;
  z-index:99;
}

.widget_instagrm_widget ul#instagram_widget li {
  float:left;
  margin:0;
  width:50%;
}

.widget_instagrm_widget ul#instagram_widget img {
  border:5px solid #fff;
  width:92%;
}

p#instagram_widget_title {
  color:#3a3a3a;
  font-family:Lora;
  font-size:2.2rem;
  font-size:22px;
  font-weight:700;
  line-height:1.2;
  margin:0 0 16px;
  padding:0 0 15px;
}

.footer-area { background:#dde9b9; }

.footer-area a {
  color:#3a3a3a;
  text-decoration:underline;
}

.footer-area a:focus,
.footer-area a:hover {
  color:#0f5634;
  text-decoration:none;
}

.footer-area .footer-delivery {
  background:#3a3a3a;
  color:#fff;
  display:inline-block;
  font-family:Populaire;
  font-size:30px;
  font-size:3rem;
  line-height:1;
  position:relative;
  padding:10px 20px;
  text-decoration:none;
  -webkit-transition:none;
  -moz-transition:none;
  -ms-transition:none;
  -o-transition:none;
  transition:none;
  z-index:9999;
}

.footer-area .footer-delivery:after {
  border:7px solid;
  border-color:transparent transparent #3a3a3a #3a3a3a;
  content:'\00a0';
  position:absolute;
  width:0;
  height:0;
  left:0;
  top:-14px;
}

.footer-area .footer-delivery:focus,
.footer-area .footer-delivery:hover {
  background:#dd2c15;
  color:#fff;
  text-decoration:none;
}

.footer-area .footer-delivery:focus:after,
.footer-area .footer-delivery:hover:after { border-color:transparent transparent #dd2c15 #dd2c15; }

.footer-area .footer-delivery .icon-phone {
  display:inline-block;
  font-size:20px;
  font-size:2rem;
  vertical-align:top;
}

.footer-area .footer-callout {
  display:block;
  font-family:'Mr Dafoe';
  font-size:30px;
  font-size:3rem;
  font-weight:400;
  margin-top:30px;
  line-height:.9;
  padding:20px;
  text-align:center;
  text-decoration:none;
  -webkit-font-smoothing:antialiased;
}

.footer-area .footer-callout strong {
  display:block;
  font-family:Lora;
  font-weight:700;
  font-size:48px;
  font-size:4.8rem;
}

.footer-area .footer-callout:focus,
.footer-area .footer-callout:hover {
  background-color:#fff;
  color:#147144;
  text-decoration:none;
}

.footer-widgets {
  clear:both;
  font-size:14px;
  font-size:1.4rem;
  font-weight:700;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 { float:left; }

.footer-widgets-4 { float:right; }

.footer-widgets-1 { width:15%; }

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 { width:28.3333%; }

.site-footer {
  font-size:14px;
  font-size:1.4rem;
  font-weight:700;
  padding:70px 0;
  text-align:center;
}

.site-footer .sep { padding:0 5px; }

.site-footer .offices {
  font-family:Populaire;
  font-size:20px;
  font-weight:2rem;
  padding:0 10px;
}

.site-footer p,
.table th { font-weight:700; }

.site-footer p {
  font-family:Lato;
  font-size:14px;
  font-size:1.4rem;
  margin:0;
}

.site-footer .simple-social-icons { margin-bottom:20px; }

.site-footer .simple-social-icons a { -webkit-font-smoothing:antialiased; }

#comments code,
.entry-content code,
pre {
  font-family:Monaco,Andale Mono,Courier New,monospace;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}

#comments code,
.entry-content code {
  background:#f9f9f9;
  padding:1px 3px;
}

#comments pre,
.entry-content pre {
  background-color:#fff;
  display:block;
  padding:8px;
  margin:0 0 18px;
  line-height:18px;
  font-size:14px;
  font-size:1.4rem;
  font-weight:700;
  border:1px solid #ddd;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  white-space:pre;
  white-space:pre-wrap;
  word-wrap:break-word;
  border-image:initial;
}

.alert,
.table { margin-bottom:20px; }

table {
  max-width:100%;
  background-color:transparent;
  border-collapse:collapse;
  border-spacing:0;
}

.table { width:100%; }

.table td,
.table th {
  padding:8px;
  line-height:20px;
  text-align:left;
  vertical-align:top;
  border-top:1px solid #eee;
}

.table thead th { vertical-align:bottom; }

.table caption+thead tr:first-child td,
.table caption+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table thead:first-child tr:first-child td,
.table thead:first-child tr:first-child th { border-top:0; }

.table tbody+tbody { border-top:2px solid #eee; }

.table-condensed td,
.table-condensed th { padding:4px 5px; }

.table-bordered {
  border:1px solid #eee;
  border-collapse:separate;
  border-left:0;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

.table-bordered td,
.table-bordered th { border-left:1px solid #eee; }

.table-bordered caption+tbody tr:first-child td,
.table-bordered caption+tbody tr:first-child th,
.table-bordered caption+thead tr:first-child th,
.table-bordered colgroup+tbody tr:first-child td,
.table-bordered colgroup+tbody tr:first-child th,
.table-bordered colgroup+thead tr:first-child th,
.table-bordered tbody:first-child tr:first-child td,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered thead:first-child tr:first-child th { border-top:0; }

.table-bordered tbody:first-child tr:first-child td:first-child,
.table-bordered thead:first-child tr:first-child th:first-child {
  -webkit-border-top-left-radius:4px;
  border-top-left-radius:4px;
  -moz-border-radius-topleft:4px;
}

.table-bordered tbody:first-child tr:first-child td:last-child,
.table-bordered thead:first-child tr:first-child th:last-child {
  -webkit-border-top-right-radius:4px;
  border-top-right-radius:4px;
  -moz-border-radius-topright:4px;
}

.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child,
.table-bordered thead:last-child tr:last-child th:first-child {
  -webkit-border-radius:0 0 0 4px;
  -moz-border-radius:0 0 0 4px;
  border-radius:0 0 0 4px;
  -moz-border-radius-bottomleft:4px;
}

.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child,
.table-bordered thead:last-child tr:last-child th:last-child {
  -webkit-border-bottom-right-radius:4px;
  border-bottom-right-radius:4px;
  -moz-border-radius-bottomright:4px;
}

.table-bordered caption+tbody tr:first-child td:first-child,
.table-bordered caption+thead tr:first-child th:first-child,
.table-bordered colgroup+tbody tr:first-child td:first-child,
.table-bordered colgroup+thead tr:first-child th:first-child {
  -webkit-border-top-left-radius:4px;
  border-top-left-radius:4px;
  -moz-border-radius-topleft:4px;
}

.table-bordered caption+tbody tr:first-child td:last-child,
.table-bordered caption+thead tr:first-child th:last-child,
.table-bordered colgroup+tbody tr:first-child td:last-child,
.table-bordered colgroup+thead tr:first-child th:last-child {
  -webkit-border-top-right-radius:4px;
  border-top-right-radius:4px;
  -moz-border-right-topleft:4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th { background-color:#f9f9f9; }

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th { background-color:#f5f5f5; }

.row-fluid table [class*=span],
table [class*=span] {
  display:table-cell;
  float:none;
  margin-left:0;
}

.table tbody tr.success td { background-color:#dff0d8; }

.table tbody tr.error td { background-color:#f2dede; }

.table tbody tr.info td { background-color:#d9edf7; }

.alert {
  padding:8px 35px 8px 14px;
  color:#c09853;
  background-color:#fcf8e3;
  border:1px solid #fbeed5;
}

.alert-success {
  color:#468847;
  background-color:#dff0d8;
  border-color:#d6e9c6;
}

.alert-danger,
.alert-error {
  color:#b94a48;
  background-color:#f2dede;
  border-color:#eed3d7;
}

.alert-info {
  color:#3a87ad;
  background-color:#d9edf7;
  border-color:#bce8f1;
}

.alert-block {
  padding-top:14px;
  padding-bottom:14px;
}

.alert-block>p,
.alert-block>ul { margin-bottom:0; }

.alert-block p+p { margin-top:5px; }

.icon-clock,
.icon-phone {
  font-family:icomoon-ultimate !important;
  speak:none;
  font-style:normal;
  font-weight:400;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  -webkit-font-smoothing:antialiased;
}

.icon-phone:before { content:"\e000"; }

.icon-clock:before { content:"\e001"; }

body.home { background:#fff; }

.home .site-header {
  position:absolute;
  z-index:9;
  width:100%;
  background:0 0;
}

.home .site-header-wrap { background:#532918; }

.home .site-header .genesis-nav-menu {
  position:relative;
  z-index:999;
}

.home .row { position:relative; }

.home .todays-special {
  float:left;
  width:55%;
  margin-top:-20px;
}

.home .todays-special .burst {
  background:url(images/background-todays-specials.png) no-repeat;
  color:#fff;
  float:left;
  font-family:Populaire;
  font-size:40px;
  font-size:4rem;
  line-height:1;
  margin-right:15px;
  height:200px;
  width:200px;
  text-align:center;
}

.home .todays-special .burst span {
  background-color:#dd2c15;
  display:block;
  margin:50px 40px 0;
  -webkit-transform:rotate(-15deg);
  -moz-transform:rotate(-15deg);
  -ms-transform:rotate(-15deg);
  -o-transform:rotate(-15deg);
}

.home .todays-special .burst strong {
  display:block;
  font-size:52px;
  font-size:5.2rem;
  font-weight:400;
}

.home .todays-special .meal {
  font-family:Lora,sans-serif;
  font-size:48px;
  font-size:4.8rem;
  margin:0 0 20px;
  text-align:center;
  line-height:1;
  padding:60px 0 0 200px;
}

.home .todays-special .see-all {
  display:block;
  font-family:Populaire;
  font-size:24px;
  font-size:2.4rem;
  line-height:1;
  text-align:center;
  padding:0 0 0 200px;
}

.home .todays-special .see-all:focus,
.home .todays-special .see-all:hover {
  color:#dd2c15;
  text-decoration:none;
}

.home .open-hours {
  background:#fcdc2f;
  background:-moz-linear-gradient(225deg,transparent 20px,#fcdc2f 20px);
  background:-o-linear-gradient(225deg,transparent 20px,#fcdc2f 20px);
  background:-webkit-linear-gradient(225deg,transparent 20px,#fcdc2f 20px);
  background-position:top right;
  -moz-background-size:100% 100%;
  -webkit-background-size:100% 100%;
  background-size:100% 100%;
  background-repeat:no-repeat;
  float:right;
  height:275px;
  margin:-40px 0 0;
  width:474px;
  position:relative;
}

.home .meals .breakfast:before,
.home .open-hours .line-4:after {
  content:'\00a0';
  width:0;
  height:0;
  z-index:99;
}

.home .open-hours p {
  margin:0;
  text-align:center;
}

.home .open-hours .line-1 {
  font-family: Populaire;
  font-size:42px;
  font-size:4.2rem;
  -webkit-font-smoothing:antialiased;
  padding:15px 0;
}

.home .open-hours .line-2 {
  font-family:Populaire;
  font-size:130px;
  font-size:13rem;
  position:relative;
  line-height:.6;
}

.home .open-hours .line-3,
.home .open-hours .line-4 {
  font-family: Populaire;
  -webkit-font-smoothing:antialiased;
}

.home .open-hours .line-2 .nine,
.home .open-hours .line-2 .six { padding-right:30px; }

.home .open-hours .line-2 .am {
  font-size:48px;
  font-size:4.8rem;
  top:-10px;
  right:145px;
  position:absolute;
}

.home .open-hours .line-2 .to {
  font-size:62px;
  font-size:6.2rem;
  top:42px;
  right:144px;
  position:absolute;
}

.home .open-hours .line-2 .pm {
  font-size:48px;
  font-size:4.8rem;
  top:-10px;
  right:50px;
  position:absolute;
}

.home .open-hours .line-2 .icon-clock {
  color:#e6bd00;
  font-size:36px;
  font-size:3.6rem;
  top:38px;
  right:46px;
  position:absolute;
}

.home .open-hours .line-3 {
  font-size:28px;
  font-size:2.8rem;
  line-height:1;
  margin-top:10px;
}

.home .open-hours .line-4 {
  font-size:28px;
  font-size:2.8rem;
  line-height:1.2;
}

.meals a span,
h2.menu-title {
  color:#fff;
  text-align:center;
  font-size:24px;
  text-transform:capitalize;
  font-family:Lato;
  cursor:pointer;  
}



.menu-accordion h2.menu-title.open:after {
   -webkit-transform: rotate(270deg);     /* Chrome and other webkit browsers */
    -moz-transform: rotate(270deg);        /* FF */
    -o-transform: rotate(270deg);          /* Opera */
    -ms-transform: rotate(270deg);         /* IE9 */
    transform: rotate(270deg);             /* W3C compliant browsers */
  
}

.menu-accordion h2.menu-title:after {
  font-family: Populaire;
  content: ">";
  float:right;
  font-size: 60px;
  margin-top:-18px;
     -webkit-transform: rotate(90deg);     /* Chrome and other webkit browsers */
    -moz-transform: rotate(90deg);        /* FF */
    -o-transform: rotate(90deg);          /* Opera */
    -ms-transform: rotate(90deg);         /* IE9 */
    transform: rotate(90deg);             /* W3C compliant browsers */
}

.menu-accordion  p.close-accordion {
    margin-bottom: 0px;
    color: #147144;
    cursor: pointer;
    font-size: 22px;
    font-weight: 900;
}

.home .open-hours .line-4:after {
  border:25px solid;
  border-color:#fcdc2f #fcdc2f transparent transparent;
  position:absolute;
  right:0;
  bottom:-50px;
}

.meals {
  overflow:auto;
  position:relative;
  margin:40px 0;
}

.one-third .meals {
  margin:40px 0 10px;
}

.one-third .meals.catering-meal div {
  width:100%;
  height:200px;
  margin:40px 0px 0px;
  background-size:cover;
}


.two-thirds .meals.catering-meal div {
  width:100%;
  height:400px;
  margin:40px 0px 0px;
  background-size:cover;
}



.home .meals { margin:0 auto; }

.home .meals .breakfast:before {
  border:50px solid;
  border-color:#fff transparent transparent #fff;
  position:absolute;
  left:-54px;
  top:0;
}

.meals .breakfast,
.meals .lunch-supper {
  width:50%;
  float:left;
  height:380px;
}

.meals.catering-meals .breakfast, .meals.catering-meals .lunch-supper {
    width: 46%;
    float: none;
    display: inline-block;
    height: 380px;
    margin: 0px 12px;
}

.catering-menu .item-price {
  display:none;
}

.home-menus {
  text-align:center;
}

.home-menu {
    margin-bottom: 23px;
    width: 100%;
    max-width: 320px;
    display: inline-block;
    vertical-align: top;
    margin-left:10px;
    margin-right:10px;
}

.home-menu .menu-title {
    position: absolute;
    top: -28px;
    left: 7.5%;
    width: 85%;
}

.home-menu .menu-description {
    position: relative;
    padding: 46px 20px 20px;
    text-align:left;
    background-color:white;
    margin-bottom:24px;
    margin-top:-11px;
}

.home-menu h3 {
    margin-top: 22px;
    margin-bottom:2px;
    margin-right:6px;
} 

.home-menu .small-text {
  margin-left:0px;
  padding-left:0px;
}

.home-menu p {
  margin-bottom:0px;
}

.iframe-container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 42.25% !important;
    margin: 27px auto;
}

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

.meals .breakfast { 
  background:url(images/breakfast.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.meals .lunch-supper {
  background:url(images/dinner.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  border-left:none;
}

.meals a {
  display:block;
  height:100%;
  width:100%;
  position:relative;
}

.meals a, .meals p {
  display:block;
  height:100%;
  width:100%;
  position:relative;
}

.meals a span, .meals p span {
  background:#3a3a3a;
  box-shadow:3px 3px 0 rgba(0,0,0,.2);
  display:block;
  font-size:30px;
  font-size:3rem;
  line-height:1;
  margin:-31px 0 0 -95px;
  padding:15px 30px;
  position:absolute;
  top:50%;
  left:50%;
  width:190px;
  font-family: Populaire;
  color:white;
  text-align:center;
}

.small-text {
      font-family: Lato;
    font-size: 15px;
    margin-left: 10px;

}

.home-slideshow .slides>li,
.post-19 .entry-title,
.woocommerce-page .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count { display:none; }

.home-slideshow .slides>li {
    padding-bottom: 30%;
    min-height:360px;
    background-position-y: -27px;
    background-size: 100%;
}

.meals a:focus span,
.meals a:hover span {
  background:#dd2c15;
  text-decoration:none;
}

.home .footer-area {
  margin-top:-176px;
  padding-top:175px;
}

#map_search {
  background:#f4f2e6;
  padding:40px;
  margin-bottom:20px;
}

.content div.result {
  background:#f4f2e6;
  border:none;
  margin-top:20px;
  padding:20px;
}

.content div.result .special {
  float:none;
  height:auto;
}

.woocommerce .content ul.products li.product,
.woocommerce-page .content ul.products li.product {
  width:50%;
  margin:0;
  padding:0 20px 40px 0;
}

body.woocommerce .site-inner #content input.button,
body.woocommerce .site-inner #respond input#submit,
body.woocommerce .site-inner a.button,
body.woocommerce .site-inner button.button,
body.woocommerce .site-inner input.button,
body.woocommerce-page .site-inner #content input.button,
body.woocommerce-page .site-inner #respond input#submit,
body.woocommerce-page .site-inner a.button,
body.woocommerce-page .site-inner button.button,
body.woocommerce-page .site-inner input.button {
  background:#3a3a3a;
  border:none;
  color:#fff;
  font-family:Populaire;
  padding:20px;
  margin:0;
  text-align:center;
  text-transform:uppercase;
}

body.woocommerce .site-inner #content input:hover.button,
body.woocommerce .site-inner #respond input:hover#submit,
body.woocommerce .site-inner a:hover.button,
body.woocommerce .site-inner button:hover.button,
body.woocommerce .site-inner input:hover.button,
body.woocommerce-page .site-inner #content input:hover.button,
body.woocommerce-page .site-inner #respond input:hover#submit,
body.woocommerce-page .site-inner a:hover.button,
body.woocommerce-page .site-inner button:hover.button,
body.woocommerce-page .site-inner input:hover.button {
  background:#dd2c15;
  color:#fff;
  text-decoration:none;
}

.single.woocommerce div.product {
  background:#f4f2e6;
  margin:40px auto;
  padding:40px;
}

.woocommerce-page .sidebar-primary .widget_text {
  background:#147144;
  color:#fff;
  padding:40px;
}

.woocommerce-page .sidebar-primary .widget_text h1,
.woocommerce-page .sidebar-primary .widget_text h2 { color:#fff; }

.sidebar-primary .widget_shopping_cart { background:#fff; }

.woocommerce #payment li,
.woocommerce-page #payment li { list-style:none; }

.woocommerce input[type=radio] { width:auto !important; }

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  clear:both;
  display:none;
}

.woocommerce .payment_method_stripe label img {
  width:45px;
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.home-slideshow a:focus { outline:0; }

.flex-control-nav,
.flex-direction-nav,
.slides {
  margin:0;
  padding:0;
  list-style:none;
}

.home-slideshow {
  margin:0;
  padding:0;
  background:#532918;
  color:#fff;
  position:relative;
  zoom:1;
}

.no-js .slides>li:first-child,
.slides:after,
html[xmlns] .slides { display:block; }

.home-slideshow .slides img {
  width:100%;
  display:block;
}

.flex-pauseplay span { text-transform:capitalize; }

.slides:after {
  content:".";
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

* html .slides { height:1%; }

.flex-viewport {
  max-height:2000px;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  transition:all 1s ease;
}

.loading .flex-viewport { max-height:300px; }

.home-slideshow .slides { zoom:1; }

.item-price-block,
.menuItemTitle { display:inline-block; }

.item-price,
.single_price { margin-left:5px; }

h2.menu-title {
  background:#3a3a3a;
  display:block;
  padding:23px;
  margin:0;
}

h3.menu-title {
  font-family:Lato,sans-serif;
  font-size:20px;
  font-size:2rem;
  font-weight:700;
  margin:0;
}

.food_menu_wrapper {
  background-color:#fff;
  padding:0 40px 40px;
}

.menu_item_wrapper {
  font-size:14px;
  font-size:1.4rem;
  font-weight:700;
  margin-bottom:20px;
}

.accordion-content {
  display:none;
}

p.food-desc {
  background:#fff;
  padding:20px 40px;
  font-size:16px;
  font-size:1.6rem;
  font-weight:700;
  text-align:center;
  margin:0;
}

#fancybox-left,
#fancybox-right { display:none; }

.slideshow-wrapper.centered .psthumbs .pager div {
  float:none;
  display:inline-block;
}

@media only screen and (-Webkit-min-device-pixel-ratio:1.5), only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min-device-pixel-ratio:1.5) {
  .site-title a {
    background: url(images/stroke-logo.png) center center no-repeat;
    -o-background-size: 100% 100%,auto;
    -moz-background-size: 100% 100%,auto;
    -webkit-background-size: 100% 100%,auto;
    background-size: 100% 100%,auto;
    display: block;
    height: 292px;
    text-indent: -9999px;
    width: 292px;
  }

  body { background:url(images/background-tan-@2x.jpg) #f9f9f0; }

  .home .todays-special .burst {
    background:url(images/background-todays-specials-@2x.png) center center no-repeat;
    -o-background-size:100% 100%,auto;
    -moz-background-size:100% 100%,auto;
    -webkit-background-size:100% 100%,auto;
    background-size:100% 100%,auto;
  }

  .meals .breakfast {
    background:url(images/breakfast-@2x.jpg) no-repeat;
    background-size:cover;
  }

  .meals .lunch-supper {
    background:url(images/dinner-@2x.jpg) no-repeat;
    background-size:cover;
  }
}

@media only screen and (max-width:1170px) {
  .footer-area,
.site-inner { padding:0 10px; }

  .wrap { max-width:960px; }

  .site-header .widget-area { width:718px; }

  .genesis-nav-menu>.menu-item>a { margin-right:20px; }

  .home .open-hours { width:400px; }

  .home .open-hours .line-2 .am,
.home .open-hours .line-2 .to { right:110px; }

  .home .open-hours .line-2 .pm { right:15px; }

  .home .open-hours .line-2 .icon-clock { right:12px; }

  .home .open-hours .line-3,
.home .open-hours .line-4 {
    font-size:24px;
    font-size:2.4rem;
  }

  .footer-area .footer-callout strong,
.home .todays-special .meal {
    font-size:30px;
    font-size:3rem;
  }

  .site-inner { z-index:9; }
}

@media only screen and (max-width:950px) {
  .title-area {
    float:none;
    padding:10px 0 20px;
    text-align:center;
  }

  .site-title a { display:inline-block; }

  .site-header .widget-area { width:100%; }

  .genesis-nav-menu { text-align:center !important; }

  .widget-tagline {
    float:none;
    display:none;
  }

  .sidebar-primary { display:none; }

  .content-sidebar .content {
    padding-right:0;
    margin:0 auto;
  }

  .sidebar-content .content { padding-left:30px; }

  .footer-widgets-1 .icon-phone { display:none !important; }

  .home .widget_nav_menu {
    background:#532918;
    color:#fff;
    padding-bottom:8px;
  }

  .home .widget-tagline { display:none; }

  .home .entry-content { padding:0 10px; }

  .home .todays-special { margin-top:0 !important; }

  .home .open-hours { margin:0; }

  .home .todays-special .see-all { padding:0 0 0 150px; }

  .home .todays-special .meal { padding:20px 0 0 150px; }

  .home .todays-special {
    padding:40px 0 0;
    width:45%;
  }

  .home .todays-special .burst {
    background-position:center center;
    -o-background-size:100% 100%,auto;
    -moz-background-size:100% 100%,auto;
    -webkit-background-size:100% 100%,auto;
    background-size:100% 100%,auto;
    width:130px;
    height:130px;
  }

  .home .todays-special .burst span {
    padding: 0px 5px 0 0;
    font-size: 3rem;
    margin: 28px 24px 0;
  }

  .home .todays-special .burst strong {
    font-size:46px;
    font-size:4.6rem;
  }

  .home-slideshow { min-height:375px; }

  .meals { overflow:auto; }

  .site-inner {
    background:0 0;
    padding:0;
  }

  h1.entry-title,
h1.page-title {
    background:#fff;
    padding:20px;
  }

  .entry-content { padding:20px; }
}

@media only screen and (max-width:800px) {
  .footer-widgets-1,
.genesis-nav-menu,
.site-description,
.site-header .search-form,
.site-header .title-area,
.site-title,
h1.entry-title,
h1.page-title { text-align:center; }

  .home .entry-content { padding:10px 10px 0; }

  .home .todays-special { padding:20px; }

  .home .todays-special .meal {
    color:#fff;
    font-size:30px;
    font-size:3rem;
    padding:10px 0 0;
  }

  .home .todays-special .see-all { padding:0; }

  .home .todays-special .burst span {
    display:inline;
    padding:0;
    -webkit-transform:none;
    -moz-transform:none;
    -ms-transform:none;
    -o-transform:none;
  }

  .home .todays-special .burst {
    background:0 0;
    display:block;
    margin:0 auto 10px;
    padding-bottom:10px;
    font-size:30px;
    font-size:3rem;
    height:auto;
    width:100%;
  }

  .home .todays-special .burst strong {
    font-size:30px;
    font-size:3rem;
    display:inline;
  }

  .content,
.footer-widgets-1,
.site-header .widget-area,
.title-area,
.wrap { width:100%; }

  #comments,
#respond,
.archive-description,
.author-box,
.entry,
.entry-footer .entry-meta,
.site-header { padding:0; }

  .footer-area .footer-delivery { width:100%; }

  .footer-area .footer-callout { margin:10px 0 0; }

  .entry-footer .entry-meta {
    margin:0;
    padding-top:12px;
  }

  .site-footer { padding:24px 0; }

  .footer-widgets-1 { margin:0; }

  .five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
    margin:0;
    width:100%;
  }

  .site-inner { margin:0; }

  .widget-tagline { padding:20px 0 30px; }

  .content-sidebar .content,
.sidebar-content .content {
    float:none;
    padding:0;
    margin:0;
  }

  .content-sidebar .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap { float:none; }

  .sidebar-primary {
    float:none;
    margin:0;
  }

  .sidebar .widget {
    margin:0 auto;
    width:382px;
  }

  .sidebar .widget-hours { margin-bottom:-52px; }

  .footer-area { margin-top:20px; }

  .home .todays-special {
    background:#3a3a3a;
    float:none;
    width:100%;
  }

  .home .open-hours {
    float:none;
    margin:20px auto;
  }

  .home .hours { background-color:#fcdc2f; }

  .meals .breakfast:before { display:none; }

  .home p.burst { margin-bottom:0; }

  .footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 { width:33.333333333%; }
}

@media only screen and (max-width:700px) {
  .footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 { width:100%; }

  .home .widget_nav_menu { padding-bottom:0; }

  .menu-primary-nav-mobile {
    background:url(images/menu-icon.png) 10px center no-repeat #532918;
    -o-background-size:auto 60%,auto;
    -moz-background-size:auto 60%,auto;
    -webkit-background-size:auto 60%,auto;
    background-size:auto 60%,auto;
    display:block;
    color:#fff;
    font-size:20px;
    font-size:2rem;
    margin:0 auto;
    padding:10px 10px 10px 50px;
    width:100%;
    -webkit-appearance:none;
    text-shadow:none;
    box-shadow:none;
    border:none;
    border-radius:0;
  }

  .home .open-hours .line-4:after,
.home .open-hours .line-4:before,
.home-slideshow,
.sidebar .widget-hours .line-4:after,
.sidebar .widget-hours .line-4:before { display:none; }

  .sidebar .widget {
    padding:10px;
    max-width:100%;
  }

  .home .site-header {
    background:url(images/slide-1.jpg) no-repeat;
    background-size:cover;
    position:relative;
  }

  .home .widget_nav_menu { background:0 0; }

  .meals .breakfast,
.meals .lunch-supper {
    background-size:cover;
    width:100%;
  }


  .home .todays-special { margin-top:0; }

  .home .open-hours,
.sidebar .widget-hours {
    background:#fcdc2f !important;
    height:auto;
    width:290px;
    margin:0 auto;
    position:relative;
    padding:0;
  }

  .home .open-hours p,
.sidebar .widget-hours p {
    color: #000;
    margin:0;
    text-align:center;
  }

  .home .open-hours .line-1,
.sidebar .widget-hours .line-1 {
    font-size:30px;
    font-size: 3.2rem;
    -webkit-font-smoothing: antialiased;
    padding: 24px 0 4px;
  }

  .home .open-hours .line-2,
.sidebar .widget-hours .line-2 {
    font-family:Populaire;
    font-size:80px;
    font-size:3rem;
    position:relative;
    line-height:.6;
  }

  .home .open-hours .line-2 .nine,
.home .open-hours .line-2 .six,
.sidebar .widget-hours .line-2 .nine,
.sidebar .widget-hours .line-2 .six { padding-right:0px; }

  .home .open-hours .line-2 .am,
.sidebar .widget-hours .line-2 .am {
    font-size:32px;
    font-size:3.2rem;
    top:-4px;
    right:85px;
    position:static;
  }

  .home .open-hours .line-2 .to,
.sidebar .widget-hours .line-2 .to {
    font-size:38px;
    font-size:3.0rem;
    top:27px;
    right:85px;
    position:static;
  }

  .home .open-hours .line-2 .pm,
.sidebar .widget-hours .line-2 .pm {
    font-size:32px;
    font-size:3.2rem;
    top:-4px;
    right:20px;
    position:static;
  }

  .home .open-hours .line-2 .icon-clock,
.sidebar .widget-hours .line-2 .icon-clock {
    color:#000;
    font-size:22px;
    font-size:2.2rem;
    top:27px;
    right:18px;
    position:static;
  }

  .home .open-hours .line-3,
.sidebar .widget-hours .line-3 {
    font-size:18px;
    font-size:2.8rem;
    -webkit-font-smoothing:antialiased;
    margin-top:10px;
  }

  .home .open-hours .line-4,
.sidebar .widget-hours .line-4 {
    font-size:18px;
    font-size:2.8rem;
  }

  .home .todays-special .see-all { clear:both; }
}

div.result div.result_address {
    float: left;
    width: 44%;
}

div.result div.result_phone {
    float: left;
    width: 31%;
    min-height: 3em;
}

div.result div.result_website {
	display:none;
}


.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    padding: 7px;
    /* width: 8%; */
    width: 69px;
    height: 58px;
}

.css-r7evy7 {
  font-size:20px !important;
}

.footer-button {
  font-size: 20px !important;
    padding: 9px !important;
    display: block !important;
    text-align: center !important;
    width: 288px !important;
    margin: 23px auto !important;
    text-decoration:none !important;
}

/*Catering PDF Modal*/
.popup-overlay {
  display:none;
}

.popup-overlay.active {
    display:block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000d1;
    top: 0;
    left: 0;
    z-index: 999;  
}

.popup-content.active {
  position: fixed;
    width: 90%;
    text-align: center;
    top: 20%;
    left:50%;
    transform: translate(-50%);
    background: #f4f2e6;
    max-width: 486px;
    padding: 15px;
    padding-top:56px;
    border-radius:2px;
}

.popup-content h2 {
    font-family: Populaire,sans-serif;
    font-size:62px;
    font-weight:400;
    line-height:1em;
}

.popup-content .close {
    border-radius: 50%;
    width: 43px;
    height: 43px;
    padding: 0px;
    text-transform: none;
    background: black;
    color: #f4f2e6;
    position: absolute;
    top: 2px;
    right: 7px;  
}

.sr-only {
  font-size:0px;
  opacity:0;
  margin-bottom:0;
  width:0px;
  height:0px;
  line-height:0;
  position:absolute;
}

.popup-content .menu-button {
    font-family: Lora,sans-serif;
    color: white;
    background: #008061;
    padding: 5px 26px;
    display: inline-block;
    font-size: 32px;
    margin-top: 15px; 
    text-shadow: 1px 1px black;
}

.popup-content .menu-button:hover {
  color:white;
}