﻿@charset "UTF-8";
/*
Theme Name: Duluth Grill
Theme URI: http://duluthgrill.com
Description: A custom theme for The Duluth Grill.
Version: 2.0
Author: Nick Zlonis
Author URI: http://figureground.com
*/
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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; }

/**
 * Animation
 _________________________________________________________________________________________
 */
@keyframes appearGrow {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0); }
  80% {
    opacity: 0.8;
    transform: scale3d(1.1, 1.1, 1.1); }
  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;
  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; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.spin {
  animation: spin 2s infinite linear;
  display: inline-block;
  transform: rotate(0deg); }

/**
 * Variables
 _________________________________________________________________________________________
 */
/*
$font-display:'Oswald', 'Helvetica Nueue', 'Arial', sans-serif;
$font-text:'Montserrat', 'Helvetica Nueue', 'Arial', sans-serif;
$font-display-bold:'Oswald', 'Helvetica Nueue', 'Arial', sans-serif;
$font-text-bold:'Montserrat', 'Helvetica Nueue', 'Arial', sans-serif;
*/
/*
$font-display:-apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
$font-text:-apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
$font-display-bold:-apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
$font-text-bold:-apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
*/
/**
 * Mixins
 _________________________________________________________________________________________
 */
/**
 * Base
 _________________________________________________________________________________________
 */
* {
  box-sizing: border-box;
  line-height: 1.5; }

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

a:link {
  color: #9c4342; }

a:visited {
  color: #9c4342; }

a:hover {
  color: #9c4342;
  text-decoration: underline; }

a:active {
  border: none; }

a:focus {
  border: none; }

a img {
  border: none; }

address {
  font-style: normal;
  font-weight: bold;
  margin: 0 0 1em 0; }
  address a:link,
  address a:visited {
    color: #333333; }

blockquote {
  border-left: 4px solid #eeeeee;
  color: #999999;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 1em; }

body {
  background-color: #ffffff;
  color: #333333;
  font-family: "Noto Sans", "helvetica neue", arial, helvetica, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
  width: 100%; }

button {
  cursor: pointer; }

cite {
  font-style: italic; }

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

.divider {
  display: inline-block;
  margin: 0 0.5em; }

em {
  font-style: italic; }

fieldset {
  border: 0;
  padding: 0; }

figure {
  margin: 1em 0; }

figcaption {
  color: #999999;
  font-size: 0.9em;
  margin: 0 0 1em 0;
  position: relative;
  top: -1em; }

h1 {
  color: #666666;
  font-family: "Noto Sans", "helvetica neue", arial, helvetica, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 0.5em 0; }

h1 span {
  font-weight: normal; }

h2 {
  clear: both;
  color: #666666;
  font-family: "Noto Sans", "helvetica neue", arial, helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0.5em 0 0.5em 0; }

h3 {
  color: #666666;
  font-family: "Noto Sans", "helvetica neue", arial, helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 0.5em 0; }

h4 {
  color: #666666;
  font-family: "Noto Sans", "helvetica neue", arial, helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 0 0.5em 0; }

h5 {
  color: #666666;
  margin: 0 0 0.5em 0; }

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

html {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden; }

img {
  height: auto;
  margin: 0 auto 1.5em;
  max-width: 100%;
  width: 100%; }
  img.gform_ajax_spinner {
    margin: 0;
    width: auto; }

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

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

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

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

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

strong {
  font-weight: bold; }

.subtle {
  color: #999999;
  display: inline-block; }

a.subtle:link {
  color: #999999;
  text-decoration: underline; }

a.subtle:visited {
  color: #999999; }

a.subtle:hover {
  color: #999999; }

a.subtle:active {
  color: #333333; }

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

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

ul li {
  font-size: 1em;
  line-height: 1.3;
  margin: 0 0 1em 0; }

/* Typekit classes */
.wf-loading {
  font-family: "helvetica neue",arial,helvetica,sans-serif; }

.wf-active {
  font-family: proxima-nova; }

/* Wordpress default classes */
.excerpt {
  font-size: 0.9em;
  margin: 0; }

.wp-caption {
  color: #999999;
  margin: -1em 0 0 0;
  max-width: 100%; }

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

.wp-caption-text {
  color: #999999;
  font-size: 0.9em;
  line-height: 1.3;
  margin-top: -0.5em; }

.wp-smiley {
  display: inline;
  margin: 0 0.2em;
  max-width: auto;
  min-width: auto;
  width: auto; }

/**
 * Badge
 _________________________________________________________________________________________
 */
.badge-catering-step {
  background-color: #769472;
  border-radius: 50%;
  color: white;
  display: inline-block;
  font-size: 0.7em;
  height: 1.8em;
  line-height: 1.8em;
  margin: 0 0.25em 0 0;
  text-align: center;
  width: 1.8em; }

.badge-covid-19 {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  left: 5vw;
  opacity: 0.9;
  padding: 0.66em 1em;
  position: absolute;
  right: auto;
  text-shadow: 0 0 10px black;
  top: 24px; }
  .badge-covid-19 .lrg {
    display: none; }
    @media only screen and (min-width: 480px) {
      .badge-covid-19 .lrg {
        display: inline-block; } }
.badge-holiday {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  left: 5vw;
  opacity: 0.9;
  padding: 0.66em 1em;
  position: absolute;
  right: 5vw;
  text-shadow: 0 0 10px black;
  top: 100px; }
  @media only screen and (min-width: 480px) {
    .badge-holiday {
      right: auto; } }
.badge-hours {
  animation-delay: 0.5s;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  left: 5vw;
  opacity: 0.9;
  padding: 0.66em 1em;
  position: absolute;
  text-shadow: 0 0 10px black;
  top: 24px; }
  .badge-hours .lrg {
    display: none; }
    @media only screen and (min-width: 480px) {
      .badge-hours .lrg {
        display: inline-block; } }
  .badge-hours .wait {
    letter-spacing: 0.25px; }

.badge-indiegogo {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px 0 0 10px;
  bottom: 50px;
  color: #ffffff;
  font-weight: bold;
  height: 70px;
  left: 5vw;
  line-height: 70px;
  opacity: 0.9;
  padding: 0 1em;
  position: absolute;
  text-shadow: 0 0 10px black;
  vertical-align: middle;
  width: 65vw;
  z-index: 9999; }
  .badge-indiegogo .text {
    display: inline-block;
    vertical-align: middle; }

.badge-lower {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  bottom: 50px;
  color: #ffffff;
  font-weight: bold;
  height: 70px;
  left: 5vw;
  line-height: 70px;
  opacity: 0.9;
  padding: 0 2.5vw;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px black;
  vertical-align: middle;
  width: 85vw; }
  .badge-lower .wait {
    display: inline-block;
    vertical-align: middle; }

.badge-number {
  background-color: #769472;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  height: 2.5rem;
  text-align: center;
  width: 2.5rem; }

.badge-waitlist {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px 0 0 10px;
  bottom: 50px;
  color: #ffffff;
  font-weight: bold;
  height: 70px;
  left: 5vw;
  line-height: 70px;
  opacity: 0.9;
  padding: 0 1em;
  position: absolute;
  text-shadow: 0 0 10px black;
  vertical-align: middle;
  width: 65vw; }
  .badge-waitlist .wait {
    display: inline-block;
    vertical-align: middle; }

/**
 * Box
 _________________________________________________________________________________________
 */
.box.box-catering-intro {
  background-color: #f6f5f2;
  border-radius: 6px;
  margin: 0 0 1em 0;
  padding: 2vw 5vw; }
  .box.box-catering-intro p {
    margin: 0; }

.box.box-holiday-bundle:hover img {
  opacity: 0.8; }

.box.box-key {
  background-color: #f6f5f2;
  border-radius: 6px;
  text-align: center;
  padding: 2vw 5vw; }
  .box.box-key span {
    display: inline-block;
    margin: 0 0.25em; }

.box.box-location {
  background-color: #ffffff;
  border-top: 5px solid #333333;
  bottom: 0;
  color: #333333;
  left: 0;
  padding: 5vw;
  position: absolute;
  right: 0; }
  @media only screen and (min-width: 768px) {
    .box.box-location {
      bottom: 5vh;
      left: 5vw;
      padding: 3vw 5vw;
      right: 5vw; } }
.box.box-smallprint {
  background-color: #f6f5f2;
  border-radius: 6px;
  margin: 0 0 1em 0;
  padding: 2vw 5vw; }

#wlme_container,
#wlme_container1,
#wlme_container2 {
  width: 100% !important; }
  #wlme_container input[type="text"],
  #wlme_container1 input[type="text"],
  #wlme_container2 input[type="text"] {
    font-size: 16px !important; }

/**
 * Button
 _________________________________________________________________________________________
 */
.btn,
.gform_button {
  background-color: #769472;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  line-height: 44px;
  font-family: "Noto Sans", "helvetica neue", arial, helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 2em 0;
  padding: 0 2em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.1s ease-out; }
  .btn:link, .btn:visited,
  .gform_button:link,
  .gform_button:visited {
    color: #ffffff; }
  .btn:hover, .btn:active,
  .gform_button:hover,
  .gform_button:active {
    background-color: #a4c47f;
    color: #ffffff;
    text-decoration: none; }

.btn-about-product {
  background-color: #9c4342 !important;
  float: left;
  margin: 1em 1em 1em 0;
  padding: 0 1em; }

.btn-apply {
  float: right;
  padding: 0 1em; }

.btn-atc {
  float: right;
  font-size: 0.9em;
  padding: 0 1rem; }

#btn-atc:disabled {
  background-color: #cccccc; }

.btn-cart {
  animation-delay: 0.6s;
  background-color: transparent;
  border-radius: 50%;
  color: #222222;
  height: 60px;
  padding: 0;
  line-height: 60px;
  margin: 0;
  position: absolute;
  right: 90px;
  top: 20px;
  width: 40px; }
  .btn-cart:link, .btn-cart:visited {
    color: #222222; }
  .btn-cart:hover, .btn-cart:active {
    background-color: transparent;
    color: #222222;
    text-decoration: none; }
  @media only screen and (min-width: 375px) {
    .btn-cart {
      width: 60px; } }
  .home .btn-cart, .page-id-1435 .btn-cart, .page-id-2701 .btn-cart {
    color: #ffffff;
    text-shadow: 0 0 8px #000; }
  .btn-cart i {
    font-size: 1.5em; }

.btn-catering {
  background-color: #333333;
  bottom: 40px;
  margin-bottom: 0.5em;
  min-width: 200px; }
  .btn-catering:hover {
    background-color: #769472; }
  .btn-catering.btn-catering-btm {
    bottom: auto;
    display: block;
    left: auto;
    margin-left: auto;
    position: relative; }
    @media only screen and (min-width: 480px) {
      .btn-catering.btn-catering-btm {
        display: inline-block; } }
.btn-catering-home {
  background-color: #444444;
  bottom: 40px;
  margin-bottom: 0.5em;
  min-width: 200px; }

.btns-catering {
  bottom: 50px;
  left: 2vw;
  position: absolute;
  right: 2vw;
  text-align: center; }

.btn-close_waitlist {
  background: transparent;
  border-radius: 50%;
  height: 44px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 44px;
  right: 15px; }

.btn-directions,
.btn-maps {
  background-color: #333333;
  border-radius: 50%;
  height: 44px;
  line-height: 52px;
  margin: 0 auto 0.5em auto;
  padding: 0;
  width: 44px; }
  .btn-directions:hover, .btn-directions:active,
  .btn-maps:hover,
  .btn-maps:active {
    background-color: #333333; }
  .btn-directions .icon-direction,
  .btn-directions .icon-location,
  .btn-maps .icon-direction,
  .btn-maps .icon-location {
    font-size: 1.5em; }

.btn-gift_card {
  flex-grow: 1;
  margin: 1em 0 0.5em 0;
  padding: 0 0.5em;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .btn-gift_card {
      margin: 0 0 0 1em;
      width: auto; } }
  .btn-gift_card:disabled {
    opacity: 0.5; }

.btn-indiegogo {
  background-color: #769472;
  border-radius: 0 10px 10px 0;
  bottom: 50px;
  color: #ffffff;
  font-weight: bold;
  height: 70px;
  left: 70vw;
  line-height: 70px;
  margin: 0;
  opacity: 0.9;
  padding: 0 1vw;
  position: absolute;
  right: 5vw;
  width: 25vw; }
  .btn-indiegogo:hover, .btn-indiegogo:active {
    background-color: #c51d1d; }
  .btn-indiegogo span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle; }

.btn-join_waitlist {
  background-color: green;
  border-radius: 0 10px 10px 0;
  bottom: 50px;
  color: #ffffff;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  margin: 0;
  opacity: 0.9;
  padding: 0 1em;
  position: absolute;
  right: 5vw;
  width: 25vw; }
  .btn-join_waitlist:hover, .btn-join_waitlist:active {
    background-color: green; }
  .btn-join_waitlist span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle; }

.btn_menu {
  background-color: transparent;
  border: 0;
  display: block;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px; }
  @media only screen and (min-width: 480px) {
    .btn_menu {
      width: 100px; } }
  @media only screen and (min-width: 768px) {
    .btn_menu {
      height: 100px;
      top: 10px; } }
  @media only screen and (min-width: 768px) and (min-height: 800px) {
    .btn_menu {
      height: 130px; } }
  @media only screen and (min-width: 960px) {
    .btn_menu {
      display: none; } }
  @media only screen and (min-width: 960px) and (min-height: 800px) {
    .btn_menu {
      height: 130px; } }
#btn_nav-mobile {
  animation-delay: 0.7s;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  height: 60px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px; }
  .home #btn_nav-mobile, .page-id-1435 #btn_nav-mobile, .page-id-2701 #btn_nav-mobile {
    text-shadow: 0 0 8px #000; }
    .home #btn_nav-mobile i, .page-id-1435 #btn_nav-mobile i, .page-id-2701 #btn_nav-mobile i {
      color: #ffffff; }
  #btn_nav-mobile i {
    color: #222222;
    font-size: 2em; }

.btn-thanksgiving-home {
  margin-bottom: 0.5rem; }
  .btn-thanksgiving-home:link, .btn-thanksgiving-home:visited {
    background-color: #8d490d;
    color: white; }
  .btn-thanksgiving-home:hover, .btn-thanksgiving-home:active {
    background-color: #653914;
    color: white;
    text-decoration: none; }

.btn-venue {
  background-color: #333333;
  bottom: 50px;
  left: 50%;
  bottom: 40px;
  margin-bottom: 0.5em;
  margin-left: -120px;
  position: absolute;
  right: 2vw;
  text-align: center;
  width: 240px; }

.btn-venue-home {
  background-color: #555; }
  .btn-venue-home:hover {
    background-color: #ba6868; }

.btnlabel {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center; }

.btnwrap {
  display: inline-block;
  float: right;
  margin-left: 1.5em;
  text-align: center; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wp-block-button__link, .wp-element-button {
  background-color: black !important;
  border-radius: 6px;
  color: white !important;
  font-size: 1rem;
  font-weight: bold;
  line-height: 44px !important;
  padding: 0 1em !important;
  text-decoration: none !important; }

.woocommerce-message .button.wc-forward {
  display: none; }

/**
 * Form
 _________________________________________________________________________________________
 */
.catering-package {
  background: #f6f5f2;
  border: 2px solid #ccc;
  border-radius: 10px;
  margin: 0 1% 1rem 0;
  padding: 1.5vw 3vw 4rem 3vw;
  position: relative; }
  .catering-package:hover {
    background: #f0f4ea; }
  .catering-package:has(input[type="radio"]:checked) {
    background-color: #eaf1de;
    border-color: #cfdcb9;
    box-shadow: 0 0 5px #cfdcb9; }
  .catering-package .heading-catering-package {
    align-items: center;
    display: flex;
    gap: 8px; }
  .catering-package h3 {
    margin: 0; }
  .catering-package input[type="radio"] {
    display: inline-block;
    margin: 0; }
  .catering-package label {
    cursor: pointer;
    display: block; }
  .catering-package p {
    font-size: 0.9rem; }
  .catering-package .package-price {
    background-color: #d7e1c8;
    border-radius: 0 0 10px 10px;
    bottom: 0;
    font-size: 2rem;
    font-weight: bold;
    left: 0;
    letter-spacing: -1px;
    position: absolute;
    right: 0;
    text-align: center; }
    .catering-package .package-price .price-dollar {
      font-size: 1rem;
      vertical-align: super; }
    .catering-package .package-price .price-per {
      color: #555;
      font-size: 1rem;
      letter-spacing: normal; }
  @media only screen and (min-width: 768px) {
    .catering-package {
      flex-basis: 48%; } }
  @media only screen and (min-width: 960px) {
    .catering-package {
      flex-basis: 32%; } }
  @media only screen and (min-width: 768px) {
    .page-template-page-catering-lunch .catering-package {
      flex-basis: 48%; } }
  @media only screen and (min-width: 960px) {
    .page-template-page-catering-lunch .catering-package {
      flex-basis: 48%; } }
@media only screen and (min-width: 768px) {
  .catering-packages {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-left; } }

.catering-packages p {
  margin: 0; }

.form-beverage input[type="number"] {
  width: 60px; }

.form-catering input[type="checkbox"],
.form-catering input[type="radio"] {
  margin: 0 0.25em 0 0;
  transform: scale(1.5); }
  .form-catering input[type="checkbox"]:checked,
  .form-catering input[type="radio"]:checked {
    border-color: #769472;
    background-color: #769472; }

.form-catering input#qty {
  width: 60px; }

.form-gift_card {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .form-gift_card {
      margin: 0 0 1em 0; } }
  .form-gift_card input[type="radio"] {
    display: none;
    margin: 0 auto; }
  .form-gift_card label {
    background-color: #888888;
    border-left: 1px solid #aaaaaa;
    color: #ffffff;
    font-weight: bold;
    line-height: 3em;
    text-align: center;
    width: 19%; }
    @media only screen and (min-width: 768px) {
      .form-gift_card label {
        width: 14.2857%; } }
    .form-gift_card label.active {
      background-color: #555; }
    .form-gift_card label.nyp {
      border-radius: 0 8px 8px 0;
      width: 24%; }
      @media only screen and (min-width: 768px) {
        .form-gift_card label.nyp {
          width: 16.6666%; } }
    .form-gift_card label#nyp200_label {
      display: none; }
      @media only screen and (min-width: 768px) {
        .form-gift_card label#nyp200_label {
          display: inline-block; } }
    .form-gift_card label:nth-child(2) {
      border-left: 0;
      border-radius: 8px 0 0 8px; }

#nyp {
  background-color: #ffffff;
  border: 0;
  border-radius: 7px;
  line-height: 1.8em;
  width: 55px; }

/**
 * Heading
 _________________________________________________________________________________________
 */
h2.heading-a-la-carte {
  border-top: 4px solid #769472;
  color: #769472;
  padding-top: 1rem; }

h2.heading-breakfast {
  border-top: 4px solid #769472;
  color: #769472;
  padding-top: 1rem; }

.heading-bulleted {
  color: #ccc;
  font-size: 1.1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0.5rem auto 1.5rem auto; }
  .heading-bulleted:after {
    color: #888;
    content: '•';
    position: relative;
    right: -8px; }
  .heading-bulleted:before {
    color: #888;
    content: '•';
    position: relative;
    left: -8px; }

.heading-catering {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .heading-catering {
      text-align: left; } }
  .heading-catering .hide-on-mobile {
    color: #999;
    display: none;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .heading-catering .hide-on-mobile {
        display: inline-block; } }
.heading-catering-step {
  display: block;
  flex-basis: 100%; }

.heading-date {
  color: #aaaaaa;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0.5em 0 1em 0; }
  .single-product .heading-date, .page-id-237 .heading-date, .page-id-238 .heading-date {
    display: none; }

.heading-gift-cards {
  font-size: 1.2em; }

#header .heading-hours {
  background-color: #333333;
  color: #ffffff;
  font-size: 1.5em;
  left: 0;
  letter-spacing: 0;
  line-height: 2em;
  margin: -2em 0 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  top: 0; }

.heading-job {
  line-height: 44px; }

.heading-title {
  color: #333333;
  letter-spacing: -1px;
  margin: 0 0 0.25em 0; }
  .heading-title a:link,
  .heading-title a:visited {
    color: #333333;
    line-height: 1em; }

h1.heading-title {
  font-size: 1.8em; }
  @media only screen and (min-width: 768px) {
    h1.heading-title {
      font-size: 2.25em; } }
h2.heading-title {
  font-size: 1.25em; }

/**
 * Icon
 _________________________________________________________________________________________
 */
.dot {
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 0 0.25em 0 0;
  width: 12px; }
  .dot.dot-green {
    background-color: lime; }
  .dot.dot-red {
    background-color: red; }

.icon {
  font-family: 'fontello'; }
  .nav-primary .icon {
    display: block;
    font-size: 1.8em; }
    @media only screen and (min-width: 768px) {
      .nav-primary .icon {
        visibility: hidden; } }
  #section-waitlist .icon.icon-cancel {
    font-size: 1.5em; }
  .icon.icon-fire {
    color: #c06633; }
  .icon.icon-badge_glutenfree {
    color: #c06633; }
  .icon.icon-badge_vegan {
    color: #769472; }
  .social .icon {
    color: #333333;
    font-size: 1.6em; }
    @media only screen and (min-width: 768px) {
      .social .icon {
        font-size: 1.2em; } }
/**
 * Image
 _________________________________________________________________________________________
 */
.cookbooks {
  margin-left: -5%;
  max-width: 105%;
  width: 105%; }

.gift_card {
  margin: 0 0 0.5em 0; }
  @media only screen and (min-width: 480px) {
    .gift_card {
      margin: 0 5vw 1em 5vw;
      width: 80vw; } }
  @media only screen and (min-width: 768px) {
    .gift_card {
      margin: -2em 15vw 1em 15vw;
      width: 60vw; } }
.img-featured {
  margin: 0 -5.5555vw 1em -5.5555vw;
  max-width: 111.1111%;
  width: 111.1111%; }
  @media only screen and (min-width: 480px) {
    .img-featured {
      margin: 0 0 1em 0;
      width: 100%; } }
  .blog article:first-child .img-featured {
    margin-top: -5vw; }
    @media only screen and (min-width: 480px) {
      .blog article:first-child .img-featured {
        margin-top: 0; } }
@media only screen and (min-width: 480px) {
  .img-jobs {
    height: 50vw;
    overflow: hidden; }
    .img-jobs img {
      position: relative;
      top: -25vw; } }

a:hover .img-thumbnail {
  opacity: 0.8; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

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

/**
 * List
 _________________________________________________________________________________________
 */
.list-boxed-breakfast dd {
  margin: 0 0 0.5rem 0;
  padding: 0; }

.list-boxed-breakfast dt {
  font-weight: bold; }

.list-catering-options {
  list-style-type: none;
  padding-left: 0; }

/**
 * Grid
 _________________________________________________________________________________________
 */
main {
  padding: 5vw 5vw; }
  @media only screen and (min-width: 1200px) {
    main {
      padding: 5vw 10vw; } }
  .blog main {
    margin: 0 auto;
    max-width: 1200px; }
    @media only screen and (min-width: 480px) {
      .blog main {
        padding: 5vw; } }
  main.main-breakfast {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    main.main-breakfast .box-catering-info,
    main.main-breakfast .catering-btm,
    main.main-breakfast .heading-catering,
    main.main-breakfast .nav-segmented {
      flex-basis: 100%; }
  @media only screen and (min-width: 768px) {
    .single-post main {
      margin: 0 auto;
      max-width: 768px;
      padding: 2.5vw 0; } }
@media only screen and (min-width: 768px) {
  .recipes {
    -moz-columns: 3;
         columns: 3; }
    .recipes div {
      -moz-column-break-inside: avoid;
           break-inside: avoid-column;
      page-break-inside: avoid; } }

.sections {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .sections section {
      flex-basis: 33%; } }
/**
 * 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%; } }
/**
 * Footer
 _________________________________________________________________________________________
 */
.contact {
  flex-basis: 100%;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 2rem 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .contact {
      flex-basis: 50%;
      justify-content: flex-end;
      margin: 0 5vw 1em 0; } }
  .contact a:link,
  .contact a:visited {
    border-bottom: 1px dotted #333333;
    color: #333333; }
  .contact a + a {
    margin-left: 1em; }

#footer {
  clear: both;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap; }
  #footer .hours {
    background-color: #000;
    color: #fff;
    flex-basis: 100%;
    font-weight: bold;
    padding: 3rem;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      #footer .hours {
        background-color: transparent;
        color: #000; } }
.social {
  display: flex;
  flex-basis: 100%;
  justify-content: space-evenly;
  margin: 1em 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .social a:first-child {
      display: none;
      justify-content: flex-start;
      text-align: left; } }
  .social a:link,
  .social a:visited {
    color: #333333; }
  .social a span {
    display: none;
    font-size: 0.9em;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .social a span {
        display: inline;
        padding-left: 0.5em; } }
/**
 * Header
 _________________________________________________________________________________________
 */
#header {
  background-color: #f6f5f2;
  height: 100px;
  padding: 0 0 5px 0;
  position: relative;
  z-index: 10; }
  #header h2 {
    color: #ffffff;
    font-size: 3em;
    letter-spacing: 10px;
    margin: 30vh auto 1em auto;
    position: relative;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase; }
  #header .logo {
    cursor: pointer;
    margin: 0 0 0 5%;
    max-width: 110px;
    position: relative;
    top: 6px;
    width: 40%;
    z-index: 30; }
    #header .logo.blur {
      filter: blur(5px); }
    .home #header .logo {
      cursor: auto;
      margin: 30vh 20%;
      max-width: 100%;
      position: absolute;
      width: 60%; }
      @media only screen and (min-width: 768px) {
        .home #header .logo {
          margin: 15vh 30% 1em 30%;
          width: 40%; } }
    #header .logo img {
      margin: 0 0 0 0; }
      #header .logo img.appear_grow {
        animation-duration: 0.8s; }

.header-catering {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .header-catering {
      justify-content: space-between; } }
  .header-catering h1 {
    flex-basis: 100%; }
    @media only screen and (min-width: 768px) {
      .header-catering h1 {
        flex-basis: 50%; } }
  .header-catering .nav-segmented {
    flex-basis: 100%; }
    @media only screen and (min-width: 768px) {
      .header-catering .nav-segmented {
        flex-basis: 50%;
        text-align: right; } }
/**
 * Hero
 _________________________________________________________________________________________
 */
.hero#header {
  height: 85vh;
  position: relative; }

.hero a {
  color: #ffffff; }

@media only screen and (min-height: 700px) {
  .hero {
    height: 75vh; } }

@media only screen and (min-height: 800px) {
  .hero {
    height: 60vh; } }

#hero_bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  color: #ffffff;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  #hero_bg.blur {
    filter: blur(5px); }

.hero-location {
  background-size: 200vh; }
  @media only screen and (min-height: 800px) {
    .hero-location {
      height: 100vh; } }
  @media only screen and (min-height: 800px) {
    .hero-location {
      height: 100vh; } }
.overlay {
  background-color: #c06633;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0; }

/**
 * Navigation
 _________________________________________________________________________________________
 */
.accordion {
  z-index: -1; }

.accordion_section {
  transition: opacity 0.3s ease-in; }

.nav-breadcrumbs {
  marcing: 0; }
  .nav-breadcrumbs a:link,
  .nav-breadcrumbs a:visited {
    color: #999999; }
  .nav-breadcrumbs li {
    display: inline-block;
    font-size: 0.9em;
    margin: 0; }
    .nav-breadcrumbs li :after {
      content: ' > '; }
    .nav-breadcrumbs li:last-child :after {
      content: ''; }
  .nav-breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0; }

.nav-footer {
  background-color: #f6f5f2;
  color: #999999;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-size: 0.8em;
  font-weight: bold;
  justify-content: center;
  margin: 0;
  vertical-align: middle; }
  .nav-footer a {
    border-right: 2px solid #999999;
    line-height: 3em;
    margin: 0.5em 0;
    padding: 0 2vw; }
    .nav-footer a:last-child {
      border-right: 0; }
  .nav-footer a:link,
  .nav-footer a:visited {
    color: #333333; }

.nav-menu {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .nav-menu {
      margin: 0 5%; } }
  .nav-menu a {
    color: #ba6868;
    display: block;
    padding: 2em 0.25em 1.5em 0.25em; }
    .nav-menu a:hover, .nav-menu a:active {
      text-decoration: none; }
    li.active .nav-menu a {
      color: #9c4342; }
  .nav-menu li {
    display: inline-block;
    flex-grow: 1;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative; }
    .nav-menu li.active::after {
      border-bottom: 2px solid #9c4342;
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      transition: left 0 0.2s 0.2s ease-in-out;
      width: 100%; }
  .nav-menu ul {
    align-items: flex-end;
    display: flex;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center; }

.nav-mobile {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  left: 4vw;
  opacity: 0.95;
  position: absolute;
  right: 4vw;
  top: 110px;
  transition: opacity 0.2s ease-out;
  z-index: 100; }
  @media only screen and (min-width: 768px) {
    .nav-mobile {
      background: rgba(0, 0, 0, 0.8);
      border-radius: 20px 0 20px 20px;
      left: 50%;
      right: 3.5vw; } }
  .nav-mobile.closed {
    display: none;
    opacity: 0; }
  .nav-mobile.open {
    display: block;
    opacity: 0.95; }
  .nav-mobile:before {
    border-bottom: 14px solid rgba(0, 0, 0, 0.7);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: '';
    opacity: 0.95;
    position: absolute;
    right: calc(40px - 4vw);
    top: -14px; }
    @media only screen and (min-width: 480px) {
      .nav-mobile:before {
        right: calc(40px - 3vw); } }
    @media only screen and (min-width: 768px) {
      .nav-mobile:before {
        border-bottom: 14px solid rgba(0, 0, 0, 0.8);
        right: 0; } }
  .nav-mobile a {
    color: #ffffff;
    display: block;
    padding: 1.5em 0;
    text-align: center;
    transition: opacity 0.5s ease-in; }
    .nav-mobile a:hover, .nav-mobile a:active {
      background-color: rgba(0, 0, 0, 0.7);
      text-decoration: none; }
  .nav-mobile button {
    display: block;
    padding: 1.5em 0.5em; }
  .nav-mobile li {
    border-top: 1px solid #888888;
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    width: 50%; }
    .nav-mobile li:nth-child(even) {
      border-left: 1px solid #888888; }
    .nav-mobile li:nth-child(1), .nav-mobile li:nth-child(2) {
      border-top: 0; }
    .nav-mobile li:nth-child(1) a {
      animation-delay: 0s; }
    .nav-mobile li:nth-child(2) a {
      animation-delay: 0.05s; }
    .nav-mobile li:nth-child(3) a {
      animation-delay: 0.1s; }
    .nav-mobile li:nth-child(4) a {
      animation-delay: 0.15s; }
    .nav-mobile li:nth-child(5) a {
      animation-delay: 0.2s; }
    .nav-mobile li:nth-child(6) a {
      animation-delay: 0.25s; }
    .nav-mobile li:nth-child(1) a {
      border-radius: 20px 0 0 0; }
    .nav-mobile li:nth-child(2) a {
      border-radius: 0 20px 0 0; }
    .nav-mobile li:nth-child(5) a {
      border-radius: 0 0 0 20px; }
    .nav-mobile li:last-child a {
      border-radius: 0 0 20px 0; }
  .nav-mobile ul {
    margin: 0;
    padding: 0; }
  .nav-mobile .icon {
    display: block;
    font-size: 1.2em; }

.link-more {
  display: inline-block;
  font-weight: bold; }

.nav-pagination {
  border-top: 1px solid #cccccc;
  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: #999999;
    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-primary {
	bottom:0;
	left:0;
	right:0;
	position:absolute;
	z-index:20;
	.home & {
		background-color:transparent;
		a {
			text-shadow:0 0 8px #000;
		}
		a:link,
		a:visited {
			color:$color-background;
		}
		a:hover,
		a:active {
			color:$color-background;
		}
	}
	a {
		background-color:$color-grey-dark;
		border-top:4px solid transparent;
		display:block;
		padding:10px 0;
		text-shadow:0 0 8px #fff;
		&:link,
		&:visited {
			color:$color-text;
			opacity:0.8;
		}
		&:hover,
		&:active {
			opacity:1;
			text-decoration:none;
		}
		&.active {
			border-top:4px solid $color-text;
		}
	}
	li {
		display:inline-block;
		flex-grow:1;
		font-size:1em;
		font-weight:bold;
		margin:0;
		padding:0;
		text-align:center;
		&:nth-child(7) {
			display:inline-block;
			@include breakpoint-md {
				display:none;
			}
		}
		&:nth-child(6) {
			display:none;
			@include breakpoint-md {
				display:inline-block;
			}
		}
		&:nth-child(5) {
			display:none;
			@include breakpoint-md {
				display:inline-block;
			}
		}
		/*
		&:nth-child(4) {
			display:none;
			@include breakpoint-md {
				display:inline-block;
			}
		}
		&:nth-child(3) {
			display:none;
			@include breakpoint-sm {
				display:inline-block;
			}
		}

	}
	ul {
		display:flex;
		justify-content:space-around;
		list-style:none;
		margin:0 0 0 40%;
		padding:0;
		@include breakpoint-md {
			margin:0 2.5% 0 30%;
		}
		@include breakpoint-lg {
			margin:0 5% 0 40%;
		}
		.home & {
			margin:0;
		}
	}
}
*/
.nav-segmented {
  margin: 0 0 1em 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .nav-segmented {
      float: right; } }
  .nav-segmented a {
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
    color: white;
    display: block;
    padding: 0.5em 1em; }
    .nav-segmented a:hover, .nav-segmented a:active {
      background-color: #888888;
      color: white;
      text-decoration: none; }
  .nav-segmented li {
    display: inline-block;
    font-weight: bold;
    margin: 0;
    padding: 0; }
    .nav-segmented li:first-child a {
      border-radius: 6px 0 0 6px;
      border-right: 0; }
    .nav-segmented li:last-child a {
      border-radius: 0 6px 6px 0; }
  .nav-segmented li.current a {
    background-color: #333333;
    color: white; }
  .nav-segmented ul {
    list-style: none;
    margin: 0 auto;
    padding: 0; }

/**
 * Section
 _________________________________________________________________________________________
 */
.lunch-menu-items-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .lunch-menu-items-container .catering-step {
    flex-basis: 100%; }
  .lunch-menu-items-container .entree_desc {
    color: #555;
    font-weight: normal; }
  .lunch-menu-items-container label {
    display: block;
    flex-basis: 100%;
    font-weight: bold; }
  .lunch-menu-items-container ul {
    list-style-type: none;
    margin: 0 0 0 1rem;
    padding: 0; }

.lunch-packages-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .lunch-packages-container h2.heading-catering-step {
    flex-basis: 100%; }
  .lunch-packages-container h3 {
    margin: 0; }
    .lunch-packages-container h3 .icon-badge_glutenfree,
    .lunch-packages-container h3 .icon-badge_vegan {
      float: right; }
    .lunch-packages-container h3 .icon-ok-circle {
      display: none; }
  .lunch-packages-container label {
    color: #333333;
    display: block; }
  .lunch-packages-container p {
    margin: 0 0 0.5rem 0; }
  .lunch-packages-container .box-catering {
    background-color: #f6f5f2;
    border: 2px solid transparent;
    border-radius: 8px;
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    margin: 0 0 1em 0;
    padding: 1rem;
    transition: border-color 0.8s; }
    .lunch-packages-container .box-catering.active {
      border: 2px solid #769472;
      border-color: #769472; }
      .lunch-packages-container .box-catering.active h3 {
        color: #769472; }
        .lunch-packages-container .box-catering.active h3 .icon-ok-circle {
          display: inline-block; }
    @media only screen and (min-width: 768px) {
      .lunch-packages-container .box-catering {
        flex-basis: 49%; } }
    .lunch-packages-container .box-catering input[type="radio"] {
      height: 0;
      opacity: 0;
      position: absolute;
      width: 0; }
    .lunch-packages-container .box-catering input[type="radio"]:checked ~ label {
      background-color: #a4c47f;
      border: 4px solid #a4c47f;
      color: white; }
      .lunch-packages-container .box-catering input[type="radio"]:checked ~ label h3, .lunch-packages-container .box-catering input[type="radio"]:checked ~ label h4, .lunch-packages-container .box-catering input[type="radio"]:checked ~ label p {
        color: white;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6); }
    .lunch-packages-container .box-catering label {
      background-color: #cccccc;
      border: 4px solid #eeeeee;
      border-radius: 10px;
      display: block;
      font-weight: bold;
      padding: 1em;
      text-align: center;
      transition: all 0.2s; }
      .lunch-packages-container .box-catering label:hover {
        background: #a4c47f;
        cursor: pointer; }
      .lunch-packages-container .box-catering label.active {
        background-color: #769472;
        color: white; }
      .lunch-packages-container .box-catering label.label-checkbox {
        background-color: transparent;
        border: none; }
        .lunch-packages-container .box-catering label.label-checkbox:hover, .lunch-packages-container .box-catering label.label-checkbox.active {
          background-color: transparent;
          border: none;
          color: #000; }
    .lunch-packages-container .box-catering p {
      margin: 0 0 0.5rem 0; }

@media only screen and (min-width: 768px) {
  .section-a-la-carte {
    flex-basis: 48%; } }

.section-a-la-carte div {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 1.5em 0;
  overflow: hidden; }
  .section-a-la-carte div:last-child {
    border-bottom: 0; }

.section-a-la-carte input[type="number"] {
  width: 60px; }

.section-a-la-carte p {
  margin: 0 0 0.5em 0; }

.section-best {
  padding: 2rem 5vw; }

.section-beverages form {
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  padding: 0 0 1em 0; }

#section-cookbooks {
  display: none; }
  @media only screen and (min-width: 768px) {
    #section-cookbooks {
      display: block; } }
#section-gift_cards {
  display: none; }
  @media only screen and (min-width: 768px) {
    #section-gift_cards {
      display: block; } }
@media only screen and (min-width: 768px) {
  .section-breakfast {
    flex-basis: 48%; } }

.section-breakfast div {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 1.5em 0;
  overflow: hidden; }
  .section-breakfast div:last-child {
    border-bottom: 0; }

.section-breakfast input[type="number"] {
  width: 60px; }

.section-breakfast p {
  margin: 0 0 0.5em 0; }

.section-family {
  align-content: center;
  align-items: center;
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 4vw 2vw; }
  .section-family:hover > a {
    cursor: pointer;
    opacity: 0.7; }
  .section-family:hover > a:hover {
    opacity: 1;
    transform: scale(1.1); }
  .section-family a {
    flex-basis: 34%;
    margin: 0 3%;
    transition: all .2s ease-in-out; }
    @media only screen and (min-width: 480px) {
      .section-family a {
        flex-basis: 20%; } }
    @media only screen and (min-width: 960px) {
      .section-family a {
        flex-basis: 10%;
        margin: 0 1%; } }
  .section-family h2 {
    color: #fff;
    flex-basis: 100%;
    font-size: 1.1rem;
    letter-spacing: 3px;
    margin: 1rem auto 3rem auto;
    text-align: center;
    text-transform: uppercase; }
    .section-family h2:after {
      color: #888;
      content: '•';
      position: relative;
      right: -8px; }
    .section-family h2:before {
      color: #888;
      content: '•';
      position: relative;
      left: -8px; }
  .section-family .logo_ko_goathill {
    flex-basis: 26%; }
    @media only screen and (min-width: 480px) {
      .section-family .logo_ko_goathill {
        flex-basis: 18%; } }
    @media only screen and (min-width: 960px) {
      .section-family .logo_ko_goathill {
        flex-basis: 9%; } }
  .section-family .logo_ko_pressbuilding {
    flex-basis: 55%;
    margin: 0; }
    @media only screen and (min-width: 480px) {
      .section-family .logo_ko_pressbuilding {
        flex-basis: 25%; } }
    @media only screen and (min-width: 960px) {
      .section-family .logo_ko_pressbuilding {
        flex-basis: 15%; } }
.section-placesettings {
  border-top: 4px solid #769472; }
  .section-placesettings form {
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    padding: 0 0 1em 0; }
  @media only screen and (min-width: 768px) {
    .section-placesettings {
      flex-basis: 100%; } }
#section-waitlist {
  position: absolute;
  right: auto;
  top: 130px;
  transition: opacity 0.3s ease-in-out;
  left: -9999px;
  opacity: 0;
  z-index: 40; }
  #section-waitlist.visible {
    left: 5vw;
    opacity: 0.85;
    right: 5vw; }
    @media only screen and (min-width: 768px) {
      #section-waitlist.visible {
        left: 20vw;
        right: 20vw; } }
  #section-waitlist .icon {
    color: #ffffff; }
  #section-waitlist #wlme_container {
    border-radius: 20px !important; }

.postid-1059 .related.products {
  display: none; }
