/*
Theme Name: Corktown
Theme URI: https://corktowneateryandbar.com
Author: Figureground Inc.
Author URI: https://figureground.com/
Description: Custom Wordpress theme for Corktown Eatery & Bar.
Version: 1.0
Text Domain: corktown
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

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

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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

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

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

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

/**
 * Variables
 _________________________________________________________________________________________
 */
/**
 * Mixins
 _________________________________________________________________________________________
 */
.row {
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

/**
 * Base
 _________________________________________________________________________________________
 */
* {
  box-sizing: border-box;
  line-height: 1.5; }

a {
  transition: all 0.2s ease-out; }

a:link {
  color: #f04925;
  text-decoration: none; }

a:visited {
  color: #ea9262;
  text-decoration: none; }

a:hover {
  color: #d32e0b;
  text-decoration: none; }

a:active {
  border: none;
  color: #f04925;
  text-decoration: none; }

a:focus {
  border: none; }

a img {
  border: none; }

address {
  font-style: normal;
  margin: 0 0 1em 0; }

blockquote.quote {
  border: 1px solid #f04925;
  font-size: 1.2em;
  padding: 1em 2em 0 2em; }

body {
  background-color: #f4f2e9;
  color: #4b2f20;
  font-family: "Open Sans", "Helvetica Nueue", "Arial", sans-serif;
  font-size: 100%;
  line-height: 1.8;
  margin: 0 auto;
  min-height: 100%;
  padding: 0;
  position: relative; }
  @media only screen and (min-width: 768px) {
    body {
      padding: 0; } }
button {
  background-color: transparent;
  border: 0;
  cursor: pointer; }

cite {
  font-style: italic; }

.clear {
  clear: both;
  display: block; }

em {
  font-style: italic; }

h1 {
  color: #f04925;
  line-height: 1.2;
  margin: 0 0 0.5em 0;
  font-size: 2.5em;
  font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  position: relative;
  text-align: center;
  text-transform: uppercase; }

h2 {
  color: #f04925;
  font-size: 1.6em;
  font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  margin: 0 0 1em 0;
  padding: 0;
  text-shadow: 1px 1px 0 #f1ccb8;
  text-transform: uppercase; }

h3 {
  color: #341d10;
  font-size: 1.25em;
  margin: 0 0 0.25em 0; }

h4 {
  color: #f04925;
  font-size: 1em;
  font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
  font-weight: bold; }

h5 {
  color: #f04925;
  font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif; }

html {
  background-color: #f4f2e9;
  height: 100%; }

hr {
  border: 0;
  border-top: 1px solid #4b2f20; }

img {
  height: auto;
  margin: 0 auto 2em;
  max-width: 100%; }

.inline-block {
  display: inline-block; }

ol {
  list-style-type: decimal;
  margin: 0 0 2em 1em; }

ol li {
  margin: 0 0 0.5em 0; }

li {
  margin: 0 0 1em 0; }

p {
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 2em 0; }

strong {
  font-weight: bold; }

.subtle {
  color: #8c786e; }

sup {
  font-size: 0.6em;
  vertical-align: top; }

ul {
  margin: 0 0 2em 1em;
  padding: 0; }

@keyframes appearGrow {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0); }
  80% {
    opacity: 0.8;
    transform: scale3d(1.3, 1.3, 1.3); }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.appear_grow {
  opacity: 0;
  transform: scale3d(0, 0, 0);
  animation: appearGrow 0.5s ease-in 0s 1 forwards; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fade_in {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in 1s forwards;
  -moz-animation: fadeIn 0.5s ease-in 1s forwards;
  animation: fadeIn 0.5s ease-in 1s forwards; }

@keyframes fadeIn80 {
  from {
    opacity: 0; }
  to {
    opacity: 0.8; } }

.fade_in_80 {
  opacity: 0;
  animation: fadeIn80 0.5s ease-in 1s forwards; }

/**
 * Badge
 _________________________________________________________________________________________
 */
.badge {
  background-color: #f04925;
  border-radius: 50%;
  color: white;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  height: 6rem;
  left: 70vw;
  line-height: 1.6rem;
  padding: 1.2rem 0 0 0;
  position: absolute;
  text-align: center;
  text-shadow: none;
  top: 62vh;
  width: 6rem;
  z-index: 10; }
  @media only screen and (min-width: 768px) {
    .badge {
      left: 85vw;
      top: 50vw; } }
/**
 * Box
 _________________________________________________________________________________________
 */
.box-description {
  background-color: #e4e1da;
  color: #a7958b;
  margin: 0 0 1em 0;
  padding: 0 5% 1em 5%; }
  .box-description p {
    margin: 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .box-description p {
        position: relative; } }
  .box-description strong {
    color: #4b2f20; }

.hours_open {
  background-color: #000;
  border: 3px solid #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  color: #f4f2e9;
  display: none;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.25em;
  transition: top 0.4s ease-in-out;
  width: 120px; }
  @media only screen and (min-width: 960px) {
    #header .hours_open {
      display: block;
      font-size: 1.6em;
      left: 5%;
      position: absolute;
      top: -20px; } }
  .hours_open img {
    height: auto;
    margin: 0;
    width: 100%; }
  #footer .hours_open {
    border: 3px solid #fff;
    display: inline-block;
    font-size: 1.5em;
    width: 180px; }
    @media only screen and (min-width: 960px) {
      #footer .hours_open {
        display: none; } }
    #footer .hours_open .hours {
      font-size: 12px; }

.woocommerce-error,
.woocommerce-message {
  background-color: #e4e1da; }

.btn {
  background-color: #f04925;
  border-radius: 5px;
  box-shadow: 1px 1px 0 #b94506, 2px 2px 0 #b94506, 3px 3px 0 #b94506;
  color: #f4f2e9;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 1em 1.5em;
  position: relative;
  transition: all 0.15s ease-in-out; }
  .btn:link, .btn:visited {
    color: #f4f2e9; }
  .btn:disabled {
    background-color: #e1e5e6;
    cursor: auto; }
    .btn:disabled:active {
      left: 0;
      top: 0; }
  #footer .btn:link, #footer .btn:visited {
    color: #fff; }

@media only screen and (min-width: 768px) {
  .btn-directions {
    position: absolute;
    right: 5%;
    top: -3em; } }

#btn-mobile-nav {
  position: absolute;
  top: 20px;
  right: 5%; }

.btn-order {
  margin: 0 auto 1.5rem auto;
  text-align: center;
  z-index: 10; }
  @media only screen and (min-width: 768px) {
    .btn-order {
      position: absolute;
      right: 5vw;
      top: 15vw; } }
/* Gravity Forms */
.ui-datepicker-trigger {
  cursor: pointer;
  margin: 0; }

body .gform_wrapper .gform_body .gform_page_footer .gform_next_button,
body .gform_wrapper .gform_body .gform_page_footer .gform_previous_button {
  background-color: #402313;
  border: 0;
  border-radius: 4px;
  color: #f4f2e9;
  cursor: pointer;
  padding: 1em 2em; }

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
  color: #f4f2e9;
  cursor: pointer;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid rgba(114, 114, 114, 0.4);
  border-radius: 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
  -moz-box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
  -webkit-box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
  background-color: #f04925; }

/* WooCommmerce Overrides */
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
  background: #f04925 !important;
  background-color: #f04925 !important;
  color: white !important;
  text-shadow: transparent !important;
  box-shadow: none;
  border-color: #ca0606 !important; }

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
  background: #f04925 !important;
  background-color: #f04925 !important;
  color: white !important;
  text-shadow: transparent !important;
  box-shadow: none;
  border-color: #ca0606 !important; }

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
  background: #f04925 !important;
  color: white !important;
  text-shadow: transparent !important;
  border-color: #ca0606 !important; }

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
  background: #f04925 !important;
  box-shadow: none;
  text-shadow: transparent !important;
  color: white !important;
  border-color: #ca0606 !important; }

.return-to-shop {
  display: none; }

/**
 * Heading
 _________________________________________________________________________________________
 */
.food_item_title {
  color: #4b2f20;
  font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
  font-size: 1.2em;
  margin: 0 0 0.2em 0;
  overflow-x: hidden;
  text-transform: uppercase; }
  .food_item_title:after {
    color: #a7958b;
    content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
    float: left;
    white-space: nowrap;
    width: 0; }
  .food_item_title a:link, .food_item_title a:visited {
    color: #4b2f20; }
  .food_item_title a:hover {
    color: #f04925; }
  .food_item_title a:active {
    color: #f04925; }
  .food_item_title .divider {
    display: none; }
  .food_item_title .item_price {
    background-color: #f4f2e9;
    float: right;
    padding-left: 0.4em;
    position: relative;
    z-index: 1; }
  .food_item_title .item_title {
    background-color: #f4f2e9;
    padding-right: .4em; }

.heading-date {
  color: #a7958b;
  font-weight: bold;
  margin: 0 0 1em 0;
  text-align: center; }

.heading-title {
  margin: 0 0 0.5em 0;
  text-align: center; }

.job_title {
  border-bottom: 1px solid #ccc8be;
  padding: 0 auto 2em auto; }

.section_title {
  background-color: #e4e1da;
  border-top: 1px solid #bb9885;
  cursor: pointer;
  font-size: 1.6em;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 0 #f1ccb8, 1px 1px 0 #f1ccb8, 1px 1px 0 #f1ccb8, 1px 1px 0 #f1ccb8; }
  .section_title a {
    display: block;
    padding: 0.5em 5%; }
    .section_title a:link, .section_title a:visited, .section_title a:hover, .section_title a:active {
      color: #f04925; }
  @media only screen and (min-width: 768px) {
    .section_title {
      cursor: default;
      font-size: 2em;
      margin: 0;
      padding: 0.5em 0 0.5em 0; } }
.subsection_title {
  border-top: 1px solid #d8d5d0;
  color: #c1b8b1;
  font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
  margin: 0 0 0.5em 0;
  padding: 1em 5% 0 5%;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .subsection_title {
      padding: 1em 0 0.5em 0; } }
  .subsection_title + .box-description {
    margin: 0 0 1em 0; }

/**
 * Icon
 _________________________________________________________________________________________
 */
.icon {
  font-family: 'fontello';
  font-style: normal; }

.icon-basket {
  line-height: 1.5em; }

.icon-facebook,
.icon-instagram {
  font-size: 2em; }

.icon-hot {
  display: inline-block;
  height: auto;
  margin: 0;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 24px; }

.icon-location {
  color: #ea9262; }

.icon-low-carb {
  display: inline-block;
  height: auto;
  margin: 0;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 24px; }

.icon-mail {
  color: #f4f2e9; }

.icon-menu {
  color: #f4f2e9;
  font-size: 2em; }

.icon-phone {
  color: #f4f2e9; }

.icon-up-circled {
  color: #e3ac8e;
  font-size: 2em; }

.icon-vegetarian {
  display: inline-block;
  height: auto;
  margin: 0;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 24px; }

/**
 * Image
 _________________________________________________________________________________________
 */
#bkgnd1 {
  background-image: url("sandwiches.jpg"); }

#bkgnd2 {
  background-image: url("sando-2.jpg"); }

#bkgnd3 {
  background-image: url("sando.jpg"); }

#bkgnd4 {
  background-image: url("bigdill.jpg"); }

#bkgnd5 {
  background-image: url("sando-3.jpg"); }

#bkgnd_wrap .bkgnd {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 0;
  animation-name: crossfade;
  animation-duration: 24s;
  animation-iteration-count: infinite; }
  @media only screen and (min-width: 768px) {
    #bkgnd_wrap .bkgnd {
      top: 7vw; } }
@keyframes crossfade {
  0% {
    opacity: 0; }
  4.1666666667% {
    opacity: 1; }
  33.3333333333% {
    opacity: 1; }
  37.5% {
    opacity: 0; }
  100% {
    opacity: 0; } }
  #bkgnd_wrap .bkgnd:nth-child(1) {
    animation-delay: calc((0) * 1s); }
  #bkgnd_wrap .bkgnd:nth-child(2) {
    animation-delay: calc((8) * 1s); }
  #bkgnd_wrap .bkgnd:nth-child(3) {
    animation-delay: calc((16) * 1s); }

.gift_cards {
  margin: 0 auto; }

.img-salmon {
  height: auto;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .img-salmon {
      float: left;
      margin: 0 4vw 2rem 0;
      width: 33%; } }
/**
 * List
 _________________________________________________________________________________________
 */
.col-summary ul {
  list-style-type: disc; }

.footer_links {
  font-size: 1.1em;
  list-style: none;
  margin: 0 -5.555% 1em -5.555%;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .footer_links {
      margin: 0 0 1em 0; } }
  .footer_links a {
    display: block;
    padding: 0.5em 0; }
  .footer_links .label {
    color: #f4f2e9; }
  .footer_links li {
    border-bottom: 1px solid #695042;
    margin: 0; }
  @media only screen and (min-width: 768px) {
    .footer_links {
      column-count: 2;
      column-gap: 50px;
      column-rule: 2px solid #695042;
      column-width: 50%; } }
.social {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .social {
      text-align: right; } }
  .social a {
    display: block;
    padding: 0.5em; }
  .social li {
    display: inline-block; }

.woocommerce td.product-name dl.variation,
.woocommerce td.product-name dl.variation:last-child {
  color: #c1b8b1;
  font-size: 0.8em;
  margin: 0; }

/**
 * Map
 _________________________________________________________________________________________
 */
#map_canvas {
  margin: -150px 0 0 0;
  min-height: 500px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    #map_canvas {
      margin: -190px 0 0 0;
      min-height: 600px; } }
#map_canvas_container {
  margin: 0 0 2em 0;
  position: relative; }
  @media only screen and (min-width: 768px) {
    #map_canvas_container {
      margin: 0; } }
svg.angle {
  bottom: 0;
  height: 9vw;
  left: 0;
  position: absolute;
  width: 100%; }
  svg.angle polygon {
    background-color: #f4f2e9; }

/**
 * Table
 _________________________________________________________________________________________
 */
.wc-product-table-wrapper {
  margin: 0 !important; }

/**
 * Align (Wordpress classes)
 _________________________________________________________________________________________
 */
.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em; }

/**
 * Grid
 _________________________________________________________________________________________
 */
.column {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 -4px 0 auto;
  padding: 0 5%;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 100%; }
  .column .row {
    margin: 0 -5.555%; }
  @media only screen and (min-width: 768px) {
    .column.column-1 {
      width: 8.3333%; }
    .column.column-2 {
      width: 16.6666%; }
    .column.column-3 {
      width: 25%; }
    .column.column-4 {
      width: 33.3333%; }
    .column.column-5 {
      width: 41.6666%; }
    .column.column-6 {
      width: 50%; }
    .column.column-6 {
      max-width: 700px; }
    .column.column-7 {
      width: 58.3333%; }
    .column.column-8 {
      padding: 0 2% 0 5%;
      width: 66.6666%; }
    .column.column-9 {
      width: 75%; }
    .column.column-10 {
      width: 83.3333%; }
    .column.column-11 {
      width: 91.6666%; }
    .column.column-12 {
      float: none;
      width: 100%; }
    .column.column-sidebar {
      padding: 0 5% 0 0; } }
.column-gift-card {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .column-gift-card {
      text-align: left; } }
#page {
  min-height: 120vw;
  position: relative; }
  @media only screen and (min-width: 768px) {
    #page {
      min-height: 400px; } }
  .home #page {
    margin: 0 0 -10vw 0;
    min-height: 140vw; }
    @media only screen and (min-width: 768px) {
      .home #page {
        min-height: 60vw; } }
.row {
  display: block;
  margin: auto;
  max-width: 1600px;
  position: relative;
  text-align: center;
  width: 100%; }

.row-bleed {
  max-width: 9999px; }
  .row-bleed .column .row {
    margin: 0 -5.5555%;
    width: 111.1111%; }

.single-post main {
  margin: 0 auto;
  max-width: 640px; }

/**
 * Tile
 _________________________________________________________________________________________
 */
.tiles {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.tile {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 auto;
  text-align: left; }
  @media only screen and (min-width: 480px) {
    .tile {
      flex: 0 0 33.3333%;
      padding: 0 1.5%; } }
  @media only screen and (min-width: 768px) {
    .tile {
      flex: 0 0 25%; } }
  @media only screen and (min-width: 960px) {
    .tile {
      flex: 0 0 20%;
      padding: 0 1.25%; } }
  @media only screen and (min-width: 1200px) {
    .tile {
      flex: 0 0 16.6666%;
      padding: 0 1%; } }
  @media only screen and (min-width: 480px) {
    .tile.tile-xl {
      flex: 0 0 50%;
      padding: 0 1.5%; } }
  @media only screen and (min-width: 960px) {
    .tile.tile-xl {
      flex: 0 0 33.3333%;
      padding: 0 1.25%; } }
/**
 * Accordion
 _________________________________________________________________________________________
 */
.accordion {
  clear: both;
  list-style: none;
  margin: 0 -5.5555% 2em -5.5555%;
  padding: 0; }
  .accordion article {
    margin: 0 0 1em 0;
    padding: 0 5%; }
    @media only screen and (min-width: 768px) {
      .accordion article {
        padding: 0; } }
    .accordion article:first-child {
      margin-top: 1em; }
  .accordion h2 {
    font-size: 1.6em;
    padding: 0;
    text-shadow: 1px 1px 0 #ccc8be; }
  .accordion .icon-down-open-big,
  .accordion .icon-up-open-big {
    color: #c1b8b1;
    float: right;
    font-size: 0.8em;
    position: absolute;
    right: 0.5em;
    text-shadow: none;
    top: 1em; }
  .accordion .excerpt {
    font-size: 1em;
    margin: 0; }
  .accordion > li {
    margin: 0;
    overflow: hidden;
    padding: 0; }
    .accordion > li:before {
      content: none; }
    @media only screen and (min-width: 768px) {
      .accordion > li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        display: inline-block;
        width: 100%; } }
  .accordion > li > div:first-child {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: inline-block;
    width: 100%; }
  .accordion section {
    padding: 0; }
  .accordion ul {
    list-style-position: inside;
    list-style-type: disc;
    margin: 0;
    overflow: hidden;
    padding: 0; }
  @media only screen and (min-width: 768px) {
    .accordion {
      column-count: 2;
      column-gap: 100px;
      column-rule: 2px solid #e4e1da;
      column-width: auto;
      margin: 0 0 4em 0; } }
@media only screen and (min-width: 768px) {
  .accordion-one-col {
    column-count: 1; } }

/**
 * Footer
 _________________________________________________________________________________________
 */
#footer {
  background-color: #402313;
  background: linear-gradient(#402313, #231006);
  clear: both;
  color: #f4f2e9;
  display: block;
  margin: 10vw auto 0 auto;
  padding: 2em 0;
  position: relative;
  width: 100%; }
  .home #footer {
    position: relative;
    top: -20px; }
    @media only screen and (min-width: 480px) {
      .home #footer {
        top: 0; } }
  #footer a:link,
  #footer a:visited {
    color: #ea9262; }
  #footer address {
    font-weight: bold; }
    #footer address .address_link {
      color: #f4f2e9; }
  @media only screen and (min-width: 768px) {
    #footer .btn-top {
      float: right; } }
  #footer .column {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      #footer .column {
        text-align: left; } }
  #footer .copyright {
    color: #a7958b;
    font-size: 0.8em;
    margin: 0 0 1em 0;
    padding: 0 2em 1em 2em;
    text-align: center;
    vertical-align: middle; }
    @media only screen and (min-width: 768px) {
      #footer .copyright {
        display: inline-block;
        margin: 0;
        padding: 0 5%;
        text-align: left; } }
  #footer .credit {
    display: inline-block; }
    #footer .credit a:link,
    #footer .credit a:visited {
      color: #f04925; }
  #footer .map {
    border: 2px solid #f4f2e9;
    margin: 0 auto;
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out; }
    @media only screen and (min-width: 768px) {
      #footer .map {
        float: left;
        margin: 0 5% 0 0;
        width: 40%; } }
    @media only screen and (min-width: 960px) {
      #footer .map {
        width: 20%; } }
  #footer .map:hover {
    opacity: 1; }
  #footer .now_open,
  #footer .order_online {
    color: #ea9262;
    font-size: 2.5em;
    margin: -0.5em 0 0.5em 0;
    text-shadow: 2px 2px 0 #231006; }
  #footer .omc_cookbook {
    color: #ea9262;
    margin: 0;
    text-shadow: 2px 2px 0 #231006; }
  #footer .omc_cookbook + p {
    margin: 0 0 0.5em 0; }
  @media only screen and (min-width: 768px) {
    #footer .omc_cookbook_img {
      float: left;
      margin: 0 5vw 1em 0;
      width: 33vw; } }
  #footer .order_online {
    margin: 0; }
  #footer .row:first-child {
    margin-bottom: 2em; }
  #footer svg {
    height: 9vw;
    left: 0;
    position: absolute;
    top: -8.9vw;
    width: 100%; }
    #footer svg polygon {
      background-color: #f4f2e9; }

/**
 * Form
 _________________________________________________________________________________________
 */
.form-gift-cards select {
  margin-bottom: 1.5em; }

.form-subscribe {
  color: #908781;
  margin: 0 -5.5555%;
  padding: 1em 2em 1.5em 2em; }
  .form-subscribe button[type=submit] {
    background-color: #f04925;
    border-radius: 0 4px 4px 0;
    color: #f4f2e9;
    font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
    line-height: 50px;
    margin: 0 0 0 -6px;
    padding: 0 1em;
    vertical-align: middle; }
  .form-subscribe button[type=submit]:hover {
    background-color: #ea9262; }
  .form-subscribe label {
    color: #f4f2e9;
    display: block;
    margin: 0 0 0.5em 0; }
  .form-subscribe input {
    background-color: #bb9885;
    border-radius: 4px 0 0 4px;
    border: 0;
    color: #f4f2e9;
    height: 50px;
    line-height: 50px;
    margin: 0;
    opacity: 0.7;
    padding: 0 0.5em;
    transition: opacity 0.2s ease-in-out;
    vertical-align: middle;
    width: calc(100% - 60px); }
  .form-subscribe input::placeholder,
  .form-subscribe input::placeholder-shown {
    color: #fff; }
  .form-subscribe input[type=email]:hover,
  .form-subscribe input[type=email]:focus {
    opacity: 1; }

.upgrade-label {
  color: #4b2f20;
  display: block;
  margin: 0.5em 0 0 0; }

/* Gravity Forms */
#gform_3 img {
  margin: 0; }

body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background-color: #f04925; }

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  color: #f04925; }

/**
 * Header
 _________________________________________________________________________________________
 */
#header {
  height: 20vw;
  margin: 0 auto 50px auto;
  overflow: visible;
  position: relative;
  text-align: center;
  transition: height 0.4s ease-in-out;
  z-index: 1; }
  @media only screen and (min-width: 480px) {
    #header {
      height: 18vw;
      margin: 0 auto 5vw auto; } }
  @media only screen and (min-width: 768px) {
    #header {
      height: 15vw; } }
  @media only screen and (min-width: 960px) {
    #header {
      height: 12vw; } }
  #header .header_bg {
    background-image: linear-gradient(#ea9262, #f04925);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: -80px;
    transform: skewY(-5deg);
    transform-origin: top left;
    width: 100%; }
  #header .hours {
    color: #f4f2e9;
    display: none;
    font-size: 16px;
    font-weight: bold;
    left: calc(5% + 140px);
    padding: 0 0 0.2em 0;
    position: absolute;
    text-shadow: 1px 1px 0 #d32e0b;
    top: 0; }
    @media only screen and (min-width: 960px) {
      #header .hours {
        display: block; } }
.phone {
  color: #908781;
  display: none;
  font-weight: bold;
  text-align: right;
  top: 20px;
  transition: top 0.2s ease-in-out; }
  @media only screen and (min-width: 480px) {
    .phone {
      display: block;
      position: absolute;
      top: 40px;
      right: 3%; } }
  @media only screen and (min-width: 768px) {
    .phone {
      right: 4%;
      top: 30px; } }
  .phone span.optional {
    color: #8c786e;
    display: none; }
    @media only screen and (min-width: 960px) {
      .phone span.optional {
        display: inline-block; } }
#site_title {
  display: inline-block;
  height: 120px;
  position: relative;
  transition: all 0.4s ease-in-out;
  width: 120px;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    #site_title {
      height: 160px;
      width: 160px; } }
  @media only screen and (min-width: 960px) {
    #site_title {
      height: 180px;
      width: 180px; } }
  @media only screen and (min-width: 1200px) {
    #site_title {
      height: 220px;
      width: 220px; } }
  .home #site_title {
    height: 160px;
    width: 160px; }
    @media only screen and (min-width: 960px) {
      .home #site_title {
        height: 240px;
        width: 240px; } }
  #site_title img {
    -webkit-filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 0.2));
    margin: 0; }

/**
 * Nav
 _________________________________________________________________________________________
 */
.nav-breadcrumbs {
  marcing: 0; }
  .nav-breadcrumbs a:link,
  .nav-breadcrumbs a:visited {
    color: #a7958b; }
  .nav-breadcrumbs li {
    display: inline-block;
    font-size: 0.9em;
    margin: 0; }
  .nav-breadcrumbs ul {
    list-style: none;
    margin: 0.5em 0;
    padding: 0;
    text-align: center; }

.nav-footer a {
  display: block;
  padding: 0.5em 1em; }

.nav-footer a:link,
.nav-footer a:visited {
  color: #ea9262; }

.nav-footer a:hover,
.nav-footer a:active {
  color: #f1ccb8; }

.nav-footer li {
  display: inline-block;
  font-size: 0.9em; }
  .nav-footer li:first-child a {
    padding-left: 0; }

.nav-footer ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav-global {
  position: relative;
  z-index: 2; }
  .nav-global a {
    display: block;
    padding: 0.5em 5%;
    text-shadow: 2px 1px 0 #b94506; }
    @media only screen and (min-width: 960px) {
      .nav-global a {
        padding-top: 2em; } }
  .nav-global a:link,
  .nav-global a:visited {
    color: #f4f2e9; }
  .nav-global a:hover {
    color: #fff; }
  .nav-global .cart {
    position: absolute;
    right: 0;
    top: 2.5em; }
    @media only screen and (min-width: 960px) {
      .nav-global .cart {
        position: relative;
        right: auto;
        top: auto; } }
  .nav-global .current:before {
    left: 0; }
  .nav-global .current.cart:before {
    left: -130%; }
    @media only screen and (min-width: 960px) {
      .nav-global .current.cart:before {
        left: 0; } }
  .nav-global li {
    float: left;
    font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: 30%; }
    @media only screen and (min-width: 960px) {
      .nav-global li {
        display: inline-block;
        float: none;
        padding: 0 1em;
        vertical-align: top;
        width: auto; } }
    .nav-global li:first-child {
      padding-left: 2%;
      width: 20%; }
      @media only screen and (min-width: 960px) {
        .nav-global li:first-child {
          padding: 0 1em;
          width: auto; } }
    .nav-global li:first-child + li {
      width: 20%; }
      @media only screen and (min-width: 960px) {
        .nav-global li:first-child + li {
          width: auto; } }
    .nav-global li:nth-child(5) {
      display: none; }
      @media only screen and (min-width: 960px) {
        .nav-global li:nth-child(5) {
          display: inline-block; } }
  .nav-global li:before {
    background-color: #9a3803;
    content: '';
    display: block;
    height: 5px;
    left: -130%;
    position: absolute;
    top: 0;
    transition: left 0.15s ease-in;
    width: 100%; }
  .nav-global li:hover:before {
    left: 0; }
  .nav-global li.cart:hover:before {
    left: -130%; }
    @media only screen and (min-width: 960px) {
      .nav-global li.cart:hover:before {
        left: 0; } }
  .nav-global ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0; }
    @media only screen and (min-width: 960px) {
      .nav-global ul {
        padding: 0 5% 0 0;
        position: relative;
        text-align: right; } }
.nav-pagination {
  border-top: 1px solid #e1e5e6;
  clear: both;
  line-height: 50px;
  margin: 0.5em 0 1em 0;
  padding: 0 5vw; }
  .nav-pagination a {
    line-height: 50px;
    padding: 0 0.5em; }
  .nav-pagination .current {
    display: block;
    font-weight: bold;
    padding: 0 1em; }
  .nav-pagination .pagecount {
    color: #a7958b;
    display: inline-block;
    float: left;
    font-size: 1.1em;
    line-height: 50px;
    margin-right: 1em; }
  .nav-pagination li {
    display: inline-block;
    vertical-align: middle; }
  .nav-pagination li.first,
  .nav-pagination li.last,
  .nav-pagination li.page_number {
    display: none; }
    @media only screen and (min-width: 960px) {
      .nav-pagination li.first,
      .nav-pagination li.last,
      .nav-pagination li.page_number {
        display: inline-block; } }
  .nav-pagination ul {
    text-align: right; }

.nav-segmented {
  font-family: "Oswald", "Helvetica Nueue", "Arial", sans-serif;
  font-size: 0.8em;
  margin: 1em 0;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (min-width: 480px) {
    .nav-segmented {
      font-size: 1.1em; } }
  .nav-segmented a {
    background-color: #f1ccb8;
    border-color: #f04925;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    box-shadow: 2px 2px 0 #f04925;
    color: #d32e0b;
    display: block;
    padding: 0.5em 1em; }
  .nav-segmented li {
    background-color: #f4f2e9;
    display: inline-block;
    margin: 0; }
    .nav-segmented li:before {
      content: none; }
  .nav-segmented li:first-child a {
    border-radius: 6px 0 0 6px; }
  .nav-segmented li:last-child a {
    border-radius: 0 6px 6px 0;
    border-width: 1px; }
  .nav-segmented li.current a {
    background-color: #f04925;
    color: #fff; }
  .nav-segmented ul {
    list-style: none;
    margin: 0;
    padding: 0; }
