@font-face {
  font-family: "Go 3 V 2";
  src: url('../fonts/go3v2.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hey August;
  src: url('../fonts/Hey-August.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Industry Book;
  src: url('../fonts/Industry-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Industry Demi;
  src: url('../fonts/Industry-Demi.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Industry;
  src: url('../fonts/Industry-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Industry;
  src: url('../fonts/Industry-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --crimson: #e3282e;
  --moccasin: #ffe5a7;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  text-decoration: none;
}

.body {
  background-image: url('../images/Poster.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body.blur-background {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/henry-co-3JFVNo4ukKQ-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image, .image-2 {
  padding: 40px;
}

.button {
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 80%;
  margin: 10px;
  padding-left: 30px;
  padding-right: 30px;
  transition: background-color .35s;
}

.button:hover {
  color: #c36d48;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 15px 20px -4px #0003;
}

.banner {
  width: 100%;
}

.banner.banner-1 {
  background-image: none;
  background-size: auto;
  height: 100vh;
}

.banner.banner-2, .banner.banner-3 {
  background-image: none;
  background-position: 0 0;
  height: 100vh;
}

.image-3 {
  padding: 10px;
  display: inline-block;
}

.navbar {
  background-color: #0000;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.div-block {
  justify-content: space-between;
  padding: 60px;
  display: flex;
  overflow: hidden;
}

.menu-button {
  z-index: 100;
  background-color: #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 60px;
  margin-right: 60px;
  padding: 15px;
  transition: background-color .2s;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-button:hover {
  background-color: var(--crimson);
  background-image: none;
}

.menu-button.w--open {
  background-color: #c8c8c800;
}

.icon {
  flex-direction: column;
}

.icon.nav-icon {
  color: #fff;
  font-size: 50px;
  display: block;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
  top: -127px;
  overflow: hidden;
}

.quick-stack {
  grid-column-gap: 20px;
  padding-top: 140px;
  overflow: hidden;
}

.banner-header {
  color: #ffe5a7;
  text-align: center;
  letter-spacing: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Go 3 V 2", sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 120px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.red-section {
  background-color: var(--crimson);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  display: flex;
}

.paragraph {
  color: var(--moccasin);
  text-transform: none;
  margin: 60px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Industry Book, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
  overflow: hidden;
}

.paragraph.black {
  color: #000;
  text-transform: none;
}

.paragraph.black.tandc {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
}

.sub-header {
  color: var(--moccasin);
  letter-spacing: 4px;
  margin-top: 60px;
  font-family: "Go 3 V 2", sans-serif;
  font-size: 70px;
  line-height: 80px;
  overflow: hidden;
}

.sub-header.centerd {
  text-align: center;
}

.sub-header.centerd.black {
  color: #000;
  font-family: "Go 3 V 2", sans-serif;
  font-size: 49px;
}

.cell {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
}

.image-4.hide {
  display: none;
}

.heading {
  margin-top: 0;
}

.august-header {
  color: #fff;
  font-family: Hey August, sans-serif;
  font-size: 125px;
  font-weight: 400;
}

.div-block-4 {
  text-align: center;
  padding: 100px;
  overflow: hidden;
}

.grid-cell {
  border-radius: 0;
  box-shadow: 0 6px 16px 1px #0003;
}

.grid-cell.grid-img-1 {
  background-image: url('../images/tableshot-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-cell.grid-img-1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/tableshot-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.1);
  box-shadow: 0 10px 20px 14px #00000080, 0 6px 16px 1px #0003;
}

.grid-cell.grid-img-2 {
  background-image: url('../images/chicken.jpg');
  background-position: 50% 63%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.grid-cell.grid-img-2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/chicken.jpg');
  background-position: 0 0, 50% 63%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  transform: scale(1.1);
  box-shadow: 4px 5px 15px 16px #0003, 0 6px 16px 1px #0003;
}

.grid-cell.grid-img-3 {
  background-image: url('../images/_MG_5919.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-cell.grid-img-3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_MG_5919.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.1);
  box-shadow: -4px 4px 15px 16px #0003, 0 6px 16px 1px #0003;
}

.grid-cell.grid-img--4 {
  background-image: url('../images/seafood.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-cell.grid-img--4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/seafood.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.1);
  box-shadow: 6px -2px 15px 16px #0003, 0 6px 16px 1px #0003;
}

.grid-cell.grid-img-5 {
  background-image: linear-gradient(#0000, #0000), url('../images/beef.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.grid-cell.grid-img-5:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/beef.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  transform: scale(1.1);
  box-shadow: 4px 5px 15px 16px #00000080, 0 6px 16px 1px #0003;
}

.grid-cell.grid-img-6 {
  background-image: url('../images/waggyu.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-cell.grid-img-6:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/waggyu.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.1);
  box-shadow: -6px -3px 20px 5px #00000080, 0 6px 16px 1px #0003;
}

.image-7 {
  border-radius: 20px;
}

.nav-menu {
  z-index: 101;
  background-color: var(--crimson);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.div-block-5 {
  margin-top: 0;
  padding: 0;
}

.div-block-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 20px;
}

.nav-link {
  color: #000;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Industry, sans-serif;
  font-size: 20px;
  transition: color .2s;
  display: flex;
}

.nav-link:hover {
  color: #fff;
}

.nav-link:focus, .nav-link:visited {
  color: #000;
}

.nav-link.white {
  color: #fff;
}

.text-span {
  color: #000;
}

.text-span:hover {
  color: #fff;
}

.text-span:active {
  color: var(--moccasin);
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.heading-2 {
  font-family: Hey August, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.heading-2.form-header {
  color: #000;
  text-align: center;
  margin-bottom: 60px;
  font-size: 65px;
  line-height: 50px;
}

.heading-2.white {
  color: #fff;
}

.heading-2.white.align-center {
  text-align: center;
}

.footer-paragraph {
  font-family: Industry, sans-serif;
}

.footer-paragraph.white {
  color: #fff;
}

.footer-paragraph.white.align-center {
  text-align: center;
}

.footer-paragraph.extra-padding {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.cell-3 {
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
}

.html-embed-2 {
  display: none;
}

.footer-subscribe {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Industry Book, sans-serif;
  text-decoration: none;
}

.footer-link-three:hover {
  color: var(--crimson);
}

.footer-link-three.w--current {
  font-family: Industry, sans-serif;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-social-link-three.phone {
  margin-left: 0;
}

.footer-social-link-three.email {
  margin-left: 40px;
}

.footer-social-link-three.sidepanel {
  margin-left: 0;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  top: -57px;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.footer-copyright {
  color: #fff;
  padding: 20px;
  font-family: Industry, sans-serif;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.cell-4 {
  align-items: stretch;
  padding: 40px;
}

.gif-div {
  z-index: 100;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  bottom: -5%;
  left: auto;
  right: 5%;
  overflow: hidden;
}

.gif-div.hide {
  top: -16%;
  bottom: auto;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 400px;
  padding: 0;
  overflow: hidden;
}

.footer {
  background-image: url('../images/footer.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -284px;
  display: flex;
}

.image-8 {
  overflow: hidden;
}

.button-footer {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 70px;
  font-family: Industry, sans-serif;
  transition: all .2s;
  position: relative;
  top: 179px;
  left: 104px;
}

.button-footer:hover {
  color: #fff;
  background-color: #000;
}

.text-span-2 {
  color: #000;
  transition: color .2s;
}

.text-span-2:hover, .text-span-2:active {
  color: #fff;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45vh;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.div-block-8:hover {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.body-2 {
  background-color: #fff;
}

.body-2.black-background {
  background-color: #000;
}

.banner-div {
  height: 100vh;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10 {
  margin-top: -322px;
  margin-bottom: 300px;
}

.div-block-10.nobooking {
  margin-top: 0;
}

.html-embed-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-family: Industry, sans-serif;
  text-decoration: none;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: center;
  font-family: Industry Book, sans-serif;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.div-block-11:hover {
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
}

.div-block-12 {
  margin-left: 15px;
}

.div-block-26 {
  display: none;
}

.quick-stack-3 {
  margin-top: 30px;
  padding-bottom: 250px;
}

.div-block-30 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 100px 250px;
  display: flex;
}

.text-span-3 {
  color: var(--crimson);
}

.field-label {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Industry Demi, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.text-field {
  border-radius: 5px;
  width: 100%;
  padding: 25px;
  font-family: Industry, sans-serif;
  font-size: 20px;
}

.text-field.message-feild {
  border-radius: 5px;
  min-height: 150px;
  padding-top: 25px;
  padding-bottom: 60px;
}

.button-red {
  background-color: var(--crimson);
  outline-color: var(--crimson);
  outline-offset: 0px;
  text-align: center;
  border-radius: 80px;
  outline-width: 3px;
  outline-style: solid;
  width: 200px;
  padding: 15px 20px;
  font-family: Industry, sans-serif;
  font-size: 20px;
}

.button-red:hover {
  outline-color: var(--crimson);
  outline-offset: 0px;
  color: var(--crimson);
  background-color: #0000;
  outline-width: 3px;
  outline-style: solid;
}

.button-red.g-recaptcha {
  border-radius: 5px;
}

.button-red.hide {
  display: none;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-button {
  display: none;
}

.text-span-4 {
  color: #000;
}

.text-span-4:hover {
  color: #a74545;
}

.div-block-31 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-span-5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.image-13, .form-block {
  display: none;
}

.form-block-2 {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block {
  font-family: Hey August, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.text-block.message {
  padding: 40px;
  font-family: Industry, sans-serif;
  font-size: 25px;
}

.success-message {
  background-color: #fff;
}

.menu-header {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Industry Demi, sans-serif;
  font-size: 25px;
}

.menu-header.white {
  color: #fff;
}

.menu-header.black {
  color: #000;
}

.menu-sub-header {
  margin-top: 0;
  font-family: Industry, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.menu-sub-header.white {
  color: #fff;
}

.menu-sub-header.black {
  color: #000;
}

.menu-description {
  color: #000;
  font-family: Industry, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.menu-description.white {
  color: #fff;
  font-size: 20px;
}

.menu-description.centered {
  text-align: center;
}

.menu-section-header {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-left: 60px;
  margin-right: 20px;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  font-family: Hey August, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.menu-section-header.red {
  color: #e3282e;
}

.menu-section-header.centered {
  text-align: center;
}

.black-section {
  background-color: #000;
  width: 100%;
}

.black-section.padding-top {
  width: 100%;
  padding-top: 140px;
}

.menu-stack {
  padding-bottom: 100px;
}

.div-block-33 {
  position: relative;
}

.div-block-34 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-35 {
  margin-bottom: 350px;
}

.div-block-36 {
  margin-top: 60px;
  margin-bottom: -185px;
  position: relative;
}

.image-14, .image-15 {
  position: relative;
  bottom: -100px;
}

.div-block-37 {
  margin-top: -170px;
  position: relative;
  top: 145px;
}

.dessert-section {
  width: 100%;
  margin-top: 160px;
}

.entree-image-stack {
  margin-top: -215px;
  position: relative;
  bottom: -168px;
}

.image-16 {
  margin: 20px;
}

.story-header {
  color: #ffe5a7;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 20px;
  font-family: "Go 3 V 2", sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.story-header.black {
  color: #000;
  margin-top: 60px;
}

.columns {
  align-items: center;
  margin-top: 40px;
  padding: 40px;
  display: flex;
}

.image-17 {
  width: 500px;
  max-width: 80%;
  display: inline-block;
  position: relative;
  top: -250px;
}

.section-4 {
  flex-direction: column;
  align-items: center;
  height: 350px;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-40 {
  margin: 60px;
}

.image-18 {
  width: 100%;
  height: 100%;
}

.quick-stack-5 {
  margin: 40px;
}

.section-5 {
  margin-bottom: 350px;
  padding: 10px;
}

.text-span-6 {
  text-transform: none;
}

.cell-6 {
  align-items: center;
}

.cell-7 {
  justify-content: center;
  align-items: center;
}

.image-19 {
  position: relative;
  top: -35px;
  left: -106px;
}

.white-section {
  color: #fff;
}

.section-6 {
  background-color: #fff;
  margin-top: -100px;
  display: none;
}

.div-block-41 {
  padding: 60px;
}

.columns-2 {
  padding-top: 200px;
  padding-bottom: 350px;
}

.container-4 {
  max-width: 1700px;
}

.section-7 {
  margin-top: 60px;
  padding-bottom: 60px;
}

.section-8 {
  margin-bottom: 280px;
}

.container-5 {
  max-width: 1600px;
  padding: 20px;
}

.container-6 {
  max-width: 1800px;
  margin: 60px 60px 0;
  padding-bottom: 0;
}

.columns-3 {
  margin-left: 0;
}

.column-2 {
  padding-left: 0;
}

.columns-4 {
  margin-left: 0;
  margin-right: 0;
}

.section-9 {
  margin-bottom: 220px;
  padding-bottom: 100px;
}

.div-block-43 {
  margin-top: 60px;
  margin-bottom: 0;
}

.image-22 {
  max-width: 3%;
}

.text-span-7 {
  color: #981818;
  text-decoration: none;
}

.text-span-8 {
  color: #000;
  text-decoration: none;
}

.link {
  text-decoration: underline;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.menu-wrap {
  z-index: 100;
  background-color: var(--crimson);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
}

.image-23 {
  max-height: 250px;
}

.quick-stack-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0 0 20px;
}

.contact-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-44 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
}

.container-7 {
  margin-top: 0;
  margin-bottom: 20px;
}

.column-5 {
  padding-top: 60px;
}

.static-image-home {
  z-index: -1;
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/Banner-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100svw;
  height: 150svh;
  display: flex;
  position: fixed;
  top: 0;
}

.section-10, .site-wrap {
  background-color: #fff;
}

.static-image-contact {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/_MG_6386.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100svw;
  height: 100svh;
  display: flex;
  position: fixed;
  top: 0;
}

.static-image-menu {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/tableshot-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100svw;
  height: 100svh;
  display: flex;
  position: fixed;
  top: 0;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  width: 100%;
  display: flex;
}

.menu-wrapper {
  z-index: -1;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
  top: 0;
}

.static-image-story {
  z-index: -1;
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/henry-co-3JFVNo4ukKQ-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100svw;
  height: 150svh;
  display: flex;
  position: fixed;
  top: 0;
}

.story-wrap {
  background-color: #000;
}

.div-block-45 {
  z-index: -1;
  background-color: #000;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.section-11 {
  background-color: #000;
}

.version {
  color: #ffffff26;
  padding-left: 20px;
}

.footer-version {
  color: #363636;
  padding: 20px;
  font-family: Industry, sans-serif;
}

.whats-on-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.whats-on-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  box-shadow: 0 2px 15px #0003;
}

.what-s-on-card-image {
  aspect-ratio: auto;
  object-fit: cover;
  background-image: url('../images/win-dinner-sqare.webp'), url('../images/win-dinner-bkg.webp');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.what-s-on-card-image.lunch-special {
  background-image: url('../images/Lunch-special-double.png');
  background-position: 50%;
  background-size: cover;
}

.what-s-on-card-image.cny {
  background-image: url('../images/spen50save15-web.png'), url('../images/win-dinner-bkg.webp');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
}

.what-s-on-card-header {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Industry Demi, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.what-s-on-card-header.white {
  color: #fff;
}

.whats-on-description {
  color: #000;
  object-fit: fill;
  max-width: 350px;
  margin-bottom: 15px;
  margin-right: 0;
  font-family: Industry, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}

.whats-on-description.white {
  color: #fff;
  font-size: 20px;
}

.whats-on-description.centered {
  text-align: center;
}

.whats-on-card-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
  display: flex;
}

.whats-on-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.what-s-on-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 100px 300px;
  display: flex;
}

.whats-on-date {
  color: #b4b4b4;
  margin-bottom: 30px;
  font-family: Industry, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.whats-on-date.white {
  color: #fff;
  font-size: 20px;
}

.whats-on-date.centered {
  text-align: center;
}

.button-whats-on {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 70px;
  font-family: Industry, sans-serif;
  transition: all .2s;
}

.button-whats-on:hover {
  color: #fff;
  background-color: #000;
}

.text-span-9 {
  color: var(--crimson);
}

.static-image-win-dinner {
  z-index: -1;
  background-image: url('../images/win-dinner-landscape.webp'), url('../images/win-dinner-bkg.webp');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 80vw, cover;
  width: 100svw;
  height: 100svh;
  display: flex;
  position: fixed;
  top: 0;
}

.div-block-46 {
  width: 100%;
}

.what-s-on-column-1 {
  padding-top: 0;
}

.div-block-47 {
  width: 50px;
  height: 50px;
}

.cta-whats-on {
  z-index: 200;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.cta-whats-on-block {
  background-color: var(--crimson);
  pointer-events: auto;
  -webkit-text-stroke-color: var(--crimson);
  border: 2px solid #fff;
  border-bottom-width: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s, height .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px #00000070;
}

.cta-whats-on-block:hover {
  background-color: #000;
  height: 5rem;
}

.text-block-2 {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: "Go 3 V 2", sans-serif;
  font-size: 30px;
  text-decoration: none;
}

.icon-embed-xsmall {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.dropdown-list {
  border-radius: 0;
}

.dropdown-list.w--open {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #000;
  border-radius: 10px;
  flex-flow: column;
  display: flex;
}

.dropdown-toggle {
  padding-top: 6px;
  padding-bottom: 6px;
}

.menu-dropdown {
  color: #000;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
  position: relative;
}

.menu-dropdown:hover {
  color: #fff;
}

.menu-dropdown-hide-show {
  overflow: hidden;
}

.icon-2 {
  margin-left: 5px;
  margin-right: 0;
  position: static;
}

.menu-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Industry, sans-serif;
  font-size: 20px;
  display: inline;
}

.menu-text:hover {
  color: #fff;
}

.menu-text:focus, .menu-text:visited {
  color: #000;
}

.menu-text.white {
  color: #fff;
}

.mains-lunch-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.red-section-copy {
  background-color: var(--crimson);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.whats-on-card-no-event {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 15px #0003;
}

.whats-on-card-text-wrap-no-event {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
  display: flex;
}

.text-span-10 {
  color: #fff;
}

.text-span-11, .text-span-12 {
  color: var(--crimson);
}

.div-block-48 {
  margin-bottom: 300px;
}

.white-section-lunch {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 300px;
  display: flex;
}

.static-image-menu-lunch {
  z-index: -1;
  background-image: linear-gradient(#0009, #0009), url('../images/Lunch-special-bkg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100svw;
  height: 100svh;
  display: flex;
  position: fixed;
  top: 0;
}

.static-image-cny {
  z-index: -1;
  background-image: url('../images/web-banner.webp'), url('../images/win-dinner-bkg.webp');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  width: 100svw;
  height: 100svh;
  display: flex;
  position: fixed;
  top: 0;
}

.button-reserve {
  background-color: var(--moccasin);
  color: var(--crimson);
  text-transform: uppercase;
  border: 0 solid #000;
  border-radius: 70px;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Industry, sans-serif;
  transition: all .2s;
}

.button-reserve:hover {
  color: var(--crimson);
  background-color: #000;
}

._w-form-fail {
  background-color: #ecbdbd;
  margin-top: 20px;
  font-family: Industry, sans-serif;
}

@media screen and (max-width: 991px) {
  .div-block {
    padding: 40px;
  }

  .div-block-2 {
    top: -145px;
  }

  .quick-stack {
    top: -105px;
  }

  .banner-header {
    padding: 10px;
    font-size: 110px;
    line-height: 100px;
  }

  .paragraph {
    margin: 40px;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph.black {
    margin-left: 0;
    margin-right: 0;
  }

  .sub-header {
    font-size: 50px;
    line-height: 50px;
  }

  .cell {
    padding: 10px;
  }

  .august-header {
    font-size: 120px;
    line-height: 114px;
  }

  .cell-3 {
    padding: 20px;
  }

  .html-embed-2 {
    display: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-three {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link-three {
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .cell-4 {
    padding: 10px;
  }

  .gif-div.hide {
    display: none;
  }

  .div-block-8 {
    height: 28vh;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-30 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .button-red {
    width: 25%;
  }

  .menu-header.white {
    line-height: 30px;
  }

  .menu-description.white {
    margin-bottom: 20px;
  }

  .menu-section-header {
    margin-left: 40px;
  }

  .menu-section-header.red {
    padding-top: 50px;
  }

  .div-block-37 {
    margin-top: -60px;
    top: 29px;
  }

  .dessert-section {
    margin-top: 70px;
  }

  .entree-image-stack {
    bottom: -127px;
  }

  .story-header {
    margin: 40px 60px 60px 0;
    padding-top: 0;
    padding-left: 40px;
    font-size: 60px;
  }

  .story-header.black {
    margin-top: 40px;
    padding-left: 0;
    line-height: 60px;
  }

  .section-4 {
    height: 300px;
  }

  .column {
    padding-right: 60px;
  }

  .section-9 {
    margin-bottom: 220px;
  }

  .image-20.hide {
    display: none;
  }

  .image-23 {
    max-height: 200px;
  }

  .what-s-on-card-header {
    line-height: 25px;
  }

  .what-s-on-card-header.white {
    line-height: 30px;
  }

  .whats-on-description.white {
    margin-bottom: 20px;
  }

  .whats-on-card-text-wrap {
    padding: 30px 15px;
  }

  .whats-on-block {
    padding: 0;
  }

  .what-s-on-section {
    padding-bottom: 270px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .whats-on-date.white {
    margin-bottom: 20px;
  }

  .static-image-win-dinner {
    background-image: url('../images/win-dinner-sqare.webp'), url('../images/win-dinner-bkg.webp');
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 100vw, cover;
  }

  .cta-whats-on-block {
    height: 3rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-2 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
  }

  .icon-embed-xsmall {
    width: 1rem;
    height: 1rem;
  }

  .whats-on-card-text-wrap-no-event {
    padding: 30px 15px;
  }

  .white-section-lunch {
    padding-bottom: 300px;
  }

  .static-image-cny {
    background-image: url('../images/web-banner.webp'), url('../images/win-dinner-bkg.webp');
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, cover;
  }

  .button-reserve {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .banner.banner-2 {
    overflow: hidden;
  }

  .div-block {
    padding: 20px;
  }

  .menu-button {
    border-radius: 5px;
    margin-top: 30px;
    margin-right: 30px;
  }

  .div-block-2 {
    top: -114px;
  }

  .quick-stack {
    padding: 10px;
    top: -115px;
  }

  .banner-header {
    padding: 40px;
    font-size: 90px;
    line-height: 80px;
  }

  .paragraph {
    margin: 0 10px 10px;
    padding: 0 20px 10px 0;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph.black {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .sub-header {
    font-size: 40px;
    line-height: 45px;
  }

  .cell {
    padding: 10px;
  }

  .august-header {
    font-size: 96px;
    line-height: 77px;
  }

  .div-block-6 {
    margin-top: 10px;
  }

  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .cell-2 {
    align-items: flex-start;
  }

  .html-embed-2 {
    display: none;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .button-footer {
    display: none;
    left: 101px;
  }

  .div-block-7 {
    padding: 10px;
  }

  .image-10 {
    display: none;
  }

  .div-block-8 {
    width: 100%;
    height: 18vh;
  }

  .image-12 {
    padding-left: 25px;
  }

  .quick-stack-3 {
    padding-top: 30px;
    padding-bottom: 349px;
  }

  .div-block-30 {
    padding-bottom: 300px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-red {
    width: 35%;
  }

  .image-13 {
    margin: 20px;
    padding: 20px;
    display: block;
  }

  .menu-section-header {
    padding-top: 140px;
  }

  .image-14, .image-15 {
    bottom: -50px;
  }

  .div-block-37 {
    top: 55px;
  }

  .dessert-section {
    margin-top: 25px;
  }

  .entree-image-stack {
    bottom: -89px;
  }

  .story-header {
    padding-left: 50px;
    font-size: 60px;
  }

  .story-header.black {
    margin-bottom: 20px;
    margin-right: 0;
    padding-right: 0;
  }

  .section-4 {
    height: 200px;
  }

  .container-6 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-42 {
    padding: 20px 20px 0;
  }

  .image-23 {
    max-height: 150px;
  }

  .static-image-menu {
    background-image: linear-gradient(to bottom, null, null), url('../images/tableshot-2.jpg');
    background-position: 0 0, 50%;
    height: 120vh;
  }

  .footer-version {
    font-size: 14px;
    line-height: 20px;
  }

  .whats-on-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .what-s-on-card-image {
    aspect-ratio: 1;
    width: 100%;
  }

  .whats-on-card-text-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .whats-on-block {
    padding: 0;
  }

  .what-s-on-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-whats-on {
    display: block;
    left: 101px;
  }

  .cta-whats-on-block {
    box-shadow: 0 0 14px #00000080;
  }

  .menu-text {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .whats-on-card-no-event {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .whats-on-card-text-wrap-no-event {
    padding-left: 30px;
    padding-right: 30px;
  }

  .white-section-lunch {
    padding-bottom: 300px;
  }

  .static-image-menu-lunch {
    background-image: linear-gradient(to bottom, null, null), url('../images/tableshot-2.jpg');
    background-position: 0 0, 50%;
    height: 120vh;
  }

  .static-image-cny {
    background-image: url('../images/web-banner.webp'), url('../images/win-dinner-bkg.webp');
    background-size: contain, contain;
  }

  .button-reserve {
    margin-left: 10px;
    display: block;
    left: 101px;
  }
}

@media screen and (max-width: 479px) {
  .image, .image-2 {
    padding: 10px;
  }

  .button:hover {
    box-shadow: 0 17px 20px -7px #0000004d;
  }

  .banner.banner-1 {
    height: 100svh;
  }

  .div-block {
    padding: 10px;
  }

  .menu-button {
    border-radius: 4px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 0;
  }

  .menu-button.w--open {
    margin-top: 20px;
    margin-right: 20px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .div-block-2 {
    padding: 5px;
    display: none;
    top: -71px;
  }

  .quick-stack {
    padding-top: 120px;
    top: 84px;
  }

  .banner-header {
    margin-top: 0;
    padding: 20px;
    font-size: 60px;
    line-height: 55px;
  }

  .paragraph {
    margin: 30px;
    padding: 0;
  }

  .sub-header.centerd.black {
    font-size: 22px;
  }

  .image-5 {
    background-image: none;
    border-radius: 0;
    padding: 10px;
  }

  .image-6 {
    padding: 10px;
  }

  .august-header {
    font-size: 57px;
    line-height: 70px;
  }

  .div-block-4 {
    padding: 100px 10px 40px;
  }

  .nav-menu {
    inset: 0%;
    overflow: auto;
  }

  .div-block-5 {
    padding: 0;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .heading-2.form-header {
    margin-top: 0;
    margin-bottom: 60px;
    line-height: 58px;
  }

  .heading-2.white {
    text-align: center;
  }

  .footer-paragraph.white {
    text-align: center;
    font-size: 13px;
  }

  .cell-3 {
    padding: 10px;
  }

  .html-embed {
    display: none;
  }

  .html-embed-2 {
    display: block;
  }

  .footer-subscribe {
    padding-bottom: 40px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-link-three {
    color: #fff;
  }

  .footer-social-block-three {
    margin-left: 0;
  }

  .footer-social-link-three {
    margin-left: 10px;
  }

  .footer-divider-two {
    top: -60px;
  }

  .footer-bottom {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    color: #fff;
    padding: 20px 0 0;
  }

  .gif-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: -88px;
    right: 0%;
  }

  .quick-stack-2 {
    margin-bottom: 305px;
  }

  .footer {
    height: auto;
    margin-top: -140px;
  }

  .container-3 {
    margin-top: 0;
  }

  .button-footer {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    display: none;
    left: 83px;
  }

  .div-block-7 {
    padding: 10px;
  }

  .image-10 {
    display: none;
  }

  .footer-logo {
    padding: 10px 10px 10px 25px;
  }

  .div-block-8 {
    height: 18vh;
  }

  .body-2 {
    overflow: visible;
  }

  .div-block-10 {
    margin-top: -229px;
    margin-bottom: 250px;
  }

  .heading-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-12 {
    padding-left: 10px;
  }

  .div-block-13, .div-block-14, .div-block-15, .div-block-16, .div-block-17, .div-block-18, .div-block-19 {
    display: flex;
  }

  .div-block-20, .div-block-21 {
    background-color: #4a545d;
  }

  .div-block-22 {
    background-color: #23272a;
  }

  .div-block-23 {
    background-color: #7c8084;
  }

  .div-block-24, .div-block-25 {
    background-color: #fff;
  }

  .div-block-26 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-27, .div-block-28 {
    background-color: #fff;
  }

  .div-block-29 {
    background-color: #0000;
  }

  .button-2 {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 20px;
  }

  .button-2:hover {
    color: #fff;
    background-color: #000;
  }

  .quick-stack-3 {
    margin-bottom: 0;
    padding-bottom: 246px;
  }

  .div-block-30 {
    padding-bottom: 60px;
  }

  .field-label {
    font-size: 22px;
  }

  .button-red {
    width: 52%;
    font-size: 18px;
  }

  .footer-button {
    outline-offset: 0px;
    color: #fff;
    text-align: center;
    background-color: #0000;
    border-radius: 20px;
    outline: 1.5px solid #fff;
    width: 45%;
    margin-top: 0;
    margin-bottom: 40px;
    font-family: Industry, sans-serif;
    font-size: 11px;
    transition: all .2s;
    display: block;
  }

  .footer-button:hover {
    color: #fff;
    background-color: #000;
  }

  .div-block-31 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-13 {
    min-width: 100px;
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    bottom: 76px;
  }

  .menu-section-header {
    padding-top: 140px;
    font-size: 70px;
    line-height: 70px;
  }

  .div-block-35 {
    margin-bottom: 220px;
  }

  .div-block-36 {
    margin-bottom: 3px;
  }

  .entree-image-stack {
    bottom: -106px;
  }

  .story-header {
    margin: 20px 20px 20px 30px;
    padding: 0;
    font-size: 30px;
    line-height: 50px;
  }

  .image-17 {
    padding-top: 100px;
  }

  .section-4 {
    height: 100px;
  }

  .section-9 {
    margin-bottom: 100px;
  }

  .div-block-42 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .column-3, .column-4 {
    padding-left: 0;
  }

  .image-20 {
    max-width: 70%;
    padding-top: 0;
  }

  .image-21 {
    max-width: 70%;
  }

  .menu-wrap {
    height: 100svh;
  }

  .image-23 {
    height: 120px;
  }

  .cell-8 {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-wrap {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-version {
    padding: 10px 0 0;
  }

  .whats-on-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-auto-flow: column;
    place-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .whats-on-card {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-items: center;
    width: 100%;
  }

  .what-s-on-card-image {
    aspect-ratio: 1;
  }

  .what-s-on-card-header {
    flex: 0 auto;
    font-size: 25px;
    font-weight: 400;
  }

  .whats-on-description {
    width: 100%;
    min-width: auto;
    max-width: none;
    font-size: 18px;
    line-height: 18px;
  }

  .whats-on-card-text-wrap {
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

  .whats-on-block {
    padding-bottom: 0;
  }

  .what-s-on-section {
    padding: 60px 0 130px;
  }

  .whats-on-date {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    display: block;
  }

  .button-whats-on {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    display: block;
    left: 83px;
  }

  .cta-whats-on {
    z-index: 200;
  }

  .cta-whats-on-block {
    overflow: hidden;
  }

  .menu-text {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .whats-on-card-no-event {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-items: center;
    width: 100%;
  }

  .whats-on-card-text-wrap-no-event {
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

  .white-section-lunch {
    padding-bottom: 180px;
  }

  .button-reserve {
    margin-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    display: block;
    left: 83px;
  }
}

#w-node-_7dd2659f-931a-c150-68d1-97c66f696d21-5a725337 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7dd2659f-931a-c150-68d1-97c66f696d22-5a725337, #w-node-_7dd2659f-931a-c150-68d1-97c66f696d23-5a725337 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d5c5506-431b-fad9-51bb-66fddddfd886-5a725337 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d6dafb6-021c-d443-8c74-ef6e7e98e3f8-5a725337 {
  grid-template-rows: 314px auto auto 361px auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b2dfb84f-2b54-9f98-5a84-28e70bf56363-5a725337 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_6f5794f4-4e0a-903e-d589-3fca38f7d09a-5a725337, #w-node-_15f50a75-4c8b-d600-0c14-b9ba63d3e2ee-5a725337 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-adbc62eb-9def-35c6-a2c6-5ff933859de0-5a725337 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7a7efff8-0f5d-3a67-54e2-fe16c0847e89-5a725337 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4bbbe8f1-8c01-4461-c650-d7c2c451c10e-5a725337 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_50a7d870-550f-a0fc-d059-df5009620710-5a725339 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_50a7d870-550f-a0fc-d059-df5009620711-5a725339, #w-node-_50a7d870-550f-a0fc-d059-df5009620723-5a725339 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dd2659f-931a-c150-68d1-97c66f696d21-d3b9d387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_08c6c4be-6416-70a4-fabf-4717a1b292a9-d3b9d387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_2cd96fa6-ce12-23c1-91ce-daf98069a23a-d3b9d387, #w-node-_5f88cb51-f499-54b9-d28c-53834f2a2715-d3b9d387, #w-node-ebfc10ee-718b-518d-ff18-99243023a421-d3b9d387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9c2e1c7e-f855-22a3-b221-8ea3df51283b-d3b9d387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e3b2e6f5-24b1-855b-e45b-b14dd221aaf7-d3b9d387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ab2e-d3b9d387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ab3b-d3b9d387, #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ab60-d3b9d387, #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221aba1-d3b9d387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ac1d-d3b9d387 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e3b2e6f5-24b1-855b-e45b-b14dd221aba1-af731aaf, #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ab60-af731aaf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_5f88cb51-f499-54b9-d28c-53834f2a2715-d3b9d387, #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ab60-d3b9d387, #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ab60-af731aaf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5d6dafb6-021c-d443-8c74-ef6e7e98e3f8-5a725337 {
    grid-template-rows: minmax(205px, 1fr) 354px;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b2dfb84f-2b54-9f98-5a84-28e70bf56363-5a725337, #w-node-_6f5794f4-4e0a-903e-d589-3fca38f7d09a-5a725337, #w-node-_15f50a75-4c8b-d600-0c14-b9ba63d3e2ee-5a725337, #w-node-adbc62eb-9def-35c6-a2c6-5ff933859de0-5a725337, #w-node-_7a7efff8-0f5d-3a67-54e2-fe16c0847e89-5a725337, #w-node-_4bbbe8f1-8c01-4461-c650-d7c2c451c10e-5a725337 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_50a7d870-550f-a0fc-d059-df5009620710-5a725339 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_50a7d870-550f-a0fc-d059-df5009620711-5a725339, #w-node-_50a7d870-550f-a0fc-d059-df5009620723-5a725339 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5f88cb51-f499-54b9-d28c-53834f2a2715-d3b9d387, #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ab60-d3b9d387 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221aba1-af731aaf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ab60-af731aaf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7dd2659f-931a-c150-68d1-97c66f696d21-5a725337 {
    grid-template-rows: auto;
    grid-template-columns: 31.25fr;
  }

  #w-node-_7dd2659f-931a-c150-68d1-97c66f696d22-5a725337 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7dd2659f-931a-c150-68d1-97c66f696d23-5a725337 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d6dafb6-021c-d443-8c74-ef6e7e98e3f8-5a725337 {
    grid-template-rows: minmax(205px, 1fr) 200px;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b2dfb84f-2b54-9f98-5a84-28e70bf56363-5a725337, #w-node-_6f5794f4-4e0a-903e-d589-3fca38f7d09a-5a725337, #w-node-_15f50a75-4c8b-d600-0c14-b9ba63d3e2ee-5a725337, #w-node-adbc62eb-9def-35c6-a2c6-5ff933859de0-5a725337, #w-node-_7a7efff8-0f5d-3a67-54e2-fe16c0847e89-5a725337, #w-node-_4bbbe8f1-8c01-4461-c650-d7c2c451c10e-5a725337 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7dd2659f-931a-c150-68d1-97c66f696d21-d3b9d387 {
    grid-template-rows: auto;
    grid-template-columns: 31.25fr;
  }

  #w-node-_7dd2659f-931a-c150-68d1-97c66f696d22-d3b9d387 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7dd2659f-931a-c150-68d1-97c66f696d23-d3b9d387 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_08c6c4be-6416-70a4-fabf-4717a1b292a9-d3b9d387 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2cd96fa6-ce12-23c1-91ce-daf98069a23a-d3b9d387 {
    grid-template-rows: auto;
    grid-template-columns: 31.25fr;
  }

  #w-node-_2cd96fa6-ce12-23c1-91ce-daf98069a23b-d3b9d387 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2cd96fa6-ce12-23c1-91ce-daf98069a25c-d3b9d387 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5f88cb51-f499-54b9-d28c-53834f2a2715-d3b9d387 {
    grid-template-rows: auto;
    grid-template-columns: 31.25fr;
  }

  #w-node-_5f88cb51-f499-54b9-d28c-53834f2a2716-d3b9d387 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ebfc10ee-718b-518d-ff18-99243023a421-d3b9d387 {
    grid-template-rows: auto;
    grid-template-columns: 31.25fr;
  }

  #w-node-ebfc10ee-718b-518d-ff18-99243023a422-d3b9d387 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ebfc10ee-718b-518d-ff18-99243023a443-d3b9d387 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9c2e1c7e-f855-22a3-b221-8ea3df51283b-d3b9d387 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221aaf7-d3b9d387 {
    grid-template-rows: auto;
    grid-template-columns: 31.25fr;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221aaf8-d3b9d387 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ab14-d3b9d387 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ab2e-d3b9d387 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ab3b-d3b9d387 {
    grid-template-rows: auto;
    grid-template-columns: 31.25fr;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ab3c-d3b9d387 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ab48-d3b9d387 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ab60-d3b9d387 {
    grid-template-rows: auto;
    grid-template-columns: 31.25fr;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ab61-d3b9d387 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221aba1-d3b9d387 {
    grid-template-rows: auto;
    grid-template-columns: 31.25fr;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221aba2-d3b9d387 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221abe2-d3b9d387 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ac1d-d3b9d387 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f8256c71-256c-baae-25ab-f8ddc807983e-a84337ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11ba54ff-5741-e225-69b3-368794364c34-a84337ea {
    justify-self: auto;
  }

  #w-node-e37346c7-27dc-76f2-e7f1-7de9146c169a-a84337ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e37346c7-27dc-76f2-e7f1-7de9146c169c-a84337ea {
    justify-self: auto;
  }

  #w-node-_09c105d6-7535-4dec-1a64-1ea425b3bdd9-a84337ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_09c105d6-7535-4dec-1a64-1ea425b3bddb-a84337ea {
    justify-self: auto;
  }

  #w-node-_236c1ecf-a3bf-ec04-517c-a34100335aba-a84337ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_236c1ecf-a3bf-ec04-517c-a34100335abc-a84337ea {
    justify-self: auto;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221aba1-af731aaf {
    grid-template-rows: auto;
    grid-template-columns: 31.25fr;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221aba2-af731aaf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221abe2-af731aaf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ab60-af731aaf {
    grid-template-rows: auto;
    grid-template-columns: 31.25fr;
  }

  #w-node-e3b2e6f5-24b1-855b-e45b-b14dd221ab61-af731aaf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Go 3 V 2';
  src: url('../fonts/go3v2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hey August';
  src: url('../fonts/Hey-August.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industry Book';
  src: url('../fonts/Industry-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industry Demi';
  src: url('../fonts/Industry-Demi.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industry';
  src: url('../fonts/Industry-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Industry';
  src: url('../fonts/Industry-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}