@charset "UTF-8";
/*@import "compass";*/
/* ========================================================================= */
/* !SASS VARIABLES & MIXINS                                                   */
/* ========================================================================= */
/* ========================================================================= */
/* !RESETS AND DEFAULTS                                                       */
/* ========================================================================= */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, var, hr, acronym, dl, dt, dd, ol, ul, li, pre, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

em, strong, b, i, a, span, sub, sup, small {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

::-moz-focus-inner {
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

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

table {
  table-layout: fixed;
}

hr {
  display: block;
  height: 1px;
  border-top: 1px solid #000;
  color: #000;
}

input, select {
  vertical-align: middle;
}

sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0px;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 0px;
}

input, button, textarea, select, label, img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

button, a span {
  cursor: pointer;
}

button {
  border: 0;
  text-align: center;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a[href^=tel] {
  color: inherit;
}

input[type=text], input[type=password], input[type=url], input[type=email] {
  border-radius: 0;
}

input[type=submit], button {
  display: inline-block;
  cursor: pointer;
}

#no_ie6 {
  width: 100%;
  height: 40px;
  overflow: hidden;
  border-bottom: 2px solid #000;
}

/* Font smoothing */
body, input, button, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ========================================================================= */
/* !ACCESSIBILITY                                                             */
/* ========================================================================= */
.sr-only, .slick-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

*:focus {
  outline: 3px solid #d44f53;
  outline-offset: 3px;
}

@supports selector(:focus-visible) {
  *:focus {
    outline: none;
  }
  *:focus-visible {
    outline: 3px solid #d44f53;
    outline-offset: 3px;
  }
}
#skipnav {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 30px;
  width: 150px;
  top: 0;
  left: 50%;
  margin-left: -75px;
  position: fixed;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 9999999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#skipnav:focus {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.heading-empty {
  display: none !important;
}

/* ========================================================================= */
/* !TYPOGRAPHY                                                                */
/* ========================================================================= */
html, html body {
  font: normal 16px/1.5 "stratos", sans-serif;
  color: #000;
}

h1 {
  font-weight: bold;
}

h2 {
  font: normal 32px/1.2 "azeret-mono";
  color: #DD4017;
  margin-bottom: 10px;
}

h3 {
  font: 500 30px/1.2 "stratos";
  margin-bottom: 10px;
}

h4 {
  font: 500 28px/1.2 "stratos";
  color: #DD4017;
  margin-bottom: 10px;
}

h4 span {
  text-transform: uppercase;
  font-family: "azeret-mono";
  font-size: 14px;
  display: block;
  margin: 5px 0 0 0;
  color: #541722;
}

h5 {
  font: bold 22px/1.2 "azeret-mono";
}

h6 {
  font: bold 20px/1.2 "azeret-mono";
  color: #DD4017;
  margin-bottom: 5px;
}

p {
  margin: 0 0 20px 0;
}

.intro {
  font: normal 18px/1.3 "azeret-mono";
  color: #541722;
}

/* Selection styles */
::-moz-selection {
  background: #DD4017;
  color: #fff;
}

::selection {
  background: #DD4017;
  color: #fff;
}

::-moz-selection {
  background: #DD4017;
  color: #fff;
}

::-webkit-selection {
  background: #DD4017;
  color: #fff;
}

/* Placeholder styles */
::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

/* ========================================================================= */
/* !UTILITIES & HELPERS                                                       */
/* ========================================================================= */
/* Clearfix */
.clear {
  clear: both;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-table;
}

* html .clearfix {
  height: 1%;
}

/* Hides from IE-mac \*/
.clearfix {
  display: block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/* Word wrap */
.wordwrap {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

/* Visibility */
.mobile {
  display: none;
}

/* Background utilities */
.bg-white {
  background-color: #fff;
}

.bg-light-gray {
  background-color: #f4f4f4;
}

.bg-beige {
  background-color: #FBF3E5;
}

.cream {
  background: #FBF3E5;
}

.green {
  background: #665C37;
  color: #fff;
}
.green h4, .green h2 {
  color: #fff;
}
.green h4 span, .green h2 span {
  color: #FBF3E5;
}

/* WordPress alignment */
.aligncenter {
  display: block;
  margin: 25px auto;
}

.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}

.alignright {
  float: right;
  margin: 0 0 25px 25px;
}

.alignnone {
  display: inline-block;
}

/* Slick autoplay hide */
.slick-autoplay-toggle-button {
  display: none;
}

/* ========================================================================= */
/* !LAYOUT                                                                    */
/* ========================================================================= */
body {
  position: static !important;
}

#wrapper-inner {
  background: #FBF3E5;
  position: relative;
  z-index: 10;
}

.wrap {
  width: 1100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
}

.content-main {
  width: 47%;
  float: left;
}

.content-sub {
  width: 47%;
  float: right;
}

.content-full {
  width: 100%;
  text-align: center;
}

.content-centered {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

section {
  padding: 50px 0;
}

h3.section-title {
  padding: 20px 0 40px 0;
  text-align: center;
  color: #DD4017;
}

.faq {
  border-bottom: 1px solid #BFD1D2;
  padding: 40px 0;
}

/* ========================================================================= */
/* !LINKS & BUTTONS                                                           */
/* ========================================================================= */
a {
  color: #DD4017;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.link svg {
  width: 12px;
  height: 12px;
  fill: #DD4017;
}

a.link:hover {
  color: #541722;
}

.btn {
  display: inline-block;
  font: bold 14px/38px "azeret-mono";
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.05em;
  padding: 5px 30px;
  background: #BFD1D2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn:hover {
  color: #000;
  background: #FBF3E5;
}
.cream .btn {
  background: #BFD1D2;
}
.cream .btn:hover {
  background: #D5AA72;
}
.green .btn {
  background: #FBF3E5;
}
.green .btn:hover {
  background: #BFD1D2;
}

.social svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* Content lists */
.content ul {
  margin: 0 0 20px 20px;
}

.content ul > li {
  position: relative;
  padding-left: 10px;
  margin: 0 0 10px 0;
}

.content ul > li:before {
  content: "•";
  position: absolute;
  left: 0;
}

.content ol {
  counter-reset: li;
  margin: 0 0 20px 20px;
}

.content ol > li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 10px 0;
}

.content ol > li:before {
  content: counter(li) ". ";
  counter-increment: li;
  position: absolute;
  left: 0;
}

/* ========================================================================= */
/* !HEADER & NAVIGATION                                                       */
/* ========================================================================= */
#header {
  position: absolute;
  width: 100%;
  z-index: 150;
}

#header {
  padding: 20px 0;
}

#header .social-nav {
  display: inline-block;
}

#header.fixed {
  position: fixed;
  top: -200px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
}

#header.fixed.fixed-show {
  top: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#header.fixed #main-nav {
  clear: none;
}

#header.fixed #utility .social {
  bottom: 2px;
  margin: 0 0 0 10px;
}

#header.fixed #utility .social.facebook svg {
  width: 6px;
  height: 13px;
}

#header.fixed #utility .social.twitter svg {
  width: 15px;
  height: 13px;
}

#header.fixed #utility .social.instagram svg {
  width: 13px;
  height: 13px;
}

#header.fixed,
#header.landing {
  background: #BFD1D2;
  padding: 0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

#header.fixed #logo,
#header.landing #logo {
  padding: 3px 0 0 0;
  position: static;
  margin: 0;
  -webkit-transform: none;
          transform: none;
}

#header.fixed #logo a,
#header.landing #logo a {
  background: url(../svg/avvio-ristorante/logo.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 100px;
  height: 40px;
}

#header.fixed #utility,
#header.landing #utility {
  font-size: 12px;
  padding: 15px 0 15px 15px;
  line-height: 16px;
}

#header.fixed #utility .phone,
#header.landing #utility .phone {
  color: #000;
  border-left: none;
  vertical-align: middle;
  padding: 0 0 0 10px;
  cursor: default;
}

#header.fixed #utility .phone:hover,
#header.landing #utility .phone:hover {
  color: #DD4017;
}

#header.fixed #utility a,
#header.landing #utility a {
  color: #000;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

#header.fixed #utility a:hover,
#header.landing #utility a:hover {
  color: #DD4017;
}

#header.fixed #utility .social,
#header.landing #utility .social {
  bottom: 2px;
  margin: 0 0 0 10px;
}

#header.fixed #utility .social svg,
#header.landing #utility .social svg {
  fill: #541722;
}

#header.fixed #utility .social svg:hover,
#header.landing #utility .social svg:hover {
  fill: #DD4017;
}

#header.fixed #main-nav,
#header.landing #main-nav {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.15em;
  padding: 15px 10px 15px 0;
  clear: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header.fixed #main-nav li,
#header.landing #main-nav li {
  margin: 0 10px;
}

#header.fixed #main-nav li:last-child,
#header.landing #main-nav li:last-child {
  margin: 0 10px;
}

#header.fixed #main-nav li a,
#header.landing #main-nav li a {
  color: #541722;
  font-weight: bold;
  text-transform: uppercase;
}

#header.fixed #main-nav li a:hover,
#header.landing #main-nav li a:hover {
  color: #DD4017;
}

#header.fixed #main-nav li.active a,
#header.landing #main-nav li.active a {
  color: #DD4017;
}

#header.landing #logo {
  padding: 20px 0 0 0;
}

#header.landing.fixed #logo {
  padding: 3px 0 0 0;
}

#header.landing #main-nav {
  padding: 35px 10px 35px 0;
}

#header.landing.fixed #main-nav {
  padding: 15px 10px 15px 0;
}

#header.landing #utility {
  padding: 35px 10px 35px 15px;
}

#header.landing.fixed #utility {
  padding: 15px 10px 15px 15px;
}

#logo {
  float: left;
  margin: 0;
}

#logo a {
  display: block;
  text-indent: -9000px;
}

#logo a {
  background: url(../svg/avvio-ristorante/logo.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 175px;
  height: 75px;
}

#logo {
  position: absolute;
  left: 50%;
  margin-top: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#utility {
  float: right;
}

#utility span {
  display: inline-block;
}

#utility a {
  display: inline-block;
}

#utility {
  font: normal 16px/20px "stratos";
  padding: 20px 0 0 0;
}

#utility .phone {
  color: #fff;
  border-left: 1px solid #fff;
  padding: 2px 10px 0 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: default;
}

#utility .phone:hover {
  color: #fff;
}

#utility a {
  color: #fff;
  vertical-align: middle;
  margin: 0 10px;
  display: inline-block;
  padding: 2px 0 0 0;
}

#utility a:hover {
  color: #DD4017;
}

#utility .social {
  margin: 0 0 0 10px;
  position: relative;
  bottom: 2px;
}

#utility .social svg {
  fill: #fff;
  vertical-align: middle;
}

#utility .social svg:hover {
  fill: #DD4017;
}

.social.facebook svg {
  width: 8px;
  height: 18px;
}

.social.twitter svg {
  width: 20px;
  height: 18px;
  padding-top: 1px;
}

.social.instagram svg {
  width: 18px;
  height: 18px;
}

#main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  float: right;
  clear: right;
}

#main-nav {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-template-template-gateway #main-nav :nth-child(3) {
  margin-left: auto;
}

#main-nav {
  font: bold 14px/18px "azeret-mono";
  padding: 20px 0 0 0;
}

#main-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  vertical-align: middle;
  zoom: 1;
}

#main-nav li {
  margin: 0 20px;
}

#main-nav li:last-child {
  margin: 0 0 0 20px;
}

#main-nav li {
  padding-bottom: 5px;
}

#main-nav > li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}

#main-nav li a {
  color: #fff;
  font-weight: bold;
}

#main-nav li a:hover {
  color: #FBF3E5;
}

#main-nav li.active a {
  color: #FBF3E5;
}

#main-nav .sub-menu-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 200px;
}

#main-nav .sub-menu-wrap > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-nav .sub-menu-wrap ul li {
  float: none;
}

#main-nav .sub-menu-wrap ul li a {
  text-transform: none;
}

#main-nav .sub-menu-wrap ul li a span {
  display: inline-block;
}

#main-nav .sub-menu-wrap .sub-menu-wrap {
  top: -4px;
  left: 100%;
}

#main-nav li:hover > .sub-menu-wrap,
#main-nav li.menu-item-has-children.active > .sub-menu-wrap {
  display: block;
}

/* Dropdown menu */
#main-nav li.menu-item-has-children {
  position: relative;
}

#main-nav li.menu-item-has-children > a {
  position: relative;
  display: inline-block;
}

#main-nav li.menu-item-has-children > a {
  padding-right: 15px;
}

#main-nav li.menu-item-has-children > a:after {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#main-nav li.menu-item-has-children > a:after {
  border: 1px solid #fff;
  border-top: none;
  border-left: none;
}

#main-nav li.menu-item-has-children:hover > a {
  color: #DD4017;
}

#main-nav li.menu-item-has-children:hover > a:after {
  border-color: #DD4017;
}

#main-nav li.menu-item-has-children > .sub-menu-wrap {
  position: absolute;
  top: 100%;
  left: -20px;
  width: 200px;
}

#main-nav li.menu-item-has-children > .sub-menu-wrap {
  background: #fff;
}

#main-nav li.menu-item-has-children > .sub-menu-wrap > ul {
  padding: 15px 0;
}

#main-nav li.menu-item-has-children .sub-menu-wrap ul li {
  margin: 0;
  padding: 0;
}

#main-nav li.menu-item-has-children .sub-menu-wrap ul li a {
  display: block;
  padding: 10px 20px;
}

#main-nav li.menu-item-has-children .sub-menu-wrap ul li a {
  color: #000;
  font-weight: 400;
}

#main-nav li.menu-item-has-children .sub-menu-wrap ul li a:hover {
  color: #DD4017;
}

.menu-toggle-button {
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 5px;
  right: 0;
  background: transparent;
  padding: 0;
  border: none;
}

#header.fixed #main-nav li {
  padding-bottom: 0;
}

#header.fixed #main-nav li {
  padding-bottom: 0;
}

#header.fixed #main-nav li .sub-menu-wrap ul li {
  margin: 0 !important;
}

#header.fixed #main-nav li.menu-item-has-children > .sub-menu-wrap {
  left: -20px;
}

#header.fixed #main-nav li.menu-item-has-children > a:after {
  border-color: #000;
}

#header.fixed #main-nav li.menu-item-has-children:hover > a {
  color: #DD4017;
}

#header.fixed #main-nav li.menu-item-has-children:hover > a:after {
  border-color: #DD4017;
}

#header.fixed #main-nav li.menu-item-has-children .sub-menu-wrap ul li a {
  padding: 5px 20px;
}

#header.fixed #main-nav li.menu-item-has-children .sub-menu-wrap ul li a {
  color: #000;
}

#header.fixed #main-nav li.menu-item-has-children .sub-menu-wrap ul li a:hover {
  color: #DD4017;
}

#header #main-nav-mobile > li.menu-item-has-children .sub-menu-wrap ul li a {
  display: block;
}

#header #main-nav-mobile > li.menu-item-has-children .sub-menu-wrap ul li a:hover {
  color: #DD4017;
}

/* Message bar */
#message-desktop {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.message {
  background: #541722;
  color: #fff;
  font-size: 12px;
  padding: 5px 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

/* ========================================================================= */
/* !BANNER                                                                    */
/* ========================================================================= */
#banner {
  position: relative;
  height: 100vh;
  z-index: 0;
}

#banner {
  background: #000;
}

#banner #slideshow-container {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 0;
}

#banner #slideshow {
  height: 100%;
}

#banner #slideshow .slick-list {
  height: 100%;
}

#banner #slideshow .slick-list .slick-track {
  height: 100%;
}

#banner #slideshow .slide {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  will-change: translate;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

#banner #slideshow .slide:before {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}

#banner #slideshow .slide .slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  max-width: 850px;
  padding: 0 20px;
}

#banner #slideshow .slide .slide-text {
  text-align: center;
  max-width: 900px;
}

#banner #slideshow .slide .slide-text h2 {
  color: #fff;
  font: 600 70px/1.2 "azeret-mono";
  width: 100%;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}

#banner #slideshow .slide .slide-text p {
  color: #fff;
  font: 400 28px/1.2 "stratos";
  width: 100%;
  margin: 0 0 40px 0;
}

#banner .dot-control {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  width: 100%;
}

#banner .dot-control .slick-dots {
  text-align: center;
  margin: 0 auto;
}

#banner .dot-control .slick-dots li {
  display: inline-block;
}

#banner .dot-control .slick-dots li button {
  font-size: 0;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  padding: 0;
}

#banner .dot-control .slick-dots li.slick-active button {
  background: #fff;
}

#banner .dot-control .slick-dots li.slick-active button {
  background: #DD4017;
  border-color: #DD4017;
}

#banner .btn {
  margin: 10px;
}

#banner #video-container {
  position: fixed;
  height: calc(100% + 80px);
  width: 100%;
  z-index: 0;
  will-change: translate;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

#banner #video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

#banner #video-container .video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 2;
  width: 100%;
  max-width: 850px;
}

#banner #video-container .video-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

#banner .video-text {
  text-align: center;
  max-width: 900px;
}

#banner .video-text h2 {
  color: #fff;
  font: normal 50px/1.2 "azeret-mono";
  width: 100%;
  margin: 0 0 40px 0;
}

#banner .video-image:before {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}

#banner-interior {
  min-height: 325px;
  position: relative;
}

#banner-interior .slide {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  will-change: translate;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

#banner-interior .slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  background-color: #000;
  content: "";
}

#banner-interior h2, #banner-interior h1 {
  padding-top: 200px;
  position: relative;
  z-index: 1;
  font: 700 50px/1.2 "azeret-mono";
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase;
}

#banner-interior h2 {
  font: normal 50px/1.2 "azeret-mono";
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

#banner-landing {
  padding: 120px 0 50px 0;
}

#banner-landing h1 {
  font: bold 55px/1.1 "azeret-mono";
}

#banner-landing h1:after {
  content: "";
  display: block;
  margin: 30px 0 0;
  width: 100px;
  height: 10px;
  border-top: 1px solid #DD4017;
  border-bottom: 1px solid #DD4017;
}

#banner-landing .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#banner-landing .columns .column {
  width: 33.333%;
}

#banner-landing .columns .column img {
  margin: 0 auto;
  display: block;
}

#banner-landing .columns .column:nth-child(1) .column-content {
  padding: 70px 0 70px 50px;
}

#banner-landing .columns .column:nth-child(1) img {
  width: 100%;
}

#banner-landing .columns .column:nth-child(2) {
  padding: 70px 5% 70px;
}

#banner-landing .columns .column:nth-child(3) .column-content {
  padding: 50px 50px 0 0;
}

#banner-landing .columns .column:nth-child(3) img {
  width: 100%;
}

/* ========================================================================= */
/* !MODULES & COMPONENTS                                                      */
/* ========================================================================= */
/* Module container */
.module-container {
  background: #fff;
}

.module-container.cream {
  background: #FBF3E5;
}

.module-container .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.module-container .wrap .module {
  width: 48%;
  display: inline-block;
  position: relative;
}

.module-container .wrap .module.bg-image:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.module-container .wrap .module .module-bg-image {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.module-container .wrap .module .module-content {
  position: relative;
  z-index: 1;
}

.module-container .module {
  padding: 80px 5% 60px 5%;
  position: relative;
}

.module-container .module .module-content h4 {
  margin: 0 0 20px 0;
  font-size: 42px;
  letter-spacing: 0.05em;
}

.module-container .module .module-content h4 span {
  font: 500 14px/1 "azeret-mono";
  display: block;
  margin: 5px 0 0 0;
}

.module-container .module .module-content .module-intro > * {
  font: 500 16px/1.3 "azeret-mono";
  margin: 0 0 20px 0;
  color: #541722;
}

.module-container .module .module-content ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.module-container .module .module-content ul li {
  display: inline-block;
  width: 100%;
}

.module-container .module.reward-module .module-content img {
  display: inline-block;
  margin: 0 0 20px 0;
}

.module-container .module.reward-module .module-content h4 {
  margin-bottom: 30px;
  font-family: "stratos";
  font-weight: 500;
  letter-spacing: 0;
}

.module-container .module.reward-module .module-content h4 span {
  font: 500 16px/1.3 "azeret-mono";
  text-transform: none;
  letter-spacing: 0;
}

.module-container .module.reward-module {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module-container .module.reward-module.white {
  background: #fff;
}
.module-container .module.reward-module .module-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-container .module.reward-module .module-content p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.module-container .module.bg-only .module-bg-image {
  -webkit-filter: none;
  filter: none;
}

.module-container .module p img {
  max-width: 150px;
}

.module-container .module.bg-light-gray {
  background-color: #f4f4f4;
}

.module-container .module.bg-beige {
  background-color: #FBF3E5;
}

.border {
  z-index: 1;
  position: relative;
}
.border:before, .border:after {
  position: absolute;
  content: "";
  background-size: 4px 100%, 100% 4px, 4px 100%, 100% 4px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.border:before {
  content: "";
  background-image: repeating-linear-gradient(0deg, #DD4017, #DD4017 4px, transparent 4px, transparent 8px), repeating-linear-gradient(90deg, #DD4017, #DD4017 4px, transparent 4px, transparent 8px), repeating-linear-gradient(180deg, #DD4017, #DD4017 4px, transparent 4px, transparent 8px), repeating-linear-gradient(270deg, #DD4017, #DD4017 4px, transparent 4px, transparent 8px);
  inset: 0;
}
.border:after {
  inset: -4px;
  background-image: repeating-linear-gradient(0deg, #BFD1D2, #BFD1D2 4px, transparent 4px, transparent 8px), repeating-linear-gradient(90deg, #BFD1D2, #BFD1D2 4px, transparent 4px, transparent 8px), repeating-linear-gradient(180deg, #BFD1D2, #BFD1D2 4px, transparent 4px, transparent 8px), repeating-linear-gradient(270deg, #BFD1D2, #BFD1D2 4px, transparent 4px, transparent 8px);
}

/* Single module */
.single-module .wrap .module {
  width: 100%;
  display: block;
}

.single-module .wrap .module h4 {
  display: inline-block;
  width: 35%;
  margin-right: 5%;
  vertical-align: top;
}

.single-module .wrap .module .module-content {
  display: inline-block;
  width: 35%;
  vertical-align: top;
}

/* Featured */
.featured {
  position: relative;
}
.featured .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.featured .featured-image {
  width: 50%;
  position: absolute;
  height: 100%;
  right: 0;
  background-size: cover;
  background-position: center center;
  top: 0;
}
.featured .featured-content {
  width: 45%;
  padding: 100px 0;
}
.featured .featured-content h2 {
  font-family: "stratos";
  font-weight: 500;
  margin: 0 0 20px 0;
}
.featured:nth-of-type(odd) .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.featured:nth-of-type(odd) .featured-image {
  right: auto;
  left: 0;
}

/* Callout */
.callout {
  padding: 120px 0;
  position: relative;
}

.callout .callout-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: none;
  z-index: 0;
  background-position: 50% 50%;
  will-change: transform;
}

.callout:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.callout.callout-right:before {
  right: 0;
}

.callout.callout-left:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.95) 0, rgba(0, 0, 0, 0) 100%);
}

.callout.callout-right:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.95) 100%);
}

.callout .callout-content {
  position: relative;
  z-index: 1;
  width: 50%;
}

.callout.callout-right .callout-content {
  float: right;
}

.callout .callout-content {
  color: #fff;
}

.callout .callout-content h2 {
  font-family: "stratos";
  color: #fff;
  margin: 0 0 20px 0;
  letter-spacing: 0.05em;
}
.callout .callout-content h2 span {
  display: block;
  font-family: "azeret-mono";
  font-size: 14px;
  color: #fff;
}

.callout .callout-content .callout-intro {
  font-size: 16px;
  font-family: "azeret-mono";
}

.callout .callout-content .btn {
  margin: 10px 0 0 0;
}

/* Slider arrows */
.slider-arrow {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slider-arrow:before {
  position: relative;
  display: block;
  content: "";
  border: 7px solid transparent;
}

.slider-arrow.arrow-prev {
  left: 0;
}

.slider-arrow.arrow-prev:before {
  right: 23px;
  top: 18px;
}

.slider-arrow.arrow-next {
  right: 0;
}

.slider-arrow.arrow-next:before {
  left: 23px;
  top: 18px;
}

.slider-arrow {
  background: #DD4017;
}

.slider-arrow.arrow-prev:before {
  border-right-color: #fff;
}

.slider-arrow.arrow-next:before {
  border-left-color: #fff;
}

.slider-arrow:hover {
  background: #000;
}

.bucket-container .slider-arrow {
  top: 25%;
}

/* Module buckets */
.module-buckets {
  overflow-x: hidden;
}

.module-buckets .module-buckets-content {
  padding: 60px 5%;
}

.module-buckets .module-buckets-content {
  background: #fff;
}

.module-buckets h3 {
  text-align: center;
  margin: 0 0 30px 0;
}

.module-buckets h3:after {
  content: "";
  display: block;
  margin: 30px auto 40px;
  width: 100px;
  height: 10px;
  border-top: 1px solid #DD4017;
  border-bottom: 1px solid #DD4017;
}

.module-buckets .bucket {
  text-align: center;
  font-size: 18px;
}

.module-buckets .bucket h5 {
  margin-bottom: 10px;
}

.module-buckets .bucket-container .bucket {
  padding: 0 2.5%;
}

.module-buckets .bucket-container .bucket img {
  width: 100%;
  margin: 0 0 20px 0;
  display: block;
}

.landing-slides {
  overflow-x: hidden;
}

.landing-slideshow {
  background: #f4f4f4 url(../images/avvio/bg_tree-ring.png) no-repeat 100% -50px;
  background-size: 170px 395px;
}

/* Module images + content */
.module-images-content {
  background: #f4f4f4;
}

.module-images-content .images-content-container {
  padding: 50px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.module-images-content .images-content-container {
  background: #fff;
}

.module-images-content .images-content-container .images {
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 55px 15px 242px 15px 75px 15px 175px;
  grid-template-rows: 55px 242px 75px 175px;
  -ms-grid-columns: 220px 15px 100px 15px 80px;
  grid-template-columns: 220px 100px 80px;
  grid-gap: 15px;
}

.module-images-content .images-content-container .images > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.module-images-content .images-content-container .images > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.module-images-content .images-content-container .images > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.module-images-content .images-content-container .images > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.module-images-content .images-content-container .images > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.module-images-content .images-content-container .images > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.module-images-content .images-content-container .images > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.module-images-content .images-content-container .images > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.module-images-content .images-content-container .images > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.module-images-content .images-content-container .images > *:nth-child(10) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.module-images-content .images-content-container .images > *:nth-child(11) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.module-images-content .images-content-container .images > *:nth-child(12) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}

.module-images-content .images-content-container .images div {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.module-images-content .images-content-container .images div:nth-child(1) {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

.module-images-content .images-content-container .images div:nth-child(2) {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 60% 100%, 60% 72.8%, 0 72.8%);
}

.module-images-content .images-content-container .images div:nth-child(3) {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.module-images-content .images-content-container .content {
  width: 40%;
}

.module-images-content .images-content-container .content h3:after {
  content: "";
  display: block;
  margin: 30px 0 40px 0;
  width: 100px;
  height: 10px;
  border-top: 1px solid #DD4017;
  border-bottom: 1px solid #DD4017;
}

.module-images-content .images-content-container .badge {
  width: 100%;
  padding: 40px 0 0 0;
  text-align: center;
}

.module-images-content .images-content-container .badge img {
  display: block;
  margin: 0 auto;
  height: auto;
}

.badge img {
  max-width: 100px;
}

/* ========================================================================= */
/* !GALLERY                                                                   */
/* ========================================================================= */
#gallery {
  background: #FBF3E5;
  padding-bottom: 0;
}

#gallery h3 {
  font-size: 42px;
  color: #DD4017;
  padding-bottom: 40px;
  text-align: center;
  font-weight: 500;
}

#gallery p {
  max-width: 950px;
  margin: 0 auto 40px auto;
  text-align: center;
}

#photos .row {
  margin-left: -2px;
}

#photos .row div {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  height: 0;
  -webkit-box-shadow: inset 2px 2px #fff;
  box-shadow: inset 2px 2px #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}

#photos .row div.left {
  float: left;
}

#photos .row div.right {
  float: right;
}

#photos .row div.img1x1 {
  width: 25%;
  padding-top: 25%;
}

#photos .row div.img2x1 {
  width: 50%;
  padding-top: 25%;
}

#photos .row div.img2x2 {
  width: 50%;
  padding-top: 50%;
}

#photos .row div.img1x2 {
  width: 25%;
  padding-top: 50%;
}

/* #photos .row div:hover { -webkit-transform: scale(1.25); -ms-transform: scale(1.25); transform: scale(1.25); -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7); position: relative; z-index: 100; } */
.no-touchevents #photos .row div {
  cursor: default;
}

/* ========================================================================= */
/* !MENU                                                                      */
/* ========================================================================= */
#menu {
  padding-top: 0;
}

#menu #menu-nav-container {
  will-change: translate;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  text-align: center;
  height: 200px;
}

#menu #menu-nav-container {
  padding: 50px 0 30px;
  background: #FBF3E5;
  position: relative;
  z-index: 100;
  height: auto;
}

#menu #menu-nav-container h3 {
  color: #fff;
  padding: 20px 0;
  text-transform: uppercase;
  font-family: "stratos";
  font-weight: bold;
}

#menu #menu-nav-container li {
  display: inline-block;
}

#menu #menu-nav-container.is_stuck:after {
  content: "";
  top: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 15px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0) 100%);
}

#menu #menu-nav-container {
  height: 250px;
}

#menu .tab-content:before {
  display: block;
  content: " ";
  margin-top: -200px;
  height: 200px;
  visibility: hidden;
}

#menu .tab-content:before {
  margin-top: -250px;
  height: 250px;
}

#menu #menu-nav a {
  color: #000;
  font: bold 18px/1 "stratos";
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 8px 0 5px 0;
  margin: 0 20px 10px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#menu #menu-nav a:hover {
  color: #DD4017;
}

#menu #menu-nav a.selected {
  border-color: #DD4017;
}

#menu .food-section {
  padding: 40px 0;
}

#menu .food-section {
  padding: 40px 0 0 0;
}

#menu .food-section h4 {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 20px;
  font: bold 25px/1 "stratos";
}

#menu .food-section h4 span {
  display: none;
}

#menu .food-section h4 strong {
  font-weight: inherit;
  display: inline-block;
  position: relative;
}

#menu .food-section h4 strong:before {
  content: "";
  position: absolute;
  top: 4px;
  right: calc(100% + 20px);
  width: 50px;
  height: 8px;
  border-top: 1px solid #DD4017;
  border-bottom: 1px solid #DD4017;
}

#menu .food-section h4 strong:after {
  content: "";
  position: absolute;
  top: 4px;
  left: calc(100% + 20px);
  width: 50px;
  height: 8px;
  border-top: 1px solid #DD4017;
  border-bottom: 1px solid #DD4017;
}

#menu .food-section h5 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#menu .food-section h5 {
  color: #000;
  font: normal 16px/1.2 "stratos";
  letter-spacing: 0;
  text-transform: none;
}

#menu .food-section .section-toggle {
  display: block;
}

#menu .food-section .section-toggle {
  position: relative;
  top: -10px;
}

#menu .food-section ul {
  display: block;
}

#menu .food-section ul {
  padding: 20px 0;
}

#menu .food-section ul li {
  display: inline-block;
  width: 48%;
  float: left;
  clear: left;
}

#menu .food-section ul li:nth-child(even) {
  float: right;
  clear: right;
}

#menu .food-section .food-item {
  padding: 15px 0;
  line-height: 1.1;
}

#menu .food-section .food-item strong {
  display: inline-block;
  width: calc(100% - 100px);
}

#menu .food-section .food-item strong {
  font: bold 19px/1.2 "azeret-mono";
  text-transform: uppercase;
  color: #000;
  padding-bottom: 5px;
}

#menu .food-section .food-item .food-item-price {
  float: right;
}

#menu .food-section .food-item .food-item-price {
  font: bold 16px/1 "stratos";
  padding-top: 3px;
  color: #000;
}

#menu .food-section .food-item .food-item-description {
  display: block;
  width: calc(100% - 50px);
}

#menu .food-section .food-item .food-item-description {
  line-height: 1.2;
  color: #000;
  font-size: 16px;
  padding-bottom: 5px;
}

#menu .food-section .food-item-option {
  line-height: 1.2;
  color: #000;
  font-size: 15px;
  margin: 0 0 10px;
  padding: 0 0 5px 0;
}

#menu .food-section .food-item-option .food-item-option-name {
  font-weight: normal;
}

#menu .food-section .food-item-option .food-item-price {
  margin-top: -5px;
}

#menu .food-section.no-food .toggle-icon, #menu .food-section.no-food .toggle-action {
  display: none;
}

#menu .menu-footnote {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 0 0;
}

#menu .menu-footnote {
  font-size: 16px;
  line-height: 1.3;
}

#menu .menu-intro {
  margin: 30px auto;
  max-width: 700px;
  text-align: center;
}

#menu #menu_2637447 .food-section .food-item strong {
  width: 100%;
}

#menu #menu_2637447 .multiple-options .food-item-option {
  display: inline-block;
  margin: 0 10px 10px 0;
}

#menu #menu_2637447 .multiple-options .food-item-option:after {
  content: " / ";
}

#menu #menu_2637447 .multiple-options .food-item-option:last-child:after {
  content: "";
}

#menu #menu_2637447 .multiple-options .food-item-option .food-item-price {
  margin-right: 10px;
  float: none;
}

#menu #menu_2637447 .multiple-options .food-item-option .food-item-option-name {
  margin-right: 10px;
}

/* Menu (Yext) */
#menu-yext {
  padding-top: 0;
}

#menu-yext .yext-menu {
  padding: 0 !important;
}

#menu-yext .yext-menu .yext-menu-list {
  background: #FBF3E5;
}

#menu-yext #menu-nav-container {
  position: relative;
  z-index: 100;
  height: auto;
  will-change: translate;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  text-align: center;
  min-height: 200px;
  padding: 60px 0 10px 0;
  background: #541722;
}

#menu-yext #menu-nav-container h3 {
  padding: 20px 0;
  color: #fff;
  text-transform: uppercase;
  font-family: "stratos";
  font-weight: bold;
}

#menu-yext #menu-nav-container #menu-nav li {
  display: inline-block;
}

#menu-yext #menu-nav-container #menu-nav a {
  color: #DD4017;
  font: 700 17px/1 "stratos";
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 8px 0 5px 0;
  margin: 0 20px 10px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#menu-yext #menu-nav-container #menu-nav a:hover {
  color: #BFD1D2;
}

#menu-yext #menu-nav-container #menu-nav a.selected {
  color: #BFD1D2;
  border-color: #BFD1D2;
}

#menu-yext #menu-nav-container.is_stuck:after {
  content: "";
  top: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 15px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 100%);
}

.interior #menu-yext #menu-nav-container {
  min-height: auto;
}

#menu-yext .tab-content:before {
  display: block;
  content: " ";
  margin-top: -200px;
  height: 200px;
  visibility: hidden;
}

#menu-yext .tab-content:before {
  margin-top: -250px;
  height: 250px;
}

#menu-yext .yext-menu-title, #menu-yext .yext-ajax-loader, #menu-yext .yext-menu-section-line-left, #menu-yext .yext-menu-section-line-right {
  display: none !important;
}

#menu-yext .yext-menu-section-header {
  padding-bottom: 1px !important;
}

#menu-yext .yext-menu-section-title-holder {
  overflow: hidden;
}

#menu-yext h1.yext-menu-section-title {
  text-align: center !important;
  background: none !important;
  display: block !important;
  white-space: normal !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
  color: #DD4017 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  font: 500 23px/1 "stratos" !important;
  letter-spacing: 0.5em;
  position: relative;
  display: inline-block !important;
}

#menu-yext h1.yext-menu-section-title:before {
  content: "";
  position: absolute;
  top: 8px;
  right: calc(100% + 20px);
  width: 50px;
  height: 8px;
  border-top: 1px solid #DD4017;
  border-bottom: 1px solid #DD4017;
}

#menu-yext h1.yext-menu-section-title:after {
  content: "";
  position: absolute;
  top: 8px;
  left: calc(100% + 20px);
  width: 50px;
  height: 8px;
  border-top: 1px solid #DD4017;
  border-bottom: 1px solid #DD4017;
}

#menu-yext .yext-menu-item-name {
  width: 74%;
  font: 600 18px/1.2 "stratos" !important;
  letter-spacing: 0.05em;
  color: #000 !important;
}

#menu-yext .yext-menu-item-price {
  width: 25%;
  text-align: right;
  font: 500 14px/1 "azeret-mono" !important;
  color: #000 !important;
  margin-top: 4px !important;
}

#menu-yext .yext-menu-item-price div {
  display: inline-block;
}

#menu-yext .yext-menu-item-desc {
  width: 74%;
  margin-top: 0 !important;
}

#menu-yext .yext-menu-item-desc,
#menu-yext .yext-menu-item-option-text {
  line-height: 1.2 !important;
  color: #000 !important;
  font-size: 13px !important;
  font-family: "stratos" !important;
}

#menu-yext h3.yext-menu-section-desc {
  color: #000 !important;
  font: normal 16px/1.2 "stratos" !important;
}

#menu-yext .yext-menu-section {
  padding: 20px 0 !important;
}

#menu-yext .wrap {
  margin: 0 auto !important;
  padding: 0 20px !important;
}

#menu-yext .yext-menu-section-items {
  width: 48% !important;
}

#menu-yext .yext-menu-section-items:last-child {
  float: right !important;
}

#menu-yext .yext-menu-section-items:first-child {
  float: left !important;
}

#menu-yext .yext-menu-no-items-msg {
  display: none !important;
}

#menu-yext .yext-menu-section-title-holder .menu-toggle {
  z-index: 1;
}

#menu-yext .yext-menu-section-title-holder .menu-toggle:before {
  background: #DD4017;
  margin-top: -5px;
}

#menu-yext .yext-menu-section-title-holder .menu-toggle:after {
  background: #DD4017;
  margin-top: -5px;
}

/* ========================================================================= */
/* !RESERVATIONS                                                              */
/* ========================================================================= */
.mod-reservations {
  background: #FBF3E5;
}

#reservations-container {
  position: relative;
}
#reservations-container #reservations-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
#reservations-container #reservations-form {
  position: relative;
  z-index: 2;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}
#reservations-container #reservations-form h3 {
  color: #DD4017;
  max-width: 750px;
  margin: 0 auto 20px auto;
}
#reservations-container #reservations-form p {
  font-size: 18px;
  color: #541722;
  max-width: 750px;
  margin: 0 auto 20px auto;
}
#reservations-container .ot-title {
  display: none;
}
#reservations-container .ot-powered-by {
  display: none;
}

#reservations-container div[id^=ot-widget-container] {
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
}
#reservations-container div[id^=ot-widget-container] * {
  width: auto;
  font: normal 13px/1.1 "stratos";
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form {
  background: none;
  border: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  margin: 0 !important;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form > div {
  margin-right: 20px;
  width: 22%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #DD4017;
  background: transparent;
  height: auto;
  padding: 8px 0;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form > div a {
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #541722;
  font: bold 14px/1 "azeret-mono";
  padding: 4px 0 6px 10px;
  text-align: left;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form > div a:before {
  display: none;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form > div a:after {
  color: #000;
  font-size: 20px;
  content: "";
  top: 7px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.338.886l-.676.736%206.327%205.81%206.603-6.064-.676-.736-5.927%205.443z%22%20fill%3D%22%23665C37%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  width: 14px;
  height: 8px;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form > div a.ot-date-label.ot-dtp-picker-selector-link:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11%202v2h4V2h3v14H0V2h3v2h4V2h4zm6%203v10H.853V5H17zm-5-5h2v3h-2V0zM4%200h2v3H4V0zM2%208.963v2h2v-2H2zm3-3v2h2v-2H5zm0%203v2h2v-2H5zm6-3v2h2v-2h-2zm0%203v2h2v-2h-2zm-3-3v2h2v-2H8zm0%203v2h2v-2H8zm6-3v2h2v-2h-2zm0%203v2h2v-2h-2zm-12%203v2h2v-2H2zm3%200v2h2v-2H5zm6%200v2h2v-2h-2zm-3%200v2h2v-2H8z%22%20fill%3D%22%23665C37%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
  width: 18px;
  height: 18px;
  top: 2px;
  pointer-events: none;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form > div select {
  width: 100%;
  left: 0;
  outline: none !important;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form > div input {
  outline: none !important;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form > div:last-of-type {
  margin-right: 0;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker--focused .picker__day--highlighted,
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__day--highlighted:hover {
  background: #DD4017;
  color: #fff;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__day--infocus, #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__day--outfocus {
  color: #000;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__day--infocus:hover, #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__day--outfocus:hover {
  background: #f4f4f4;
  color: #000;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__nav--next, #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__nav--prev {
  color: #000;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__nav--next:before, #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__nav--prev:before {
  color: #000;
  top: -5px;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__nav--next:hover:before, #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__nav--prev:hover:before {
  color: #DD4017;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__nav--next.picker__nav--disabled:before, #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__nav--prev.picker__nav--disabled:before {
  color: #BFD1D2;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__header {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__header div {
  font: bold 16px/1 "azeret-mono";
  border: none;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__weekday {
  font: normal 14px/1 "azeret-mono";
  color: #000;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__holder {
  left: 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  width: 280px;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__holder table {
  width: 100%;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__holder .picker__table td {
  border: none;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__holder .picker__day {
  border-radius: 0;
  padding: 5px 0 0 0;
  height: 100%;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__holder .picker__day--selected, #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__holder .picker__day--highlighted, #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__holder .picker__day--selected:hover, #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__holder .picker__day--infocus:hover, #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__holder .picker__day--outfocus:hover, #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__holder .picker__day--today {
  border: none;
}
#reservations-container div[id^=ot-widget-container] .picker__nav--next:before, #reservations-container div[id^=ot-widget-container] .picker__nav--prev:before {
  position: relative;
  top: -2px !important;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker.wide .picker.down:after, #reservations-container div[id^=ot-widget-container] .ot-dtp-picker.wide .picker.down:before {
  left: 10px !important;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker.wide .picker {
  top: calc(100% + 20px);
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker.wide .ot-dtp-picker-form {
  height: auto;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .ot-button.ot-dtp-picker-button {
  display: inline-block;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  font: bold 14px/38px "azeret-mono";
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 5px 30px;
  background: #541722;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .ot-button.ot-dtp-picker-button:hover {
  color: #fff;
  background: #DD4017;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link {
  outline: none;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .ot-dtp-picker-selector-link.ot-date-label.menu-opened, #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .ot-dtp-picker-selector-link.ot-select-label.highlighted, #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link.ot-date-label.menu-opened, #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .ot-dtp-picker-selector:hover .ot-dtp-picker-selector-link.ot-select-label.highlighted {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#reservations-container div[id^=ot-widget-container] .picker__table * {
  width: 100%;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker .picker__nav {
  width: 1.5rem !important;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .caption_label {
  color: #645f60;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .picker__button_reset {
  color: revert;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .ot-select-label {
  width: 100%;
}
#reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .ot-select-label .icon {
  display: none;
}

@supports selector(:focus-visible) {
  #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-selector:focus-within {
    outline: 2px solid #fff;
  }
  #reservations-container div[id^=ot-widget-container] .ot-button.ot-dtp-picker-button:focus-visible {
    outline: 2px solid #fff;
  }
}
/* ========================================================================= */
/* !EVENTS                                                                    */
/* ========================================================================= */
.mod-events {
  background: #fff;
}

#events-feed {
  padding: 0 20px;
}

#events-feed .event {
  padding: 0 1%;
}

#events-feed .event figure {
  position: relative;
}

#events-feed .event figure figcaption {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  z-index: 1;
}

#events-feed .event figure figcaption {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.05em;
  font: bold 17px/1.2 "stratos";
}

#events-feed .event figure a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(40%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 40%);
}

#events-feed .event figure img {
  width: 100%;
}

#events-feed .event .event-details {
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
}

#events-feed .event .event-details {
  text-align: center;
  width: 90%;
  margin: -25px auto 0 auto;
}

#events-feed .event .event-details h4 {
  background: #541722;
  color: #FBF3E5;
  padding: 15px 5%;
  font: bold 21px/1.2 "stratos";
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
}

#events-feed .event .event-details h4 a {
  color: #FBF3E5;
}

#events-feed .slick-arrow {
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 100;
}

#events-feed .slick-arrow {
  width: 18px;
  height: 28px;
  margin-top: -14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#events-feed .slick-arrow.icon-arrow-left {
  left: 0;
}

#events-feed .slick-arrow.icon-arrow-left {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2228%22%20viewBox%3D%220%200%208%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.118%201.088L6.382.412.572%206.739l6.064%206.603.736-.676L1.93%206.739z%22%20fill%3D%22%23DD4017%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
}

#events-feed .slick-arrow.icon-arrow-left:hover {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2228%22%20viewBox%3D%220%200%208%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.118%201.088L6.382.412.572%206.739l6.064%206.603.736-.676L1.93%206.739z%22%20fill%3D%22%23541722%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
}

#events-feed .slick-arrow.icon-arrow-right {
  right: 0;
}

#events-feed .slick-arrow.icon-arrow-right {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2228%22%20viewBox%3D%220%200%208%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.136%2012.666l.736.676%205.81-6.327L1.619.412l-.736.676%205.443%205.927z%22%20fill%3D%22%23DD4017%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
}

#events-feed .slick-arrow.icon-arrow-right:hover {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2228%22%20viewBox%3D%220%200%208%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.136%2012.666l.736.676%205.81-6.327L1.619.412l-.736.676%205.443%205.927z%22%20fill%3D%22%23541722%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
}

#event-popups {
  display: none;
}

.event-info {
  background: #fff;
}

.event-info .event-info-title {
  padding: 50px 5% 30px 5%;
}

.event-info h5 {
  font: bold 36px/1.2 "stratos";
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.event-info h5 span {
  font: normal 16px/1 "stratos";
  display: block;
  padding-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.event-info-content {
  padding: 30px 5%;
}

.event-info img {
  width: 100%;
  max-width: 100%;
}

#alert {
  background: #fff;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 50px;
  text-align: center;
  position: relative;
}

#alert h4 {
  padding-bottom: 20px;
}

/* ========================================================================= */
/* !FOOTER                                                                    */
/* ========================================================================= */
#footer {
  padding: 0 0 50px 0;
}

#footer {
  background: #541722;
}

#footer {
  font-size: 14px;
}

#footer p {
  margin: 0 0 10px 0;
  color: #FBF3E5;
  font-size: 13px;
}

#footer .address {
  padding: 0 0 30px 0;
}

#footer .address .social {
  margin: 0 10px 0 0;
  fill: #BFD1D2;
}

#footer .address .social:hover {
  fill: #DD4017;
}

#footer .hours {
  padding: 0 0 30px 0;
}

#footer .hours h6 {
  font: bold 16px/1 "azeret-mono";
  color: #000;
}

#footer .hours .meal {
  width: 100%;
  margin-right: -4px;
  padding-right: 2%;
}

#footer .footer-phone:hover {
  color: inherit;
  cursor: default;
}

#footer .newsletter {
  float: left;
}

#footer .newsletter {
  background: none;
  width: 100%;
}

#footer .newsletter.mobile {
  display: none;
}

#footer .newsletter h6 {
  font: bold 16px/1 "azeret-mono";
  color: #000;
}

#footer .newsletter form {
  width: 100%;
}

#footer .newsletter form input.input_email {
  width: calc(100% - 170px);
  display: inline-block;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #DD4017;
  margin: 0 20px 0 0;
  background: #f4f4f4 url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2210%22%20viewBox%3D%220%200%2016%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20fill%3D%22%23665C37%22%3E%3Cpath%20d%3D%22M1%209h14V1H1v8zM0%200h16v10H0V0z%22%20fill-rule%3D%22nonzero%22%2F%3E%3Cpath%20d%3D%22M1.29.593l-.58.814L8%206.614l7.29-5.207-.58-.814L8%205.386z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat calc(100% - 10px) 50%;
  height: 42px;
  vertical-align: middle;
}

#footer .newsletter form button {
  vertical-align: middle;
}

#footer .footer-contact-info.newsletter {
  float: none;
}

#footer .map {
  float: right;
  width: 48%;
}

#footer a.map {
  display: block;
  height: 250px;
}

#footer .map iframe {
  width: 100%;
  height: 250px;
}

#footer .copyright .logo-footer img {
  height: auto;
  max-height: 80px;
}

#footer .copyright-content .link {
  font-size: 18px;
  font-weight: bold;
  color: #DD4017;
}

#footer .copyright-content .link:hover {
  color: #BFD1D2;
}

#footer .copyright-content p {
  color: #FBF3E5;
  font-size: 12px;
}

#footer .jackrabbit, #footer .jackrabbit a {
  font-size: 16px;
  color: #BFD1D2;
  font-size: 12px;
}

#footer .jackrabbit a:hover {
  color: #BFD1D2;
}

#footer .footer-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
#footer .footer-contact-info .location {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 30px;
}
#footer .footer-contact-info .location div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
}
#footer .footer-contact-info .location div p {
  font-weight: 400;
}
#footer .footer-contact-info .location h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 25px;
  color: #BFD1D2;
}
#footer .footer-contact-info .location h3 span {
  font-size: 16px;
}

#footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-top: 1px solid #76454E;
  padding-top: 20px;
  margin-top: 20px;
}
#footer .footer-bottom .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
#footer .footer-bottom .copyright .logo-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
#footer .footer-bottom .copyright p.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
#footer .footer-bottom .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
#footer .footer-bottom .footer-social .footer-badge img {
  max-width: 100px;
}
#footer .footer-bottom .footer-social .social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#footer .footer-bottom .footer-social .social-nav svg {
  fill: #FBF3E5;
}

#map-canvas {
  width: 100%;
  height: 250px;
}

#map-canvas h6 {
  font-size: 16px;
  line-height: 1;
}

#map-canvas .window-content {
  padding: 10px 0 0 0;
  font: normal 16px/1.1 "stratos";
}

#map-canvas .window-content {
  max-width: 250px;
}

/* ========================================================================= */
/* !FORMS                                                                     */
/* ========================================================================= */
form input[type=text], form input[type=email] {
  background-color: #00f0f0;
  border: 1px solid #00f0f0;
  line-height: 32px;
  height: 32px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

form input[type=text]:focus, form input[type=email]:focus {
  background: #0ff;
  border-color: #0ff;
}

/* Email newsletter */
.email-newsletter {
  background: rgb(71.9887850467, 19.7112149533, 29.138317757);
  padding: 30px 0;
  margin: 0 0 30px 0;
}
.email-newsletter .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.email-newsletter .wrap > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
}

.email-newsletter h6 {
  color: #BFD1D2;
  font-family: "stratos";
  font-size: 25px;
  font-weight: 500;
}

.email-newsletter p {
  font-size: 14px !important;
  color: #FBF3E5;
}

.email-newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0;
}
.email-newsletter form .btn {
  background: #DD4017;
  color: #fff;
  border: none;
}

.email-newsletter form .gform_body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 129px);
          flex: 0 0 calc(100% - 129px);
}

.email-newsletter .gform_heading {
  display: none;
}

.email-newsletter label {
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: left;
  position: absolute;
  left: -9000px;
}

.email-newsletter form .gfield input {
  width: 100%;
  background: #fff;
  height: 48px;
  border: none;
  display: inline-block;
}

.email-newsletter form input[type=email]:focus {
  background: transparent;
  border: none;
  border-bottom: 1px solid #DD4017;
}

/* Tripleseat */
#tripleseat-container h1 {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 20px;
  text-align: center;
}

#tripleseat-container p {
  text-align: center;
}

#tripleseat-container h3 {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 24px;
  color: #DD4017;
  margin-bottom: 0;
}

#tripleseat-container #tripleseat_embed_form table {
  width: 100%;
}

#tripleseat-container #tripleseat_embed_form table h2 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 16px;
  text-align: center;
  font-family: "azeret-mono";
  color: #541722;
  font-weight: 500;
}

#tripleseat-container #tripleseat_embed_form table td {
  padding: 0 0 20px 0;
}

#tripleseat-container #tripleseat_embed_form table .row_contact_header td {
  padding: 10px 0 20px 0;
}

#tripleseat-container #tripleseat_embed_form table .row_first_name td:first-child, #tripleseat-container #tripleseat_embed_form table .row_phone_number td:first-child, #tripleseat-container #tripleseat_embed_form table .row_start_time td.cell_start_time {
  padding-right: 15px;
}

#tripleseat-container #tripleseat_embed_form table .row_first_name td:last-child, #tripleseat-container #tripleseat_embed_form table .row_phone_number td.extension, #tripleseat-container #tripleseat_embed_form table .row_start_time td.cell_end_time {
  padding-left: 15px;
}

#tripleseat-container #tripleseat_embed_form table .row_company td {
  padding-bottom: 40px;
}

#tripleseat-container #tripleseat_embed_form table .row_details_header td {
  padding-top: 30px;
  border-top: 1px dashed #c1c1c1;
}

#tripleseat-container #tripleseat_embed_form table input, #tripleseat-container #tripleseat_embed_form table textarea {
  background-color: #FBF3E5;
  border: none;
  border-bottom: 1px solid #DD4017;
  width: 100%;
  padding: 0 10px;
  line-height: 38px;
  height: 38px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#tripleseat-container #tripleseat_embed_form table select.referral_list {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #DD4017;
  width: 100%;
  padding: 5px 36px 5px 10px;
  color: #000;
  background: transparent url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%226%22%20viewBox%3D%220%200%2011%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200l5.5%206L11%200z%22%20fill%3D%22%23d44f53%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat calc(100% - 10px) 50%;
}

#tripleseat-container #tripleseat_embed_form table select.referral_list:focus {
  border-bottom: 1px solid #000;
}

#tripleseat-container #tripleseat_embed_form table input.error {
  border-color: #c00;
}

#tripleseat-container #tripleseat_embed_form table input:focus,
#tripleseat-container #tripleseat_embed_form table textarea:focus {
  background: #FBF3E5;
  border-color: #000;
}

#tripleseat-container #tripleseat_embed_form table input.hasDatepicker {
  background: #FBF3E5 url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11%202v2h4V2h3v14H0V2h3v2h4V2h4zm6%203v10H.853V5H17zm-5-5h2v3h-2V0zM4%200h2v3H4V0zM2%208.963v2h2v-2H2zm3-3v2h2v-2H5zm0%203v2h2v-2H5zm6-3v2h2v-2h-2zm0%203v2h2v-2h-2zm-3-3v2h2v-2H8zm0%203v2h2v-2H8zm6-3v2h2v-2h-2zm0%203v2h2v-2h-2zm-12%203v2h2v-2H2zm3%200v2h2v-2H5zm6%200v2h2v-2h-2zm-3%200v2h2v-2H8z%22%20fill%3D%22%23665C37%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat calc(100% - 10px) 50%;
  background-position: calc(100% - 10px) 50%;
  border-color: #DD4017;
}

#tripleseat-container #tripleseat_embed_form table input.hasDatepicker:focus {
  background: #FBF3E5 url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2216%22%20viewBox%3D%220%200%2018%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11%202v2h4V2h3v14H0V2h3v2h4V2h4zm6%203v10H.853V5H17zm-5-5h2v3h-2V0zM4%200h2v3H4V0zM2%208.963v2h2v-2H2zm3-3v2h2v-2H5zm0%203v2h2v-2H5zm6-3v2h2v-2h-2zm0%203v2h2v-2h-2zm-3-3v2h2v-2H8zm0%203v2h2v-2H8zm6-3v2h2v-2h-2zm0%203v2h2v-2h-2zm-12%203v2h2v-2H2zm3%200v2h2v-2H5zm6%200v2h2v-2h-2zm-3%200v2h2v-2H8z%22%20fill%3D%22%23665C37%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat calc(100% - 10px) 50%;
  background-position: calc(100% - 10px) 50%;
  border-color: #000;
}

#tripleseat-container #tripleseat_embed_form table input.timeselect_input {
  background: #FBF3E5 url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%229.5%22%20cy%3D%229.5%22%20r%3D%229.5%22%2F%3E%3Cmask%20id%3D%22b%22%20width%3D%2219%22%20height%3D%2219%22%20x%3D%220%22%20y%3D%220%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23665C37%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20stroke-width%3D%223%22%20mask%3D%22url%28%23b%29%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Cpath%20d%3D%22M9%205v5.5l4%202%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat calc(100% - 10px) 50%;
  background-position: calc(100% - 10px) 50%;
  border-color: #DD4017;
}

#tripleseat-container #tripleseat_embed_form table input.timeselect_input:focus {
  background: #FBF3E5 url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2019%2019%22%3E%3Cdefs%3E%3Ccircle%20id%3D%22a%22%20cx%3D%229.5%22%20cy%3D%229.5%22%20r%3D%229.5%22%2F%3E%3Cmask%20id%3D%22b%22%20width%3D%2219%22%20height%3D%2219%22%20x%3D%220%22%20y%3D%220%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23665C37%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20stroke-width%3D%223%22%20mask%3D%22url%28%23b%29%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Cpath%20d%3D%22M9%205v5.5l4%202%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat calc(100% - 10px) 50%;
  background-position: calc(100% - 10px) 50%;
  border-color: #000;
}

#tripleseat-container #tripleseat_embed_form table label {
  font: 500 14px/1 "azeret-mono";
  color: #541722;
  padding-bottom: 5px;
}

#tripleseat-container #tripleseat_embed_form table label em {
  text-transform: none;
}

#tripleseat-container #tripleseat_embed_form table label span.required {
  color: inherit;
}

#tripleseat-container #tripleseat_embed_form table #lead_form_submit input {
  display: inline-block;
  font: bold 14px/38px "azeret-mono";
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 5px 30px;
  background: #541722;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: auto;
  border: none;
}
#tripleseat-container #tripleseat_embed_form table #lead_form_submit input:hover {
  color: #fff;
  background: #DD4017;
}

#tripleseat-container #tripleseat_embed_form table #lead_form_submit a {
  display: none;
}

#tripleseat-container .errorExplanation {
  border-color: #c00;
  background: none;
  padding: 20px;
  font-size: 14px;
}

#tripleseat-container .errorExplanation h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

#tripleseat-container .errorExplanation ul {
  margin: 0 0 20px 20px;
  font-size: 14px;
}

#tripleseat-container .errorExplanation ul > li {
  position: relative;
  padding-left: 10px;
  margin: 0;
}

#tripleseat-container .errorExplanation ul > li:before {
  content: "•";
  position: absolute;
  left: 0;
}

/* Datepicker */
#ui-datepicker-div {
  width: 280px;
  height: 262px;
  padding: 10px 20px;
  font: normal 14px/1 "stratos";
  margin-top: 10px;
}

#ui-datepicker-div.ui-widget-content {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

#ui-datepicker-div .ui-widget-header {
  background: none;
  border: none;
}

#ui-datepicker-div select.ui-datepicker-month, #ui-datepicker-div select.ui-datepicker-year {
  width: auto !important;
  margin: -7px 2px 0 2px;
  outline: 0 !important;
  display: inline-block;
  background: transparent;
  border-width: 0 !important;
  font: bold 16px/1 "azeret-mono";
  text-transform: uppercase;
  color: #000;
  pointer-events: none;
  -moz-appearance: none;
}

#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default {
  background: none;
  border: none;
  text-align: center;
  padding: 7px;
}

#ui-datepicker-div .ui-datepicker-calendar thead th {
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #f4f4f4;
  padding: 0 0 10px 0;
  font: normal 14px/1 "azeret-mono";
}

#ui-datepicker-div .ui-datepicker-calendar td {
  padding: 2px 0;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%23373737%22%20d%3D%22M7.118%201.088L6.382.412.572%206.739l6.064%206.603.736-.676L1.93%206.739z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
}

#ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%23373737%22%20d%3D%22M1.136%2012.666l.736.676%205.81-6.327L1.619.412l-.736.676%205.443%205.927z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
}

#ui-datepicker-div .ui-state-hover {
  background: #f4f4f4;
  border: none;
  top: 2px;
}

#ui-datepicker-div .ui-state-hover.ui-datepicker-next-hover {
  right: 2px;
  background: none;
}

#ui-datepicker-div .ui-state-hover.ui-datepicker-next-hover .ui-icon {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%23e7414e%22%20d%3D%22M1.136%2012.666l.736.676%205.81-6.327L1.619.412l-.736.676%205.443%205.927z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
}

#ui-datepicker-div .ui-state-hover.ui-datepicker-prev-hover {
  left: 2px;
  background: none;
}

#ui-datepicker-div .ui-state-hover.ui-datepicker-prev-hover .ui-icon {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%23e7414e%22%20d%3D%22M7.118%201.088L6.382.412.572%206.739l6.064%206.603.736-.676L1.93%206.739z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0;
}

#ui-datepicker-div .ui-datepicker-today a.ui-state-highlight {
  background: #DD4017;
  color: #fff;
}

#ui-datepicker-div .ui-datepicker .ui-datepicker-prev span, #ui-datepicker-div .ui-datepicker .ui-datepicker-next span {
  margin: -4px;
}

#ui-datepicker-div .ui-state-active, #ui-datepicker-div .ui-widget-content .ui-state-active, #ui-datepicker-div .ui-widget-header .ui-state-active {
  background-color: #DD4017;
  color: #fff;
}

#ui-datepicker-div:before {
  content: "";
  border: 10px solid transparent;
  border-bottom-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 100%;
  left: 10px;
}

#ui-datepicker-div .ui-datepicker-buttonpane {
  display: none !important;
}

#ui-datepicker-div .ui-datepicker-buttonpane button {
  display: none !important;
}

div.timeselect {
  padding: 10px 0;
  font-size: 14px;
  width: auto !important;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

div.timeselect a {
  background: none !important;
  color: #000;
  padding: 0 10px !important;
  display: inline-block;
}

div.timeselect a.hover {
  color: #000 !important;
  background-color: #f4f4f4 !important;
}

/* ========================================================================= */
/* !THIRD-PARTY: SLICK SLIDER                                                 */
/* ========================================================================= */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* ========================================================================= */
/* !THIRD-PARTY: MAGNIFIC POPUP                                               */
/* ========================================================================= */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

button.mfp-close {
  width: auto;
  height: auto;
  line-height: 13px;
}

button.mfp-close {
  top: 20px;
  right: 20px;
  opacity: 1;
}

button.mfp-close:active {
  top: 20px;
}

button.mfp-close svg {
  width: 13px;
  height: 13px;
}

button.mfp-close svg {
  fill: #DD4017;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

button.mfp-close:hover svg {
  fill: #000;
}

.popup {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* ========================================================================= */
/* !MEDIA QUERIES                                                             */
/* ========================================================================= */
@media screen and (max-width: 1100px) {
  #banner-landing .columns .column:nth-child(1) .column-content {
    padding: 50px 0 50px 20px;
  }
  #banner-landing .columns .column:nth-child(2) {
    padding: 50px 5% 50px;
  }
  #banner-landing .columns .column:nth-child(3) .column-content {
    padding: 50px 20px 0 0;
  }
  .landing-slideshow .wrap {
    padding: 0;
  }
  .landing-slideshow {
    background: #f4f4f4;
  }
  .module-images-content .images-content-container {
    padding: 50px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .module-images-content .images-content-container .images {
    -ms-grid-rows: 5vw 2vw 24vw 2vw 7vw 2vw 15vw;
    grid-template-rows: 5vw 24vw 7vw 15vw;
    -ms-grid-columns: 22vw 2vw 10vw 2vw 8vw;
    grid-template-columns: 22vw 10vw 8vw;
    grid-gap: 2vw;
  }
  .module-images-content .images-content-container .images > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .module-images-content .images-content-container .images > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .module-images-content .images-content-container .images > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .module-images-content .images-content-container .images > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .module-images-content .images-content-container .images > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .module-images-content .images-content-container .images > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .module-images-content .images-content-container .images > *:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .module-images-content .images-content-container .images > *:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .module-images-content .images-content-container .images > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .module-images-content .images-content-container .images > *:nth-child(10) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .module-images-content .images-content-container .images > *:nth-child(11) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .module-images-content .images-content-container .images > *:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
}
@media screen and (max-width: 1000px) {
  #logo a {
    width: 150px;
    height: 80px;
  }
  #utility {
    font-size: 16px;
    line-height: 18px;
  }
  #utility .phone {
    padding: 2px 10px 0 10px;
  }
  #utility .social {
    margin: 0 0 0 10px;
  }
  #utility .social.facebook svg {
    width: 7px;
    height: 16px;
  }
  #utility .social.twitter svg {
    width: 18px;
    height: 16px;
  }
  #utility .social.instagram svg {
    width: 16px;
    height: 16px;
  }
  #main-nav {
    font-size: 15px;
  }
  #main-nav li {
    margin: 0 10px;
  }
  #main-nav li:last-child {
    margin: 0 0 0 10px;
  }
  #header.fixed #logo a,
  #header.landing #logo a {
    width: 80px;
    height: 40px;
  }
  #header.fixed #utility .social,
  #header.landing #utility .social {
    display: none;
  }
  #header.fixed #main-nav,
  #header.landing #main-nav {
    font-size: 13px;
  }
  #header.fixed #main-nav li,
  #header.landing #main-nav li {
    margin: 0 0 0 15px;
  }
  #header.fixed #main-nav li:last-child,
  #header.landing #main-nav li:last-child {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 960px) {
  #banner-landing h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 950px) {
  #header.fixed #utility,
  #header.landing #utility {
    display: none;
  }
  #header.fixed #main-nav,
  #header.landing #main-nav {
    margin-right: 0;
    border: none;
  }
  .module-container .module {
    padding: 40px 20px 20px 20px;
  }
  .module-container .module .module-content h4 {
    font-size: 30px;
  }
  .module-container .module .module-content h4 span {
    font-size: 14px;
  }
  .module-container .module .module-content .module-intro {
    font-size: 26px;
  }
  .module-container .module.fish-frame {
    padding: 80px 20px;
  }
  .module-container .module.fish-frame .module-content {
    position: relative;
    padding: 30px 0 10px 0;
  }
  .module-container .module.fish-frame .module-content:before {
    content: "";
    position: absolute;
    background: url(../images/avvio/img_cod.png) no-repeat 50% 0;
    background-size: 120px;
    opacity: 0.5;
    left: 0;
    width: 100%;
    bottom: 100%;
    height: 45px;
    border-bottom: 1px solid #66ffff;
  }
  .module-container .module.fish-frame .module-content:after {
    content: "";
    position: absolute;
    background: url(../images/avvio/img_cod.png) no-repeat 50% 100%;
    background-size: 120px;
    opacity: 0.5;
    left: 0;
    width: 100%;
    top: 100%;
    height: 45px;
    border-top: 1px solid #66ffff;
  }
  #menu #menu-nav a, #menu-yext #menu-nav a {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  #logo {
    position: static;
    float: none;
    margin: -10px auto 0 auto;
    text-align: center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #logo a {
    margin: 0 auto;
  }
  #main-nav {
    gap: 20px;
  }
  #main-nav :nth-child(3) {
    margin-left: 0;
  }
  #banner-landing .columns .column {
    width: 45%;
  }
  #banner-landing .columns .column:nth-child(2) {
    display: none;
  }
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 860px) {
  #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .ot-button.ot-dtp-picker-button {
    margin: 20px 0 !important;
    min-width: 100%;
    text-align: center;
    padding-left: 35px;
    background-position: 0 50%;
  }
  #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .ot-button.ot-dtp-picker-button:hover {
    min-width: 100%;
    text-align: center;
    padding-left: 35px;
    background-position: 0 50%;
  }
}
@media screen and (max-width: 850px) {
  .module-buckets .bucket-container .bucket {
    padding: 0 1%;
  }
  .bucket-container .slider-arrow.arrow-prev {
    left: -25px;
  }
  .bucket-container .slider-arrow.arrow-next {
    right: -25px;
  }
  .module-images-content .images-content-container {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 800px) {
  #utility {
    font-size: 13px;
    line-height: 18px;
    padding: 15px 0 0 0;
  }
  #utility .phone {
    padding: 2px 5px 0 10px;
  }
  #utility .social.facebook svg {
    width: 6px;
    height: 14px;
  }
  #utility .social.twitter svg {
    width: 16px;
    height: 14px;
  }
  #utility .social.instagram svg {
    width: 14px;
    height: 14px;
  }
  #main-nav {
    font-size: 14px;
  }
  #main-nav li {
    margin: 0 10px;
  }
  #main-nav li:last-child {
    margin: 0 0 0 10px;
  }
  #banner #slideshow .slide .slide-text h2 {
    color: #fff;
    font-size: 40px;
  }
  #banner .video-text h2 {
    color: #fff;
    font-size: 40px;
  }
  section {
    padding: 40px 0;
  }
  h3.section-title {
    font-size: 30px;
  }
  .callout {
    background: #000;
    padding: 0;
  }
  .callout:before {
    height: 0;
  }
  .callout .callout-image {
    position: relative;
    padding: 55% 0 0 0;
    height: 0;
    top: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: none;
    background-position: 50% 50%;
    z-index: 0;
  }
  .callout:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    height: 0;
    padding: 55% 0 0 0;
    width: 100%;
  }
  .callout.callout-left:before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.95)), color-stop(70%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0, rgba(0, 0, 0, 0) 70%);
  }
  .callout.callout-right:before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.95)), color-stop(70%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0, rgba(0, 0, 0, 0) 70%);
  }
  .callout .callout-content {
    width: 100%;
    padding: 0 0 50px 0;
    text-align: center;
  }
  .single-module .wrap .module {
    width: 100%;
    display: block;
  }
  .single-module .wrap .module h4 {
    display: block;
    width: 60%;
    margin: 0 0 30px 0;
  }
  .single-module .wrap .module .module-content {
    display: block;
    width: 60%;
  }
  #footer .hours .meal {
    width: auto;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .featured {
    padding: 0;
  }
  .featured .wrap {
    display: block;
  }
  .featured .featured-image {
    position: static;
    width: 100%;
    padding: 65% 0 0 0;
  }
  .featured .featured-content {
    width: 100%;
    padding: 30px 0 50px 0;
  }
  #footer .footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .footer-bottom .copyright {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #footer .footer-bottom .footer-social {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  #logo {
    margin: 0;
  }
  #logo a {
    margin: 0;
  }
  #main-nav {
    gap: 20px;
  }
  #main-nav :nth-child(3) {
    margin-left: 0;
  }
  #header {
    background: #fff;
    padding: 15px 0 10px 0;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  }
  #header #logo {
    float: left;
  }
  #header #logo a {
    background-size: contain;
    width: 125px;
    height: 30px;
    margin-top: -5px;
  }
  #header .phone {
    color: #000;
    font: normal 14px/20px "stratos";
  }
  #header .nav-toggle span, #header .nav-toggle span:before, #header .nav-toggle span:after {
    background: #000;
  }
  #header .desktop {
    display: none;
  }
  #header .mobile {
    display: block;
  }
  #header .phone {
    float: right;
    margin: 0 10px 0;
  }
  #header .nav-toggle {
    vertical-align: middle;
    display: inline-block;
    margin: -3px 0 0 10px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background: none;
    float: right;
    border: none;
    padding: 0;
  }
  #header .nav-toggle span {
    margin: 0;
  }
  #header .nav-toggle span, #header .nav-toggle span:before, #header .nav-toggle span:after {
    cursor: pointer;
    border-radius: 5px;
    height: 2px;
    width: 20px;
    position: absolute;
    display: block;
    content: "";
  }
  #header .nav-toggle span:before {
    top: -6px;
  }
  #header .nav-toggle span:after {
    bottom: -6px;
  }
  #header .nav-toggle, #header .nav-toggle span:before, #header .nav-toggle span:after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #header .nav-toggle span.open {
    background: transparent;
  }
  #header .nav-toggle span.open:before, #header .nav-toggle span.open:after {
    top: 0;
  }
  #header .nav-toggle span.open:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header .nav-toggle span.open:after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
    top: 8px;
  }
  #header #mobile-menu {
    display: none;
    clear: both;
    padding-top: 20px;
    top: 40px;
    position: absolute;
    width: 100%;
    left: 0;
  }
  #header #mobile-menu {
    background: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  }
  #header #main-nav-mobile > li {
    padding: 0 20px;
  }
  #header #main-nav-mobile > li > a {
    padding: 10px 0;
    display: block;
    width: calc(100% - 40px);
  }
  #header #main-nav-mobile > li > a {
    font: 500 16px/1.3 "azeret-mono";
    color: #DD4017;
  }
  #header #main-nav-mobile > li > a:hover {
    color: #541722;
  }
  #header #main-nav-mobile > li.expanded {
    background: #f4f4f4;
  }
  #header #main-nav-mobile > li.expanded > a {
    color: #000;
  }
  #header #main-nav-mobile > li .sub-menu-wrap > ul {
    padding: 0 0 10px 0;
  }
  #header #main-nav-mobile > li .sub-menu-wrap ul li a {
    padding: 5px 0;
    display: inline-block;
  }
  #header #main-nav-mobile > li .sub-menu-wrap ul li a {
    color: #000;
    font-size: 14px;
  }
  #header #main-nav-mobile > li .sub-menu-wrap ul li a:hover {
    color: #541722;
  }
  #header #main-nav-mobile li.menu-item-has-children > .menu-toggle-button {
    display: none;
  }
  #header .social-nav {
    padding: 15px 20px 20px 20px;
    display: block;
  }
  #header .social-nav .social {
    margin: 0 20px 0 0;
  }
  #header .social-nav .social svg {
    fill: #fff;
  }
  #header .social-nav .social svg {
    fill: #9c9c9c;
  }
  #header .social-nav .social:hover svg {
    fill: #DD4017;
  }
  #header.fixed,
  #header.landing {
    padding: 15px 0 10px 0;
  }
  #header.fixed #logo a,
  #header.landing #logo a {
    width: 125px;
    height: 30px;
  }
  #header.landing {
    border: none;
  }
  .module-container .module {
    padding: 40px 20px 20px 20px;
  }
  .module-container .module .module-content h4 {
    font-size: 24px;
  }
  .module-container .module .module-content h4 span {
    font-size: 14px;
  }
  .module-container .module .module-content .module-intro {
    font-size: 22px;
  }
  #menu #menu-nav-container {
    padding: 50px 0 20px 0;
  }
  #menu #menu-nav-container h3 {
    padding: 20px 0 10px 0;
  }
  #menu #menu-nav-container {
    height: 280px;
  }
  #menu #menu-nav-container a {
    margin: 0 5px 10px;
  }
  #menu .tab-content:before {
    margin-top: -220px;
    height: 220px;
  }
  #menu .tab-content:before {
    margin-top: -280px;
    height: 280px;
  }
  #menu #menu-nav {
    font-size: 14px;
  }
  #menu #menu-nav a {
    padding: 2px 10px 4px 10px;
    line-height: 24px;
  }
  #menu .food-section {
    border-top: 1px solid #f4f4f4;
    padding: 0;
  }
  #menu .food-section h4 {
    padding: 20px 40px;
    position: relative;
  }
  #menu .food-section h4 span.toggle-icon:before {
    background: #DD4017;
  }
  #menu .food-section h4 span.toggle-icon:after {
    background: #DD4017;
  }
  #menu .food-section h5 {
    padding: 0 40px 20px 40px;
  }
  #menu .food-section ul {
    height: auto;
  }
  #menu #menu-nav-container {
    text-align: center;
  }
  #menu #menu-nav-container #menu-nav li {
    display: inline-block;
  }
  #menu .food-section {
    padding: 0;
  }
  #menu .food-section .section-toggle {
    display: none;
  }
  #menu .food-section ul li {
    display: block;
    width: 100%;
    float: none;
  }
  #menu .food-section ul li:nth-child(even) {
    float: none;
  }
  #menu .food-section h4 {
    position: relative;
  }
  #menu .food-section h4 span.toggle-action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  #menu .food-section h4 span.toggle-icon {
    float: right;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -15px -5px 0 0;
    cursor: pointer;
  }
  #menu .food-section h4 span.toggle-icon:before {
    content: "";
    top: 12px;
    left: 5px;
    position: absolute;
    height: 2px;
    width: 12px;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu .food-section h4 span.toggle-icon:after {
    content: "";
    top: 12px;
    right: 5px;
    position: absolute;
    height: 2px;
    width: 12px;
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu .food-section h4 span.toggle-icon.open:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu .food-section h4 span.toggle-icon.open:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu .food-section h4 span.toggle-icon:before, #menu .food-section h4 span.toggle-icon:after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #menu .menu-footnote {
    width: 100%;
  }
  #menu-yext span.menu-toggle {
    float: right;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 20px;
    margin: -5px -5px 0 0;
    cursor: pointer;
  }
  #menu-yext span.menu-toggle:before {
    content: "";
    top: 19px;
    left: 7px;
    position: absolute;
    height: 2px;
    width: 10px;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu-yext span.menu-toggle:after {
    content: "";
    top: 19px;
    right: 7px;
    position: absolute;
    height: 2px;
    width: 10px;
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu-yext span.menu-toggle.open:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu-yext span.menu-toggle.open:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu-yext span.menu-toggle:before,
  #menu-yext span.menu-toggle:after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #menu-yext .menu-items, #menu-yext h3.yext-menu-section-desc {
    display: none;
  }
  #menu-yext .yext-menu-section-items {
    width: 100% !important;
  }
  #menu-yext .yext-menu-section-items:first-child {
    float: none !important;
  }
  #menu-yext .yext-menu-section-items:last-child {
    float: none !important;
  }
  #menu-yext #menu-nav-container {
    padding: 50px 0 20px;
  }
  #menu-yext #menu-nav-container #menu-nav a {
    padding: 2px 10px 4px 10px;
    line-height: 24px;
  }
  #menu-yext .tab-content:before {
    margin-top: -280px;
    height: 280px;
  }
  #menu-yext .yext-menu-section-header {
    margin: 10px 0 !important;
  }
  #menu-yext .yext-menu-section {
    border-top: 1px solid #f4f4f4 !important;
  }
  .interior #menu-yext .tab-content:before {
    margin-top: -200px;
    height: 200px;
  }
  #banner-landing {
    padding: 51px 0 50px 0;
  }
  #banner-interior {
    min-height: 225px;
  }
  #banner-interior .slide {
    position: fixed;
    height: 225px;
    z-index: 0;
  }
  #banner-interior h2 {
    padding-top: 150px;
    font-size: 38px;
  }
  #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form {
    text-align: center;
    margin-left: -2%;
  }
  #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form > div {
    margin-left: 2%;
    margin-right: 0;
    width: 31%;
  }
  #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .ot-button.ot-dtp-picker-button {
    margin: 20px 0 !important;
    float: none;
  }
  #message-desktop {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 700px) {
  #banner-landing .columns {
    display: block;
  }
  #banner-landing .columns .column {
    width: 100%;
  }
  #banner-landing .columns .column:nth-child(1) img {
    padding: 0 20px;
  }
  #banner-landing .columns .column:nth-child(3) .column-content {
    padding: 50px 20px 0 20px;
  }
  #banner-landing .columns .column:nth-child(3) img {
    display: none;
  }
  #banner-landing h1 {
    font-size: 55px;
  }
  #banner-landing h1:after {
    display: none;
  }
  .module-images-content .images-content-container {
    display: block;
  }
  .module-images-content .images-content-container .images {
    width: 100%;
    -ms-grid-rows: 10vw 2vw 43vw 2vw 14vw 2vw 30vw;
    grid-template-rows: 10vw 43vw 14vw 30vw;
    -ms-grid-columns: 37vw 2vw 19vw 2vw 15vw;
    grid-template-columns: 37vw 19vw 15vw;
    margin-bottom: 30px;
  }
  .module-images-content .images-content-container .images > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .module-images-content .images-content-container .images > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .module-images-content .images-content-container .images > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .module-images-content .images-content-container .images > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .module-images-content .images-content-container .images > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .module-images-content .images-content-container .images > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .module-images-content .images-content-container .images > *:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .module-images-content .images-content-container .images > *:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .module-images-content .images-content-container .images > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .module-images-content .images-content-container .images > *:nth-child(10) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .module-images-content .images-content-container .images > *:nth-child(11) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .module-images-content .images-content-container .images > *:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .module-images-content .images-content-container .content {
    width: 100%;
  }
  .email-newsletter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .email-newsletter > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (max-width: 650px) {
  #banner #video-container video {
    display: none;
  }
  #banner #video-container .video-image {
    display: block;
  }
  #banner #slideshow .slide .slide-text h2 {
    font-size: 30px;
  }
  #banner .video-text h2 {
    font-size: 30px;
  }
  .module-container .wrap {
    display: block;
    -webkit-box-align: auto;
    -ms-flex-align: auto;
    align-items: auto;
  }
  .module-container .wrap .module {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 0 20px 0;
  }
  .module-container .wrap .module:last-child {
    margin: 0;
  }
  .module-container .wrap .module.bg-only {
    min-height: 500px;
  }
  .module-container .wrap .module {
    padding: 40px 20px 20px 20px;
  }
  .module-container .wrap .module .module-content h4 {
    font-size: 24px;
  }
  .module-container .wrap .module .module-content h4 span {
    font-size: 14px;
  }
  .module-container .wrap .module .module-content .module-intro {
    font-size: 22px;
  }
  .single-module .wrap .module {
    display: block;
  }
  .single-module .wrap .module h4 {
    width: 100%;
  }
  .single-module .wrap .module .module-content {
    width: 100%;
  }
  #menu .food-section h4 {
    font-size: 18px;
  }
  #menu-yext h1.yext-menu-section-title {
    font-size: 18px !important;
  }
  #menu-yext h1.yext-menu-section-title:before, #menu-yext h1.yext-menu-section-title:after {
    top: 5px;
  }
  .interior #menu-yext .tab-content:before {
    margin-top: -250px;
    height: 250px;
  }
  #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form {
    text-align: center;
    margin-left: 0;
  }
  #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form > div {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin: 0 0 10px 0;
  }
  #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .ot-button.ot-dtp-picker-button {
    margin: 20px 0 !important;
    float: none;
  }
  #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form .ot-datepicker.ot-dtp-picker-select.picker__input {
    width: 100%;
  }
  #reservations-container #reservations-form h3 {
    font-size: 36px;
  }
  #footer {
    text-align: center;
  }
  #footer .newsletter {
    float: none;
    display: none;
  }
  #footer .newsletter.mobile {
    display: block;
  }
  #footer .footer-contact-info {
    float: none;
    width: 100%;
  }
  #footer .footer-contact-info.newsletter {
    display: none;
  }
  #footer .footer-contact-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    gap: 30px;
  }
  #footer .footer-contact-info .location {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #footer .map {
    float: none;
    width: 100%;
    margin: 30px 0;
  }
  #footer .map iframe {
    width: 100%;
    height: 250px;
  }
  #footer .copyright {
    float: none;
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0 0 0 -20px;
    width: calc(100% + 40px);
    padding: 20px;
  }
  #footer .copyright .logo-footer {
    float: none;
    width: 100%;
    max-width: 150px;
  }
  #footer .copyright .logo-footer img {
    max-width: 100%;
    padding: 0 0 0 10px;
  }
  #footer .copyright .copyright-content {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
  }
  #footer .footer-bottom {
    gap: 0;
  }
  #footer .footer-bottom .copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 0;
    margin: 0;
  }
  #footer .footer-bottom .copyright p.links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #footer .address .social {
    margin: 0 5px;
  }
  #photos .row div.img1x1 {
    width: 50%;
    padding-top: 50%;
  }
  #photos .row div.img2x1 {
    width: 100%;
    padding-top: 50%;
  }
  #photos .row div.img2x2 {
    width: 100%;
    padding-top: 100%;
  }
  #photos .row div.img1x2 {
    width: 50%;
    padding-top: 100%;
  }
  .event-info .event-info-title {
    padding: 50px 5% 30px 5%;
  }
  .event-info h5 {
    font-size: 30px;
  }
  .event-info h5 span {
    font-size: 16px;
  }
  .event-info .event-info-content p.intro {
    font-size: 22px;
  }
  .email-newsletter {
    text-align: left;
  }
  .email-newsletter .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .email-newsletter .wrap > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (max-width: 600px) {
  .module-buckets .bucket-container .bucket {
    padding: 0;
  }
  .bucket-container .slider-arrow.arrow-prev {
    left: -40px;
  }
  .bucket-container .slider-arrow.arrow-next {
    right: -40px;
  }
}
@media screen and (max-width: 500px) {
  #menu #menu-nav-container {
    height: 300px;
  }
  #menu #menu-nav-container a {
    margin: 0 5px 5px;
  }
  #menu .tab-content:before {
    margin-top: -300px;
    height: 300px;
  }
  #menu .food-section h4 {
    font-size: 14px;
  }
  #menu .food-section h4 strong:before {
    width: 20px;
    top: 2px;
    height: 5px;
    right: calc(100% + 10px);
  }
  #menu .food-section h4 strong:after {
    width: 20px;
    top: 2px;
    height: 5px;
    left: calc(100% + 10px);
  }
  #menu-yext #menu-nav-container #menu-nav a {
    margin: 0 5px 5px;
    line-height: 18px;
  }
  #menu-yext .tab-content:before {
    margin-top: -300px;
    height: 300px;
  }
  #menu-yext h1.yext-menu-section-title {
    font-size: 14px !important;
  }
  .interior #menu-yext .tab-content:before {
    margin-top: -250px;
    height: 250px;
  }
  #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form {
    row-gap: 20px;
  }
  #reservations-container div[id^=ot-widget-container] .ot-dtp-picker-form > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  #banner-landing h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 450px) {
  #menu #menu-nav-container {
    height: 300px;
  }
  #menu #menu-nav-container a {
    font-size: 12px;
    padding: 0;
    margin: 0 10px 5px;
    display: inline-block;
  }
  #menu .tab-content:before {
    margin-top: -300px;
    height: 300px;
  }
  #banner #slideshow .slide .slide-text h2 {
    font-size: 25px;
  }
  #banner .video-text h2 {
    font-size: 25px;
  }
  #events-feed {
    padding: 0;
  }
  #events-feed .event {
    padding: 0;
  }
  #events-feed .event figure figcaption {
    font-size: 14px;
    top: auto;
    left: 0;
    right: 0;
    bottom: 35px;
    text-align: center;
  }
  #events-feed .event figure figcaption {
    font-size: 14px;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
  }
  #events-feed .event figure a:after {
    top: 25%;
    height: 75%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 100%);
  }
  #events-feed .event .event-details {
    width: 80%;
  }
  #events-feed .event .event-details h4 {
    font-size: 18px;
  }
  #events-feed .slick-arrow {
    top: 75%;
  }
  #footer .newsletter.mobile input.input_email {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
}