/* apply a natural box layout model to all elements */
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
@font-face {
  font-family: 'billion-dreams';
  /* Choose a name to use in other CSS rules */
  src: url('billion-dreams.woff2') format('woff2'), /* Path to WOFF2 file */ url('fonts/billion-dreams.woff') format('woff');
  /* Path to WOFF file */
  font-weight: normal;
  /* Define the font weight for this file */
  font-style: normal;
  /* Define the font style for this file */
}
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 100%;
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0 20px;
  position: relative;
}
.central.narrow {
  max-width: 960px!important;
}
.centered {
  text-align: center;
}
.fixed-bg {
  background-attachment: fixed;
}
/*************FONTS***********/
.serif {
  font-family: Georgia, serif;
}
.sans-serif {
  font-family: Arial, Helvetica, sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.mobile-nav {
  height: 0;
  overflow: hidden;
}
.menu-toggle {
  color: #FDBD56;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  outline: none;
  z-index: 500;
  display: none;
  background: none!important;
  border: none!important;
}
.menu-toggle:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1560px) {
  .site-header {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1440px) {
  .site-header {
    padding-right: 200px;
  }
}
@media only screen and (max-width: 1080px) {
  .site-header {
    padding-right: 240px;
  }
}
@media only screen and (max-width: 991px) {
  #order-btn {
    position: relative!important;
    width: 100%;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    text-align: center !important;
  }
  .site-header {
    padding: 40px!important;
    position: relative!important;
    background: #0D1148;
    text-align: center;
  }
  .site-header img.logo {
    display: inline-block;
  }
  .section-head {
    font-size: 42px!important;
    line-height: 1.2;
  }
  .main-navigation {
    display: none;
  }
  .site-branding img.logo {
    max-width: 240px;
    display: inline-block;
    vertical-align: top;
  }
  .menu-toggle {
    display: inline-block;
  }
  .location-banner {
    padding: 80px 40px 120px 40px;
  }
  .location-banner:before {
    display: none!important;
  }
  .banner-section {
    padding: 40px!important;
  }
  .banner-section.mobile-sides {
    padding: 0!important;
  }
  .banner-section h1.banner-title {
    font-size: 80px!important;
    line-height: 1!important;
  }
  .banner-section.homepage-video {
    height: auto!important;
    padding: 40px 0 40px 0!important;
  }
  .banner-section.homepage-video video {
    display: none!important;
  }
  .banner-section.homepage-video .banner-content {
    transform: translateY(0) !important;
    top: auto!important;
  }
  .banner-section.homepage-video h1.banner-title {
    font-size: 70px!important;
  }
  .banner-section.homepage-video h2.subtitle {
    line-height: 1;
    font-size: 36px!important;
  }
  #about .about-image {
    position: relative!important;
    left: auto!important;
    bottom: auto!important;
    margin-top: 50px;
  }
  .location-section .location-image {
    height: 360px;
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 50% 100%, 0 85%) !important;
  }
  .location-section .location-details {
    padding: 40px 20px 40px 20px;
    transform: translateX(0) !important;
  }
  .location-section .location-details .location-details-wrap h5 {
    font-size: 80px;
  }
  #order .order-image {
    width: 80%;
    transform: translateX(0) translateY(0) !important;
    margin: 30px 0 30px 0;
  }
  #order .order-link {
    margin-bottom: 30px;
    display: block;
    font-size: 80px;
  }
  #order .order-link:after {
    width: 50%;
  }
  .featured-link-wrap {
    border: none!important;
  }
  .featured-link-wrap:nth-of-type(even) .featured-link {
    border-top: none!important;
  }
  .featured-link {
    height: auto;
    padding: 40px 0 40px 0;
    border: 4px solid #920009 !important;
  }
  .featured-link a.button.large {
    font-size: 36px;
    top: 0!important;
    transform: translateY(0) !important;
  }
  .loop-border {
    background-size: 1280px auto!important;
  }
  .mobile-center {
    text-align: center !important;
  }
  .mobile-center.text-left,
  .mobile-center.text-right {
    text-align: center !important;
  }
  .mobile-hide {
    display: none!important;
  }
  .fajita-table .table-hide {
    display: inline-block;
    vertical-align: top;
  }
  .fajita-table .table-head {
    color: #FDBD56;
    font-size: 28px;
  }
  .fajita-table .table-head span.table-head-title {
    font-size: 28px;
  }
  .fajita-table .row-title {
    text-align: center;
  }
  .fajita-table .row-title span.title {
    display: block;
    text-align: center;
    font-size: 28px;
  }
  h2.menu-title {
    line-height: 1.2;
    font-size: 80px;
  }
  .frow-container .pr-80 {
    padding: 20px!important;
  }
  .frow-container.px-100 {
    padding: 20px!important;
  }
  ul.menu-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 25px!important;
    margin-bottom: 25px!important;
  }
  ul.menu-list li .menu-price {
    font-size: 24px;
    font-weight: bold;
  }
  ul.menu-list li .menu-desc p {
    margin-bottom: 0!important;
  }
  ul.menu-list li .pr-20 {
    padding: 0!important;
  }
  .stacked-images .image {
    transform: translateX(0) translateY(0) !important;
    width: 100%;
  }
  .footer-location-item {
    margin-top: 25px!important;
  }
  h2.menu-title.top {
    font-size: 60px!important;
  }
}
@media only screen and (max-width: 480px) {
  .paper-banner {
    display: none!important;
  }
  ul.menu-list.two-column {
    columns: 1!important;
    column-gap: 0px!important;
  }
  ul.menu-list.two-column li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 25px!important;
    margin-bottom: 25px!important;
    text-align: center;
  }
  ul.menu-list.two-column li .menu-price {
    font-size: 24px;
    font-weight: bold;
  }
  ul.menu-list.two-column li .pr-20 {
    padding: 0!important;
  }
}
