/*
 Theme Name:   Waffle Stop Child
 Description:  Waffle Stop Child Theme
 Author:       WCST
 Author URI:   http://wcst.com
 Template:     waffle-stop
 Version:      1.0.0
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=30em&large=48em&xlarge=64em&xxlarge=80.625em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 80.625rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .row .row {
    max-width: none;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    max-width: none; }
    @media screen and (min-width: 30em) {
      .row .row {
        margin-left: -1.25rem;
        margin-right: -1.25rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

.column, .columns {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  min-width: 0; }
  @media screen and (min-width: 30em) {
    .column, .columns {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

.small-up-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

@media screen and (min-width: 30em) {
  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 30em) and (min-width: 30em) {
  .medium-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media screen and (min-width: 30em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media screen and (min-width: 30em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media screen and (min-width: 48em) {
  .large-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 48em) and (min-width: 48em) {
  .large-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media screen and (min-width: 48em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media screen and (min-width: 48em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media screen and (min-width: 64em) {
  .xlarge-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .xlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .xlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .xlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .xlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .xlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .xlarge-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlarge-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 64em) and (min-width: 64em) {
  .xlarge-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media screen and (min-width: 80.625em) {
  .xxlarge-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .xxlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .xxlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .xxlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .xxlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .xxlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; }
  .xxlarge-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .xxlarge-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .xxlarge-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xxlarge-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
      -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .xxlarge-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
      -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .xxlarge-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
      -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xxlarge-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
      -webkit-flex: 0 0 14.28571%;
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xxlarge-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
      -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 80.625em) and (min-width: 80.625em) {
  .xxlarge-expand {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media screen and (min-width: 80.625em) {
    .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
      -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media screen and (min-width: 80.625em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 30em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 80.625rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

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

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 30em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 48em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 80.625em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 29.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 30em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 30em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 29.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 29.9375em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 80.5625em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 80.625em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 80.625em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 80.5625em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 80.625em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 80.5625em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

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

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.clearfix::after {
  clear: both; }

.align-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.align-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }

.small-order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6; }

@media screen and (min-width: 30em) {
  .medium-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (min-width: 48em) {
  .large-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (min-width: 64em) {
  .xlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .xlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .xlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .xlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .xlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .xlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (min-width: 80.625em) {
  .xxlarge-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .xxlarge-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .xxlarge-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .xxlarge-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .xxlarge-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .xxlarge-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; } }

/************************************
* Img Path
************************************/
/************************************
* Colors
************************************/
/************************************
* Hover Mixin
************************************/
html,
body {
  height: 100%; }
  html.sidebar-open,
  body.sidebar-open {
    overflow: hidden; }
    @media screen and (min-width: 35em) {
      html.sidebar-open nav,
      html.sidebar-open section,
      html.sidebar-open #footer,
      html.sidebar-open #home-page:after,
      html.sidebar-open #menu-page:after,
      html.sidebar-open #catering-page:after,
      html.sidebar-open #location:after,
      body.sidebar-open nav,
      body.sidebar-open section,
      body.sidebar-open #footer,
      body.sidebar-open #home-page:after,
      body.sidebar-open #menu-page:after,
      body.sidebar-open #catering-page:after,
      body.sidebar-open #location:after {
        -webkit-filter: blur(40px);
        filter: blur(40px); } }
  html section,
  html #footer,
  html #home-page:after,
  html #menu-page:after,
  html #catering-page:after,
  html #location:after,
  body section,
  body #footer,
  body #home-page:after,
  body #menu-page:after,
  body #catering-page:after,
  body #location:after {
    -webkit-transition: filter 400ms;
    -moz-transition: filter 400ms;
    transition: -webkit-filter 400ms;
    transition: filter 400ms;
    transition: filter 400ms, -webkit-filter 400ms; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-soft",sans-serif;
  font-weight: 700;
  font-style: normal; }

#app {
  font-family: "proxima-soft",sans-serif;
  font-weight: 500;
  font-style: normal;
  height: 100%; }

#app {
  -webkit-transition: filter 400ms;
  -moz-transition: filter 400ms;
  transition: -webkit-filter 400ms;
  transition: filter 400ms;
  transition: filter 400ms, -webkit-filter 400ms; }

nav {
  -webkit-transition: filter 400ms, background-color 300ms, opacity 500ms;
  -moz-transition: filter 400ms, background-color 300ms, opacity 500ms;
  transition: background-color 300ms, opacity 500ms, -webkit-filter 400ms;
  transition: filter 400ms, background-color 300ms, opacity 500ms;
  transition: filter 400ms, background-color 300ms, opacity 500ms, -webkit-filter 400ms; }
  .loaded nav {
    -webkit-transition: filter 400ms, background-color 300ms, opacity 500ms 600ms;
    -moz-transition: filter 400ms, background-color 300ms, opacity 500ms 600ms;
    transition: background-color 300ms, opacity 500ms 600ms, -webkit-filter 400ms;
    transition: filter 400ms, background-color 300ms, opacity 500ms 600ms;
    transition: filter 400ms, background-color 300ms, opacity 500ms 600ms, -webkit-filter 400ms; }

#home-page,
#menu-page,
#catering-page,
#location {
  height: 100%; }
  #home-page:after,
  #menu-page:after,
  #catering-page:after,
  #location:after {
    content: '';
    height: 1150px;
    width: 100%;
    margin-top: 0px;
    display: none;
    background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws_textured_bottom_leftrightedge.png");
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 1358px 13px;
    z-index: 2;
    position: relative;
    pointer-events: none; }
    @media screen and (min-width: 48em) {
      #home-page:after,
      #menu-page:after,
      #catering-page:after,
      #location:after {
        height: 632px;
        display: block; } }
    @media screen and (min-width: 64em) {
      #home-page:after,
      #menu-page:after,
      #catering-page:after,
      #location:after {
        height: 585px; } }

.no-wrap {
  white-space: nowrap; }

.btn {
  font-family: "proxima-soft",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 0.8125em;
  letter-spacing: 1px;
  color: #264c59;
  text-transform: uppercase;
  background-color: #fdb713;
  border-radius: 50px;
  padding: 10px 46px 9px;
  -webkit-transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms, 200ms;
  -moz-transition-duration: 200ms, 200ms;
  transition-duration: 200ms, 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .btn.blue-btn {
    background-color: #264c59;
    color: #fff; }
  .btn.white-btn {
    background-color: #fff;
    color: #264c59; }
  .btn.fixed-width {
    width: 180px;
    display: inline-block;
    text-align: center;
    padding: 10px 20px 9px; }

#wipe {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffb700;
  z-index: 3;
  box-shadow: 0px 0px 100vw rgba(38, 76, 89, 0);
  -webkit-transform: translateY(calc(-100vh - 48px));
  -moz-transform: translateY(calc(-100vh - 48px));
  -ms-transform: translateY(calc(-100vh - 48px));
  -o-transform: translateY(calc(-100vh - 48px));
  transform: translateY(calc(-100vh - 48px)); }
  #wipe:before {
    content: '';
    position: absolute;
    top: -48px;
    left: 0;
    width: 100%;
    height: 48px;
    background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-wipe-bottom.svg");
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 48px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 2; }
  #wipe:after {
    content: '';
    position: absolute;
    bottom: -48px;
    left: 0;
    width: 100%;
    height: 48px;
    background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-wipe-bottom.svg");
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 48px;
    z-index: 2; }
  #wipe.out {
    box-shadow: 0px 0px 100vw #264c59;
    -webkit-transform: translateY(calc(0vh + 48px));
    -moz-transform: translateY(calc(0vh + 48px));
    -ms-transform: translateY(calc(0vh + 48px));
    -o-transform: translateY(calc(0vh + 48px));
    transform: translateY(calc(0vh + 48px));
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.145, 0.49, 0.62, 0.94), box-shadow 0ms;
    -moz-transition: -moz-transform 600ms cubic-bezier(0.145, 0.49, 0.62, 0.94), box-shadow 0ms;
    transition: box-shadow 0ms, -webkit-transform 600ms cubic-bezier(0.145, 0.49, 0.62, 0.94);
    transition: transform 600ms cubic-bezier(0.145, 0.49, 0.62, 0.94), box-shadow 0ms;
    transition: transform 600ms cubic-bezier(0.145, 0.49, 0.62, 0.94), box-shadow 0ms, -webkit-transform 600ms cubic-bezier(0.145, 0.49, 0.62, 0.94); }
  #wipe.out.in {
    box-shadow: 0px 0px 100vw rgba(38, 76, 89, 0);
    -webkit-transform: translateY(calc(100vh + 48px));
    -moz-transform: translateY(calc(100vh + 48px));
    -ms-transform: translateY(calc(100vh + 48px));
    -o-transform: translateY(calc(100vh + 48px));
    transform: translateY(calc(100vh + 48px));
    -webkit-transition: -webkit-transform 700ms, box-shadow 300ms 500ms;
    -moz-transition: -moz-transform 700ms, box-shadow 300ms 500ms;
    transition: box-shadow 300ms 500ms, -webkit-transform 700ms;
    transition: transform 700ms, box-shadow 300ms 500ms;
    transition: transform 700ms, box-shadow 300ms 500ms, -webkit-transform 700ms; }

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  z-index: 4;
  overflow: hidden;
  opacity: 0;
  background-color: #264c59; }
  @media screen and (min-width: 48em) {
    nav {
      overflow: visible;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: 80px; } }
  nav.ready {
    opacity: 1; }
  nav.bg {
    background-color: #ffb700;
    padding-bottom: 50px; }
  @media screen and (max-width: 47.9375em) {
    nav.mobile-open .menu-top-nav-container {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%); } }
  @media screen and (max-width: 47.9375em) {
    nav.mobile-open .menu-top-nav-container #menu-top-nav a {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition-duration: 1000ms;
      -moz-transition-duration: 1000ms;
      transition-duration: 1000ms;
      -webkit-transition-delay: 200ms;
      -moz-transition-delay: 200ms;
      transition-delay: 200ms; } }
  @media screen and (max-width: 47.9375em) {
    nav.mobile-open #burger:before {
      -webkit-transform: rotate(45deg) translateY(3px) translateX(2px);
      -moz-transform: rotate(45deg) translateY(3px) translateX(2px);
      -ms-transform: rotate(45deg) translateY(3px) translateX(2px);
      -o-transform: rotate(45deg) translateY(3px) translateX(2px);
      transform: rotate(45deg) translateY(3px) translateX(2px); } }
  @media screen and (max-width: 47.9375em) {
    nav.mobile-open #burger:after {
      -webkit-transform: rotate(-45deg) translateY(-4px) translateX(3px);
      -moz-transform: rotate(-45deg) translateY(-4px) translateX(3px);
      -ms-transform: rotate(-45deg) translateY(-4px) translateX(3px);
      -o-transform: rotate(-45deg) translateY(-4px) translateX(3px);
      transform: rotate(-45deg) translateY(-4px) translateX(3px); } }
  nav .row {
    height: 100%; }
    nav .row .columns {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 47.9375em) {
        nav .row .columns {
          position: relative;
          overflow: hidden; } }
      @media screen and (max-width: 47.9375em) {
        nav .row .columns:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 90px;
          height: 100%;
          z-index: 2;
          background-color: rgba(38, 76, 89, 0);
          background-image: -webkit-linear-gradient(-180deg, rgba(38, 76, 89, 0) 0%, #264c59 30%);
          background-image: linear-gradient(-90deg,rgba(38, 76, 89, 0) 0%, #264c59 30%);
          background-color: transparent; } }
      @media screen and (max-width: 47.9375em) {
        nav .row .columns:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 90px;
          height: 100%;
          z-index: 1;
          background-color: rgba(38, 76, 89, 0);
          background-image: -webkit-linear-gradient(-360deg, rgba(38, 76, 89, 0) 0%, #264c59 30%);
          background-image: linear-gradient(90deg,rgba(38, 76, 89, 0) 0%, #264c59 30%);
          background-color: transparent; } }
  nav .menu-top-nav-container {
    display: inline-block;
    background-color: #264c59; }
    @media screen and (max-width: 47.9375em) {
      nav .menu-top-nav-container {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        padding: 58px 23px 48px;
        text-align: right;
        -webkit-transform: translateY(-100vh);
        -moz-transform: translateY(-100vh);
        -ms-transform: translateY(-100vh);
        -o-transform: translateY(-100vh);
        transform: translateY(-100vh);
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 500ms;
        -moz-transition-duration: 500ms;
        transition-duration: 500ms; } }
    @media screen and (min-width: 48em) {
      nav .menu-top-nav-container {
        display: inline-block;
        width: 84%;
        max-width: 650px;
        position: relative;
        background-color: transparent; } }
    @media screen and (min-width: 64em) {
      nav .menu-top-nav-container {
        width: 650px; } }
    nav .menu-top-nav-container #menu-top-nav {
      list-style: none;
      margin: 0; }
      @media screen and (min-width: 48em) {
        nav .menu-top-nav-container #menu-top-nav {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      @media screen and (max-width: 47.9375em) {
        nav .menu-top-nav-container #menu-top-nav a {
          opacity: 0;
          -webkit-transform: translateY(-30px);
          -moz-transform: translateY(-30px);
          -ms-transform: translateY(-30px);
          -o-transform: translateY(-30px);
          transform: translateY(-30px);
          -webkit-transition-property: -webkit-transform, opacity;
          -moz-transition-property: -moz-transform, opacity;
          transition-property: opacity, -webkit-transform;
          transition-property: transform, opacity;
          transition-property: transform, opacity, -webkit-transform;
          -webkit-transition-duration: 400ms;
          -moz-transition-duration: 400ms;
          transition-duration: 400ms;
          -webkit-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
          -moz-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
          transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005); } }
  @media screen and (min-width: 48em) {
    nav li {
      position: relative;
      margin-right: 0;
      height: auto;
      display: inline-block; } }
  @media screen and (min-width: 48em) {
    nav li.touch-open ul {
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 400ms, visibility 0ms 0ms;
      -moz-transition: opacity 400ms, visibility 0ms 0ms;
      transition: opacity 400ms, visibility 0ms 0ms; } }
  @media screen and (min-width: 48em) {
    .no-touchevents nav li:hover ul {
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 400ms, visibility 0ms 0ms;
      -moz-transition: opacity 400ms, visibility 0ms 0ms;
      transition: opacity 400ms, visibility 0ms 0ms; } }
  @media screen and (max-width: 47.9375em) {
    nav li.menu-item-has-children {
      margin: 0; } }
  @media screen and (max-width: 47.9375em) {
    nav li.menu-item-has-children a:first-of-type {
      display: none; } }
  @media screen and (min-width: 48em) {
    .no-touchevents nav li.menu-item-has-children a:first-of-type:hover {
      opacity: 1;
      cursor: default; } }
  @media screen and (max-width: 47.9375em) {
    nav li.menu-item-has-children .sub-menu {
      margin: 0; } }
  @media screen and (max-width: 47.9375em) {
    nav li.menu-item-has-children .sub-menu a {
      display: block; } }
  @media screen and (min-width: 48em) {
    .no-touchevents nav li.menu-item-has-children .sub-menu a:hover {
      opacity: 0.5;
      cursor: pointer; } }
  nav li p {
    display: none; }
    @media screen and (min-width: 48em) {
      nav li p {
        margin: 0 0 10px 0;
        display: inline-block;
        cursor: default; } }
  nav li .menu {
    list-style: none;
    margin: 0; }
  nav li ul {
    list-style: none; }
    @media screen and (min-width: 48em) {
      nav li ul {
        visibility: hidden;
        opacity: 0;
        white-space: nowrap;
        position: absolute;
        top: 100%;
        left: -40px;
        padding-top: 10px;
        background-color: #264c59;
        border-radius: 0 0 5px 5px;
        -webkit-transition: opacity 400ms, visibility 0ms 400ms;
        -moz-transition: opacity 400ms, visibility 0ms 400ms;
        transition: opacity 400ms, visibility 0ms 400ms; } }
    @media screen and (min-width: 48em) {
      nav li ul li {
        display: block;
        padding: 0 0 10px 0; } }
    nav li ul li:last-child {
      padding-right: 0 !important; }
    @media screen and (min-width: 48em) {
      nav li ul li a {
        padding: 0 20px 0 20px; } }
  nav a, nav p {
    font-family: "proxima-soft",sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff !important;
    font-size: 1.75em;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    transition: opacity 500ms; }
    @media screen and (max-width: 47.9375em) {
      nav a, nav p {
        line-height: 28px;
        display: block;
        margin-bottom: 20px; } }
    @media screen and (min-width: 48em) {
      nav a, nav p {
        font-size: 0.875em; } }
    nav a.current, nav p.current {
      opacity: 0.5; }
    nav a:focus, nav p:focus {
      color: #fff; }
    .no-touchevents nav a:hover, .no-touchevents nav p:hover {
      color: #fff;
      opacity: 0.5; }
  nav #menu {
    background-color: #264c59; }
    @media screen and (min-width: 48em) {
      nav #menu {
        width: 100%; } }
  nav #burger {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 20px;
    cursor: pointer;
    z-index: 1; }
    @media screen and (min-width: 48em) {
      nav #burger {
        display: none; } }
    nav #burger:before, nav #burger:after {
      content: '';
      display: inline-block;
      width: 29px;
      height: 4px;
      position: absolute;
      right: 0;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 400ms;
      -moz-transition-duration: 400ms;
      transition-duration: 400ms; }
    nav #burger:before {
      top: 9.5px;
      background-image: url("/wp-content/themes/waffle-stop-child/library/img/burger-1.svg"); }
    nav #burger:after {
      bottom: 9.5px;
      background-image: url("/wp-content/themes/waffle-stop-child/library/img/burger-2.svg"); }
  nav #logo {
    display: block;
    width: 30px;
    height: 31px;
    margin: 9px 0 0 20px;
    background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-footer-logo.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 31px;
    text-indent: -999px;
    overflow: hidden;
    z-index: 2;
    -webkit-transform-origin: top center;
    transform-origin: top center; }
    @media screen and (min-width: 48em) {
      nav #logo {
        display: inline-block;
        width: 38px;
        height: 40px;
        background-size: 38px 40px;
        margin: 0; } }

#footer {
  width: 100%;
  z-index: 1; }
  @media screen and (min-width: 48em) {
    #footer {
      position: fixed;
      bottom: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: opacity 300ms 1300ms;
      -moz-transition: opacity 300ms 1300ms;
      transition: opacity 300ms 1300ms; } }
  @media screen and (min-width: 48em) {
    .loaded #footer {
      opacity: 1; } }
  #footer a {
    opacity: 1;
    -webkit-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    transition: opacity 400ms; }
    .no-touchevents #footer a:hover {
      opacity: 0.5; }
  #footer .extra-info p, #footer .extra-info a {
    text-transform: uppercase;
    line-height: normal; }
  #footer #available ul {
    list-style: none;
    margin: 0; }
    #footer #available ul li {
      display: inline-block;
      margin-bottom: 10px;
      margin-right: 10px; }
      #footer #available ul li:last-child {
        margin-bottom: 0;
        margin-right: 0; }
      #footer #available ul li:nth-child(even) {
        margin-right: 0; }
      #footer #available ul li a {
        font-family: "proxima-soft",sans-serif;
        font-weight: 700;
        font-style: normal;
        font-weight: 700 !important;
        text-transform: uppercase;
        display: inline-block;
        background-color: #fff;
        color: #264c59;
        border-radius: 50px; }
  #footer #available a {
    width: auto !important;
    height: auto !important;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 13px 25px 13px; }
    #footer #available a:last-child {
      margin-bottom: 0;
      margin-right: 0; }
  #footer #available h4 {
    font-family: "museo-sans-rounded", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #fff;
    font-size: 1.25em;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 0;
    display: inline-block;
    width: 100%; }
    @media screen and (min-width: 30em) {
      #footer #available h4 {
        font-size: 1.5625em; } }
  #footer #available p {
    font-family: "proxima-soft",sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 0.875em;
    text-transform: uppercase;
    display: inline-block; }
  #footer #available .grubhub {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 24px;
    background-image: url("/wp-content/themes/waffle-stop-child/library/img//ws-grubhub.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 115px 24px;
    text-indent: -9999px; }
  #footer #contact {
    margin-bottom: 30px; }
    @media screen and (min-width: 64em) {
      #footer #contact {
        padding-right: 0; } }
    #footer #contact ul {
      list-style: none;
      margin: 0; }
    #footer #contact a {
      display: inline-block;
      font-family: "proxima-soft",sans-serif;
      font-weight: 700;
      font-style: normal;
      color: #fff !important;
      font-size: 1.125em;
      text-transform: uppercase; }
      #footer #contact a:focus {
        color: #fff; }
      .no-touchevents #footer #contact a:hover {
        color: #fff;
        opacity: 0.5; }
  #footer #johnny-coffee {
    text-align: center; }
    @media screen and (min-width: 48em) {
      #footer #johnny-coffee {
        margin-bottom: 0px; } }
    @media screen and (min-width: 64em) {
      #footer #johnny-coffee {
        text-align: left; } }
    #footer #johnny-coffee h3 {
      text-align: left; }
      @media screen and (min-width: 64em) {
        #footer #johnny-coffee h3 {
          display: none; } }
    .no-touchevents #footer #johnny-coffee a:hover {
      opacity: 1; }
      .no-touchevents #footer #johnny-coffee a:hover img {
        -webkit-transform: scale(1.075) translate3d(0, 0, 0);
        -moz-transform: scale(1.075) translate3d(0, 0, 0);
        -ms-transform: scale(1.075) translate3d(0, 0, 0);
        -o-transform: scale(1.075) translate3d(0, 0, 0);
        transform: scale(1.075) translate3d(0, 0, 0); }
    #footer #johnny-coffee img {
      max-width: 300px;
      -webkit-transform: scale(1) translate3d(0, 0, 0);
      -moz-transform: scale(1) translate3d(0, 0, 0);
      -ms-transform: scale(1) translate3d(0, 0, 0);
      -o-transform: scale(1) translate3d(0, 0, 0);
      transform: scale(1) translate3d(0, 0, 0);
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 400ms;
      -moz-transition-duration: 400ms;
      transition-duration: 400ms; }

#four-oh-four {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffb700;
  overflow: hidden; }
  #four-oh-four .row {
    height: 100%;
    z-index: 2;
    position: relative; }
  #four-oh-four h1 {
    font-size: 3.75em;
    color: #fff;
    line-height: 58px;
    margin-bottom: 17px;
    text-transform: uppercase; }
  #four-oh-four p {
    font-size: 1.25em;
    color: #fff;
    line-height: 32px;
    margin-bottom: 40px; }
    @media screen and (max-width: 28.75em) {
      #four-oh-four p br {
        display: none; } }
  #four-oh-four a {
    margin-right: 8px;
    margin-bottom: 8px; }
    @media screen and (max-width: 28.75em) {
      #four-oh-four a {
        width: 45%; } }
    @media screen and (min-width: 30em) {
      #four-oh-four a {
        margin-bottom: 0; } }
  #four-oh-four video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: none; }
    @media screen and (min-width: 30em) {
      #four-oh-four video {
        display: inline-block; } }
    .touchevents #four-oh-four video {
      display: none; }
  #four-oh-four #pac-waffle {
    display: none;
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    z-index: 1;
    display: none; }
    @media screen and (min-width: 30em) {
      .touchevents #four-oh-four #pac-waffle {
        display: inline-block; } }
    #four-oh-four #pac-waffle img {
      width: 100%;
      max-width: 654px;
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 1;
      margin-top: -40.90074vw; }
      @media screen and (min-width: 68em) {
        #four-oh-four #pac-waffle img {
          margin-top: -445px; } }

#hero {
  width: 100%;
  background-color: #264c59;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  @media screen and (min-width: 48em) {
    #hero {
      height: 100vh;
      min-height: 630px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  .loaded #hero:before,
  .loaded #hero #slideshow,
  .loaded #hero #logo {
    opacity: 1; }
  .loaded #hero #logo {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .loaded #hero #info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .loaded #hero #hero-headline {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  #hero:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.35);
    background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.35) 0%, transparent 40%);
    background-image: radial-gradient(  rgba(0, 0, 0, 0.35) 0%, transparent 40%);
    background-color: transparent;
    display: block;
    width: 100%;
    height: calc(100% - 47px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms; }
    @media screen and (min-width: 48em) {
      #hero:before {
        height: 100%; } }
  #hero:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-border-13.svg");
    background-position: center center;
    background-repeat: repeat-x;
    background-size: 1366px 13px;
    width: 100%;
    height: 13px;
    z-index: 2; }
  #menu-page #hero:after {
    display: none; }
  #hero #logo {
    width: 100%;
    height: 30vw;
    margin: 88px auto 127px;
    background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-logo.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    text-indent: -100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    opacity: 0;
    /* autoprefixer: off */
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 500ms, 700ms;
    -moz-transition-duration: 500ms, 700ms;
    transition-duration: 500ms, 700ms; }
    @media screen and (min-width: 30em) {
      #hero #logo {
        margin: 48px auto 87px; } }
    @media screen and (min-width: 48em) {
      #hero #logo {
        height: 357px;
        margin: 0 auto;
        background-size: auto 100%; } }
    #hero #logo.ready {
      -webkit-transition-duration: 100ms, 700ms;
      -moz-transition-duration: 100ms, 700ms;
      transition-duration: 100ms, 700ms; }
  #hero #slideshow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.555, 0.205, 0.295, 0.975);
    -moz-transition-timing-function: cubic-bezier(0.555, 0.205, 0.295, 0.975);
    transition-timing-function: cubic-bezier(0.555, 0.205, 0.295, 0.975); }
    #hero #slideshow ul li {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: 1;
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0ms;
      -moz-transition-duration: 0ms;
      transition-duration: 0ms;
      -webkit-transition-delay: 600ms;
      -moz-transition-delay: 600ms;
      transition-delay: 600ms; }
      #hero #slideshow ul li.current {
        opacity: 1;
        -webkit-transition-duration: 400ms;
        -moz-transition-duration: 400ms;
        transition-duration: 400ms;
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        transition-delay: 200ms; }
      #hero #slideshow ul li.current-image .image {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition-duration: 6000ms;
        -moz-transition-duration: 6000ms;
        transition-duration: 6000ms;
        -webkit-transition-delay: 0ms;
        -moz-transition-delay: 0ms;
        transition-delay: 0ms; }
      #hero #slideshow ul li.current.current-image {
        z-index: 2; }
      #hero #slideshow ul li .image {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04);
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0ms;
        -moz-transition-duration: 0ms;
        transition-duration: 0ms;
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
        transition-delay: 600ms;
        -webkit-transition-timing-function: linear;
        -moz-transition-timing-function: linear;
        transition-timing-function: linear; }
  #hero #hero-headline {
    position: absolute;
    bottom: 30px;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    z-index: 3;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 1000ms;
    -moz-transition-duration: 1000ms;
    transition-duration: 1000ms;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    -moz-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005); }
    @media screen and (min-width: 48em) {
      #hero #hero-headline {
        margin-bottom: 10vh;
        bottom: 0; } }
    #hero #hero-headline h1 {
      color: #fff;
      position: relative;
      display: inline-block;
      font-family: "proxima-soft",sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 2.0625em;
      letter-spacing: 2px;
      line-height: 40px;
      text-transform: uppercase;
      text-align: center;
      margin: 0;
      z-index: 1; }
      #hero #hero-headline h1:before {
        content: '';
        background-color: rgba(38, 76, 89, 0.35);
        background-image: -webkit-radial-gradient(rgba(38, 76, 89, 0.35) 0%, rgba(38, 76, 89, 0) 65%);
        background-image: radial-gradient(  rgba(38, 76, 89, 0.35) 0%, rgba(38, 76, 89, 0) 65%);
        background-color: transparent;
        display: block;
        width: 130%;
        height: 130%;
        position: absolute;
        top: -15%;
        left: -15%;
        z-index: -1; }
      @media screen and (min-width: 41.5625em) {
        #hero #hero-headline h1 {
          font-size: 4.96124vw;
          letter-spacing: 0.31008vw;
          line-height: 5.96899vw; } }
      @media screen and (min-width: 80.625em) {
        #hero #hero-headline h1 {
          font-size: 4em;
          letter-spacing: 4px;
          line-height: 77px; } }
      #hero #hero-headline h1 sup {
        font-size: 0.25em;
        letter-spacing: 1px;
        line-height: 13px;
        position: relative;
        vertical-align: super; }
      #hero #hero-headline h1 .btn {
        font-size: 12px;
        letter-spacing: 0.75px;
        line-height: 14px;
        display: inline-block;
        position: relative;
        top: -8px;
        padding: 13px 25px 13px; }
        @media screen and (min-width: 41.5625em) {
          #hero #hero-headline h1 .btn {
            top: -1.24031vw; } }
        @media screen and (min-width: 64.4375em) {
          #hero #hero-headline h1 .btn {
            font-size: 1.16279vw;
            letter-spacing: 0.07287vw;
            line-height: 1.39535vw; } }
        @media screen and (min-width: 80.625em) {
          #hero #hero-headline h1 .btn {
            top: -16px;
            font-size: 0.23438em;
            letter-spacing: 0.94px;
            line-height: 18px; } }
        .no-touchevents #hero #hero-headline h1 .btn:hover {
          background-color: #264c59;
          color: #ffb700; }
  #hero #info {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 1000ms;
    -moz-transition-duration: 1000ms;
    transition-duration: 1000ms;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    -moz-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005); }
    @media screen and (min-width: 48em) {
      #hero #info {
        text-align: left;
        position: absolute;
        bottom: 80px;
        left: 0; } }
    #hero #info #ribbon {
      background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-info-bar-bg.jpg");
      position: relative;
      display: inline-block;
      width: 100%; }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        #hero #info #ribbon {
          padding-left: 8.33333%; } }
      #hero #info #ribbon:before {
        content: '';
        position: absolute;
        top: 0;
        left: -4px;
        background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-ribbon-left.png");
        background-repeat: repeat-y;
        width: 4px;
        height: 100%;
        display: inline-block;
        background-size: 4px 3%; }
        @media screen and (min-width: 48em) {
          #hero #info #ribbon:before {
            left: -4px;
            width: 4px;
            background-size: 4px 5%; } }
        @media screen and (min-width: 64em) {
          #hero #info #ribbon:before {
            left: -9px;
            width: 9px;
            background-size: auto; } }
      #hero #info #ribbon:after {
        content: '';
        position: absolute;
        top: 0;
        right: -4px;
        background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-ribbon-right.png");
        background-repeat: repeat-y;
        width: 4px;
        height: 100%;
        display: inline-block;
        background-size: 4px 3%; }
        @media screen and (min-width: 48em) {
          #hero #info #ribbon:after {
            right: -4px;
            width: 4px;
            background-size: 4px 5%; } }
        @media screen and (min-width: 64em) {
          #hero #info #ribbon:after {
            right: -9px;
            width: 9px;
            background-size: auto; } }
      #hero #info #ribbon .columns {
        padding-bottom: 33px; }
        @media screen and (min-width: 48em) {
          #hero #info #ribbon .columns {
            padding-top: 28px; } }
        #hero #info #ribbon .columns:before {
          content: '';
          display: block;
          width: 90%;
          position: relative;
          left: 5%;
          height: 2px;
          background-color: #e2e2e2;
          margin-bottom: 28px; }
          @media screen and (min-width: 48em) {
            #hero #info #ribbon .columns:before {
              display: none; } }
        #hero #info #ribbon .columns:first-child:before {
          background-color: transparent; }
      #hero #info #ribbon #yum-column {
        position: relative;
        text-align: center;
        padding-top: 28px; }
        @media screen and (min-width: 64em) {
          #hero #info #ribbon #yum-column {
            border-right: 2px solid #e2e2e2; } }
        #hero #info #ribbon #yum-column:before {
          display: none; }
        #hero #info #ribbon #yum-column:after {
          content: '';
          display: inline-block;
          position: absolute;
          top: -23px;
          left: 50%;
          margin-left: -30px;
          background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-yum.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 60px 50px;
          width: 60px;
          height: 50px; }
          @media screen and (min-width: 64em) {
            #hero #info #ribbon #yum-column:after {
              left: auto;
              right: -21px; } }
    #hero #info h2 {
      font-family: "proxima-soft",sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1.625em;
      color: #264c59;
      text-transform: uppercase;
      letter-spacing: -1px;
      margin-bottom: 11px;
      line-height: 1; }
    #hero #info h3 {
      font-size: 0.8125em;
      color: #a9a8a9;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 6px; }
    #hero #info p,
    #hero #info a {
      font-family: "proxima-soft",sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1em;
      color: #264c59;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0;
      line-height: 20px;
      display: block; }
    #hero #info a {
      -webkit-transition-property: background-color, color;
      -moz-transition-property: background-color, color;
      transition-property: background-color, color;
      -webkit-transition-duration: 200ms, 200ms;
      -moz-transition-duration: 200ms, 200ms;
      transition-duration: 200ms, 200ms;
      -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955), cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    #hero #info .btn {
      font-size: 0.8125em;
      display: inline-block; }
      .no-touchevents #hero #info .btn:hover {
        background-color: #264c59;
        color: #ffb700; }

#subpage-hero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  height: 275px;
  padding-top: 55px;
  background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-info-bar-bg.jpg");
  position: relative;
  z-index: 2;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media screen and (min-width: 48em) {
    #subpage-hero {
      height: 489px;
      padding-top: 170px; } }
  .loaded #subpage-hero #subpage-hero-bg {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .loaded #subpage-hero #subpage-hero-image {
    opacity: 1;
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms; }
  .loaded #subpage-hero h1 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms; }
    .loaded #subpage-hero h1:before, .loaded #subpage-hero h1:after {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
      -webkit-transition-delay: 2100ms;
      -moz-transition-delay: 2100ms;
      transition-delay: 2100ms; }
  .loaded #subpage-hero #secondary {
    opacity: 1;
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms; }
  #subpage-hero #subpage-hero-image {
    height: 275px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms; }
    #subpage-hero #subpage-hero-image:before {
      content: '';
      background-color: rgba(0, 0, 0, 0.35);
      background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.35) 0%, transparent 40%);
      background-image: radial-gradient(  rgba(0, 0, 0, 0.35) 0%, transparent 40%);
      background-color: transparent;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
  #subpage-hero #subpage-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateY(calc(-100% - 12px));
    -moz-transform: translateY(calc(-100% - 12px));
    -ms-transform: translateY(calc(-100% - 12px));
    -o-transform: translateY(calc(-100% - 12px));
    transform: translateY(calc(-100% - 12px));
    -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.03, 0.11, 0, 0.995);
    -moz-transition: -moz-transform 2000ms cubic-bezier(0.03, 0.11, 0, 0.995);
    transition: -webkit-transform 2000ms cubic-bezier(0.03, 0.11, 0, 0.995);
    transition: transform 2000ms cubic-bezier(0.03, 0.11, 0, 0.995);
    transition: transform 2000ms cubic-bezier(0.03, 0.11, 0, 0.995), -webkit-transform 2000ms cubic-bezier(0.03, 0.11, 0, 0.995); }
    #subpage-hero #subpage-hero-bg:before {
      content: '';
      display: block;
      background-color: #ffb700;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    #subpage-hero #subpage-hero-bg:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -12px;
      left: 0;
      background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-border-bottom.svg");
      background-position: center center;
      background-repeat: repeat-x;
      background-size: 1366px 12px;
      width: 100%;
      height: 12px;
      z-index: 1; }
  #subpage-hero h1 {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    font-size: 3.375em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    opacity: 0;
    z-index: 2;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: -webkit-transform 700ms, opacity 700ms;
    -moz-transition: -moz-transform 700ms, opacity 700ms;
    transition: opacity 700ms, -webkit-transform 700ms;
    transition: transform 700ms, opacity 700ms;
    transition: transform 700ms, opacity 700ms, -webkit-transform 700ms; }
    @media screen and (min-width: 48em) {
      #subpage-hero h1 {
        font-size: 5.625em; } }
    #subpage-hero h1:before, #subpage-hero h1:after {
      content: '';
      width: 20px;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      opacity: 0;
      -webkit-transition: -webkit-transform 300ms, opacity 300ms;
      -moz-transition: -moz-transform 300ms, opacity 300ms;
      transition: opacity 300ms, -webkit-transform 300ms;
      transition: transform 300ms, opacity 300ms;
      transition: transform 300ms, opacity 300ms, -webkit-transform 300ms;
      -webkit-transition-timing-function: cubic-bezier(0.685, 0.015, 0.335, 1.24);
      -moz-transition-timing-function: cubic-bezier(0.685, 0.015, 0.335, 1.24);
      transition-timing-function: cubic-bezier(0.685, 0.015, 0.335, 1.24); }
      @media screen and (min-width: 48em) {
        #subpage-hero h1:before, #subpage-hero h1:after {
          width: 35px; } }
    #subpage-hero h1:before {
      height: 55px;
      background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-lines-left.svg");
      background-size: 20px 55px;
      top: 13px;
      left: -21px;
      -webkit-transform: translateX(45px) scale(0.7);
      -moz-transform: translateX(45px) scale(0.7);
      -ms-transform: translateX(45px) scale(0.7);
      -o-transform: translateX(45px) scale(0.7);
      transform: translateX(45px) scale(0.7); }
      @media screen and (min-width: 48em) {
        #subpage-hero h1:before {
          height: 99px;
          background-size: 35px 99px;
          top: 15px;
          left: -43px; } }
    #subpage-hero h1:after {
      height: 59px;
      background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-lines-right.svg");
      background-size: 20px 59px;
      top: 9px;
      right: -25px;
      -webkit-transform: translateX(-55px) scale(0.7);
      -moz-transform: translateX(-55px) scale(0.7);
      -ms-transform: translateX(-55px) scale(0.7);
      -o-transform: translateX(-55px) scale(0.7);
      transform: translateX(-55px) scale(0.7); }
      @media screen and (min-width: 48em) {
        #subpage-hero h1:after {
          height: 104px;
          background-size: 35px 104px;
          top: 12px;
          right: -46px; } }
  #subpage-hero #secondary {
    text-align: center;
    opacity: 0;
    z-index: 2;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms; }
    #subpage-hero #secondary h2 {
      font-family: "proxima-soft",sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 0.8125em;
      color: #ffb700;
      text-transform: uppercase; }
    #subpage-hero #secondary a:not(.btn) {
      font-family: "museo-sans-rounded", sans-serif;
      font-weight: 900;
      font-style: normal;
      font-size: 1.125em;
      letter-spacing: 4px;
      color: #fff;
      text-transform: uppercase;
      font-style: italic;
      margin-bottom: 0;
      -webkit-transition: color 400ms;
      -moz-transition: color 400ms;
      transition: color 400ms; }
      .no-touchevents #subpage-hero #secondary a:not(.btn):hover {
        color: #264c59; }
      @media screen and (min-width: 48em) {
        #subpage-hero #secondary a:not(.btn) {
          font-size: 1.5625em;
          letter-spacing: 8px; } }
    .no-touchevents #subpage-hero #secondary .btn:hover {
      background-color: #264c59;
      color: #ffb700; }
  #subpage-hero #info {
    bottom: auto;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms; }
    @media screen and (min-width: 48em) {
      #subpage-hero #info {
        top: 50%;
        margin-top: -135px; } }
    @media screen and (min-width: 64em) {
      #subpage-hero #info {
        margin-top: -72px; } }
    @media screen and (max-width: 47.9375em) {
      #subpage-hero #info #ribbon {
        background-image: none; } }
    @media screen and (max-width: 47.9375em) {
      #subpage-hero #info #ribbon:before, #subpage-hero #info #ribbon:after {
        display: none; } }
    @media screen and (max-width: 47.9375em) {
      #subpage-hero #info #ribbon .columns:not(#yum-column) {
        display: none; } }
    @media screen and (max-width: 47.9375em) {
      #subpage-hero #info #ribbon #yum-column {
        padding-top: 11px;
        padding-bottom: 11px; } }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      #subpage-hero #info #ribbon #yum-column {
        border-right: none; } }
    @media screen and (max-width: 47.9375em) {
      #subpage-hero #info #ribbon #yum-column:after {
        display: none; } }
    #subpage-hero #info #ribbon #yum-column a {
      position: relative; }
      #subpage-hero #info #ribbon #yum-column a:before {
        content: '';
        background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-back-button.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 27px 30px;
        display: inline-block;
        width: 27px;
        height: 30px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -13.5px;
        background-color: transparent;
        margin-bottom: 0; }
        @media screen and (min-width: 48em) {
          #subpage-hero #info #ribbon #yum-column a:before {
            display: none; } }

#yumifesto {
  position: relative;
  background-color: #ffb700;
  padding: 42px 0 0 0;
  overflow: hidden;
  z-index: 2; }
  @media screen and (min-width: 48em) {
    #yumifesto {
      padding: 52px 0 0 0; } }
  @media screen and (min-width: 64em) {
    #yumifesto {
      padding: 128px 0 0 0; } }
  #yumifesto .block {
    padding-bottom: 45px; }
    @media screen and (max-width: 47.9375em) {
      #yumifesto .block {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media screen and (min-width: 64em) {
      #yumifesto .block {
        padding-bottom: 138px; } }
    @media screen and (min-width: 64em) {
      #yumifesto .block .columns {
        padding-right: 0; } }
    #yumifesto .block h2 {
      font-family: 'Amatic SC', cursive;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      font-size: 3.125em;
      margin-bottom: 10px;
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 1300ms;
      -moz-transition-duration: 1300ms;
      transition-duration: 1300ms;
      -webkit-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
      -moz-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
      transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005); }
      @media screen and (min-width: 48em) {
        #yumifesto .block h2 {
          font-size: 5em;
          margin-bottom: 40px;
          margin-bottom: 17px; } }
    #yumifesto .block p {
      font-size: 1.125em;
      color: #264c59;
      line-height: 24px;
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 1300ms;
      -moz-transition-duration: 1300ms;
      transition-duration: 1300ms;
      -webkit-transition-delay: 100ms;
      -moz-transition-delay: 100ms;
      transition-delay: 100ms;
      -webkit-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
      -moz-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
      transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005); }
      @media screen and (min-width: 48em) {
        #yumifesto .block p {
          font-size: 1.5em;
          line-height: 42px; } }
      @media screen and (min-width: 64em) {
        #yumifesto .block p {
          font-size: 3.25em;
          line-height: 65px; } }
  #yumifesto.hidden #waffle-head {
    -webkit-transform: translateX(350px);
    -moz-transform: translateX(350px);
    -ms-transform: translateX(350px);
    -o-transform: translateX(350px);
    transform: translateX(350px); }
    #yumifesto.hidden #waffle-head #waffle {
      -webkit-transform: translateY(200px);
      -moz-transform: translateY(200px);
      -ms-transform: translateY(200px);
      -o-transform: translateY(200px);
      transform: translateY(200px); }
  #yumifesto.hidden h2 {
    opacity: 0;
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
    -ms-transform: translateY(250px);
    -o-transform: translateY(250px);
    transform: translateY(250px); }
  #yumifesto.hidden p {
    opacity: 0;
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
    -ms-transform: translateY(250px);
    -o-transform: translateY(250px);
    transform: translateY(250px); }
  #yumifesto #waffle-head {
    display: none;
    position: absolute;
    top: 0;
    right: -80px;
    width: 453px;
    height: 760px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 1300ms;
    -moz-transition-duration: 1300ms;
    transition-duration: 1300ms;
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    -moz-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005); }
    @media screen and (min-width: 64em) {
      #yumifesto #waffle-head {
        display: block; } }
    #yumifesto #waffle-head #waffle {
      display: inline-block;
      width: 390px;
      height: 359px;
      background-image: url("/wp-content/themes/waffle-stop-child/library/img//ws-waffle.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 390px 359px;
      position: absolute;
      top: 54px;
      right: -22px;
      z-index: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 700ms;
      -moz-transition-duration: 700ms;
      transition-duration: 700ms;
      -webkit-transition-delay: 1800ms;
      -moz-transition-delay: 1800ms;
      transition-delay: 1800ms;
      -webkit-transition-timing-function: cubic-bezier(0.3, 0, 0.21, 1.8);
      -moz-transition-timing-function: cubic-bezier(0.3, 0, 0.21, 1.8);
      transition-timing-function: cubic-bezier(0.3, 0, 0.21, 1.8); }
    #yumifesto #waffle-head #head {
      display: inline-block;
      width: 430px;
      height: 433px;
      background-image: url("/wp-content/themes/waffle-stop-child/library/img//ws-head.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 430px 433px;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 2; }

/**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

#about {
  position: relative;
  background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-info-bar-bg.jpg");
  padding: 57px 0 0 0;
  overflow: hidden;
  z-index: 2; }
  @media screen and (min-width: 48em) {
    #about {
      padding: 52px 0 0 0; } }
  @media screen and (min-width: 64em) {
    #about {
      padding: 128px 0 0 0; } }
  #about:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-border-bottom.svg");
    background-position: center center;
    background-repeat: repeat-x;
    background-size: 1366px 12px;
    width: 100%;
    height: 12px;
    z-index: 2; }
  #about.hidden h2 {
    opacity: 0;
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
    -ms-transform: translateY(250px);
    -o-transform: translateY(250px);
    transform: translateY(250px); }
  #about.hidden p {
    opacity: 0;
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
    -ms-transform: translateY(250px);
    -o-transform: translateY(250px);
    transform: translateY(250px); }
  #about.hidden #about-slideshow {
    opacity: 0;
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
    -ms-transform: translateY(250px);
    -o-transform: translateY(250px);
    transform: translateY(250px); }
  #about .block {
    padding-bottom: 60px; }
    @media screen and (max-width: 47.9375em) {
      #about .block {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media screen and (min-width: 64em) {
      #about .block {
        padding-bottom: 138px; } }
    @media screen and (min-width: 64em) {
      #about .block .columns {
        padding-right: 0; } }
  #about h2 {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    color: #ffb700;
    font-size: 3.125em;
    margin-bottom: 10px;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 1300ms;
    -moz-transition-duration: 1300ms;
    transition-duration: 1300ms;
    -webkit-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    -moz-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005); }
    @media screen and (min-width: 48em) {
      #about h2 {
        font-size: 5em;
        margin-bottom: 40px;
        margin-bottom: 17px; } }
  #about p {
    font-size: 1.125em;
    color: #264c59;
    line-height: 24px;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 1300ms;
    -moz-transition-duration: 1300ms;
    transition-duration: 1300ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    -moz-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005); }
    @media screen and (min-width: 48em) {
      #about p {
        font-size: 1.5em;
        color: #264c59;
        line-height: 42px; } }
    #about p:after {
      content: '';
      display: inline-block;
      background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-yum-level.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 29px 18px;
      width: 29px;
      height: 18px;
      position: relative;
      top: 1px;
      left: 6px; }
      @media screen and (min-width: 48em) {
        #about p:after {
          background-size: 44px 29px;
          width: 44px;
          height: 29px; } }
  #about #about-slideshow {
    margin-right: 35px;
    margin-bottom: 50px;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 1300ms;
    -moz-transition-duration: 1300ms;
    transition-duration: 1300ms;
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    -moz-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005); }
    @media screen and (min-width: 48em) {
      #about #about-slideshow {
        margin-bottom: 150px; } }
    #about #about-slideshow .swiper-container {
      width: 100%; }
      #about #about-slideshow .swiper-container .swiper-slide {
        outline: none;
        border: 10px solid #fff;
        box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.15); }
        #about #about-slideshow .swiper-container .swiper-slide img {
          width: 100%; }
    #about #about-slideshow .swiper-slide {
      /* Center slide text vertically */
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
  #about #para {
    display: none; }
    @media screen and (min-width: 64em) {
      #about #para {
        display: block; } }
    #about #para #chef-hat {
      display: inline-block;
      width: 201px;
      height: 214px;
      position: absolute;
      top: 267px;
      right: 215px;
      background-image: url("/wp-content/themes/waffle-stop-child/library/img//ws-chef-hat.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 201px 214px;
      z-index: 3; }
    #about #para #whisk-fork {
      display: inline-block;
      width: 297px;
      height: 373px;
      position: absolute;
      top: 393px;
      right: -40px;
      background-image: url("/wp-content/themes/waffle-stop-child/library/img//ws-fork-wisk.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 297px 373px;
      z-index: 3; }

#extras {
  background-color: #264c59;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 2; }
  @media screen and (min-width: 64em) {
    #extras {
      padding-top: 144px;
      padding-bottom: 97px; } }
  #extras h3 {
    font-size: 0.8125em;
    color: #ffb700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    line-height: 26px;
    position: relative;
    margin-bottom: 13px; }
    #extras h3 span {
      padding-right: 6px;
      background-color: #264c59;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 30em) {
        #extras h3 span {
          padding-right: 26px; } }
    #extras h3:after {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      background-color: #ffb700;
      position: absolute;
      top: 12px;
      right: 0;
      border-radius: 5px;
      z-index: 1; }
  #extras h4 {
    font-size: 0.8125em;
    color: #ffb700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    line-height: 26px; }
  #extras p {
    margin: 0;
    line-height: 1; }
  #extras #footer-logo {
    margin-top: 50px; }
    @media screen and (min-width: 64em) {
      #extras #footer-logo {
        text-align: left;
        margin-top: 0; } }
    #extras #footer-logo #ws-small-logo {
      display: inline-block;
      width: 29px;
      height: 30px;
      background-image: url("/wp-content/themes/waffle-stop-child/library/img//ws-footer-logo.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 29px 30px;
      overflow: hidden;
      text-indent: -999px; }
      @media screen and (min-width: 48em) {
        #extras #footer-logo #ws-small-logo {
          width: 49px;
          height: 52px;
          background-size: 49px 52px; } }
  @media screen and (min-width: 64em) {
    #extras #footer-info {
      padding-right: 0; } }
  @media screen and (max-width: 47.9375em) {
    #extras #footer-info h4 {
      font-size: 1em; } }
  #extras #footer-info p, #extras #footer-info a {
    font-family: "proxima-soft",sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1em;
    color: #fff; }
  #extras #footer-info .columns {
    margin-bottom: 9px; }
    @media screen and (min-width: 48em) {
      #extras #footer-info .columns {
        margin-bottom: 0; } }
    @media screen and (min-width: 48em) {
      #extras #footer-info .columns:first-child {
        padding-right: 0;
        -webkit-flex: 0 0 calc(41.66667% - 1.25rem);
        -ms-flex: 0 0 calc(41.66667% - 1.25rem);
        flex: 0 0 calc(41.66667% - 1.25rem);
        max-width: calc(41.66667% - 1.25rem); } }
    @media screen and (min-width: 48em) {
      #extras #footer-info .columns:nth-child(2) {
        -webkit-flex: 0 0 calc(41.66667% - 1.25rem);
        -ms-flex: 0 0 calc(41.66667% - 1.25rem);
        flex: 0 0 calc(41.66667% - 1.25rem);
        max-width: calc(41.66667% - 1.25rem);
        padding-right: 0; } }
    @media screen and (min-width: 48em) {
      #extras #footer-info .columns:last-child {
        padding: 0;
        -webkit-flex: 0 0 calc(16.66667% + 2.5rem);
        -ms-flex: 0 0 calc(16.66667% + 2.5rem);
        flex: 0 0 calc(16.66667% + 2.5rem);
        max-width: calc(16.66667% + 2.5rem); } }
  #extras #knowledge {
    position: relative; }
    @media screen and (min-width: 64em) {
      #extras #knowledge {
        padding-right: 0; } }
    #extras #knowledge h3:before {
      content: '';
      display: inline-block;
      width: 17px;
      height: 20px;
      background-image: url("/wp-content/themes/waffle-stop-child/library/img//ws-thumbs-up-yellow.svg");
      background-color: #264c59;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 17px 20px;
      position: absolute;
      bottom: 4px;
      left: 0;
      z-index: 3; }
      @media screen and (min-width: 30em) {
        #extras #knowledge h3:before {
          width: 28px;
          height: 33px;
          background-size: 28px 33px;
          bottom: 0; } }
    #extras #knowledge h3 span {
      padding-left: 27px; }
      @media screen and (min-width: 30em) {
        #extras #knowledge h3 span {
          padding-left: 47px; } }
    #extras #knowledge ul {
      height: 210px;
      position: relative; }
      @media screen and (min-width: 20.0625em) {
        #extras #knowledge ul {
          height: 165px; } }
      @media screen and (max-width: 47.9375em) {
        #extras #knowledge ul {
          margin-bottom: 0px; } }
      @media screen and (min-width: 64em) {
        #extras #knowledge ul {
          padding-bottom: 100px; } }
      #extras #knowledge ul li {
        top: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        transition-duration: 300ms; }
        #extras #knowledge ul li.current {
          opacity: 1; }
          #extras #knowledge ul li.current .quote,
          #extras #knowledge ul li.current .author {
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0); }
    #extras #knowledge .quote {
      font-family: "museo-sans-rounded", sans-serif;
      font-weight: 900;
      font-style: normal;
      color: #fff;
      font-size: 1.25em;
      font-style: italic;
      text-transform: uppercase;
      letter-spacing: 3px;
      margin-bottom: 12px;
      opacity: 0;
      -webkit-transform: translateY(30px);
      -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
      -o-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 500ms;
      -moz-transition-duration: 500ms;
      transition-duration: 500ms;
      -webkit-transition-delay: 200ms;
      -moz-transition-delay: 200ms;
      transition-delay: 200ms;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
      @media screen and (min-width: 64em) {
        #extras #knowledge .quote {
          font-size: 1.5625em;
          letter-spacing: 6px; } }
    #extras #knowledge .author {
      font-family: "proxima-soft",sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #fff;
      font-size: 0.875em;
      text-transform: uppercase;
      opacity: 0;
      -webkit-transform: translateY(30px);
      -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
      -o-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 500ms;
      -moz-transition-duration: 500ms;
      transition-duration: 500ms;
      -webkit-transition-delay: 300ms;
      -moz-transition-delay: 300ms;
      transition-delay: 300ms;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
      @media screen and (min-width: 64em) {
        #extras #knowledge .author {
          width: 65%; } }
  #extras #social,
  #extras #available {
    padding-bottom: 34px; }
    #extras #social h3:before,
    #extras #available h3:before {
      content: '@';
      font-family: 'Amatic SC', cursive;
      font-weight: 700;
      font-size: 1.53846em;
      display: inline-block;
      width: 16px;
      height: 28px;
      background-color: #264c59;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 28px 33px;
      position: absolute;
      bottom: -3px;
      left: 0;
      z-index: 3; }
      @media screen and (min-width: 30em) {
        #extras #social h3:before,
        #extras #available h3:before {
          font-size: 2.23077em;
          bottom: 0; } }
    #extras #social h3 span,
    #extras #available h3 span {
      padding-left: 32px; }
    #extras #social h3#footer-chef-hat span,
    #extras #available h3#footer-chef-hat span {
      padding-left: 46px; }
    #extras #social #footer-chef-hat:before,
    #extras #available #footer-chef-hat:before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background-image: url("/wp-content/themes/waffle-stop-child/library/img//ws-footer-chef-hat.svg");
      background-color: #264c59;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      position: absolute;
      bottom: 4px;
      left: 0;
      z-index: 3; }
      @media screen and (min-width: 30em) {
        #extras #social #footer-chef-hat:before,
        #extras #available #footer-chef-hat:before {
          width: 30px;
          height: 30px;
          background-size: 30px 30px;
          bottom: 0; } }
    #extras #social a,
    #extras #available a {
      display: inline-block;
      width: 45px;
      height: 45px;
      position: relative; }
    #extras #social .social-icon,
    #extras #available .social-icon {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 45px 45px; }
      #extras #social .social-icon:before, #extras #social .social-icon:after,
      #extras #available .social-icon:before,
      #extras #available .social-icon:after {
        content: '';
        width: 45px;
        height: 45px;
        position: absolute;
        top: 0;
        left: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 45px 45px;
        -webkit-transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -moz-transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: opacity 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      #extras #social .social-icon:before,
      #extras #available .social-icon:before {
        opacity: 1; }
      #extras #social .social-icon:after,
      #extras #available .social-icon:after {
        opacity: 0; }
      .no-touchevents #extras #social .social-icon:hover, .no-touchevents
      #extras #available .social-icon:hover {
        opacity: 1; }
        .no-touchevents #extras #social .social-icon:hover:before, .no-touchevents
        #extras #available .social-icon:hover:before {
          opacity: 0; }
        .no-touchevents #extras #social .social-icon:hover:after, .no-touchevents
        #extras #available .social-icon:hover:after {
          opacity: 1; }
      #extras #social .social-icon.facebook:before,
      #extras #available .social-icon.facebook:before {
        background-image: url("/wp-content/themes/waffle-stop-child/library/img//social-icons/facebook.svg"); }
      #extras #social .social-icon.facebook:after,
      #extras #available .social-icon.facebook:after {
        background-image: url("/wp-content/themes/waffle-stop-child/library/img//social-icons/facebook-yellow.svg"); }
      #extras #social .social-icon.twitter:before,
      #extras #available .social-icon.twitter:before {
        background-image: url("/wp-content/themes/waffle-stop-child/library/img//social-icons/twitter.svg"); }
      #extras #social .social-icon.twitter:after,
      #extras #available .social-icon.twitter:after {
        background-image: url("/wp-content/themes/waffle-stop-child/library/img//social-icons/twitter-yellow.svg"); }
      #extras #social .social-icon.yelp:before,
      #extras #available .social-icon.yelp:before {
        background-image: url("/wp-content/themes/waffle-stop-child/library/img//social-icons/yelp.svg"); }
      #extras #social .social-icon.yelp:after,
      #extras #available .social-icon.yelp:after {
        background-image: url("/wp-content/themes/waffle-stop-child/library/img//social-icons/yelp-yellow.svg"); }
      #extras #social .social-icon.instagram:before,
      #extras #available .social-icon.instagram:before {
        background-image: url("/wp-content/themes/waffle-stop-child/library/img//social-icons/instagram.svg"); }
      #extras #social .social-icon.instagram:after,
      #extras #available .social-icon.instagram:after {
        background-image: url("/wp-content/themes/waffle-stop-child/library/img//social-icons/instagram-yellow.svg"); }
  #extras #social a {
    margin-right: 30px; }
    #extras #social a:last-child {
      margin-right: 0; }

#menu-page {
  background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-info-bar-bg.jpg");
  position: relative;
  z-index: 2; }
  #menu-page #footer {
    opacity: 0;
    -webkit-transition: opacity 0ms;
    -moz-transition: opacity 0ms;
    transition: opacity 0ms; }
  .loaded #menu-page #sub-nav {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms; }
    .loaded #menu-page #sub-nav #anchor-list {
      opacity: 1;
      -webkit-transition-delay: 700ms;
      -moz-transition-delay: 700ms;
      transition-delay: 700ms; }
  .loaded #menu-page #aside .columns {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms; }
  .loaded #menu-page #menu {
    opacity: 1;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms; }
  .loaded #menu-page #footer {
    opacity: 1;
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms; }
  #menu-page #sub-nav {
    position: relative;
    background-color: #ffb700;
    height: 48px;
    overflow: hidden;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translateY(-130px);
    -moz-transform: translateY(-130px);
    -ms-transform: translateY(-130px);
    -o-transform: translateY(-130px);
    transform: translateY(-130px);
    -webkit-transition: -webkit-transform 1500ms, opacity 400ms;
    -moz-transition: -moz-transform 1500ms, opacity 400ms;
    transition: opacity 400ms, -webkit-transform 1500ms;
    transition: transform 1500ms, opacity 400ms;
    transition: transform 1500ms, opacity 400ms, -webkit-transform 1500ms; }
    #menu-page #sub-nav:before {
      content: '';
      display: none;
      width: 7px;
      height: 10px;
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -5px;
      background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-small-arrow.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 7px 10px;
      z-index: 2;
      opacity: 1;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: opacity 300ms;
      -moz-transition: opacity 300ms;
      transition: opacity 300ms; }
    #menu-page #sub-nav:after {
      content: '';
      display: none;
      width: 67px;
      height: 100%;
      background-color: rgba(255, 183, 0, 0);
      background-image: -webkit-linear-gradient(-360deg, rgba(255, 183, 0, 0) 0%, #ffb700 30%);
      background-image: linear-gradient(90deg,rgba(255, 183, 0, 0) 0%, #ffb700 30%);
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      opacity: 1;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: opacity 300ms;
      -moz-transition: opacity 300ms;
      transition: opacity 300ms; }
    #menu-page #sub-nav.scrollable:before, #menu-page #sub-nav.scrollable:after {
      display: block; }
    #menu-page #sub-nav.scrollable #anchor-list ul {
      text-align: left; }
    #menu-page #sub-nav.scrollable-hide:before, #menu-page #sub-nav.scrollable-hide:after {
      opacity: 0; }
    #menu-page #sub-nav.sticky {
      position: fixed;
      top: 48px;
      left: 0;
      width: 100%;
      z-index: 3; }
      #menu-page #sub-nav.sticky + section {
        margin-top: 48px; }
      @media screen and (min-width: 48em) {
        #menu-page #sub-nav.sticky {
          top: 80px; } }
    #menu-page #sub-nav #anchor-list {
      -webkit-overflow-scrolling: touch;
      overflow-x: scroll;
      overflow-y: hidden;
      height: 48px;
      opacity: 0;
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 1000ms;
      -moz-transition-duration: 1000ms;
      transition-duration: 1000ms;
      -webkit-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
      -moz-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
      transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005); }
      #menu-page #sub-nav #anchor-list::-webkit-scrollbar {
        display: none; }
      @media screen and (min-width: 64em) {
        #menu-page #sub-nav #anchor-list {
          overflow-x: hidden; } }
    #menu-page #sub-nav ul {
      width: auto;
      text-align: center; }
      #menu-page #sub-nav ul li {
        display: inline-block;
        margin-left: -4px; }
        #menu-page #sub-nav ul li a {
          font-family: "proxima-soft",sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 0.9375em;
          line-height: 48px;
          color: #fff;
          padding: 0 11px;
          width: 100%;
          height: 100%;
          display: inline-block;
          -webkit-transition: background-color 400ms;
          -moz-transition: background-color 400ms;
          transition: background-color 400ms; }
          @media screen and (min-width: 48em) {
            #menu-page #sub-nav ul li a {
              font-size: 1.25em;
              padding: 0 20px; } }
  #menu-page #aside-container {
    background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-info-bar-bg.jpg");
    position: relative;
    z-index: 2; }
  #menu-page #aside {
    padding-bottom: 17px; }
    @media screen and (min-width: 48em) {
      #menu-page #aside {
        padding: 23px 23px 17px; } }
    @media screen and (min-width: 64em) {
      #menu-page #aside {
        padding: 64px 0 80px; } }
    #menu-page #aside .columns {
      padding-top: 34px;
      position: relative;
      opacity: 0;
      -webkit-transform: translateY(-70px);
      -moz-transform: translateY(-70px);
      -ms-transform: translateY(-70px);
      -o-transform: translateY(-70px);
      transform: translateY(-70px);
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 1500ms;
      -moz-transition-duration: 1500ms;
      transition-duration: 1500ms;
      -webkit-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
      -moz-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
      transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005); }
      @media screen and (min-width: 48em) {
        #menu-page #aside .columns {
          padding-top: 0px; } }
      @media screen and (min-width: 64em) {
        #menu-page #aside .columns {
          padding-top: 14px; } }
      #menu-page #aside .columns:before {
        content: '';
        display: none;
        width: 35px;
        height: 99px;
        background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-lines-left.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 35px 99px;
        position: absolute;
        top: 0;
        left: 0; }
        @media screen and (min-width: 48em) {
          #menu-page #aside .columns:before {
            display: inline-block; } }
      #menu-page #aside .columns:after {
        content: '';
        display: none;
        width: 35px;
        height: 104px;
        background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-lines-right.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 35px 104px;
        position: absolute;
        top: 0;
        right: 0; }
        @media screen and (min-width: 48em) {
          #menu-page #aside .columns:after {
            display: inline-block; } }
    #menu-page #aside .aside-content {
      margin: 0 16px; }
      @media screen and (min-width: 48em) {
        #menu-page #aside .aside-content {
          margin: 0 35px; } }
    #menu-page #aside h1 {
      font-family: 'Amatic SC', cursive;
      font-weight: 700;
      font-size: 2.5em;
      color: #264c59;
      text-transform: uppercase;
      line-height: 1; }
      @media screen and (min-width: 64em) {
        #menu-page #aside h1 {
          font-size: 4.375em;
          float: left;
          margin-right: 40px; } }
    #menu-page #aside p {
      font-size: 0.875em;
      line-height: 20px;
      color: #264c59;
      display: block;
      overflow: hidden; }
  #menu-page #menu-container {
    background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-info-bar-bg.jpg");
    position: relative;
    overflow: hidden;
    z-index: 2; }
  #menu-page #menu {
    position: relative;
    opacity: 0;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 1000ms;
    -moz-transition-duration: 1000ms;
    transition-duration: 1000ms;
    -webkit-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    -moz-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005); }
    @media screen and (min-width: 48em) {
      #menu-page #menu {
        padding: 0 23px; } }
    @media screen and (min-width: 64em) {
      #menu-page #menu {
        padding: 0; } }
    @media screen and (min-width: 48em) {
      #menu-page #menu .large-6,
      #menu-page #menu .xlarge-5 {
        padding: 0 11.5px 0 0; } }
    @media screen and (min-width: 64em) {
      #menu-page #menu .large-6,
      #menu-page #menu .xlarge-5 {
        padding: 0 15px 0 0; } }
    @media screen and (min-width: 48em) {
      #menu-page #menu .large-6 + .large-6,
      #menu-page #menu .xlarge-5 + .xlarge-5 {
        padding: 0 0 0 11.5px; } }
    @media screen and (min-width: 64em) {
      #menu-page #menu .large-6 + .large-6,
      #menu-page #menu .xlarge-5 + .xlarge-5 {
        padding: 0 0 0 15px; } }
    #menu-page #menu .menu-section {
      border: 2px solid #264c59;
      padding: 23px 16px 9px 16px;
      margin-bottom: 23px; }
      @media screen and (min-width: 64em) {
        #menu-page #menu .menu-section {
          border-width: 5px;
          padding: 62px 50px 25px 43px;
          margin-bottom: 50px; } }
      #menu-page #menu .menu-section.white-bg {
        background-color: #fff; }
      #menu-page #menu .menu-section.yellow-border {
        border-color: #ffb700; }
      #menu-page #menu .menu-section.egg-graphic {
        position: relative; }
        #menu-page #menu .menu-section.egg-graphic:before {
          content: '';
          display: block;
          position: absolute;
          top: -44px;
          right: -33px;
          width: 108px;
          height: 104px;
          background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-egg-graphic.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 108px 104px; }
          @media screen and (min-width: 48em) {
            #menu-page #menu .menu-section.egg-graphic:before {
              top: -110px;
              right: 20px;
              width: 217px;
              height: 210px;
              background-size: 217px 210px; } }
      #menu-page #menu .menu-section.blue-bg {
        background-color: #264c59; }
        #menu-page #menu .menu-section.blue-bg h2,
        #menu-page #menu .menu-section.blue-bg h3,
        #menu-page #menu .menu-section.blue-bg p {
          color: #fff !important; }
      #menu-page #menu .menu-section.fork-graphic {
        position: relative; }
        #menu-page #menu .menu-section.fork-graphic:before {
          content: '';
          display: block;
          position: absolute;
          top: -25px;
          right: -80px;
          width: 181px;
          height: 95px;
          background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-fork-graphic.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 181px 95px;
          -webkit-transform: rotateZ(137deg);
          -moz-transform: rotateZ(137deg);
          -ms-transform: rotateZ(137deg);
          -o-transform: rotateZ(137deg);
          transform: rotateZ(137deg); }
          @media screen and (min-width: 48em) {
            #menu-page #menu .menu-section.fork-graphic:before {
              top: 79px;
              right: auto;
              left: -62px;
              -webkit-transform: rotateZ(0deg);
              -moz-transform: rotateZ(0deg);
              -ms-transform: rotateZ(0deg);
              -o-transform: rotateZ(0deg);
              transform: rotateZ(0deg); } }
          @media screen and (min-width: 64em) {
            #menu-page #menu .menu-section.fork-graphic:before {
              left: -262px;
              width: 363px;
              height: 191px;
              background-size: 363px 191px; } }
      #menu-page #menu .menu-section.full-bleed {
        position: relative;
        border-top: none;
        border-bottom: none; }
        #menu-page #menu .menu-section.full-bleed:before, #menu-page #menu .menu-section.full-bleed:after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          background-color: #264c59; }
        #menu-page #menu .menu-section.full-bleed:before {
          left: -100%; }
        #menu-page #menu .menu-section.full-bleed:after {
          right: -100%; }
      #menu-page #menu .menu-section.title-lines h2 {
        display: inline-block;
        position: relative;
        z-index: 1; }
        #menu-page #menu .menu-section.title-lines h2:before {
          content: '';
          display: block;
          position: absolute;
          top: -95%;
          left: -20%;
          width: calc(142%);
          height: 190%;
          background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-title-lines.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100% auto;
          z-index: -1; }
      #menu-page #menu .menu-section.sundae-spoon-graphic {
        position: relative; }
        #menu-page #menu .menu-section.sundae-spoon-graphic:before {
          content: '';
          display: block;
          position: absolute;
          top: -62px;
          right: -113px;
          width: 253px;
          height: 120px;
          background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-sundae-spoon-graphic.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 253px 120px; }
          @media screen and (min-width: 48em) {
            #menu-page #menu .menu-section.sundae-spoon-graphic:before {
              top: -99px;
              right: -117px;
              width: 400px;
              height: 189px;
              background-size: 400px 189px; } }
          @media screen and (min-width: 64em) {
            #menu-page #menu .menu-section.sundae-spoon-graphic:before {
              top: -124px;
              width: 506px;
              height: 239px;
              background-size: 506px 239px; } }
      #menu-page #menu .menu-section.cocktails-graphic {
        position: relative; }
        #menu-page #menu .menu-section.cocktails-graphic:after {
          content: '';
          display: block;
          margin-top: 60px;
          position: relative;
          bottom: 0px;
          left: 0px;
          width: 158px;
          height: 77px;
          background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-cocktails-graphic.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 158px 77px; }
          @media screen and (min-width: 48em) {
            #menu-page #menu .menu-section.cocktails-graphic:after {
              margin-top: 110px;
              width: 315px;
              height: 154px;
              background-size: 315px 154px; } }
      #menu-page #menu .menu-section h2 {
        font-family: 'Amatic SC', cursive;
        font-weight: 700;
        font-size: 3.125em;
        text-transform: uppercase;
        color: #264c59;
        margin-bottom: 24px;
        line-height: 1; }
        @media screen and (min-width: 64em) {
          #menu-page #menu .menu-section h2 {
            font-size: 5em;
            margin-bottom: 57px; } }
      #menu-page #menu .menu-section li {
        margin-bottom: 7px; }
      #menu-page #menu .menu-section .item::after {
        clear: both;
        content: "";
        display: table; }
      #menu-page #menu .menu-section .item:last-child p:not(.price) {
        margin-bottom: 15px; }
        @media screen and (min-width: 64em) {
          #menu-page #menu .menu-section .item:last-child p:not(.price) {
            margin-bottom: 50px; } }
      #menu-page #menu .menu-section .item.no-indent {
        margin-top: 12px; }
        #menu-page #menu .menu-section .item.no-indent h4,
        #menu-page #menu .menu-section .item.no-indent p {
          padding-left: 0px; }
        #menu-page #menu .menu-section .item.no-indent p {
          display: block;
          line-height: 15px; }
      #menu-page #menu .menu-section .item h3,
      #menu-page #menu .menu-section .item .price {
        font-family: "proxima-soft",sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1em;
        text-transform: uppercase;
        color: #264c59;
        display: inline-block;
        margin-bottom: 0;
        padding-left: 0;
        line-height: 1; }
        @media screen and (min-width: 64em) {
          #menu-page #menu .menu-section .item h3,
          #menu-page #menu .menu-section .item .price {
            font-size: 1.25em; } }
      #menu-page #menu .menu-section .item h3 {
        display: inline; }
      #menu-page #menu .menu-section .item h4 {
        font-family: "proxima-soft",sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 0.75em;
        text-transform: uppercase;
        color: #264c59;
        display: inline-block;
        margin-bottom: 0;
        padding-left: 36px; }
        @media screen and (min-width: 64em) {
          #menu-page #menu .menu-section .item h4 {
            font-size: 0.875em; } }
        #menu-page #menu .menu-section .item h4 + .price {
          top: 4px; }
      #menu-page #menu .menu-section .item p {
        font-size: 0.875em;
        line-height: 25px;
        color: #264c59;
        display: inline-block;
        margin-bottom: 0;
        padding-left: 36px; }
      #menu-page #menu .menu-section .item .price {
        float: right;
        position: relative;
        top: 4px; }
        @media screen and (min-width: 64em) {
          #menu-page #menu .menu-section .item .price {
            top: 1px; } }
      #menu-page #menu .menu-section .description {
        font-size: 0.875em;
        line-height: 20px;
        color: #264c59;
        margin-bottom: 0; }
        @media screen and (min-width: 64em) {
          #menu-page #menu .menu-section .description {
            line-height: 25px; } }
        #menu-page #menu .menu-section .description:last-child {
          margin-bottom: 15px; }
          @media screen and (min-width: 64em) {
            #menu-page #menu .menu-section .description:last-child {
              margin-bottom: 50px; } }
      #menu-page #menu .menu-section .row {
        margin: 0; }
        #menu-page #menu .menu-section .row .large-5 {
          padding: 0; }
          @media screen and (min-width: 48em) {
            #menu-page #menu .menu-section .row .large-5:nth-child(even) {
              margin-left: 16.66667%; } }
        @media screen and (min-width: 48em) {
          #menu-page #menu .menu-section .row .large-4:nth-child(2n+1) {
            margin-left: 8.33333%; } }
        @media screen and (min-width: 48em) {
          #menu-page #menu .menu-section .row .large-4:nth-child(2n+4) {
            margin-left: 25%; } }
    #menu-page #menu img {
      border: 15px solid #fff;
      margin-bottom: 23px; }
      @media screen and (min-width: 64em) {
        #menu-page #menu img {
          margin-bottom: 50px; } }
      #menu-page #menu img.flush-right {
        border: none;
        max-width: none;
        width: 138%; }
    #menu-page #menu #back-to-top {
      position: relative;
      display: block;
      width: 292px;
      height: 189px;
      text-align: center;
      font-family: 'Amatic SC', cursive;
      font-weight: 700;
      font-size: 3.5em;
      color: #264c59;
      text-transform: uppercase;
      margin: 0 auto 50px;
      padding: 47px 0 0 0;
      z-index: 1;
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8); }
      @media screen and (min-width: 48em) {
        #menu-page #menu #back-to-top {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); } }
      .no-touchevents #menu-page #menu #back-to-top:hover span {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95); }
      .no-touchevents #menu-page #menu #back-to-top:hover:before {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9); }
      .no-touchevents #menu-page #menu #back-to-top:hover:after {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05); }
      #menu-page #menu #back-to-top span, #menu-page #menu #back-to-top:before, #menu-page #menu #back-to-top:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 600ms;
        -moz-transition-duration: 600ms;
        transition-duration: 600ms;
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
      #menu-page #menu #back-to-top span {
        display: block; }
      #menu-page #menu #back-to-top:before {
        content: '';
        width: 34px;
        height: 31px;
        position: relative;
        display: block;
        background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-up-arrow.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 34px 31px;
        margin: 0 auto; }
      #menu-page #menu #back-to-top:after {
        content: '';
        width: 292px;
        height: 188px;
        background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-back-to-top-lines.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 292px 188px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transition-duration: 1000ms;
        -moz-transition-duration: 1000ms;
        transition-duration: 1000ms; }

#catering-page {
  background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-info-bar-bg.jpg");
  position: relative;
  z-index: 2; }
  #catering-page #subpage-hero {
    margin-bottom: 28px; }
    @media screen and (min-width: 64em) {
      #catering-page #subpage-hero {
        margin-bottom: 86px; } }
    #catering-page #subpage-hero:after {
      content: '';
      position: absolute;
      bottom: -28px;
      width: 100%;
      height: 28px;
      background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-info-bar-bg.jpg"); }
      @media screen and (min-width: 64em) {
        #catering-page #subpage-hero:after {
          height: 86px;
          bottom: -86px; } }
  #catering-page #aside-container {
    background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-info-bar-bg.jpg");
    position: relative;
    z-index: 2; }
  #catering-page #aside {
    padding-bottom: 17px;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 1000ms;
    -moz-transition-duration: 1000ms;
    transition-duration: 1000ms;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
    -webkit-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    -moz-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005); }
    @media screen and (min-width: 48em) {
      #catering-page #aside {
        padding: 0 23px 17px; } }
    @media screen and (min-width: 64em) {
      #catering-page #aside {
        padding: 0 0 69px; } }
    .loaded #catering-page #aside {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    #catering-page #aside .columns .row .columns {
      padding-top: 14px;
      position: relative; }
      @media screen and (min-width: 48em) {
        #catering-page #aside .columns .row .columns {
          padding-top: 0px; } }
      @media screen and (min-width: 64em) {
        #catering-page #aside .columns .row .columns {
          padding-top: 14px; } }
      @media screen and (max-width: 47.9375em) {
        #catering-page #aside .columns .row .columns:first-child {
          padding-top: 0; } }
      @media screen and (min-width: 64em) {
        #catering-page #aside .columns .row .columns.collapse-left {
          padding-left: 0; } }
      @media screen and (min-width: 64em) {
        #catering-page #aside .columns .row .columns.collapse-right {
          padding-right: 0; } }
    #catering-page #aside .aside-content {
      margin: 0 16px; }
      @media screen and (min-width: 48em) {
        #catering-page #aside .aside-content {
          margin: 0 35px; } }
    #catering-page #aside h3 {
      font-family: "proxima-soft",sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.25em;
      color: #264c59;
      margin-bottom: 4px;
      text-transform: uppercase; }
    #catering-page #aside p {
      font-size: 0.875em;
      line-height: 25px;
      color: #264c59;
      display: block;
      overflow: hidden; }
  #catering-page #menu-container {
    background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-info-bar-bg.jpg");
    position: relative;
    overflow: hidden;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 1000ms;
    -moz-transition-duration: 1000ms;
    transition-duration: 1000ms;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
    -webkit-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    -moz-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005); }
    .loaded #catering-page #menu-container {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
  #catering-page .text-with-icon:after {
    margin-left: 18px; }
    @media screen and (min-width: 64em) {
      #catering-page .text-with-icon:after {
        margin-left: 27px; } }
  #catering-page .text-with-icon.waffle:after {
    content: '';
    display: inline-block;
    background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-catering-waffle.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 40px 40px; }
    @media screen and (min-width: 64em) {
      #catering-page .text-with-icon.waffle:after {
        width: 64px;
        height: 64px;
        background-size: 64px 64px; } }
  #catering-page .text-with-icon.chef-hat:after {
    content: '';
    display: inline-block;
    background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-catering-chef.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 41px;
    height: 40px;
    background-size: 41px 40px; }
    @media screen and (min-width: 64em) {
      #catering-page .text-with-icon.chef-hat:after {
        width: 66px;
        height: 64px;
        background-size: 66px 64px; } }
  #catering-page .text-with-icon.yum:after {
    content: '';
    display: inline-block;
    background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-yum-level.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 64px 40px;
    width: 64px;
    height: 40px; }
    @media screen and (min-width: 64em) {
      #catering-page .text-with-icon.yum:after {
        background-size: 96px 60px;
        width: 96px;
        height: 60px; } }
  #catering-page #menu {
    position: relative; }
    @media screen and (min-width: 48em) {
      #catering-page #menu {
        padding: 0 23px; } }
    @media screen and (min-width: 64em) {
      #catering-page #menu {
        padding: 0; } }
    @media screen and (min-width: 48em) {
      #catering-page #menu .large-6,
      #catering-page #menu .xlarge-5 {
        padding: 0 11.5px 0 0; } }
    @media screen and (min-width: 64em) {
      #catering-page #menu .large-6,
      #catering-page #menu .xlarge-5 {
        padding: 0 15px 0 0; } }
    @media screen and (min-width: 48em) {
      #catering-page #menu .large-6 + .large-6,
      #catering-page #menu .xlarge-5 + .xlarge-5 {
        padding: 0 0 0 11.5px; } }
    @media screen and (min-width: 64em) {
      #catering-page #menu .large-6 + .large-6,
      #catering-page #menu .xlarge-5 + .xlarge-5 {
        padding: 0 0 0 15px; } }
    #catering-page #menu .column-collapse {
      padding: 0; }
      @media screen and (min-width: 48em) {
        #catering-page #menu .column-collapse.large-column-uncollapse {
          padding-left: 1.25rem;
          padding-right: 1.25rem; } }
    #catering-page #menu .menu-section {
      border: 2px solid #264c59;
      padding: 23px 16px 9px 16px;
      margin-bottom: 23px; }
      @media screen and (min-width: 64em) {
        #catering-page #menu .menu-section {
          border-width: 5px;
          padding: 62px 50px 25px 43px;
          margin-bottom: 50px; } }
      #catering-page #menu .menu-section.white-bg {
        background-color: #fff; }
      #catering-page #menu .menu-section.yellow-border {
        border-color: #ffb700; }
      #catering-page #menu .menu-section.egg-graphic {
        position: relative; }
        #catering-page #menu .menu-section.egg-graphic:before {
          content: '';
          display: block;
          position: absolute;
          top: -44px;
          right: -33px;
          width: 108px;
          height: 104px;
          background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-egg-graphic.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 108px 104px; }
          @media screen and (min-width: 48em) {
            #catering-page #menu .menu-section.egg-graphic:before {
              top: -110px;
              right: 20px;
              width: 217px;
              height: 210px;
              background-size: 217px 210px; } }
      #catering-page #menu .menu-section.blue-bg {
        background-color: #264c59; }
        #catering-page #menu .menu-section.blue-bg h2,
        #catering-page #menu .menu-section.blue-bg h3,
        #catering-page #menu .menu-section.blue-bg p {
          color: #fff !important; }
      #catering-page #menu .menu-section.fork-graphic {
        position: relative; }
        #catering-page #menu .menu-section.fork-graphic:before {
          content: '';
          display: block;
          position: absolute;
          top: -25px;
          right: -80px;
          width: 181px;
          height: 95px;
          background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-fork-graphic.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 181px 95px;
          -webkit-transform: rotateZ(137deg);
          -moz-transform: rotateZ(137deg);
          -ms-transform: rotateZ(137deg);
          -o-transform: rotateZ(137deg);
          transform: rotateZ(137deg); }
          @media screen and (min-width: 48em) {
            #catering-page #menu .menu-section.fork-graphic:before {
              top: 124px;
              right: auto;
              left: -62px;
              -webkit-transform: rotateZ(0deg);
              -moz-transform: rotateZ(0deg);
              -ms-transform: rotateZ(0deg);
              -o-transform: rotateZ(0deg);
              transform: rotateZ(0deg); } }
          @media screen and (min-width: 64em) {
            #catering-page #menu .menu-section.fork-graphic:before {
              top: 174px;
              left: -262px;
              width: 363px;
              height: 191px;
              background-size: 363px 191px; } }
        @media screen and (max-width: 29.9375em) {
          #catering-page #menu .menu-section.fork-graphic .row .columns.float-right:first-child {
            padding-right: 100px; } }
      #catering-page #menu .menu-section.waffle-after-text h2:after {
        content: '';
        display: inline-block;
        margin-left: 18px;
        background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-catering-waffle.svg");
        background-position: center;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        background-size: 40px 40px; }
        @media screen and (min-width: 64em) {
          #catering-page #menu .menu-section.waffle-after-text h2:after {
            width: 64px;
            height: 64px;
            background-size: 64px 64px;
            margin-left: 27px; } }
      #catering-page #menu .menu-section.chef-hat-after-text h2:after {
        content: '';
        display: inline-block;
        margin-left: 18px;
        background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-catering-chef.svg");
        background-position: center;
        background-repeat: no-repeat;
        width: 41px;
        height: 40px;
        background-size: 41px 40px; }
        @media screen and (min-width: 64em) {
          #catering-page #menu .menu-section.chef-hat-after-text h2:after {
            width: 66px;
            height: 64px;
            background-size: 66px 64px;
            margin-left: 27px; } }
      #catering-page #menu .menu-section.yum-after-text h2:after {
        content: '';
        display: inline-block;
        margin-left: 18px;
        background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-yum-level.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 64px 40px;
        width: 64px;
        height: 40px; }
        @media screen and (min-width: 64em) {
          #catering-page #menu .menu-section.yum-after-text h2:after {
            background-size: 96px 60px;
            width: 96px;
            height: 60px;
            margin-left: 27px; } }
      #catering-page #menu .menu-section.full-bleed {
        position: relative;
        border-top: none;
        border-bottom: none; }
        #catering-page #menu .menu-section.full-bleed:before, #catering-page #menu .menu-section.full-bleed:after {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          background-color: #264c59; }
        #catering-page #menu .menu-section.full-bleed:before {
          left: -100%; }
        #catering-page #menu .menu-section.full-bleed:after {
          right: -100%; }
      #catering-page #menu .menu-section.title-lines h2 {
        position: relative;
        z-index: 1; }
        #catering-page #menu .menu-section.title-lines h2:before {
          content: '';
          display: block;
          position: absolute;
          top: -31px;
          left: -26px;
          width: 204px;
          height: 77px;
          background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-title-lines.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 204px 77px;
          z-index: -1; }
          @media screen and (min-width: 64em) {
            #catering-page #menu .menu-section.title-lines h2:before {
              top: -66px;
              left: -57px;
              width: 353px;
              height: 134px;
              background-size: 353px 134px; } }
      #catering-page #menu .menu-section.single-price-point h2 {
        margin-bottom: 16px; }
      #catering-page #menu .menu-section.single-price-point .price {
        margin-bottom: 24px; }
      #catering-page #menu .menu-section.single-price-point p.addon {
        font-family: "proxima-soft",sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 0.875em;
        line-height: 25px;
        color: #264c59;
        margin-bottom: 10px; }
      #catering-page #menu .menu-section.single-price-point ul li {
        margin-bottom: 0; }
        #catering-page #menu .menu-section.single-price-point ul li p {
          font-family: "proxima-soft",sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 0.875em;
          line-height: 25px;
          color: #264c59;
          margin-bottom: 10px !important; }
      #catering-page #menu .menu-section.sundae-spoon-graphic {
        position: relative; }
        #catering-page #menu .menu-section.sundae-spoon-graphic:before {
          content: '';
          display: block;
          position: absolute;
          top: -62px;
          right: -113px;
          width: 253px;
          height: 120px;
          background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-sundae-spoon-graphic.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 253px 120px; }
          @media screen and (min-width: 48em) {
            #catering-page #menu .menu-section.sundae-spoon-graphic:before {
              top: -99px;
              right: -117px;
              width: 400px;
              height: 189px;
              background-size: 400px 189px; } }
          @media screen and (min-width: 64em) {
            #catering-page #menu .menu-section.sundae-spoon-graphic:before {
              top: -124px;
              width: 506px;
              height: 239px;
              background-size: 506px 239px; } }
      #catering-page #menu .menu-section.cocktails-graphic {
        position: relative; }
        #catering-page #menu .menu-section.cocktails-graphic:after {
          content: '';
          display: block;
          margin-top: 110px;
          position: relative;
          bottom: 0px;
          left: 0px;
          width: 158px;
          height: 77px;
          background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-cocktails-graphic.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 158px 77px; }
          @media screen and (min-width: 48em) {
            #catering-page #menu .menu-section.cocktails-graphic:after {
              width: 315px;
              height: 154px;
              background-size: 315px 154px; } }
      #catering-page #menu .menu-section h2 {
        font-family: 'Amatic SC', cursive;
        font-weight: 700;
        font-size: 3.125em;
        text-transform: uppercase;
        color: #264c59;
        margin-bottom: 24px;
        line-height: 1; }
        @media screen and (min-width: 64em) {
          #catering-page #menu .menu-section h2 {
            font-size: 5em;
            margin-bottom: 57px; } }
      #catering-page #menu .menu-section li {
        margin-bottom: 7px; }
      #catering-page #menu .menu-section .price {
        font-family: "proxima-soft",sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1em;
        text-transform: uppercase;
        color: #264c59;
        display: inline-block;
        margin-bottom: 0;
        padding-left: 0;
        line-height: 1; }
        @media screen and (min-width: 64em) {
          #catering-page #menu .menu-section .price {
            font-size: 1.25em; } }
      #catering-page #menu .menu-section .item::after {
        clear: both;
        content: "";
        display: table; }
      @media screen and (max-width: 29.9375em) {
        #catering-page #menu .menu-section .item {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 5px; } }
      #catering-page #menu .menu-section .item:last-child p:not(.price) {
        margin-bottom: 15px; }
        @media screen and (min-width: 64em) {
          #catering-page #menu .menu-section .item:last-child p:not(.price) {
            margin-bottom: 50px; } }
      #catering-page #menu .menu-section .item.no-indent {
        margin-top: 12px; }
        #catering-page #menu .menu-section .item.no-indent h4,
        #catering-page #menu .menu-section .item.no-indent p {
          padding-left: 0px; }
        #catering-page #menu .menu-section .item.no-indent p {
          display: block;
          line-height: 15px; }
      #catering-page #menu .menu-section .item h3,
      #catering-page #menu .menu-section .item .price {
        font-family: "proxima-soft",sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1em;
        text-transform: uppercase;
        color: #264c59;
        display: inline-block;
        margin-bottom: 0;
        padding-left: 0;
        line-height: 1; }
        @media screen and (min-width: 64em) {
          #catering-page #menu .menu-section .item h3,
          #catering-page #menu .menu-section .item .price {
            font-size: 1.25em; } }
      #catering-page #menu .menu-section .item h3 {
        display: inline; }
        @media screen and (max-width: 29.9375em) {
          #catering-page #menu .menu-section .item h3 {
            margin-right: auto; } }
      #catering-page #menu .menu-section .item h4 {
        font-family: "proxima-soft",sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 0.75em;
        text-transform: uppercase;
        color: #264c59;
        display: inline-block;
        margin-bottom: 0;
        padding-left: 36px; }
        @media screen and (min-width: 64em) {
          #catering-page #menu .menu-section .item h4 {
            font-size: 0.875em; } }
        #catering-page #menu .menu-section .item h4 + .price {
          top: 4px; }
      #catering-page #menu .menu-section .item p {
        font-size: 0.875em;
        line-height: 25px;
        color: #264c59;
        display: inline-block;
        margin-bottom: 0;
        padding-left: 36px; }
      #catering-page #menu .menu-section .item .price {
        float: right;
        position: relative; }
        @media screen and (min-width: 30em) {
          #catering-page #menu .menu-section .item .price {
            top: 4px; } }
        @media screen and (min-width: 64em) {
          #catering-page #menu .menu-section .item .price {
            top: 1px; } }
      #catering-page #menu .menu-section .description {
        font-size: 0.875em;
        line-height: 20px;
        color: #264c59;
        margin-bottom: 0; }
        @media screen and (min-width: 64em) {
          #catering-page #menu .menu-section .description {
            line-height: 25px; } }
        #catering-page #menu .menu-section .description:last-child {
          margin-bottom: 15px; }
          @media screen and (min-width: 64em) {
            #catering-page #menu .menu-section .description:last-child {
              margin-bottom: 50px; } }
      #catering-page #menu .menu-section .row {
        margin: 0; }
        #catering-page #menu .menu-section .row .large-5 {
          padding: 0; }
          @media screen and (min-width: 48em) {
            #catering-page #menu .menu-section .row .large-5:nth-child(even) {
              margin-left: 16.66667%; } }
        @media screen and (min-width: 48em) {
          #catering-page #menu .menu-section .row .large-4:nth-child(2n+1) {
            margin-left: 8.33333%; } }
        @media screen and (min-width: 48em) {
          #catering-page #menu .menu-section .row .large-4:nth-child(2n+4) {
            margin-left: 25%; } }
    #catering-page #menu img {
      border: 15px solid #fff;
      margin-bottom: 23px; }
      @media screen and (min-width: 64em) {
        #catering-page #menu img {
          margin-bottom: 50px; } }
      #catering-page #menu img.flush-right {
        border: none;
        max-width: none;
        width: 138%; }
    #catering-page #menu #back-to-top {
      position: relative;
      display: block;
      width: 292px;
      height: 189px;
      text-align: center;
      font-family: 'Amatic SC', cursive;
      font-weight: 700;
      font-size: 3.5em;
      color: #264c59;
      text-transform: uppercase;
      margin: 0 auto 50px;
      padding: 47px 0 0 0;
      z-index: 1; }
      .no-touchevents #catering-page #menu #back-to-top:hover span {
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95); }
      .no-touchevents #catering-page #menu #back-to-top:hover:before {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9); }
      .no-touchevents #catering-page #menu #back-to-top:hover:after {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05); }
      #catering-page #menu #back-to-top span, #catering-page #menu #back-to-top:before, #catering-page #menu #back-to-top:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 600ms;
        -moz-transition-duration: 600ms;
        transition-duration: 600ms;
        -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
        transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
      #catering-page #menu #back-to-top span {
        display: block; }
      #catering-page #menu #back-to-top:before {
        content: '';
        width: 34px;
        height: 31px;
        position: relative;
        display: block;
        background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-up-arrow.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 34px 31px;
        margin: 0 auto; }
      #catering-page #menu #back-to-top:after {
        content: '';
        width: 292px;
        height: 188px;
        background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-back-to-top-lines.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 292px 188px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transition-duration: 1000ms;
        -moz-transition-duration: 1000ms;
        transition-duration: 1000ms; }

#location {
  position: relative; }
  .loaded #location #location-hero-bg {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .loaded #location #location-hero {
    opacity: 1; }
    .loaded #location #location-hero h1 {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition-delay: 300ms;
      -moz-transition-delay: 300ms;
      transition-delay: 300ms; }
      .loaded #location #location-hero h1:before, .loaded #location #location-hero h1:after {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-transition-delay: 1100ms;
        -moz-transition-delay: 1100ms;
        transition-delay: 1100ms; }
    .loaded #location #location-hero #location-hero-contacts {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition-delay: 500ms;
      -moz-transition-delay: 500ms;
      transition-delay: 500ms; }
      @media screen and (min-width: 48em) {
        .loaded #location #location-hero #location-hero-contacts {
          -webkit-transition-delay: 1300ms;
          -moz-transition-delay: 1300ms;
          transition-delay: 1300ms; } }
    .loaded #location #location-hero #location-hero-contacts #location-waitlist {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition-delay: 400ms;
      -moz-transition-delay: 400ms;
      transition-delay: 400ms; }
      @media screen and (min-width: 48em) {
        .loaded #location #location-hero #location-hero-contacts #location-waitlist {
          -webkit-transition-delay: 1500ms;
          -moz-transition-delay: 1500ms;
          transition-delay: 1500ms; } }
    .loaded #location #location-hero img {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition-delay: 400ms;
      -moz-transition-delay: 400ms;
      transition-delay: 400ms; }
      @media screen and (min-width: 48em) {
        .loaded #location #location-hero img {
          -webkit-transition-delay: 1000ms;
          -moz-transition-delay: 1000ms;
          transition-delay: 1000ms; } }
  .loaded #location #para {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms; }
  .loaded #location #details .hours, .loaded #location #details .address {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms; }
    @media screen and (min-width: 48em) {
      .loaded #location #details .hours, .loaded #location #details .address {
        -webkit-transition-delay: 1300ms;
        -moz-transition-delay: 1300ms;
        transition-delay: 1300ms; } }
  #location #location-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    z-index: 1;
    -webkit-transform: translateY(calc(-100% - 12px));
    -moz-transform: translateY(calc(-100% - 12px));
    -ms-transform: translateY(calc(-100% - 12px));
    -o-transform: translateY(calc(-100% - 12px));
    transform: translateY(calc(-100% - 12px));
    -webkit-transition: -webkit-transform 2000ms cubic-bezier(0.03, 0.11, 0, 0.995);
    -moz-transition: -moz-transform 2000ms cubic-bezier(0.03, 0.11, 0, 0.995);
    transition: -webkit-transform 2000ms cubic-bezier(0.03, 0.11, 0, 0.995);
    transition: transform 2000ms cubic-bezier(0.03, 0.11, 0, 0.995);
    transition: transform 2000ms cubic-bezier(0.03, 0.11, 0, 0.995), -webkit-transform 2000ms cubic-bezier(0.03, 0.11, 0, 0.995); }
    @media screen and (min-width: 48em) {
      #location #location-hero-bg {
        height: 60%; } }
    #location #location-hero-bg:before {
      content: '';
      display: block;
      background-color: #ffb700;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    #location #location-hero-bg:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -12px;
      left: 0;
      background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-border-bottom.svg");
      background-position: center center;
      background-repeat: repeat-x;
      background-size: 1366px 12px;
      width: 100%;
      height: 12px;
      z-index: 1; }
  #location #para {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
    @media screen and (min-width: 48em) {
      #location #para {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: -webkit-transform 700ms, opacity 700ms;
        -moz-transition: -moz-transform 700ms, opacity 700ms;
        transition: opacity 700ms, -webkit-transform 700ms;
        transition: transform 700ms, opacity 700ms;
        transition: transform 700ms, opacity 700ms, -webkit-transform 700ms; } }
    #location #para .columns {
      position: relative; }
    #location #para #chef-hat {
      display: none;
      position: absolute;
      top: 242px;
      right: -164px;
      width: 147px;
      height: 156px;
      background-image: url("/wp-content/themes/waffle-stop-child/library/img//ws-chef-hat.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 147px 156px;
      z-index: -1; }
      @media screen and (min-width: 48em) {
        #location #para #chef-hat {
          display: inline-block; } }
    #location #para #fork {
      display: none;
      position: absolute;
      top: 113px;
      right: -114px;
      width: 200px;
      height: 163px;
      background-image: url("/wp-content/themes/waffle-stop-child/library/img//ws-fork-graphic-white.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 200px 163px;
      z-index: -1; }
      @media screen and (min-width: 48em) {
        #location #para #fork {
          display: inline-block; } }
  #location #location-hero {
    position: relative;
    padding-top: 84px;
    background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-info-bar-bg.jpg");
    text-align: center;
    z-index: 2; }
    @media screen and (min-width: 48em) {
      #location #location-hero {
        text-align: left;
        padding-top: 116px; } }
    #location #location-hero .no-widget {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #location #location-hero .no-widget #location-hero-image {
        margin-top: 10px; }
      #location #location-hero .no-widget #location-hero-contacts {
        margin: 0 0 30px 0; }
        #location #location-hero .no-widget #location-hero-contacts .blue-btn {
          background-color: #264c59;
          color: #ffb700;
          transition-delay: 0ms, 0ms; }
          .no-touchevents #location #location-hero .no-widget #location-hero-contacts .blue-btn:hover {
            background-color: #fff;
            color: #264c59; }
        #location #location-hero .no-widget #location-hero-contacts a {
          margin-top: 4px;
          margin-bottom: 4px; }
    #location #location-hero h1 {
      font-family: 'Amatic SC', cursive;
      font-weight: 700;
      font-size: 3.75em;
      color: #264c59;
      text-transform: uppercase;
      line-height: 84px;
      letter-spacing: 0;
      display: inline-block;
      position: relative;
      padding: 0px 59px 0 52px;
      margin-bottom: 33px;
      opacity: 0;
      z-index: 1;
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      transform: translateY(-30px);
      -webkit-transition: -webkit-transform 700ms, opacity 700ms;
      -moz-transition: -moz-transform 700ms, opacity 700ms;
      transition: opacity 700ms, -webkit-transform 700ms;
      transition: transform 700ms, opacity 700ms;
      transition: transform 700ms, opacity 700ms, -webkit-transform 700ms; }
      @media screen and (min-width: 60.4375em) {
        #location #location-hero h1 {
          font-size: 6.20155vw;
          line-height: 8.75969vw; } }
      @media screen and (min-width: 80.625em) {
        #location #location-hero h1 {
          font-size: 5em;
          line-height: 113px; } }
      #location #location-hero h1:before {
        content: '';
        width: 35px;
        height: 100%;
        background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-lines-left-white.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 35px 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transform: translateX(45px) scale(0.7);
        -moz-transform: translateX(45px) scale(0.7);
        -ms-transform: translateX(45px) scale(0.7);
        -o-transform: translateX(45px) scale(0.7);
        transform: translateX(45px) scale(0.7);
        -webkit-transition: -webkit-transform 300ms, opacity 300ms;
        -moz-transition: -moz-transform 300ms, opacity 300ms;
        transition: opacity 300ms, -webkit-transform 300ms;
        transition: transform 300ms, opacity 300ms;
        transition: transform 300ms, opacity 300ms, -webkit-transform 300ms;
        -webkit-transition-timing-function: cubic-bezier(0.685, 0.015, 0.335, 1.24);
        -moz-transition-timing-function: cubic-bezier(0.685, 0.015, 0.335, 1.24);
        transition-timing-function: cubic-bezier(0.685, 0.015, 0.335, 1.24); }
      #location #location-hero h1:after {
        content: '';
        width: 35px;
        height: 100%;
        background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-lines-right-white.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 35px 100%;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        -webkit-transform: translateX(-55px) scale(0.7);
        -moz-transform: translateX(-55px) scale(0.7);
        -ms-transform: translateX(-55px) scale(0.7);
        -o-transform: translateX(-55px) scale(0.7);
        transform: translateX(-55px) scale(0.7);
        -webkit-transition: -webkit-transform 300ms, opacity 300ms;
        -moz-transition: -moz-transform 300ms, opacity 300ms;
        transition: opacity 300ms, -webkit-transform 300ms;
        transition: transform 300ms, opacity 300ms;
        transition: transform 300ms, opacity 300ms, -webkit-transform 300ms;
        -webkit-transition-timing-function: cubic-bezier(0.685, 0.015, 0.335, 1.24);
        -moz-transition-timing-function: cubic-bezier(0.685, 0.015, 0.335, 1.24);
        transition-timing-function: cubic-bezier(0.685, 0.015, 0.335, 1.24); }
    #location #location-hero #location-hero-contacts {
      margin: 0 0 30px 0;
      z-index: 1;
      opacity: 0;
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      transform: translateY(-30px);
      -webkit-transition: opacity 400ms, -webkit-transform 700ms;
      -moz-transition: opacity 400ms, -moz-transform 700ms;
      transition: opacity 400ms, -webkit-transform 700ms;
      transition: opacity 400ms, transform 700ms;
      transition: opacity 400ms, transform 700ms, -webkit-transform 700ms; }
      @media screen and (min-width: 48em) {
        #location #location-hero #location-hero-contacts {
          margin: 30px 0 0px 0;
          position: -webkit-sticky;
          position: sticky;
          top: 150px;
          z-index: 2; } }
      #location #location-hero #location-hero-contacts #location-waitlist {
        min-height: 212px;
        position: relative;
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: -webkit-transform 700ms, opacity 700ms;
        -moz-transition: -moz-transform 700ms, opacity 700ms;
        transition: opacity 700ms, -webkit-transform 700ms;
        transition: transform 700ms, opacity 700ms;
        transition: transform 700ms, opacity 700ms, -webkit-transform 700ms; }
        @media screen and (min-width: 48em) {
          #location #location-hero #location-hero-contacts #location-waitlist {
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            transform: translateY(0px); } }
        #location #location-hero #location-hero-contacts #location-waitlist.ready .waitlist-placeholder {
          opacity: 0;
          visibility: hidden; }
        #location #location-hero #location-hero-contacts #location-waitlist.ready iframe {
          opacity: 1; }
        #location #location-hero #location-hero-contacts #location-waitlist .waitlist-placeholder {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          opacity: 1;
          width: 290px;
          height: 191px;
          border-radius: 8px;
          background-color: #264c59;
          position: absolute;
          top: 0;
          left: 50%;
          margin: 8px 0 0 -145px;
          visibility: visible;
          -webkit-transition: opacity 400ms, visibility 0ms 400ms;
          -moz-transition: opacity 400ms, visibility 0ms 400ms;
          transition: opacity 400ms, visibility 0ms 400ms; }
          @media screen and (min-width: 48em) {
            #location #location-hero #location-hero-contacts #location-waitlist .waitlist-placeholder {
              left: 0;
              margin: 8px 0 0 0; } }
          #location #location-hero #location-hero-contacts #location-waitlist .waitlist-placeholder.no-head::before {
            display: none; }
          #location #location-hero #location-hero-contacts #location-waitlist .waitlist-placeholder:before {
            content: '';
            display: inline-block;
            width: 36px;
            height: 57px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: calc((57px / 2) * -1) 0 0 calc((36px / 2) * -1);
            background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-waffle-head-small-white.svg");
            background-position: center;
            background-repeat: no-repeat;
            -webkit-transform: translateX(0px);
            -moz-transform: translateX(0px);
            -ms-transform: translateX(0px);
            -o-transform: translateX(0px);
            transform: translateX(0px);
            -webkit-transition-property: -webkit-transform;
            -moz-transition-property: -moz-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-duration: 400ms;
            -moz-transition-duration: 400ms;
            transition-duration: 400ms; }
          .no-touchevents #location #location-hero #location-hero-contacts #location-waitlist .waitlist-placeholder a.btn:hover {
            color: #264c59;
            background-color: #ffb700; }
        #location #location-hero #location-hero-contacts #location-waitlist iframe {
          opacity: 0;
          margin-top: 8px;
          min-height: 198px;
          -webkit-transition: opacity 400ms 200ms;
          -moz-transition: opacity 400ms 200ms;
          transition: opacity 400ms 200ms; }
    #location #location-hero .btn {
      font-size: 0.9375em;
      letter-spacing: 0.94px;
      line-height: 18px;
      display: inline-block;
      position: relative;
      padding: 13px 25px 13px;
      margin-right: 4px;
      background-color: white;
      -webkit-transition: color 400ms, background-color 400ms;
      -moz-transition: color 400ms, background-color 400ms;
      transition: color 400ms, background-color 400ms; }
      .no-touchevents #location #location-hero .btn:hover {
        color: #ffb700;
        background-color: #264c59; }
      #location #location-hero .btn:last-child {
        margin-right: 0;
        -webkit-transition-delay: 400ms, 0ms;
        -moz-transition-delay: 400ms, 0ms;
        transition-delay: 400ms, 0ms; }
    #location #location-hero img {
      opacity: 0;
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      transform: translateY(-30px);
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 500ms;
      -moz-transition-duration: 500ms;
      transition-duration: 500ms; }
  #location #location-hero-image {
    position: relative; }
    @media screen and (min-width: 48em) {
      #location #location-hero-image {
        margin-top: -135px; } }
    #location #location-hero-image img {
      position: relative;
      z-index: 1; }
  #location #details {
    position: relative;
    overflow: hidden;
    background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-info-bar-bg.jpg");
    z-index: 2;
    padding: 16px 0 40px; }
    @media screen and (min-width: 48em) {
      #location #details {
        padding: 36px 0 82px; } }
    #location #details .hours {
      margin-bottom: 30px;
      opacity: 0;
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      transform: translateY(-30px);
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 700ms;
      -moz-transition-duration: 700ms;
      transition-duration: 700ms; }
      @media screen and (min-width: 48em) {
        #location #details .hours {
          margin-bottom: 0; } }
      #location #details .hours .hours-sets {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (min-width: 48em) {
          #location #details .hours .hours-sets {
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
        #location #details .hours .hours-sets .set-of-hours {
          margin-right: 15px; }
          @media screen and (min-width: 30em) {
            #location #details .hours .hours-sets .set-of-hours {
              margin-right: 30px; } }
          #location #details .hours .hours-sets .set-of-hours:last-child {
            margin-right: 0; }
          #location #details .hours .hours-sets .set-of-hours p {
            margin-bottom: 0; }
    #location #details .address {
      opacity: 0;
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      transform: translateY(-30px);
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 700ms;
      -moz-transition-duration: 700ms;
      transition-duration: 700ms; }
    #location #details h3 {
      font-size: 0.8125em;
      color: #ffb700;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0;
      line-height: 26px;
      position: relative;
      margin-bottom: 13px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #location #details h3 span {
        padding-right: 6px;
        position: relative;
        z-index: 2; }
        @media screen and (min-width: 30em) {
          #location #details h3 span {
            padding-right: 26px; } }
      #location #details h3:after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background-color: #ffb700;
        position: relative;
        top: 12px;
        border-radius: 5px;
        z-index: 1; }
    #location #details p {
      color: #254C59;
      font-family: "proxima-soft",sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1em;
      letter-spacing: 1px;
      line-height: 16px;
      text-transform: uppercase; }
      @media screen and (min-width: 53.75em) {
        #location #details p {
          font-size: 1.86047vw;
          letter-spacing: 0.11628vw;
          line-height: 1.86047vw; } }
      @media screen and (min-width: 80.625em) {
        #location #details p {
          font-size: 1.5em;
          letter-spacing: 1.5px;
          line-height: 24px; } }
    #location #details a {
      color: #254C59;
      -webkit-transition: color 500ms;
      -moz-transition: color 500ms;
      transition: color 500ms; }
      .no-touchevents #location #details a:hover {
        color: #ffb700; }
  #location #about-location {
    position: relative;
    background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-info-bar-bg.jpg");
    z-index: 2; }
    #location #about-location.hidden h2 {
      opacity: 0;
      -webkit-transform: translateY(250px);
      -moz-transform: translateY(250px);
      -ms-transform: translateY(250px);
      -o-transform: translateY(250px);
      transform: translateY(250px); }
    #location #about-location.hidden p {
      opacity: 0;
      -webkit-transform: translateY(250px);
      -moz-transform: translateY(250px);
      -ms-transform: translateY(250px);
      -o-transform: translateY(250px);
      transform: translateY(250px); }
    #location #about-location .row .row {
      margin-right: auto; }
    #location #about-location h2 {
      font-family: 'Amatic SC', cursive;
      font-weight: 700;
      color: #ffb700;
      font-size: 3.125em;
      line-height: 50px;
      text-transform: uppercase;
      letter-spacing: 0;
      margin-bottom: 32px;
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 1300ms;
      -moz-transition-duration: 1300ms;
      transition-duration: 1300ms;
      -webkit-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
      -moz-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
      transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005); }
      @media screen and (min-width: 48em) {
        #location #about-location h2 {
          font-size: 4.375em;
          line-height: 88px; } }
    #location #about-location p {
      color: #264c59;
      font-size: 1.125em;
      color: #264c59;
      line-height: 24px;
      letter-spacing: 0;
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 1300ms;
      -moz-transition-duration: 1300ms;
      transition-duration: 1300ms;
      -webkit-transition-delay: 100ms;
      -moz-transition-delay: 100ms;
      transition-delay: 100ms;
      -webkit-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
      -moz-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
      transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005); }
      @media screen and (min-width: 48em) {
        #location #about-location p {
          font-size: 1.5em;
          line-height: 42px; } }
  #location #location-photos {
    position: relative;
    background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-info-bar-bg.jpg");
    padding: 25px 0 60px;
    z-index: 3; }
    @media screen and (min-width: 48em) {
      #location #location-photos {
        padding: 57px 0 123px; } }
    #location #location-photos.hidden #waffle-head {
      -webkit-transform: translateX(350px);
      -moz-transform: translateX(350px);
      -ms-transform: translateX(350px);
      -o-transform: translateX(350px);
      transform: translateX(350px); }
      #location #location-photos.hidden #waffle-head #waffle {
        -webkit-transform: translateY(170px);
        -moz-transform: translateY(170px);
        -ms-transform: translateY(170px);
        -o-transform: translateY(170px);
        transform: translateY(170px); }
    @media screen and (min-width: 48em) {
      #location #location-photos #photos {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    #location #location-photos img {
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (min-width: 48em) {
        #location #location-photos img {
          margin-bottom: 0; } }
    @media screen and (min-width: 48em) {
      #location #location-photos .columns:nth-child(1) img {
        margin-top: 213px; } }
    @media screen and (min-width: 48em) {
      #location #location-photos .columns:nth-child(2) img:first-child {
        max-width: 294px;
        margin: 65px 0 180px 0; } }
    #location #location-photos .columns:nth-child(2) img:nth-child(2) {
      margin-bottom: 0; }
      @media screen and (min-width: 48em) {
        #location #location-photos .columns:nth-child(2) img:nth-child(2) {
          width: 100%;
          max-width: 670px; } }
    #location #location-photos #waffle-head-container {
      display: none;
      position: absolute;
      overflow: hidden;
      top: -519px;
      right: 0px;
      width: 321px;
      height: 575px; }
      @media screen and (min-width: 64em) {
        #location #location-photos #waffle-head-container {
          display: block; } }
    #location #location-photos #waffle-head {
      display: none;
      position: absolute;
      overflow: hidden;
      width: 321px;
      height: 575px;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 1300ms;
      -moz-transition-duration: 1300ms;
      transition-duration: 1300ms;
      -webkit-transition-delay: 100ms;
      -moz-transition-delay: 100ms;
      transition-delay: 100ms;
      -webkit-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
      -moz-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
      transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005); }
      @media screen and (min-width: 64em) {
        #location #location-photos #waffle-head {
          display: block; } }
      #location #location-photos #waffle-head #waffle {
        display: inline-block;
        width: 293px;
        height: 270px;
        background-image: url("/wp-content/themes/waffle-stop-child/library/img//ws-waffle.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 293px 270px;
        position: absolute;
        top: 40px;
        right: -72px;
        z-index: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 700ms;
        -moz-transition-duration: 700ms;
        transition-duration: 700ms;
        -webkit-transition-delay: 700ms;
        -moz-transition-delay: 700ms;
        transition-delay: 700ms;
        -webkit-transition-timing-function: cubic-bezier(0.3, 0, 0.21, 1.8);
        -moz-transition-timing-function: cubic-bezier(0.3, 0, 0.21, 1.8);
        transition-timing-function: cubic-bezier(0.3, 0, 0.21, 1.8); }
      #location #location-photos #waffle-head #head {
        display: inline-block;
        width: 321px;
        height: 322px;
        background-image: url("/wp-content/themes/waffle-stop-child/library/img//ws-head-yellow.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 321px 322px;
        position: absolute;
        bottom: 0;
        right: -50px;
        z-index: 2; }

#location-sidebar-cont {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 4;
  visibility: hidden;
  -webkit-transition: visibility 0ms 500ms;
  -moz-transition: visibility 0ms 500ms;
  transition: visibility 0ms 500ms; }
  .sidebar-open #location-sidebar-cont {
    visibility: visible;
    -webkit-transition: visibility 0ms 0ms;
    -moz-transition: visibility 0ms 0ms;
    transition: visibility 0ms 0ms; }
  #location-sidebar-cont #location-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    padding: 32px 32px 67px;
    background-color: #264c59;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    z-index: 4;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    -moz-transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005);
    transition-timing-function: cubic-bezier(0.485, -0.045, 0, 1.005); }
    @media screen and (min-width: 35em) {
      #location-sidebar-cont #location-sidebar {
        width: 560px; } }
    .sidebar-open #location-sidebar-cont #location-sidebar {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%); }
      .sidebar-open #location-sidebar-cont #location-sidebar .s-header {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        transition-delay: 100ms; }
      .sidebar-open #location-sidebar-cont #location-sidebar .s-locations a .s-image-container,
      .sidebar-open #location-sidebar-cont #location-sidebar .s-locations a .s-label {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px); }
      .sidebar-open #location-sidebar-cont #location-sidebar .s-locations a:nth-child(1) .s-image-container,
      .sidebar-open #location-sidebar-cont #location-sidebar .s-locations a:nth-child(1) .s-label {
        -webkit-transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        transition-delay: 200ms; }
      .sidebar-open #location-sidebar-cont #location-sidebar .s-locations a:nth-child(2) .s-image-container,
      .sidebar-open #location-sidebar-cont #location-sidebar .s-locations a:nth-child(2) .s-label {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        transition-delay: 300ms; }
      .sidebar-open #location-sidebar-cont #location-sidebar .s-locations a:nth-child(3) .s-image-container,
      .sidebar-open #location-sidebar-cont #location-sidebar .s-locations a:nth-child(3) .s-label {
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        transition-delay: 400ms; }
    #location-sidebar-cont #location-sidebar .s-header {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 47px;
      opacity: 0;
      -webkit-transform: translateX(60px);
      -moz-transform: translateX(60px);
      -ms-transform: translateX(60px);
      -o-transform: translateX(60px);
      transform: translateX(60px);
      -webkit-transition: -webkit-transform 800ms, opacity 600ms 100ms;
      -moz-transition: -moz-transform 800ms, opacity 600ms 100ms;
      transition: opacity 600ms 100ms, -webkit-transform 800ms;
      transition: transform 800ms, opacity 600ms 100ms;
      transition: transform 800ms, opacity 600ms 100ms, -webkit-transform 800ms; }
      #location-sidebar-cont #location-sidebar .s-header h3 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        font-size: 0.8125em;
        color: #ffb700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0;
        line-height: 26px;
        position: relative;
        margin: 0; }
        #location-sidebar-cont #location-sidebar .s-header h3 span {
          padding-right: 6px;
          position: relative;
          z-index: 2; }
          @media screen and (min-width: 30em) {
            #location-sidebar-cont #location-sidebar .s-header h3 span {
              padding-right: 26px; } }
        #location-sidebar-cont #location-sidebar .s-header h3:after {
          content: '';
          display: block;
          width: 100%;
          height: 3px;
          background-color: #ffb700;
          position: relative;
          top: 12px;
          border-radius: 5px;
          z-index: 1; }
      #location-sidebar-cont #location-sidebar .s-header .close-sidebar {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 64px;
        height: 64px;
        border-radius: 64px;
        background-color: #FFFFFF;
        position: relative;
        margin-left: 30px;
        cursor: pointer;
        -webkit-transition: opacity 400ms;
        -moz-transition: opacity 400ms;
        transition: opacity 400ms; }
        .no-touchevents #location-sidebar-cont #location-sidebar .s-header .close-sidebar:hover {
          opacity: 0.5; }
        #location-sidebar-cont #location-sidebar .s-header .close-sidebar:before, #location-sidebar-cont #location-sidebar .s-header .close-sidebar:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          background-color: #264c59;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        #location-sidebar-cont #location-sidebar .s-header .close-sidebar:before {
          width: 16px;
          height: 2px;
          margin-top: -1px;
          margin-left: -8px; }
        #location-sidebar-cont #location-sidebar .s-header .close-sidebar:after {
          width: 2px;
          height: 16px;
          margin-top: -8px;
          margin-left: -1px; }
    #location-sidebar-cont #location-sidebar .s-locations:hover a:not(:hover) {
      opacity: 0.5; }
    #location-sidebar-cont #location-sidebar .s-locations a {
      display: block;
      padding-bottom: 48px;
      opacity: 1;
      -webkit-transition: opacity 500ms;
      -moz-transition: opacity 500ms;
      transition: opacity 500ms; }
      .no-touchevents #location-sidebar-cont #location-sidebar .s-locations a:hover .s-image-container img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: -webkit-transform 8000ms;
        -moz-transition: -moz-transform 8000ms;
        transition: -webkit-transform 8000ms;
        transition: transform 8000ms;
        transition: transform 8000ms, -webkit-transform 8000ms; }
      .no-touchevents #location-sidebar-cont #location-sidebar .s-locations a:hover .s-label:before {
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px); }
      #location-sidebar-cont #location-sidebar .s-locations a:last-child {
        padding-bottom: 0; }
      #location-sidebar-cont #location-sidebar .s-locations a > * {
        pointer-events: none; }
      #location-sidebar-cont #location-sidebar .s-locations a .s-image-container {
        margin-bottom: 10px;
        overflow: hidden;
        opacity: 0;
        -webkit-transform: translateX(60px);
        -moz-transform: translateX(60px);
        -ms-transform: translateX(60px);
        -o-transform: translateX(60px);
        transform: translateX(60px);
        -webkit-transition: -webkit-transform 800ms, opacity 600ms 100ms;
        -moz-transition: -moz-transform 800ms, opacity 600ms 100ms;
        transition: opacity 600ms 100ms, -webkit-transform 800ms;
        transition: transform 800ms, opacity 600ms 100ms;
        transition: transform 800ms, opacity 600ms 100ms, -webkit-transform 800ms; }
        #location-sidebar-cont #location-sidebar .s-locations a .s-image-container img {
          opacity: 1;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
          -webkit-transition: -webkit-transform 800ms, opacity 500ms;
          -moz-transition: -moz-transform 800ms, opacity 500ms;
          transition: opacity 500ms, -webkit-transform 800ms;
          transition: transform 800ms, opacity 500ms;
          transition: transform 800ms, opacity 500ms, -webkit-transform 800ms; }
      #location-sidebar-cont #location-sidebar .s-locations a .s-label {
        text-align: right;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0;
        -webkit-transform: translateX(60px);
        -moz-transform: translateX(60px);
        -ms-transform: translateX(60px);
        -o-transform: translateX(60px);
        transform: translateX(60px);
        -webkit-transition: -webkit-transform 800ms, opacity 600ms 100ms;
        -moz-transition: -moz-transform 800ms, opacity 600ms 100ms;
        transition: opacity 600ms 100ms, -webkit-transform 800ms;
        transition: transform 800ms, opacity 600ms 100ms;
        transition: transform 800ms, opacity 600ms 100ms, -webkit-transform 800ms; }
        #location-sidebar-cont #location-sidebar .s-locations a .s-label:before {
          content: '';
          display: inline-block;
          width: 36px;
          height: 57px;
          background-image: url("/wp-content/themes/waffle-stop-child/library/img/ws-waffle-head-small-white.svg");
          background-position: center;
          background-repeat: no-repeat;
          -webkit-transform: translateX(0px);
          -moz-transform: translateX(0px);
          -ms-transform: translateX(0px);
          -o-transform: translateX(0px);
          transform: translateX(0px);
          -webkit-transition-property: -webkit-transform;
          -moz-transition-property: -moz-transform;
          transition-property: -webkit-transform;
          transition-property: transform;
          transition-property: transform, -webkit-transform;
          -webkit-transition-duration: 400ms;
          -moz-transition-duration: 400ms;
          transition-duration: 400ms; }
        #location-sidebar-cont #location-sidebar .s-locations a .s-label h4 {
          color: #ffb700;
          font-family: 'Amatic SC', cursive;
          font-weight: 700;
          font-size: 4.5em;
          letter-spacing: 0;
          line-height: 72px;
          text-transform: uppercase;
          margin-bottom: 0;
          -webkit-transition: opacity 400ms;
          -moz-transition: opacity 400ms;
          transition: opacity 400ms; }
