#menu {
  background-color: rgb(32, 22, 14);
}
#menu .container-md {
  max-width: 1024px;
}
#menu .text-primary {
  color: rgb(255, 193, 7) !important;
}
#menu .text-secondary {
  color: rgba(255, 221, 130, 0.75) !important;
}
#menu h1 {
  font-family: "Modern Serif Eroded", "Modern Serif Eroded Fallback", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 41.05px !important;
  line-height: 47px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgb(255, 193, 7);
  padding: 0.75rem 0;
  margin: 2.5rem 0 2.5rem 0 !important;
  border-top: 1px solid rgba(255, 193, 7, 0.5);
  border-bottom: 1px solid rgba(255, 193, 7, 0.5);
}
@media (min-width: 768px) {
  #menu h1 {
    margin: 4rem 0 2.5rem 0 !important;
  }
}
#menu h2 {
  font-family: "SF UI Display", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20.25px !important;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(255, 193, 7);
  padding: 0 0 0.75rem 0;
  margin: 3rem 0 2rem 0 !important;
  border-bottom: 1px solid rgba(255, 193, 7, 0.5);
}
#menu h3 {
  font-family: "SF UI Display", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px !important;
  line-height: 21px;
  letter-spacing: 0.05em;
  margin: 0 !important;
  color: rgb(255, 193, 7);
}
#menu .menu-container {
  margin: 1rem auto;
}
@media (min-width: 768px) {
  #menu .menu-container {
    background: repeat-x bottom url(/images/menu-horizontal-bottom.jpg);
    max-width: 1280px;
  }
  #menu .menu-left .menu-left-top {
    width: 145px;
    height: 150px;
    background: url(/images/menu-top-left.jpg);
  }
  #menu .menu-left .menu-left-middle {
    width: 145px;
    height: 150px;
    background: repeat url(/images/menu-vertical-left.jpg);
  }
  #menu .menu-left .menu-left-bottom {
    width: 145px;
    height: 150px;
    background: url(/images/menu-bottom-left.jpg);
  }
  #menu .menu-right .menu-right-top {
    width: 145px;
    height: 150px;
    background: url(/images/menu-top-right.jpg);
  }
  #menu .menu-right .menu-right-middle {
    width: 145px;
    height: 150px;
    background: repeat url(/images/menu-vertical-right.jpg);
  }
  #menu .menu-right .menu-right-bottom {
    width: 145px;
    height: 150px;
    background: url(/images/menu-bottom-right.jpg);
  }
  #menu .menu-nav {
    background: repeat-x url(/images/menu-horizontal-top.jpg);
  }
}
#menu .menu-nav {
  position: relative;
}
#menu .menu-nav .menu-nav-item {
  border: 1px solid rgba(255, 193, 7, 0.5);
  background-color: rgb(32, 22, 14);
}
#menu .menu-nav .menu-nav-item > a {
  display: inline-block;
  text-decoration: none;
  padding: 12px;
  font-size: 14.22px;
  text-transform: uppercase;
  color: rgba(255, 193, 7, 0.5);
}
#menu .menu-nav .menu-nav-item > a.active {
  color: rgb(255, 193, 7);
}
#menu .menu-nav .dropdown {
  display: none;
  padding: 0;
  border: none;
}
#menu .menu-nav .dropdown > a {
  border: 1px solid rgba(255, 193, 7, 0.5);
  padding: 12px 24px;
  font-size: 14.22px;
  text-transform: uppercase;
}
#menu .menu-nav .dropdown .dropdown-menu {
  border: 1px solid rgba(255, 193, 7, 0.5);
  background-color: rgb(32, 22, 14);
  border-radius: 0;
  padding: 0;
  margin-top: 4px;
}
#menu .menu-nav .dropdown .dropdown-menu a {
  color: rgba(255, 193, 7, 0.5);
  padding: 12px;
}
#menu .menu-nav .dropdown .dropdown-menu a:hover,
#menu .menu-nav .dropdown .dropdown-menu a.active {
  background-color: rgba(255, 193, 7, 0.5);
  color: rgb(32, 22, 14);
}
@media (max-width: 767px) {
  #menu .menu-nav.collapse-mobile .dropdown {
    display: block;
  }
  #menu .menu-nav.collapse-mobile .menu-nav-bar {
    display: none;
  }
  #menu .menu-nav {
    margin: 0 1rem;
  }
  #menu .menu-nav .menu-close {
    position: absolute;
    top: -2px;
    right: 0px;
    width: 52px;
    height: 52px;
    background: url(/images/menu-close.jpg);
  }
}
#menu .menu-page {
  margin-bottom: 8rem;
}
#menu .menu-page .menu-content {
  font-size: 1rem !important;
  line-height: 1rem !important;
  margin: 0.75rem 0 0.5rem;
  text-align: center;
  color: rgb(255, 193, 7);
}
#menu .menu-header,
#menu .menu-item {
  margin-bottom: 1rem;
}
#menu .menu-header .name,
#menu .menu-item .name {
  padding-right: 1rem;
}
#menu .menu-header .dots .dotted,
#menu .menu-item .dots .dotted {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 11px;
  background-image: linear-gradient(to right, rgba(255, 193, 7, 0.4) 20%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 12px 1px;
  background-repeat: repeat-x;
}
#menu .menu-header .price,
#menu .menu-item .price {
  min-width: 50px;
  text-align: right;
}
#menu .menu-header p,
#menu .menu-item p {
  font-family: "SF UI Display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12.64px !important;
  line-height: 15px;
  margin: 0 60px 0 0;
  padding-top: 2px;
  letter-spacing: 0.05em;
  color: rgba(255, 221, 130, 0.75);
}
#menu .menu-header {
  margin: 45px 0 15px 0;
}
#menu .menu-header h3 {
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: rgba(255, 221, 130, 0.75) !important;
}
#menu .menu-header h3 sup {
  top: -3px;
}
#menu .menu-images {
  margin: 3.5rem -0.5rem 2rem -0.5rem;
}
#menu .menu-images > div {
  width: 10%;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
  flex-grow: 1;
}
#menu .menu-images > div > div {
  height: 172px;
  background-size: cover;
  background-position: center center;
}
#menu .menu-images.format-three-per-row-a > div {
  width: 25%;
}
#menu .menu-images.format-three-per-row-a > div:nth-child(1) {
  width: 50%;
}
#menu .menu-images.format-three-per-row-a > div:nth-child(5) {
  width: 50%;
}
#menu .menu-images.format-three-per-row-b > div {
  width: 25%;
}
#menu .menu-images.format-three-per-row-b > div:nth-child(2) {
  width: 50%;
}
#menu .menu-images.format-three-per-row-b > div:nth-child(6) {
  width: 50%;
}
#menu .menu-images.format-three-per-row-c > div {
  width: 25%;
}
#menu .menu-images.format-three-per-row-c > div:nth-child(3) {
  width: 50%;
}
#menu .menu-images.format-three-per-row-c > div:nth-child(4) {
  width: 50%;
}
@media (max-width: 767px) {
  #menu .menu-images > div {
    width: 50%;
    display: none;
  }
  #menu .menu-images.format-three-per-row-a > div:nth-child(1) {
    width: 100%;
    display: block;
  }
  #menu .menu-images.format-three-per-row-a > div:nth-child(2) {
    width: 50%;
    display: block;
  }
  #menu .menu-images.format-three-per-row-a > div:nth-child(3) {
    width: 50%;
    display: block;
  }
  #menu .menu-images.format-three-per-row-b > div:nth-child(1) {
    width: 50%;
    display: block;
  }
  #menu .menu-images.format-three-per-row-b > div:nth-child(2) {
    width: 50%;
    display: block;
  }
  #menu .menu-images.format-three-per-row-b > div:nth-child(3) {
    width: 100%;
    display: block;
  }
  #menu .menu-images.format-three-per-row-c > div:nth-child(1) {
    width: 100%;
    display: block;
  }
  #menu .menu-images.format-three-per-row-c > div:nth-child(2) {
    width: 50%;
    display: block;
  }
  #menu .menu-images.format-three-per-row-c > div:nth-child(3) {
    width: 50%;
    display: block;
  }
}
#menu .icons {
  white-space: nowrap !important;
}
#menu .icons > div {
  text-align: center;
}
@media (max-width: 767px) {
  #menu .icons > div:first-child {
    margin-bottom: 1rem;
  }
}
#menu .icons > div > div {
  display: inline-block;
  text-align: left;
}
@media (max-width: 767px) {
  #menu .icons > div > div {
    width: 130px;
  }
}
#menu .circle {
  display: inline-block;
  position: relative;
  top: -1px;
  background-color: transparent;
  border: 1px solid rgba(255, 221, 130, 0.75);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 22px;
  width: 22px;
  margin-left: 2px;
  font-family: "SF UI Display";
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 20px;
  color: rgba(255, 221, 130, 0.75);
  text-align: center;
}
/*# sourceMappingURL=menu.css.map */
