/*!
Theme Name: The Bob Bend
Theme URI:  
Author: Sean Burles and Gabriela Devis
Author URI: 
Description: The Bob Bend Theme
Version: 1.0.0
License: GNU General Public License v1 or later
License URI: LICENSE
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Dongle:wght@300;400;700&family=Roboto&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.green {
  color: #9AE02E;
}

.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.one-one {
  position: relative;
}
.one-one:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.one-one > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.menu-image {
  position: relative;
}
.menu-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 73.4657039711%;
}
.menu-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

::selection {
  background: #9AE02E; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #9AE02E; /* Gecko Browsers */
}

h1,
h2,
h3,
h4,
p,
a,
button,
ul {
  font-family: "Dongle", sans-serif;
  z-index: 2;
  position: relative !important;
}

input, label {
  font-family: "Roboto", sans-serif;
  z-index: 2;
  position: relative !important;
}

.wpcf7 span {
  margin-top: 8px;
}

h1 {
  font-size: 29px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  h1 {
    font-size: calc(
      29px + 31 * (100vw - 480px) / (1440 - 480)
    );
  }
}
@media only screen and (min-width: 1440px) {
  h1 {
    font-size: 60px;
  }
}
h1.section-title {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) {
  h1.section-title {
    font-size: calc(
      50px + 20 * (100vw - 480px) / (1440 - 480)
    );
  }
}
@media only screen and (min-width: 1440px) {
  h1.section-title {
    font-size: 70px;
  }
}
h1.jumbo {
  font-weight: 700;
  font-size: 150px;
}
@media only screen and (min-width: 480px) {
  h1.jumbo {
    font-size: calc(
      150px + 88 * (100vw - 480px) / (1440 - 480)
    );
  }
}
@media only screen and (min-width: 1440px) {
  h1.jumbo {
    font-size: 238px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
  margin-top: 8px;
  line-height: 70%;
  margin-bottom: 24px;
}
@media only screen and (min-width: 480px) {
  h2 {
    font-size: calc(
      40px + 8 * (100vw - 480px) / (1440 - 480)
    );
  }
}
@media only screen and (min-width: 1440px) {
  h2 {
    font-size: 48px;
  }
}
h2.cta {
  font-size: 55px;
  font-weight: 700;
}
@media only screen and (min-width: 480px) {
  h2.cta {
    font-size: calc(
      55px + 9 * (100vw - 480px) / (1440 - 480)
    );
  }
}
@media only screen and (min-width: 1440px) {
  h2.cta {
    font-size: 64px;
  }
}
h2.jumbo {
  font-weight: 700;
  font-size: 55px;
}
@media only screen and (min-width: 480px) {
  h2.jumbo {
    font-size: calc(
      55px + 9 * (100vw - 480px) / (1440 - 480)
    );
  }
}
@media only screen and (min-width: 1440px) {
  h2.jumbo {
    font-size: 64px;
  }
}

p {
  font-size: 30px;
  margin-top: 5px;
  font-size: 30px;
  line-height: 80%;
  font-weight: 100;
  margin-bottom: 35px;
}
@media only screen and (min-width: 480px) {
  p {
    font-size: calc(
      30px + 6 * (100vw - 480px) / (1440 - 480)
    );
  }
}
@media only screen and (min-width: 1440px) {
  p {
    font-size: 36px;
  }
}

ul {
  padding-left: 0;
  padding-right: 0;
}
ul li {
  font-size: 36px;
  font-weight: 100;
  list-style: none;
}

a {
  color: #9AE02E;
  font-size: 35px;
  text-decoration: underline 2px;
  font-weight: 100;
  text-underline-offset: 3px;
}
a:hover {
  color: #000;
}

a, button, input[type=submit] {
  z-index: 3;
  position: relative;
  transition: all 0.25s ease;
  display: inline-block;
  font-family: "Dongle", sans-serif !important;
}
a:hover, button:hover, input[type=submit]:hover {
  transition: all 0.25s ease;
}
a.btn, button.btn, input[type=submit].btn {
  font-size: 28px;
  text-transform: uppercase;
  min-width: 250px;
  padding-top: 5px;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
}
@media only screen and (min-width: 480px) {
  a.btn, button.btn, input[type=submit].btn {
    font-size: calc(
      28px + 7 * (100vw - 480px) / (1440 - 480)
    );
  }
}
@media only screen and (min-width: 1440px) {
  a.btn, button.btn, input[type=submit].btn {
    font-size: 35px;
  }
}
a.green-btn, button.green-btn, input[type=submit].green-btn {
  background-color: #9AE02E;
  border: 2px solid #9AE02E;
  margin-bottom: 15px;
  color: #000;
}
a.green-btn.reverse, button.green-btn.reverse, input[type=submit].green-btn.reverse {
  background-color: #fff;
  border: 2px solid #000;
}
a.green-btn:hover, button.green-btn:hover, input[type=submit].green-btn:hover {
  background-color: #000;
  border: 2px solid #000;
  color: #9AE02E;
}
a.green-btn:hover.reverse, button.green-btn:hover.reverse, input[type=submit].green-btn:hover.reverse {
  background-color: #000;
}
a.white-btn, button.white-btn, input[type=submit].white-btn {
  background-color: #fff;
  border: 2px solid #000;
  display: inline-block;
  color: #000;
}
a.white-btn:hover, button.white-btn:hover, input[type=submit].white-btn:hover {
  background-color: #000;
  color: #fff;
}
a.black-btn, button.black-btn, input[type=submit].black-btn {
  background-color: #000;
  border: 2px solid #000;
  display: inline-block;
  color: #fff;
}
a.black-btn:hover, button.black-btn:hover, input[type=submit].black-btn:hover {
  background-color: #9AE02E;
  border: 2px solid #9AE02E;
}

.pinplacement {
  position: relative;
  display: inline-block;
}
.pinplacement:before {
  content: "";
  height: 35px;
  width: 14px;
  position: absolute;
  top: -9px;
  left: -25px;
  background-image: url("./assets/images/icons/pin.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.catering-form {
  padding-top: 5%;
}
.catering-form h2 {
  color: #9AE02E;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 50px;
}
@media only screen and (min-width: 350px) {
  .catering-form h2 {
    font-size: calc(
      50px + 14 * (100vw - 350px) / (1440 - 350)
    );
  }
}
@media only screen and (min-width: 1440px) {
  .catering-form h2 {
    font-size: 64px;
  }
}
.catering-form .submit-box {
  padding: 50px 0 100px;
}
.catering-form .submit-box input {
  margin: 0 auto;
  display: inherit;
}

.form-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 5%;
  padding-right: 15px;
  padding-left: 15px;
}
.form-container .menu-section {
  display: flex;
  flex-direction: column;
}
.form-container .menu-section .menu-section-title {
  display: flex;
  justify-content: center;
}
.form-container .menu-section .menu-section-title h2 {
  font-size: 34px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (min-width: 480px) {
  .form-container .menu-section .menu-section-title h2 {
    font-size: calc(
      34px + 14 * (100vw - 480px) / (1440 - 480)
    );
  }
}
@media only screen and (min-width: 1440px) {
  .form-container .menu-section .menu-section-title h2 {
    font-size: 48px;
  }
}
.form-container .menu-section .menu-section-title h2:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -25px);
  bottom: -35px;
  height: 5px;
  width: 300%;
  background-color: #9AE02E;
  border-radius: 10px;
}
.form-container .menu-section p.subhead {
  text-align: center;
  margin-top: 0;
  font-weight: 300;
}
.form-container .input-row {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .form-container .input-row {
    grid-template-columns: auto;
  }
}
.form-container .input-row .input-item {
  position: relative;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-container .input-row .input-item label {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: auto;
}
.form-container .input-row .input-item label span {
  display: block;
}
.form-container .input-row .input-item label span input, .form-container .input-row .input-item label span textarea, .form-container .input-row .input-item label span select {
  width: 95%;
  height: 35px;
  font-size: 16px;
  border-radius: 3px;
  padding-left: 15px;
}
.form-container .input-row .input-item label span input ::placeholder, .form-container .input-row .input-item label span textarea ::placeholder, .form-container .input-row .input-item label span select ::placeholder {
  color: #999999 !important;
}
.form-container .input-row .input-item label span select {
  width: 99%;
  height: 40px;
  border: 2px solid;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}
.form-container .input-row .input-item label span textarea {
  min-height: 90px;
  max-width: 95%;
  resize: none;
  border: 2px solid;
}
.form-container .input-row .menu-item-wrap {
  min-width: 0;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 15px;
}
.form-container .input-row .menu-item-wrap h3 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}
.form-container .input-row .menu-item-wrap p {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
}
.form-container .input-row .menu-item-wrap .asides {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #757575;
  padding: 20px;
}
.form-container .input-row .menu-item-wrap .asides div.asides-content {
  flex: 2;
  width: 75%;
  padding-right: 15px;
}
.form-container .input-row .menu-item-wrap .asides div.asides-image {
  width: 25%;
  flex: 1;
}
.form-container .input-row .menu-item-wrap .asides div.asides-image input[type=number] {
  max-width: calc(100% - 65px);
}

.counter-wrap button {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  border-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  background-image: url("assets/images/icons/minus.svg");
}
.counter-wrap button:hover {
  background-color: #757575;
}
.counter-wrap button.plus {
  background-image: url("assets/images/icons/plus.svg");
  background-color: #9AE02E;
}

input[type=number] {
  max-width: 75px;
  width: auto;
  font-size: 36px;
  text-align: center;
  border: 0;
  padding-left: 0;
  background-color: transparent;
}

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

.number-input {
  border: 0;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
  box-shadow: 0px 0px 1px #474747;
  border-radius: 50%;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: 0.5rem;
  border: none;
  border-width: 0 2px;
  font-size: 2rem;
  height: 3rem;
  font-weight: bold;
  text-align: center;
  color: #9be3df;
}

.wpcf7-not-valid-tip:not(:first-of-type) {
  display: none !important;
}

.t1 {
  transition-delay: 0.25s !important;
}

.t2 {
  transition-delay: 0.5s !important;
}

.t3 {
  transition-delay: 0.75s !important;
}

.t4 {
  transition-delay: 1s !important;
}

.t5 {
  transition-delay: 1.25s !important;
}

.t6 {
  transition-delay: 1.5s !important;
}

.t7 {
  transition-delay: 1.75s !important;
}

.lozad {
  background-size: cover;
}

.lozad[data-loaded=true] {
  animation-name: fade;
  animation-duration: 1.2s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html, body {
  border: 0;
  padding: 0;
  margin: 0;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1;
}

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 6px;
  background-color: #9AE02E;
  z-index: 9;
}

img.img-fluid {
  width: 100%;
}

section {
  position: relative;
}
section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
.container.align-center {
  display: flex;
  align-items: center;
  height: 100%;
}

.container-sm {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.flex-row.center {
  align-items: center;
}
@media screen and (min-width: 767px) {
  .flex-row.reverse {
    flex-direction: row-reverse;
  }
}

.col-sm {
  width: 100%;
  max-width: 100%;
  margin: 15px;
}
@media screen and (min-width: 767px) {
  .col-sm {
    flex: 1;
  }
}

.lozad.background {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.lozad.background.contain {
  background-size: contain;
}

.fluid {
  width: 100%;
}

footer {
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  clear: both;
  flex-direction: column;
  padding-top: 20px;
}
footer p {
  text-align: center;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 100;
}
footer svg {
  width: 35px;
  height: 35px;
  padding-top: 15px;
}
footer svg:hover path {
  fill: #9AE02E !important;
}
footer img {
  height: 100px;
  width: 100px;
  margin-bottom: 15px;
}

body.logged-in header {
  top: 32px;
}

@media screen and (min-width: 991px) {
  body.logged-in.fixed header {
    top: -120px !important;
  }
}
@media screen and (min-width: 991px) {
  body.fixed header {
    position: fixed;
    top: -140px;
    height: 120px;
    background-color: #9AE02E;
  }
  body.fixed header nav {
    border-bottom: 0;
  }
  body.fixed header .menu {
    margin-top: 20px;
  }
  body.fixed header .menu li a:hover, body.fixed header .menu li a.active {
    color: #000;
  }
  body.fixed header .menu li.order-pickup a {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
  }
  body.fixed header .menu li.order-pickup a:hover {
    background-color: #fff;
    color: #000;
  }
  body.fixed header .logo img {
    width: 80px;
    height: 80px;
  }
}
body header {
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
body header nav {
  font-family: "Dongle", sans-serif;
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
  margin-right: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
body header nav div {
  display: flex;
  align-items: center;
  z-index: 12;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
body header nav .menu {
  display: inline-flex;
  margin-top: 40px;
}
body header nav .menu li {
  list-style: none;
  list-style-type: none;
}
body header nav .menu li a {
  font-size: 22px;
  text-decoration: none;
  margin-left: 30px;
  display: block;
  position: relative;
  color: #fff;
  padding: 4px 12px 2px;
  transition: all 0.25s ease;
  text-transform: uppercase;
}
@media only screen and (min-width: 480px) {
  body header nav .menu li a {
    font-size: calc(
      22px + 8 * (100vw - 480px) / (1440 - 480)
    );
  }
}
@media only screen and (min-width: 1440px) {
  body header nav .menu li a {
    font-size: 30px;
  }
}
@media screen and (max-width: 1100px) {
  body header nav .menu li a {
    margin-left: 15px;
  }
}
body header nav .menu li a:active {
  color: #000;
}
body header nav .menu li a:hover, body header nav .menu li a.active {
  color: black;
  transform: scale(1.1);
  transition: all 0.25s ease;
}
body header nav .menu li.order-pickup a {
  background-color: #9AE02E;
  color: #000;
  padding-left: 45px;
  padding-right: 45px;
  border-radius: 50px;
  padding-top: 8px;
  padding-bottom: 2px;
}
body header nav .menu li.order-pickup a:hover {
  color: #fff;
  background-color: #000;
}
body header nav .logo {
  position: relative;
  z-index: 12;
  -webkit-transform: translate3d(0, 0, 0);
}
body header nav .logo a {
  font-size: 0;
  position: relative;
  z-index: 12;
  width: 90px;
  height: 90px;
}
body header nav .logo img {
  width: 90px;
  height: 90px;
  position: relative;
  z-index: 12;
}
body header.green-bg {
  background-color: #9AE02E;
}
body header.green-bg nav {
  border-bottom: 1px solid transparent;
}
body header.green-bg nav .menu li a:hover {
  color: #000;
}
body header.green-bg nav .menu li.order-pickup a {
  background-color: #000;
  color: #fff;
  border-radius: 50px;
}
body header.green-bg nav .menu li.order-pickup a:hover {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 992px) {
  .menu-primary-menu-container {
    display: none;
  }
}

button.rmp_menu_trigger {
  right: 29px !important;
  position: absolute !important;
  top: 44px !important;
  background: transparent !important;
  background-color: transparent;
}
button.rmp_menu_trigger:hover, button.rmp_menu_trigger.is-active {
  background-color: transparent;
  background: transparent;
}

button.rmp_menu_trigger .rmp-trigger-box {
  width: 25px;
  color: #fff;
  margin-top: -6px;
}

#rmp-menu-title-229 {
  margin-bottom: 45px;
}

#rmp-menu-wrap-229 .rmp-menu-item-link {
  color: #fff;
  border-color: #1d4354;
  background-color: #9AE02E !important;
  font-size: 30px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

#rmp-container-229 {
  background-color: #9AE02E !important;
}

button.rmp_menu_trigger {
  z-index: 1190;
}

section.test {
  height: 600px;
}

section > .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section .headline h1 {
  margin-top: 1em;
  margin-bottom: 1em;
  opacity: 0;
  transform: translateY(75px);
  text-transform: uppercase;
}
section .headline h1.loaded {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 1s cubic-bezier(0.19, 1.17, 0.5, 1.23);
}

section.masthead {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
section.masthead .headline {
  z-index: 2;
  max-width: 700px;
  height: calc(100% - 150px);
  display: flex;
  align-items: center;
  margin-top: 150px;
}
@media screen and (max-height: 365px) {
  section.masthead .headline {
    margin-top: 250px;
  }
}
@media screen and (max-width: 768px) {
  section.masthead .headline {
    width: 80%;
  }
}
section.masthead .headline h1 {
  color: #fff;
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  line-height: 0.7em;
  text-transform: uppercase;
}
@media only screen and (min-width: 350px) {
  section.masthead .headline h1 {
    font-size: calc(
      50px + 70 * (100vw - 350px) / (1440 - 350)
    );
  }
}
@media only screen and (min-width: 1440px) {
  section.masthead .headline h1 {
    font-size: 120px;
  }
}

section.page-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
section.page-header .headline {
  z-index: 2;
  width: 60%;
  max-width: 700px;
  margin-top: clamp(250px, -10%, 10%);
  margin-bottom: clamp(90px, -2%, 10%);
}
@media screen and (max-width: 768px) {
  section.page-header .headline {
    width: 80%;
  }
}
section.page-header .headline h1 {
  color: #fff;
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  line-height: 0.7em;
  text-transform: uppercase;
}
@media only screen and (min-width: 350px) {
  section.page-header .headline h1 {
    font-size: calc(
      50px + 70 * (100vw - 350px) / (1440 - 350)
    );
  }
}
@media only screen and (min-width: 1440px) {
  section.page-header .headline h1 {
    font-size: 120px;
  }
}

section.left-image-right-text {
  padding-bottom: clamp(50px, 8%, 8%);
}
section.left-image-right-text .img-wrap {
  display: flex;
  flex: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin: 15px;
}
@media screen and (max-width: 1200px) {
  section.left-image-right-text .img-wrap {
    flex: 1.2;
  }
}
@media screen and (max-width: 768px) {
  section.left-image-right-text .img-wrap {
    flex: unset;
  }
}
section.left-image-right-text .img-wrap div {
  box-shadow: -17px 17px 0px -2px #9ae02e;
  -webkit-box-shadow: -17px 17px 0px -2px #9ae02e;
  -moz-box-shadow: -17px 17px 0px -2px #9ae02e;
}
@media screen and (max-width: 768px) {
  section.left-image-right-text .img-wrap div {
    box-shadow: 0px 20px 0px -7px #9ae02e;
    -webkit-box-shadow: 0px 20px 0px -7px #9ae02e;
    -moz-box-shadow: 0px 20px 0px -7px #9ae02e;
  }
}
section.left-image-right-text .content-wrap {
  flex: 1;
  margin: 15px;
}

section.menus {
  text-align: center;
  padding-bottom: 8%;
}
section.menus h2 {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 25px;
}

section.locations {
  padding-bottom: clamp(50px, 8%, 8%);
}
section.locations h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  line-height: 30%;
}
section.locations .grid-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.locations .grid-row {
    grid-template-columns: 1fr;
  }
}
section.locations .grid-row .col-sm-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.locations .grid-row .col-sm-grid img {
  box-shadow: -17px 17px 0px -2px #9ae02e;
  -webkit-box-shadow: -17px 17px 0px -2px #9ae02e;
  -moz-box-shadow: -17px 17px 0px -2px #9ae02e;
}
@media screen and (max-width: 768px) {
  section.locations .grid-row .col-sm-grid img {
    box-shadow: 0px 20px 0px -7px #9ae02e;
    -webkit-box-shadow: 0px 20px 0px -7px #9ae02e;
    -moz-box-shadow: 0px 20px 0px -7px #9ae02e;
  }
}
section.locations .grid-row.reverse img {
  box-shadow: 17px 17px 0px -2px #9ae02e;
  -webkit-box-shadow: 17px 17px 0px -2px #9ae02e;
  -moz-box-shadow: 17px 17px 0px -2px #9ae02e;
}
@media screen and (max-width: 768px) {
  section.locations .grid-row.reverse img {
    box-shadow: 0px 20px 0px -7px #9ae02e;
    -webkit-box-shadow: 0px 20px 0px -7px #9ae02e;
    -moz-box-shadow: 0px 20px 0px -7px #9ae02e;
  }
}
@media screen and (min-width: 767px) {
  section.locations .grid-row.reverse {
    grid-auto-flow: dense;
    direction: rtl;
    text-align: right;
  }
  section.locations .grid-row.reverse ul li {
    margin-left: auto;
  }
}
section.locations ul li {
  color: #757575;
}
section.locations ul li.time {
  display: flex;
  justify-content: space-between;
  width: 70%;
  max-width: 330px;
}

section.catering {
  overflow: hidden;
  min-height: 60vh;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
  align-items: center;
}
section.catering h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 400;
  line-height: 70%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 480px) {
  section.catering h1 {
    font-size: calc(
      55px + 15 * (100vw - 480px) / (1440 - 480)
    );
  }
}
@media only screen and (min-width: 1440px) {
  section.catering h1 {
    font-size: 70px;
  }
}
@media screen and (min-width: 767px) {
  section.catering h1 {
    width: 75%;
  }
}

section.contact {
  padding-bottom: clamp(50px, 8%, 8%);
}
section.contact .section-title {
  color: #9AE02E;
}
section.contact .contact-info {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 767px) {
  section.contact .contact-info {
    flex: 1;
    display: flex;
    padding-right: 15px;
  }
}
section.contact .contact-info .cta {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600px;
  margin-bottom: 15px;
  color: #9AE02E;
}
@media only screen and (min-width: 480px) {
  section.contact .contact-info .cta {
    font-size: calc(
      40px + 10 * (100vw - 480px) / (1440 - 480)
    );
  }
}
@media only screen and (min-width: 1440px) {
  section.contact .contact-info .cta {
    font-size: 50px;
  }
}
section.contact .contact-info p {
  font-size: 24px;
  font-weight: 100px;
  line-height: 100%;
}
@media only screen and (min-width: 480px) {
  section.contact .contact-info p {
    font-size: calc(
      24px + 4 * (100vw - 480px) / (1440 - 480)
    );
  }
}
@media only screen and (min-width: 1440px) {
  section.contact .contact-info p {
    font-size: 28px;
  }
}
section.contact .contact-map {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  section.contact .contact-map {
    flex: 1.5;
    display: flex;
    margin-bottom: 0px;
  }
}
section.contact iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 400px !important;
  box-shadow: 17px 17px 0px -2px #9ae02e;
  -webkit-box-shadow: 17px 17px 0px -2px #9ae02e;
  -moz-box-shadow: 17px 17px 0px -2px #9ae02e;
}
@media screen and (max-width: 768px) {
  section.contact iframe {
    box-shadow: 0px 20px 0px -7px #9ae02e;
    -webkit-box-shadow: 0px 20px 0px -7px #9ae02e;
    -moz-box-shadow: 0px 20px 0px -7px #9ae02e;
  }
}

section.menus-page {
  margin-top: 8%;
  margin-bottom: 10%;
}
section.menus-page .menu-section-wrapper {
  margin-bottom: clamp(70px, 12%, 12%);
}
section.menus-page .title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: clamp(80px, 10%, 10%);
  margin-bottom: clamp(50px, 8%, 8%);
}
section.menus-page .title-wrap .menu-title {
  font-size: 55px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 480px) {
  section.menus-page .title-wrap .menu-title {
    font-size: calc(
      55px + 9 * (100vw - 480px) / (1440 - 480)
    );
  }
}
@media only screen and (min-width: 1440px) {
  section.menus-page .title-wrap .menu-title {
    font-size: 64px;
  }
}
section.menus-page .title-wrap .menu-title:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 7px;
  border-radius: 5px;
  top: 0px;
  background-color: black;
  left: 50%;
  transform: translate(-50%, -10px);
}
@media screen and (max-width: 768px) {
  section.menus-page .title-wrap .menu-title:before {
    max-width: 350px;
  }
}
section.menus-page .title-wrap .menu-title:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 7px;
  border-radius: 5px;
  bottom: 10px;
  background-color: black;
  left: 50%;
  transform: translate(-50%, 10px);
}
@media screen and (max-width: 768px) {
  section.menus-page .title-wrap .menu-title:after {
    max-width: 350px;
  }
}
section.menus-page .title-wrap p {
  font-weight: 300;
  margin-top: 30px;
}
section.menus-page .menu-grid {
  display: grid;
  grid-gap: 35px;
  grid-template-columns: repeat(2, minmax(350px, 1fr));
}
@media screen and (max-width: 767px) {
  section.menus-page .menu-grid {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
    grid-gap: 30px;
  }
}
section.menus-page .menu-items {
  border-bottom: 1px solid #757575;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* Re-order items into 3 rows */
}
section.menus-page .menu-items .menu-item-inner-wrap {
  width: 100%;
}
section.menus-page .menu-items .menu-item-inner-wrap .one-one {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.menus-page .menu-items .menu-item-inner-wrap h3 {
  font-size: 28px;
  margin: 0;
}
@media only screen and (min-width: 480px) {
  section.menus-page .menu-items .menu-item-inner-wrap h3 {
    font-size: calc(
      28px + 4 * (100vw - 480px) / (1440 - 480)
    );
  }
}
@media only screen and (min-width: 1440px) {
  section.menus-page .menu-items .menu-item-inner-wrap h3 {
    font-size: 32px;
  }
}
section.menus-page .menu-items .menu-item-inner-wrap p {
  font-size: 22px;
}
@media only screen and (min-width: 480px) {
  section.menus-page .menu-items .menu-item-inner-wrap p {
    font-size: calc(
      22px + 4 * (100vw - 480px) / (1440 - 480)
    );
  }
}
@media only screen and (min-width: 1440px) {
  section.menus-page .menu-items .menu-item-inner-wrap p {
    font-size: 26px;
  }
}
section.menus-page .menu-items.small .menu-item-inner-wrap {
  display: flex;
}
section.menus-page .menu-items.small .menu-item-inner-wrap > div:first-of-type {
  width: 30%;
}
section.menus-page .menu-items.small .menu-item-inner-wrap > div:nth-of-type(2) {
  padding-left: 30px;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.menus-page .menu-items .menu-top {
  display: flex;
  justify-content: space-between;
}

section.four-oh-four {
  position: relative;
  display: flex;
  min-width: 100vw;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section.four-oh-four .headline {
  margin-top: 190px;
}
section.four-oh-four h1 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 0.5;
}
section.four-oh-four h2 {
  color: #9AE02E;
}
section.four-oh-four p {
  color: #757575;
  margin-bottom: 30px;
}

#loader {
  margin: auto;
  width: 100vw;
  height: 100vh;
  z-index: 1200;
  position: fixed;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loader svg {
  width: 340px !important;
}
@media screen and (max-width: 768px) {
  #loader svg {
    width: 320px !important;
  }
}
@media screen and (max-width: 544px) {
  #loader svg {
    width: 300px !important;
  }
}
#loader.loaded {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

section.catering-section {
  background: #fff;
}
section.catering-section h1.section-title {
  padding-bottom: 2%;
  color: #9AE02E;
}
section.catering-section .img-wrap {
  display: flex;
  flex: 1;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin: 15px;
  margin-right: 50px;
}
@media screen and (max-width: 1200px) {
  section.catering-section .img-wrap {
    flex: 1.2;
  }
}
@media screen and (max-width: 768px) {
  section.catering-section .img-wrap {
    flex: unset;
    margin-right: 15px;
  }
}
section.catering-section .img-wrap div {
  box-shadow: -17px 17px 0px -2px #9ae02e;
  -webkit-box-shadow: -17px 17px 0px -2px #9ae02e;
  -moz-box-shadow: -17px 17px 0px -2px #9ae02e;
}
@media screen and (max-width: 768px) {
  section.catering-section .img-wrap div {
    box-shadow: 0px 20px 0px -7px #9ae02e;
    -webkit-box-shadow: 0px 20px 0px -7px #9ae02e;
    -moz-box-shadow: 0px 20px 0px -7px #9ae02e;
  }
}
section.catering-section .content-wrap {
  flex: 1.5;
}
section.catering-section .content-wrap p {
  margin-bottom: 12px;
}
section.catering-section .content-wrap h3 {
  text-transform: uppercase;
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 32px;
}
section.catering-section .intro-wrap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.catering-section .intro-wrap {
    width: 100%;
    text-align: left !important;
  }
}
section.catering-section .intro-wrap h3 {
  text-transform: uppercase;
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  section.catering-section .intro-wrap p, section.catering-section .intro-wrap h3, section.catering-section .intro-wrap h1, section.catering-section .intro-wrap h2 {
    text-align: left !important;
  }
}
section.catering-section .flex-row {
  margin-bottom: 50px;
}

.cky-title {
  font-size: 35px !important;
}

.cky-notice-des * {
  font-size: 30px !important;
}

.cky-btn {
  font-size: 24px !important;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}
