/*
  Theme Name: aceituna
  Theme URI: http://aceitunagrill.com
  Author: Michael Isley
  Author URI: http://isleybear.com
  version: 2.0.1
  edit: 07/10/16
  log:
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * 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: default; }

/**
   * 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=40em&large=64em&xlarge=75em&xxlarge=90em"; }

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

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

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

.row {
  max-width: 65.625rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

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

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

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

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

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

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

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

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

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

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

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

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

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

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-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; }

.clearfix::after {
  clear: both; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
  Theme Name: aceituna
  Theme URI: http://aceitunagrill.com
  Author: Michael Isley
  Author URI: http://isleybear.com
  version: 2.0.1
  edit: 07/10/16
  log:
//
// Document Contents (search them as keywords, prepend *)
//    *globals    - Global SaSS Variables
//    *document   - global (site-wide) styles
//    *header     - site-wide header styles
//    *nav        - site-wide navigation styles
//    *footer 		- site-wide footer styles
//    *home       - homepage-specific styles
//    *generic    - Page styles for generic pages
//    *menu 			- page styles for menu pages
//    *locations 	- page styles for locations page
// 		*our-story 	- page styles for our story page
//    *catering 	- page styles for catering page
//    *careers    - page styles for careers page
//		*wordpress  - wordpress specific styles/hacks
//    *modal
*/
.text-white {
  color: white !important; }

.text-green {
  color: #93943c !important; }

.text-dark-green {
  color: #5a6536 !important; }

.text-light-gray {
  color: #757175 !important; }

.text-dark-orange {
  color: #9b653a !important; }

.text-orange {
  color: #c17d41 !important; }

.text-rice-plate {
  color: #e46a45 !important; }

.text-pita-roll-up {
  color: #f69f36 !important; }

.text-dark-gray {
  color: #403d40 !important; }

.strong {
  font-weight: 700 !important;
  text-transform: uppercase !important; }

body {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #3a333a;
  background-color: white; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    body {
      width: 100%;
      height: 100%; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif; }

a, a:link {
  color: #c0be8d; }
  a:visited, a:active, a:link:visited, a:link:active {
    color: #5a6536; }

::selection {
  background-color: #dbd2c6;
  color: white; }

p {
  margin: 18px 0; }

strong {
  font-weight: bold; }

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

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

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

.right {
  float: right; }

.left {
  float: left; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .invisible-small {
    opacity: 0; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .invisible-medium {
    opacity: 0; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .invisible-large {
    opacity: 0; } }

@media screen and (min-width: 40em) {
  .border-left {
    border-left: 1px solid #e0dee1;
    padding-left: 30px; } }

@media screen and (min-width: 40em) {
  .border-right {
    border-right: 1px solid #e0dee1;
    padding-right: 30px; } }

.offset-right-background-image {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50%; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .offset-right-background-image {
      background-image: none !important; } }

.offset-left-background-image {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50%; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .offset-left-background-image {
      background-image: none !important; } }

[data-background-color='off-white'] {
  background-color: #fdf6ec; }

[data-background-color='tan'] {
  background-color: #dbd2c6; }

[data-background-color='dark-purple'] {
  background-color: #3a333a; }

.text-shadow, #siteContent header.banner h1, #menuPage .banner h1, #menuPage .banner h2, #menuPage .rev_slider, #menuPage .dessert-options, #siteContent[data-page-id="catering"] .catering-options {
  text-shadow: 2px 2px 15px #3a333a; }

#siteContent header.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-top: 150px; }
  @media screen and (min-width: 40em) {
    #siteContent header.banner {
      padding-top: 190px; } }
  @media screen and (min-width: 64em) {
    #siteContent header.banner {
      padding-top: 290px; } }
  #siteContent header.banner h1 {
    color: white;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700; }
    @media screen and (min-width: 0em) and (max-width: 39.9375em) {
      #siteContent header.banner h1 {
        font-size: 35px; } }
  #siteContent header.banner .banner-overlay {
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    margin-top: 60px;
    padding: 45px 15px;
    text-align: center; }
    #siteContent header.banner .banner-overlay h2 {
      font-family: "Nunito", sans-serif;
      color: #c17d41;
      font-size: 30px;
      line-height: 40px;
      letter-spacing: 1px; }

#siteContent article.content {
  padding: 70px 0 50px 0; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    #siteContent article.content {
      padding: 8% 8% 0 8%; } }
  #siteContent article.content p.blockquote {
    color: #999299;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 1px; }
    #siteContent article.content p.blockquote span {
      font-family: "Quicksand", sans-serif;
      font-size: 20px;
      color: #999299;
      text-transform: uppercase;
      font-weight: 700; }
      #siteContent article.content p.blockquote span.email {
        font-size: 16px; }
  #siteContent article.content.join-banner {
    background-color: #93943c;
    text-align: center;
    padding: 30px;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 1px; }
    #siteContent article.content.join-banner a {
      color: white;
      text-decoration: none; }
      #siteContent article.content.join-banner a span {
        font-family: "Quicksand", sans-serif;
        border-bottom: 2px solid white;
        padding-bottom: 1px;
        text-transform: uppercase;
        font-weight: bold; }

#siteContent h3 {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #c17d41;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    #siteContent h3 {
      margin-top: 15px; } }

#siteContent h4 {
  color: #999299;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: .04em; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    #siteContent h4 {
      margin-bottom: 15px; } }

#siteContent p {
  font-size: 18px;
  line-height: 26px;
  margin: 10px 0;
  letter-spacing: .03em; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #siteContent {
    text-align: center; } }

#header {
  background-repeat: repeat-x;
  background-position: center top;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
  transition: top 1s ease; }
  @media screen and (min-width: 40em) {
    #header {
      background-image: url("/img/top-header/nav_background_tablet.png");
      min-height: 160px; } }
  @media screen and (min-width: 64em) {
    #header {
      background-image: url("/img/top-header/nav_background.png");
      min-height: 250px; } }

#notificationBar {
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 50px;
  background-color: rgba(193, 125, 65, 0.9);
  font-family: "Quicksand", sans-serif;
  padding: 5px 40px 5px 5px;
  font-size: 16px;
  text-align: center;
  color: white;
  z-index: 10000;
  background-size: cover;
  line-height: normal;
  transition: all .5s ease-out 0.06s; }
  #notificationBar a {
    color: white;
    text-decoration: none; }
    #notificationBar a.notification-bar-close {
      display: block;
      text-decoration: none;
      font-size: 25px;
      position: absolute;
      right: 0px;
      top: 0px;
      width: 40px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      cursor: pointer;
      z-index: 2; }
      #notificationBar a.notification-bar-close:hover {
        color: #999;
        cursor: pointer; }
  #notificationBar[data-hide-section="true"] {
    display: none !important;
    opacity: 0 !important; }
  #notificationBar .notification-bar__text-container a {
    text-decoration: underline; }

#top-header {
  display: block;
  background-color: transparent;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: white;
  overflow: hidden; }
  #top-header a {
    color: white;
    text-decoration: none; }
    #top-header a:hover {
      color: #ccc; }
  #top-header a.social {
    display: inline-block;
    padding: 4px;
    position: relative; }
    #top-header a.social img {
      max-height: 18px;
      max-width: 18px; }
    #top-header a.social:hover {
      opacity: .6; }
  #top-header .special {
    color: #c0be8d; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      #top-header .special {
        margin-left: 15px; } }
  #top-header .get-social-with-us {
    display: inline-block;
    position: relative;
    top: -4px;
    letter-spacing: .03em; }
    #top-header .get-social-with-us a {
      color: white;
      font-weight: bold;
      text-decoration: none; }
      #top-header .get-social-with-us a:hover {
        text-decoration: underline; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    #top-header {
      display: none; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #siteNavigation #mobileNavigationContent {
    background-color: white;
    padding: 40px 0;
    opacity: 0;
    transition: opacity 1s ease-in-out; }
    #siteNavigation #mobileNavigationContent ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #siteNavigation #mobileNavigationContent ul li {
        display: block;
        width: 100%; }
        #siteNavigation #mobileNavigationContent ul li:hover {
          background-color: #999299; }
          #siteNavigation #mobileNavigationContent ul li:hover a {
            color: white; }
        #siteNavigation #mobileNavigationContent ul li a {
          color: #333;
          display: block;
          text-decoration: none;
          font-size: 28px;
          height: 40px;
          margin: 20px;
          line-height: 40px;
          text-transform: uppercase; }
        #siteNavigation #mobileNavigationContent ul li.has-dropdown.active ul {
          display: block; }
        #siteNavigation #mobileNavigationContent ul li.has-dropdown ul {
          background-color: #999299;
          display: none; }
          #siteNavigation #mobileNavigationContent ul li.has-dropdown ul li span {
            display: block;
            color: white;
            background-color: darkred;
            padding: 6px;
            text-align: center;
            text-transform: uppercase; }
          #siteNavigation #mobileNavigationContent ul li.has-dropdown ul li a {
            color: white;
            font-size: 18px;
            margin: 5px;
            padding-left: 10px; }
    #siteNavigation #mobileNavigationContent .information {
      padding: 20px; }
      #siteNavigation #mobileNavigationContent .information a {
        text-decoration: none;
        font-size: 20px;
        line-height: 26px;
        color: #403d40; }
        #siteNavigation #mobileNavigationContent .information a:hover {
          text-decoration: underline; }
    #siteNavigation #mobileNavigationContent h5 {
      font-family: "Nunito", sans-serif;
      color: #5a6536;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 26px;
      font-weight: 700;
      margin-bottom: 10px; }
  #mobileNavigationBar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    transition: top 1s ease; }
    #mobileNavigationBar .logo-home-absolute {
      display: block;
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0;
      width: 27%;
      height: 100%; }
    #mobileNavigationBar .mobile-menu-toggle-button {
      position: absolute;
      right: 13px;
      bottom: 51%;
      width: 100%;
      max-width: 8%;
      cursor: pointer; }
    #mobileNavigationBar .mobile-nav-social {
      position: absolute;
      bottom: 51%;
      left: 13px; }
    #mobileNavigationBar a.social {
      display: inline; }
      #mobileNavigationBar a.social img {
        width: 100%;
        max-width: 7%; }
  #panelForMobileSlideout {
    background-color: white;
    z-index: 5005;
    box-shadow: 4px 0px 7px 0px #757175; }
  .slideout-menu {
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none; }
  .slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform; }
  .slideout-open,
  .slideout-open body,
  .slideout-open .slideout-panel {
    overflow: hidden; }
  .slideout-open .slideout-menu {
    display: block; } }

@media screen and (min-width: 40em) {
  #siteNavigation, #navFloater {
    position: relative;
    background-color: transparent;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 1; } }
  @media screen and (min-width: 40em) and (min-width: 64em) {
    #siteNavigation, #navFloater {
      font-size: 18px; } }

@media screen and (min-width: 40em) {
    #siteNavigation ul, #navFloater ul {
      margin: 0;
      padding: 0; } }
    @media screen and (min-width: 40em) and (min-width: 64em) {
      #siteNavigation ul, #navFloater ul {
        padding-left: 20px; } }

@media screen and (min-width: 40em) {
      #siteNavigation ul li, #navFloater ul li {
        margin: 0;
        padding: 0;
        display: inline; }
        #siteNavigation ul li a, #navFloater ul li a {
          display: inline-block;
          margin: 0 4px;
          color: #403d40;
          text-decoration: none; } }
        @media screen and (min-width: 40em) and (min-width: 64em) {
          #siteNavigation ul li a, #navFloater ul li a {
            margin: 0 16px; } }

@media screen and (min-width: 40em) {
          #siteNavigation ul li a:hover, #navFloater ul li a:hover {
            color: #999299; }
        #siteNavigation ul li.divider, #navFloater ul li.divider {
          display: inline-block;
          position: relative;
          width: 130px; } }
        @media screen and (min-width: 40em) and (min-width: 64em) {
          #siteNavigation ul li.divider, #navFloater ul li.divider {
            width: 160px; } }

@media screen and (min-width: 40em) {
          #siteNavigation ul li.divider a, #navFloater ul li.divider a {
            position: absolute;
            display: none; } }
          @media screen and (min-width: 40em) and (min-width: 40em) {
            #siteNavigation ul li.divider a, #navFloater ul li.divider a {
              display: block;
              top: -74px;
              right: 0;
              left: -4px;
              height: 160px;
              width: 115px; } }
          @media screen and (min-width: 40em) and (min-width: 64em) {
            #siteNavigation ul li.divider a, #navFloater ul li.divider a {
              top: -75px;
              right: 0;
              left: -18px;
              height: 250px;
              width: 180px; } }

@media screen and (min-width: 40em) {
        #siteNavigation ul li.has-dropdown, #navFloater ul li.has-dropdown {
          position: relative;
          display: inline-block; }
          #siteNavigation ul li.has-dropdown .new-sticker, #navFloater ul li.has-dropdown .new-sticker {
            display: block;
            position: absolute;
            left: -25px;
            top: 0px;
            max-width: 30px; } }
          @media screen and (min-width: 40em) and (min-width: 64em) {
            #siteNavigation ul li.has-dropdown .new-sticker, #navFloater ul li.has-dropdown .new-sticker {
              left: -20px;
              top: 3px;
              max-width: 39px; } }

@media screen and (min-width: 40em) {
          #siteNavigation ul li.has-dropdown:hover > a, #navFloater ul li.has-dropdown:hover > a {
            color: #999299; }
          #siteNavigation ul li.has-dropdown:hover ul, #navFloater ul li.has-dropdown:hover ul {
            display: block; }
          #siteNavigation ul li.has-dropdown:hover .new-sticker, #navFloater ul li.has-dropdown:hover .new-sticker {
            opacity: .9; }
          #siteNavigation ul li.has-dropdown ul, #navFloater ul li.has-dropdown ul {
            display: none;
            position: absolute;
            background-color: rgba(255, 255, 255, 0.96);
            margin: 0;
            padding: 15px 7.5px 7.5px 7.5px;
            left: 0px;
            top: 70px;
            right: 0;
            box-shadow: 1px 1px 1px #999; }
            #siteNavigation ul li.has-dropdown ul li, #navFloater ul li.has-dropdown ul li {
              position: relative; }
              #siteNavigation ul li.has-dropdown ul li span.select-restaurant, #navFloater ul li.has-dropdown ul li span.select-restaurant {
                display: block;
                font-size: 10px;
                color: darkred;
                margin-bottom: 7.5px;
                line-height: normal; }
              #siteNavigation ul li.has-dropdown ul li a, #navFloater ul li.has-dropdown ul li a {
                display: block;
                font-size: 14px;
                line-height: normal;
                margin: 0;
                padding: 7.5px 0; }
  #navFloater {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0px 0px 10px 3px #bebebe; }
    #navFloater .floater-logo img {
      position: absolute;
      left: 0;
      right: 0;
      top: 23px;
      max-width: 123px;
      margin: 0 auto; } }
    @media screen and (min-width: 40em) and (min-width: 64em) {
      #navFloater .floater-logo img {
        top: 20px;
        max-width: 170px; } }

@media screen and (min-width: 40em) {
    #navFloater ul li.divider a {
      height: 70px; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #navFloater, .new-sticker {
    display: none !important; } }

#home {
  background-color: white;
  position: relative;
  padding: 0 8%; }
  @media screen and (min-width: 40em) {
    #home {
      padding: 0; } }
  #home h1 {
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 26px;
    margin: 20px auto;
    color: #c17d41; }
    @media screen and (min-width: 40em) {
      #home h1 {
        margin: 35px auto; } }
  #home .homepage-cta {
    position: relative;
    display: block;
    margin-bottom: 10px;
    cursor: pointer; }
    #home .homepage-cta h3 {
      position: absolute;
      left: 10px;
      right: 10px;
      margin: 0 auto;
      top: 10%;
      font-size: 18px;
      line-height: 26px;
      color: white;
      text-shadow: 2px 2px 10px rgba(91, 45, 18, 0.6);
      text-transform: uppercase;
      text-align: center; }
      #home .homepage-cta h3 .special {
        display: block;
        font-size: 26px; }
      @media screen and (min-width: 40em) {
        #home .homepage-cta h3 {
          left: 15px;
          right: 15px;
          font-size: 14px; }
          #home .homepage-cta h3 .special {
            font-size: 23px; } }
      @media screen and (min-width: 64em) {
        #home .homepage-cta h3 {
          font-size: 18px; }
          #home .homepage-cta h3 .special {
            font-size: 26px; } }
    #home .homepage-cta img {
      width: 100%; }
    #home .homepage-cta .gradient {
      position: absolute;
      left: 10px;
      right: 10px;
      top: 0;
      height: 55%;
      transition: background 1s, height 1s, transform 1s;
      background: linear-gradient(to bottom, #dbd2c6 0%, rgba(219, 210, 198, 0.8) 48%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$tan', endColorstr='#00ffffff',GradientType=0 ); }
      @media screen and (min-width: 40em) {
        #home .homepage-cta .gradient {
          left: 15px;
          right: 15px; } }
    #home .homepage-cta:hover .gradient {
      height: 100%; }

#quoteContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 600px; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    #quoteContainer {
      background-image: url("/img/home/Home-Slider1-1440x900-2x.jpg"); } }
  @media screen and (min-width: 40em) {
    #quoteContainer {
      height: 100vh;
      min-height: 600px; } }
  @media screen and (min-width: 64em) {
    #quoteContainer {
      min-height: 850px; } }
  #quoteContainer h2 {
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 auto;
    color: white;
    position: relative;
    text-align: center;
    max-width: 280px;
    font-size: 22px;
    line-height: 32px;
    text-shadow: 2px 2px 15px #3a333a;
    left: -999px;
    transition: left .5s ease-in-out;
    -webkit-transition: left .5s ease-in-out;
    font-style: italic;
    font-weight: bold; }
    @media screen and (min-width: 40em) {
      #quoteContainer h2 {
        position: relative;
        max-width: 400px;
        font-size: 36px;
        line-height: 46px; } }
    @media screen and (min-width: 64em) {
      #quoteContainer h2 {
        max-width: 500px;
        font-size: 48px;
        line-height: 61px; } }
    #quoteContainer h2 span {
      position: relative;
      font-family: "Quicksand", sans-serif;
      font-weight: 700;
      letter-spacing: 0px;
      font-size: 24px;
      white-space: nowrap;
      line-height: normal;
      text-transform: uppercase;
      font-style: normal; }
      @media screen and (min-width: 0em) and (max-width: 39.9375em) {
        #quoteContainer h2 span {
          font-size: 12px; } }
      #quoteContainer h2 span img {
        display: inline-block;
        position: relative;
        white-space: nowrap;
        width: 100%;
        max-width: 46px;
        margin-left: 5px;
        top: 1px; }
    #quoteContainer h2.static {
      left: 0; }

#atg_home_slider {
  text-align: center;
  text-transform: uppercase;
  color: white;
  text-shadow: -5px 0px 13px rgba(58, 51, 58, 0.8); }
  #atg_home_slider .tparrows {
    background-color: transparent;
    background-repeat: no-repeat;
    text-shadow: none;
    opacity: .3;
    transition: opacity .5s;
    height: 124px;
    width: 48px; }
    #atg_home_slider .tparrows::before, #atg_home_slider .tparrows::after {
      content: ''; }
    #atg_home_slider .tparrows.tp-leftarrow {
      background-image: url("/img/home/home-slider-leftarrow.png"); }
      #atg_home_slider .tparrows.tp-leftarrow:hover {
        opacity: 1; }
    #atg_home_slider .tparrows.tp-rightarrow {
      background-image: url("/img/home/home-slider-rightarrow.png"); }
      #atg_home_slider .tparrows.tp-rightarrow:hover {
        opacity: 1; }
    @media screen and (min-width: 0em) and (max-width: 39.9375em) {
      #atg_home_slider .tparrows {
        display: none; } }
  #atg_home_slider .tp-caption h2 {
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: normal; }
    #atg_home_slider .tp-caption h2 .author {
      font-size: 20px; }
  #atg_home_slider .tp-caption h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: normal; }
  #atg_home_slider .tp-caption a {
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: white;
    padding: 5px 10px; }
    #atg_home_slider .tp-caption a:hover {
      text-shadow: none;
      color: #403d40;
      background-color: white; }
  @media screen and (min-width: 40em) {
    #atg_home_slider .tp-caption h2 {
      font-size: 25px; }
    #atg_home_slider .tp-caption h3 {
      font-size: 60px; }
    #atg_home_slider .tp-caption a {
      font-size: 30px; } }
  @media screen and (min-width: 64em) {
    #atg_home_slider .tp-caption h2 {
      font-size: 34px;
      line-height: 54px; }
    #atg_home_slider .tp-caption h3 {
      font-size: 90px; }
    #atg_home_slider .tp-caption a {
      font-size: 40px; } }

#instagram {
  background-color: white;
  overflow: hidden;
  padding-top: 35px; }
  #instagram .jcarousel-wrapper {
    margin: 0; }
  #instagram .instagram-photo {
    position: relative; }
    #instagram .instagram-photo img {
      width: 250px;
      height: 250px !important; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    #instagram {
      margin-top: 0; } }
  @media screen and (min-width: 40em) {
    #instagram .insta-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 250px;
      height: 250px;
      background-color: rgba(117, 113, 117, 0.7);
      z-index: 2; } }

#menuPage .banner {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: none; }
  @media screen and (min-width: 40em) {
    #menuPage .banner {
      height: 400px; } }
  @media screen and (min-width: 64em) {
    #menuPage .banner {
      height: 630px; } }
  #menuPage .banner h1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20%;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    text-align: center;
    max-width: 270px;
    line-height: 20px; }
    @media screen and (min-width: 40em) {
      #menuPage .banner h1 {
        font-size: 20px;
        line-height: 30px;
        max-width: 68%; } }
    @media screen and (min-width: 64em) {
      #menuPage .banner h1 {
        font-size: 32px;
        line-height: 44px;
        max-width: 72%; } }
  #menuPage .banner h2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: white;
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 21px;
    max-width: 260px;
    top: 53%;
    font-size: 13px; }
    @media screen and (min-width: 40em) {
      #menuPage .banner h2 {
        top: 57%;
        max-width: 55%;
        font-size: 17px;
        line-height: 30px; } }
    @media screen and (min-width: 64em) {
      #menuPage .banner h2 {
        font-size: 30px;
        line-height: 40px;
        max-width: 62%; } }
  #menuPage .banner img {
    width: 100%; }
  #menuPage .banner .gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    opacity: .5;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); }
  #menuPage .banner .menu-quick-navigation {
    position: absolute;
    max-width: 1050px;
    left: 0;
    right: 0;
    bottom: 15px;
    padding: 0 15px;
    font-size: 14px;
    margin: 0 auto;
    text-transform: uppercase; }
    @media screen and (min-width: 64em) {
      #menuPage .banner .menu-quick-navigation {
        font-size: 18px; } }
    #menuPage .banner .menu-quick-navigation a {
      display: block;
      color: #fdf6ec;
      text-decoration: none;
      font-family: "Quicksand", sans-serif;
      font-weight: 700; }
      #menuPage .banner .menu-quick-navigation a:hover, #menuPage .banner .menu-quick-navigation a.active {
        color: #999299;
        text-decoration: none; }

#menuPage .controls {
  padding-bottom: 15px;
  background-color: white;
  width: 100%;
  color: #3a333a;
  display: block;
  position: relative;
  z-index: 100; }
  #menuPage .controls .step {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    height: 58px;
    width: 111px;
    padding-top: 14px;
    position: absolute;
    text-transform: uppercase;
    left: 0;
    right: 0;
    top: -45px;
    text-align: center;
    margin: 0 auto;
    background-image: url("/img/menu/controls_step_background.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat; }
  #menuPage .controls h3 {
    font-size: 42px;
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    margin: 27px auto 12px auto; }
  #menuPage .controls h4 {
    font-size: 22px;
    font-weight: 700;
    color: #999299;
    text-transform: uppercase;
    padding-bottom: 15px; }
    @media screen and (min-width: 0em) and (max-width: 39.9375em) {
      #menuPage .controls h4 {
        font-size: 17px;
        padding-bottom: 0; } }
  #menuPage .controls ul.has-subs {
    margin-top: 30px;
    margin-bottom: 0px; }
    @media screen and (min-width: 0em) and (max-width: 39.9375em) {
      #menuPage .controls ul.has-subs {
        max-width: 300px;
        margin: 0 auto; }
        #menuPage .controls ul.has-subs li a {
          font-size: 16px; } }
  #menuPage .controls ul li {
    display: inline-block;
    position: relative;
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 53px;
    color: #999299;
    padding-bottom: 15px;
    margin: 0; }
    @media screen and (min-width: 0em) and (max-width: 39.9375em) {
      #menuPage .controls ul li {
        padding-bottom: 0; } }
    #menuPage .controls ul li.divider {
      margin: 0 20px;
      border: 1px solid #999299;
      border-radius: 100%;
      line-height: 14px;
      padding: 5px 7px 7px 7px;
      text-transform: lowercase;
      top: -5px; }
    #menuPage .controls ul li a {
      display: block;
      font-family: "Quicksand", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #3a333a;
      text-transform: uppercase;
      text-decoration: none; }
      #menuPage .controls ul li a:hover, #menuPage .controls ul li a.active {
        color: #999299;
        text-decoration: underline; }
      #menuPage .controls ul li a:focus {
        outline: 0; }
      #menuPage .controls ul li a .sub-topic {
        position: absolute;
        top: -22px;
        font-size: 10px;
        left: 0;
        right: 0; }
      @media screen and (min-width: 40em) {
        #menuPage .controls ul li a {
          line-height: 28px;
          font-size: 16px; }
          #menuPage .controls ul li a .sub-topic {
            font-size: 11px; } }
      @media screen and (min-width: 64em) {
        #menuPage .controls ul li a {
          font-size: 27px; }
          #menuPage .controls ul li a .sub-topic {
            font-size: 18px; } }
    @media screen and (min-width: 0em) and (max-width: 39.9375em) {
      #menuPage .controls ul li.divider {
        margin: 0 2px auto 2px;
        padding: 2px 4px 2px 4px;
        top: -2px;
        font-size: 10px;
        max-width: 20px; }
      #menuPage .controls ul li a {
        font-size: 14px; } }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    #menuPage .controls h3 {
      font-size: 30px;
      margin-top: 15px; } }

#menuPage article.parent-feature {
  text-align: center; }
  #menuPage article.parent-feature.salad {
    background-color: #f8f8f0;
    background-image: url("/img/menu/Menu-Salad-Hero-BG-1920x670-2x.jpg");
    background-size: cover;
    background-repeat: repeat-x; }
    #menuPage article.parent-feature.salad h3 {
      color: #a5a33a; }
  #menuPage article.parent-feature.pita-roll-up {
    background-color: #fdf6ec;
    background-image: url("/img/menu/Menu-Pita-Hero-BG-1920x670-2x.jpg");
    background-size: cover;
    background-repeat: repeat-x; }
  #menuPage article.parent-feature.rice-plate {
    background-color: #fbf2f0;
    background-image: url("/img/menu/Menu-RicePlate-Hero-BG-1920x670-2x.jpg");
    background-size: cover;
    background-repeat: repeat-x; }
  #menuPage article.parent-feature.sides-desserts {
    background-color: #fdf6ec; }
  @media screen and (min-width: 40em) {
    #menuPage article.parent-feature {
      text-align: left; } }
  #menuPage article.parent-feature h3 {
    color: #c17d41;
    text-transform: uppercase;
    margin-top: 25px;
    font-size: 28px;
    margin-bottom: 20px; }
    @media screen and (min-width: 40em) {
      #menuPage article.parent-feature h3 {
        margin-top: 90px;
        font-size: 20px;
        margin-bottom: 15px; } }
    @media screen and (min-width: 64em) {
      #menuPage article.parent-feature h3 {
        font-size: 30px;
        margin-bottom: 40px;
        margin-top: 130px; } }
  #menuPage article.parent-feature p {
    font-size: 20px;
    line-height: 28px;
    width: 85%;
    margin: 0 auto;
    color: #999299; }
    @media screen and (min-width: 40em) {
      #menuPage article.parent-feature p {
        margin: auto;
        width: 100%;
        font-size: 20px;
        line-height: 28px; } }
    @media screen and (min-width: 64em) {
      #menuPage article.parent-feature p {
        font-size: 26px;
        line-height: 36px; } }
  #menuPage article.parent-feature img {
    margin-top: 40px;
    width: 100%; }
    @media screen and (min-width: 40em) {
      #menuPage article.parent-feature img {
        margin-top: 70px; } }

#menuPage .sides-options {
  padding: 40px 0;
  display: block;
  position: relative; }
  #menuPage .sides-options.salad {
    background-color: #f8f8f0; }
  #menuPage .sides-options.rice-plate {
    background-color: #fbf2f0; }
  #menuPage .sides-options.pita-roll-up {
    background-color: #fdf6ec; }
  #menuPage .sides-options.sides-desserts {
    background-color: #fdf6ec; }
  #menuPage .sides-options .option {
    cursor: pointer; }
    #menuPage .sides-options .option .active-state {
      display: block; }
      #menuPage .sides-options .option .active-state span {
        display: block;
        text-align: center;
        margin: 10px 0 15px 0;
        font-size: 26px;
        font-weight: 300;
        color: #999299; }
    #menuPage .sides-options .option .hover-state {
      padding: 10% 16%;
      display: none;
      text-align: center;
      overflow-x: hidden;
      overflow-y: scroll;
      border: 6px solid white;
      border-radius: 100%;
      height: 85%; }
      #menuPage .sides-options .option .hover-state::-webkit-scrollbar {
        display: none; }
      #menuPage .sides-options .option .hover-state .side-title {
        color: #403d40;
        font-weight: 300;
        line-height: normal;
        font-size: 17px;
        margin-bottom: 7px; }
      #menuPage .sides-options .option .hover-state .side-body {
        font-size: 12px;
        color: #999299;
        line-height: normal; }
      @media screen and (min-width: 40em) {
        #menuPage .sides-options .option .hover-state .side-title {
          font-size: 20px; }
        #menuPage .sides-options .option .hover-state .side-body {
          font-size: 14px; } }
      @media screen and (min-width: 64em) {
        #menuPage .sides-options .option .hover-state .side-title {
          font-size: 26px; }
        #menuPage .sides-options .option .hover-state .side-body {
          font-size: 15px; } }

#menuPage .rev_slider .tp-caption.second {
  position: relative;
  text-align: center; }

#menuPage .rev_slider .tp-caption h2 {
  color: white;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase; }

#menuPage .rev_slider .tp-caption p {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: white; }

#menuPage .rev_slider .tp-caption img {
  max-width: 200px !important;
  max-height: 200px !important; }

#menuPage .rev_slider .tp-caption a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 2px solid white;
  padding-bottom: 12px;
  text-decoration: none;
  margin-top: 20px;
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700; }
  #menuPage .rev_slider .tp-caption a:hover {
    opacity: .7; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #menuPage .rev_slider .tp-caption {
    text-align: center;
    width: 320px; }
    #menuPage .rev_slider .tp-caption p {
      max-width: none; } }

@media screen and (min-width: 40em) {
  #menuPage .rev_slider .tp-caption h2 {
    width: 400px;
    font-size: 30px;
    line-height: 40px; }
  #menuPage .rev_slider .tp-caption p {
    font-size: 24px;
    line-height: 34px; } }

@media screen and (min-width: 64em) {
  #menuPage .rev_slider .tp-caption h2 {
    width: 600px; } }

#menuPage .footer-navigation {
  line-height: normal; }
  #menuPage .footer-navigation .overlay {
    opacity: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity .4s ease-in-out; }
  #menuPage .footer-navigation span {
    display: block;
    line-height: normal;
    color: white;
    font-size: 26px;
    margin-bottom: 10px; }
  #menuPage .footer-navigation a {
    position: relative;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: white;
    text-decoration: none;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    line-height: 45px; }
  #menuPage .footer-navigation .section {
    position: relative;
    padding: 120px 45px 30px 45px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    #menuPage .footer-navigation .section:hover .overlay {
      opacity: 0; }

#menuPage .dessert-options {
  text-align: center; }
  #menuPage .dessert-options .title {
    font-size: 30px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: normal; }
  #menuPage .dessert-options .body {
    color: white;
    font-size: 26px;
    line-height: 36px; }
  #menuPage .dessert-options .option {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 8% 8% 14% 8%; }
  @media screen and (min-width: 40em) {
    #menuPage .dessert-options {
      text-align: left; }
      #menuPage .dessert-options .title {
        font-size: 24px; }
      #menuPage .dessert-options .body {
        font-size: 18px;
        line-height: normal; }
      #menuPage .dessert-options .option {
        padding: 8% 4% 8% 21%; }
        #menuPage .dessert-options .option:nth-child(even) {
          padding: 8% 20% 8% 4%; } }
  @media screen and (min-width: 64em) {
    #menuPage .dessert-options .title {
      font-size: 30px; }
    #menuPage .dessert-options .body {
      font-size: 26px;
      line-height: 36px; } }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #siteContent[data-page-id="locations"] .banner {
    background-image: url("/img/locations/Header-Locations-1920x630-2x.jpg"); } }

#siteContent[data-page-id="locations"] .location-alert {
  color: darkred;
  font-size: 14px;
  margin-bottom: 20px; }

#siteContent[data-page-id="locations"] .location-banner-image {
  width: 100%; }

#siteContent[data-page-id="locations"] .location-content {
  background-color: #fdf6ec;
  line-height: normal;
  display: block;
  position: relative;
  top: -3px;
  padding: 25px;
  font-size: 18px;
  line-height: 24px; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    #siteContent[data-page-id="locations"] .location-content {
      margin-bottom: 15px; } }
  #siteContent[data-page-id="locations"] .location-content a {
    color: #3a333a; }
    #siteContent[data-page-id="locations"] .location-content a:hover {
      text-decoration: underline; }
  #siteContent[data-page-id="locations"] .location-content h2 {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px; }
    #siteContent[data-page-id="locations"] .location-content h2 a {
      text-decoration: none; }

#siteContent[data-page-id="our-story"] header.banner {
  padding-bottom: 60px; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    #siteContent[data-page-id="our-story"] header.banner {
      background-image: url("/img/our-story/Header-OurStory-1920x630-2x.jpg"); } }

#siteContent[data-page-id="our-story"] .content {
  padding: 50px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  #siteContent[data-page-id="our-story"] .content.border {
    padding-bottom: 0px; }
    #siteContent[data-page-id="our-story"] .content.border .row {
      padding-bottom: 50px;
      border-bottom: 2px solid rgba(153, 146, 153, 0.2); }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    #siteContent[data-page-id="our-story"] .content {
      padding: 25px 8%; }
      #siteContent[data-page-id="our-story"] .content.border .row {
        padding-bottom: 25px; } }
  #siteContent[data-page-id="our-story"] .content h3 {
    margin-top: 15px;
    font-size: 18px; }
  #siteContent[data-page-id="our-story"] .content p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 26px; }
    #siteContent[data-page-id="our-story"] .content p.special {
      font-size: 18px;
      letter-spacing: .03em; }
    #siteContent[data-page-id="our-story"] .content p.strong {
      letter-spacing: 1px;
      font-family: "Quicksand", sans-serif; }
  #siteContent[data-page-id="our-story"] .content .leaf {
    position: absolute;
    right: -50px;
    top: -50px; }
  #siteContent[data-page-id="our-story"] .content.olive-section p {
    font-size: 20px;
    line-height: 26px; }
  #siteContent[data-page-id="our-story"] .content.shawarma-section p {
    font-size: 20px;
    line-height: 26px; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #siteContent[data-page-id="catering"] .banner {
    background-image: url("/img/catering/Header-Catering-1920x630-2x.jpg"); } }

#siteContent[data-page-id="catering"] a {
  color: #3a333a; }
  #siteContent[data-page-id="catering"] a.catering-email {
    text-decoration: none;
    font-weight: bold; }

#siteContent[data-page-id="catering"] .catering-btn-container {
  text-align: center; }

#siteContent[data-page-id="catering"] .catering-btn {
  border: 2px solid #cc6025;
  padding: 10px 15px;
  background-color: #cc6025;
  color: white;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  margin: 15px 0; }
  #siteContent[data-page-id="catering"] .catering-btn:hover {
    background-color: white;
    color: #cc6025; }

#siteContent[data-page-id="catering"] .catering-headings {
  text-align: center;
  padding: 0 8%; }
  #siteContent[data-page-id="catering"] .catering-headings h2 {
    font-size: 40px;
    color: #3a333a;
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    margin-bottom: 15px; }
  #siteContent[data-page-id="catering"] .catering-headings h3 {
    font-size: 22px;
    color: #999299;
    text-transform: uppercase;
    line-height: 30px;
    max-width: 560px;
    margin: 0 auto;
    margin-bottom: 15px; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    #siteContent[data-page-id="catering"] .catering-headings h2 {
      font-size: 28px;
      line-height: normal; }
    #siteContent[data-page-id="catering"] .catering-headings h3 {
      font-size: 16px;
      line-height: 24px; } }

#siteContent[data-page-id="catering"] .catering-options {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto; }
  #siteContent[data-page-id="catering"] .catering-options .title {
    font-size: 30px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: normal; }
  #siteContent[data-page-id="catering"] .catering-options .body {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: .03em;
    text-shadow: none;
    padding: 30px 15px; }
    #siteContent[data-page-id="catering"] .catering-options .body p.special {
      font-family: "Quicksand", sans-serif;
      font-size: 25px;
      font-weight: 700;
      line-height: 1.4;
      text-transform: uppercase;
      margin-top: 25px; }
      #siteContent[data-page-id="catering"] .catering-options .body p.special span {
        font-size: 16px; }
  #siteContent[data-page-id="catering"] .catering-options .option {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 7%; }
  @media screen and (min-width: 40em) {
    #siteContent[data-page-id="catering"] .catering-options {
      text-align: left; }
      #siteContent[data-page-id="catering"] .catering-options .title {
        font-size: 24px; }
      #siteContent[data-page-id="catering"] .catering-options .body {
        font-size: 18px;
        line-height: normal; } }
  @media screen and (min-width: 64em) {
    #siteContent[data-page-id="catering"] .catering-options .title {
      font-size: 30px; }
    #siteContent[data-page-id="catering"] .catering-options .body {
      font-size: 26px;
      line-height: 36px; } }

#siteContent[data-page-id="catering"] .catering-faq {
  margin-bottom: 50px;
  padding: 30px;
  margin: 30px auto;
  background-color: rgba(193, 125, 65, 0.6);
  text-align: left; }
  #siteContent[data-page-id="catering"] .catering-faq a {
    color: white; }
  #siteContent[data-page-id="catering"] .catering-faq h2 {
    font-size: 30px;
    color: white; }
  #siteContent[data-page-id="catering"] .catering-faq ul {
    font-size: 16px;
    line-height: 20px; }
    #siteContent[data-page-id="catering"] .catering-faq ul li {
      margin-bottom: 5px; }
      #siteContent[data-page-id="catering"] .catering-faq ul li.question {
        list-style: none;
        font-weight: bold;
        margin-left: 0;
        margin-top: 30px; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #siteContent[data-page-id='careers'] .banner {
    background-image: url("/img/careers/Header-Careers-1920x630-2x.jpg"); } }

.snagajob {
  max-width: 150px;
  width: 100%;
  position: relative;
  top: 10px;
  right: 16px; }

#siteFooter {
  position: relative;
  font-family: "Nunito", sans-serif;
  background-color: #3a333a;
  color: #999299;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 60px; }
  #siteFooter .footer-logo-container {
    max-width: 165px;
    margin: 0 auto;
    position: relative;
    margin-top: 15px; }
    #siteFooter .footer-logo-container img {
      width: 100%; }
  #siteFooter .banner {
    background-image: url("/img/footer/footer_banner.jpg");
    background-size: cover;
    height: 230px;
    padding-top: 50px; }
    #siteFooter .banner h4 {
      font-family: "Quicksand", sans-serif;
      color: #c0be8d;
      text-transform: uppercase;
      display: inline-block;
      border-bottom: 2px solid #c0be8d;
      padding-bottom: 5px; }
    #siteFooter .banner p {
      font-family: "Nunito", sans-serif;
      font-weight: 300;
      color: white;
      font-size: 24px;
      max-width: 630px;
      margin: 0 auto;
      line-height: 38px;
      letter-spacing: 2px; }
  #siteFooter .footer-section {
    margin-top: 25px; }
  #siteFooter .footer-body {
    line-height: 30px;
    font-weight: 300; }
  #siteFooter .social {
    display: inline-block;
    margin-left: 15px; }
    #siteFooter .social img {
      display: block;
      max-height: 33px;
      max-width: 33px; }
      #siteFooter .social img:hover {
        opacity: .6; }
  #siteFooter .copyright {
    font-family: "Quicksand", sans-serif;
    font-size: 15px; }
    #siteFooter .copyright ul {
      margin-bottom: 10px; }
      #siteFooter .copyright ul li {
        display: inline-block; }
      #siteFooter .copyright ul li.divider {
        margin: 0 5px; }
  #siteFooter ::selection {
    color: #999299;
    background-color: #3a333a; }
  #siteFooter h4 {
    text-transform: uppercase;
    margin-bottom: 30px; }
  #siteFooter a {
    color: #999299;
    text-decoration: none; }
    #siteFooter a:hover {
      text-decoration: none;
      color: #c0be8d; }
  #siteFooter #mc_embed_signup {
    position: relative; }
    #siteFooter #mc_embed_signup .response {
      font-size: 11px;
      line-height: 16px;
      margin-top: 5px; }
    #siteFooter #mc_embed_signup input {
      font-size: 18px;
      background-color: transparent;
      border: none;
      width: 100%;
      border-bottom: 2px solid #999299;
      padding-right: 90px;
      padding-bottom: 5px;
      font-weight: 300;
      letter-spacing: 1px; }
      #siteFooter #mc_embed_signup input:focus {
        outline: 0; }
    #siteFooter #mc_embed_signup button {
      font-family: "Quicksand", sans-serif;
      position: absolute;
      right: 0;
      top: 4px;
      font-size: 16px;
      text-transform: uppercase; }
      #siteFooter #mc_embed_signup button:hover {
        color: #666266; }
      #siteFooter #mc_embed_signup button:focus {
        outline: 0; }
    #siteFooter #mc_embed_signup div.mce_inline_error {
      margin: 0;
      padding: 0;
      margin-top: 5px;
      background-color: transparent;
      font-weight: bold;
      z-index: 1;
      color: #fff; }
  @media screen and (min-width: 40em) {
    #siteFooter .content-left {
      padding-right: 35px; }
    #siteFooter .content-right {
      padding-left: 35px; } }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    #siteFooter {
      padding: 0 15px 30px 15px;
      text-align: center; }
      #siteFooter h4 {
        color: #c0be8d;
        margin: 15px auto; }
      #siteFooter .footer-section {
        margin-top: 0px; }
        #siteFooter .footer-section.copyright {
          margin-top: 15px; }
      #siteFooter p {
        color: white;
        line-height: 24px; }
      #siteFooter #mc_embed_signup {
        margin-bottom: 15px; }
      #siteFooter .footer-body {
        line-height: 26px; }
      #siteFooter .right, #siteFooter .left {
        float: none; }
      #siteFooter .social {
        margin: 15px 0 15px 15px; }
        #siteFooter .social img {
          max-height: 22px;
          max-width: 22px; } }

body.admin-bar {
  padding-top: 32px; }
  body.admin-bar #header, body.admin-bar #navFloater {
    top: 32px; }
  @media (max-width: 782px) {
    body.admin-bar {
      padding-top: 46px; }
      body.admin-bar #header, body.admin-bar #navFloater {
        top: 46px; } }

body.modal-open {
  overflow: hidden;
  position: static; }
  body.modal-open .modal {
    display: block; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black w/ opacity */ }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 35px;
  border: 1px solid #888;
  width: 100%;
  max-width: 500px;
  position: relative;
  line-height: normal;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 18px; }
  .modal-content a {
    text-decoration: underline; }
  .modal-content h1 {
    margin-bottom: 15px;
    color: #c17d41;
    font-size: 27px;
    text-align: center; }
  .modal-content h2 {
    margin-bottom: 15px; }

/* The Close Button */
.close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 50px;
  height: 50px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

/*
 * Instagram Journal
 * Version: 1.0
 *
 * Author: Chris Rivers
 * http://codecanyon.net/user/xxcriversxx
 *
 *
 * Changelog:
 * Version: 1.0
 *
 */
/* CORE
-------------------------*/
#instagram {
  /* Large Carousel View */ }
  #instagram .instagram-photo {
    display: inline-block;
    height: auto;
    width: 195px; }
  #instagram .controls {
    margin-bottom: 0;
    text-align: left;
    line-height: normal; }
  #instagram .controls .jcarousel-control-prev,
  #instagram .controls .jcarousel-control-next {
    font-size: 18px;
    font-weight: bold;
    color: #5a6536;
    padding-right: 3px;
    text-decoration: none; }
  #instagram .controls .jcarousel-control-prev:hover,
  #instagram .controls .jcarousel-control-next:hover {
    color: #c0be8d; }
  #instagram .controls .jcarousel-control-next,
  #instagram .controls .jcarousel-control-next:hover {
    background-position: -46px 0; }
  #instagram.large-view .instagram-photo {
    background: white;
    overflow: hidden;
    width: 100%; }
  #instagram.large-view .jcarousel-wrapper {
    line-height: 11px; }
  #instagram.large-view .instagram-photo img {
    cursor: pointer;
    opacity: 1;
    transition: all 1.5s ease;
    -webkit-backface-visibility: hidden; }
  #instagram.large-view .instagram-photo:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.9; }
  #instagram.large-view .controls {
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
    padding-left: 25px;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #403d40;
    box-shadow: 0px 1px 0px #757175; }
  #instagram.large-view .jcarousel {
    margin-left: 250px;
    position: relative; }
    #instagram.large-view .jcarousel .atg-overlay {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(58, 51, 58, 0.7);
      z-index: 1; }
  #instagram.large-view .jcarousel li {
    border: none;
    margin-right: 0px;
    width: 250px; }
  #instagram.large-view .navigator {
    padding: 42px 25px 5px 25px;
    position: absolute;
    width: 250px;
    z-index: 1; }
  #instagram.large-view .navigator p {
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    color: #3a333a;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    margin-bottom: 10px; }
  #instagram.large-view .navigator a {
    text-decoration: none;
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    color: #5a6536;
    font-size: 16px;
    font-weight: bold; }
  #instagram.large-view .navigator h2 {
    color: #5a6536;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase; }
  #instagram.large-view .navigator img {
    display: none; }
  #instagram.large-view .navigator .sub-heading {
    margin-bottom: 10px;
    color: #757175;
    font-size: 14px;
    line-height: 22px; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    #instagram {
      /* Large Carousel View */ }
      #instagram.large-view {
        padding: 0 0.625rem; }
        #instagram.large-view .jcarousel-control-next, #instagram.large-view .jcarousel-control-prev {
          width: 40px;
          height: 40px;
          display: inline-block; }
        #instagram.large-view .controls {
          box-shadow: none;
          border: none;
          padding: 15px;
          text-align: center; }
        #instagram.large-view .navigator {
          margin: 0 auto;
          position: static;
          width: 100%;
          padding: 0 8%; }
          #instagram.large-view .navigator img {
            display: block;
            margin-bottom: 15px; }
        #instagram.large-view .jcarousel {
          display: none; } }
