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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

@font-face {
  font-family: 'Elsie';
  src: url("/fonts/ElsieBlack-Regular.woff2") format("woff2"), url("/fonts/ElsieBlack-Regular.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Elsie';
  src: url("/fonts/Elsie-Regular.woff2") format("woff2"), url("/ fonts/Elsie-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html, body {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  background: #212126;
  color: white; }

body {
  background: url("/img/main-bg.jpg") center top/contain no-repeat; }

#menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 95px;
  background-color: #17171a;
  color: #FFFFFF;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #C22126;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0; }
  #menu.showthis {
    opacity: 1; }
  #menu.hidethis {
    opacity: 0; }
  #menu .logo {
    width: 150px; }
    #menu .logo img {
      max-width: 100%; }
  #menu .order-cta a {
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    background: #C22126;
    color: white;
    border-radius: 12px;
    padding: 10px 30px; }
    #menu .order-cta a span {
      display: block;
      font-weight: bold; }
    #menu .order-cta a:hover {
      background: #428068; }
  #menu .disclaimer {
    font-size: 13px;
    font-style: italic;
    margin-top: 6px;
    color: gray; }

header.main-header {
  padding: 72px 0 60px 0;
  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;
  background: url("/img/triangle-pattern-top.png") center top/80px repeat-x; }
  header.main-header .location a.googlemapit {
    color: white;
    display: block;
    text-decoration: none;
    margin: 0 30px; }
    @media only screen and (max-width: 1024px) {
      header.main-header .location a.googlemapit {
        border-top: 2px dashed #AA7A2D;
        border-bottom: 2px dashed #AA7A2D;
        padding: 20px 10px;
        text-align: center; }
        header.main-header .location a.googlemapit br {
          display: none; } }
  header.main-header .location a.getdirections {
    margin: 0 30px;
    color: #C22126;
    display: inline-block;
    padding-top: 10px;
    text-decoration: none;
    font: bold 13px/1em sans-serif;
    text-transform: uppercase; }
    @media only screen and (max-width: 1024px) {
      header.main-header .location a.getdirections {
        text-align: center;
        display: block; } }
  @media only screen and (max-width: 1024px) {
    header.main-header .location {
      width: 100%;
      padding: 15px 0 30px 0; } }
  header.main-header .logo {
    position: relative; }
    header.main-header .logo img {
      max-width: 300px;
      margin: 0 auto;
      display: block; }
    header.main-header .logo:before {
      background: url("/img/foliage-left.png") center/contain no-repeat;
      position: absolute;
      left: -60%;
      top: 20px;
      content: '';
      width: 150px;
      height: 70px;
      z-index: 0; }
    header.main-header .logo:after {
      background: url("/img/foliage-right.png") center/contain no-repeat;
      position: absolute;
      top: 20px;
      right: -60%;
      content: '';
      width: 150px;
      height: 70px;
      z-index: 0; }
    @media only screen and (max-width: 1024px) {
      header.main-header .logo {
        width: 300px;
        margin: 0 auto; } }
    @media only screen and (max-width: 720px) {
      header.main-header .logo:after, header.main-header .logo:before {
        display: none; } }
  header.main-header .phone {
    text-align: center; }
    header.main-header .phone a {
      font-size: 20px;
      display: inline-block;
      margin: 0 30px;
      text-decoration: none;
      background: #C22126;
      color: white;
      border-radius: 12px;
      padding: 15px 30px; }
      header.main-header .phone a span {
        display: block;
        font-weight: bold; }
      header.main-header .phone a:hover {
        background: #428068; }
    header.main-header .phone .disclaimer {
      font-size: 13px;
      font-style: italic;
      margin-top: 6px;
      color: gray; }
    @media only screen and (max-width: 1024px) {
      header.main-header .phone {
        width: 100%; } }
  @media only screen and (max-width: 1024px) {
    header.main-header {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      header.main-header div:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      header.main-header div:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      header.main-header div:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; } }

.swiper-container {
  width: 100%;
  height: 550px; }

.faves-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0; }
  .faves-wrap h1 {
    width: 100%;
    text-align: center;
    font: 900 2.8em/1em 'Elsie',sans-serif;
    color: #AA7A2D;
    margin-bottom: 30px; }
  .faves-wrap .faves-box {
    margin: 10px 30px 50px 30px; }
    .faves-wrap .faves-box .fave-img {
      width: 320px;
      height: 320px;
      background: url("/img/feat-img-bg.png") center center/100% no-repeat;
      position: relative; }
      .faves-wrap .faves-box .fave-img img {
        width: 260px;
        height: 260px;
        display: block;
        margin: 0 auto;
        padding: 30px;
        border-radius: 50%; }
      .faves-wrap .faves-box .fave-img .fave-price {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        background: #C22126;
        text-align: center;
        font-size: 3.6em;
        font-family: 'Elsie';
        line-height: 0.5em;
        color: white;
        padding: 20px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .faves-wrap .faves-box .fave-img .fave-price span {
          font-size: 14px; }
        .faves-wrap .faves-box .fave-img .fave-price span.each {
          width: 100%; }
    .faves-wrap .faves-box .fave {
      width: 320px; }
      .faves-wrap .faves-box .fave__dish {
        color: #AA7A2D;
        font: 900 1.5em/1em 'Elsie',sans-serif;
        text-align: center;
        margin: 15px auto; }
      .faves-wrap .faves-box .fave__dishdesc {
        text-align: center; }

.menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto; }
  .menu-wrap .steps {
    width: 36%;
    margin: 0px 2.5% 30px 2.5%;
    padding: 38px 20px;
    background: url("/img/white-triangle-down.png") center top/7% repeat-x, url("/img/white-triangle-up.png") center bottom/7% repeat-x;
    background-color: #C22126;
    border-radius: 30px; }
    .menu-wrap .steps h2 {
      color: #F9C82E;
      font: 900 2em/1em 'Elsie',sans-serif;
      margin-bottom: 10px; }
    .menu-wrap .steps h3 {
      color: #F9C82E;
      font: 900 1.3em/1em 'Elsie',sans-serif;
      margin-bottom: 15px; }
    .menu-wrap .steps .meats {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .menu-wrap .steps .meats ul.col {
        width: 50%;
        margin-top: 20px;
        margin-left: 15px; }
        .menu-wrap .steps .meats ul.col li {
          margin-bottom: 28px;
          font-size: 20px; }
  .menu-wrap .menu {
    width: 54.6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .menu-wrap .menu h2 {
      width: 100%;
      font: 900 2.4em/1em 'Elsie',sans-serif;
      border-bottom: 1px dotted #C22126;
      height: 50px;
      margin-bottom: 30px; }
    .menu-wrap .menu .menu-entry {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; }
      .menu-wrap .menu .menu-entry .menu-item {
        width: 65%; }
        .menu-wrap .menu .menu-entry .menu-item h3 {
          font: normal 2.0em/1em 'Elsie',sans-serif;
          margin-bottom: 10px; }
        .menu-wrap .menu .menu-entry .menu-item p {
          line-height: 1.5em; }
      .menu-wrap .menu .menu-entry .menu-price {
        color: #F9C82E;
        width: 30%;
        text-align: center;
        font: normal 2.5em/1em 'Elsie',sans-serif; }
        .menu-wrap .menu .menu-entry .menu-price span {
          font-size: 15px;
          line-height: 1em; }
        .menu-wrap .menu .menu-entry .menu-price span.option {
          margin-top: 5px;
          display: block;
          margin-top: 0px; }
        .menu-wrap .menu .menu-entry .menu-price hr {
          display: block;
          height: 1px;
          border: 0;
          border-top: 1px dotted red;
          width: 50%;
          margin: 10px auto 4px auto; }
      @media only screen and (max-width: 580px) {
        .menu-wrap .menu .menu-entry {
          width: 100%;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          border-bottom: 1px dotted gray;
          padding-bottom: 20px; } }

.swiper-container {
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  margin-top: 180px;
  margin-bottom: 100px;
  width: 100%;
  max-height: 720px;
  height: 720px; }
  .swiper-container img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }
  @media only screen and (max-width: 992px) {
    .swiper-container {
      margin-top: 40px;
      max-height: 100%;
      height: 100%;
      max-height: unset; }
      .swiper-container img {
        width: 100%;
        max-width: unset; } }

.truck {
  max-width: 900px;
  margin: -50px auto -100px auto; }
  .truck img {
    max-width: 100%; }

.social-wrap {
  width: 100%;
  text-align: center; }
  .social-wrap p {
    margin-bottom: 20px;
    line-height: 1.3em; }
  .social-wrap a {
    display: inline-block; }

footer {
  display: block;
  padding: 82px 0 60px 0;
  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;
  background: url("/img/triangle-pattern-bottom.png") center bottom/80px repeat-x; }
  footer .footer-wrap {
    text-transform: uppercase;
    font-size: 11px;
    color: gray;
    text-align: center;
    width: 100%; }
    footer .footer-wrap a {
      color: #428068; }

@media only screen and (max-width: 992px) {
  .menu-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .menu-wrap .steps {
      width: 100%; }
    .menu-wrap .menu {
      width: 100%;
      margin: 30px; } }
