:root {
  --snow: #fef6f3;
  --dark-slate-grey: #1d475a;
  --blue--green: #437389;
  --white: white;
  --black: #333;
  --navy: #130d80;
}

body {
  background-color: var(--snow);
  color: var(--dark-slate-grey);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section.bg-colour {
  background-color: var(--dark-slate-grey);
}

.section.cc-404 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.logo {
  color: var(--dark-slate-grey);
  font-family: Caveat, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.logo.small {
  font-size: 20px;
}

.menu-heading {
  color: #437389;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: inline-block;
}

.nav-wrapper {
  border-bottom: 1px solid var(--dark-slate-grey);
  width: 100%;
  height: 64px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-large {
  color: var(--dark-slate-grey);
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 120%;
}

.heading-large.centred {
  color: var(--dark-slate-grey);
  text-align: center;
  max-width: 85%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading-large.centred.white {
  color: var(--snow);
}

.heading-large.menu-heading {
  z-index: 1;
  margin-bottom: 40px;
  padding-top: 60px;
  position: relative;
}

.span-text-migra {
  letter-spacing: 0;
  font-family: Migra, sans-serif;
  font-weight: 200;
}

.container-40 {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 64px;
  position: relative;
}

.container-40.btm-padding-60 {
  padding-bottom: 60px;
}

.container-40.btm-padding-80 {
  padding-bottom: 80px;
}

._4-col-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--dark-slate-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-wrapper-border {
  border-right: 1px solid var(--dark-slate-grey);
  padding: 2.5rem;
}

.grid-wrapper-border.last {
  border-right-style: none;
}

.grid-wrapper-border.flex-vertical-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-wrapper-border.border-top {
  border-top: 1px solid var(--dark-slate-grey);
}

.image-wrapper-cover {
  aspect-ratio: 2 / 3;
  width: 100%;
  height: 100%;
  position: relative;
}

.flex-wrapper {
  align-items: center;
  display: flex;
}

.spacer-20px {
  width: 20px;
}

.spacer-20px.hide {
  display: none;
}

.nav-link {
  color: var(--dark-slate-grey);
  font-family: Migra, sans-serif;
  font-size: 20px;
  font-weight: 200;
  transition: color .2s;
}

.nav-link:hover {
  color: #486a7a;
}

.nav-link.hide {
  display: none;
}

.heading-small-caps {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.body-text-regular {
  color: var(--dark-slate-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.body-text-regular.price {
  font-weight: 600;
}

.body-text-regular.is-italic {
  max-width: 90%;
  font-style: italic;
}

.phone {
  color: var(--dark-slate-grey);
}

.span-text-bold {
  font-weight: 500;
}

.email {
  color: var(--dark-slate-grey);
}

.footer-wrapper {
  border-top: 1px solid var(--dark-slate-grey);
  width: 100%;
  height: 48px;
}

.grid-flex-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 64px;
  display: flex;
}

.sticky-tab {
  z-index: 2;
  background-color: var(--snow);
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
  position: sticky;
  top: 0;
}

.menu-list {
  grid-row-gap: 3.5rem;
  flex-direction: column;
  width: 50%;
  max-width: 45rem;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.menu-list.is-smaller-gap {
  grid-row-gap: 2rem;
  grid-row-gap: 2rem;
}

.heading-small {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
}

.menu-sticky-button {
  color: var(--dark-slate-grey);
  margin-right: 40px;
  font-family: Migra, sans-serif;
  font-size: 20px;
  font-weight: 200;
  transition: color .2s;
}

.menu-sticky-button:hover {
  color: #486a7a;
}

.menu-sticky-button.last {
  margin-right: 0;
}

.menu-section-wrapper {
  z-index: 1;
  margin-bottom: 80px;
  position: relative;
}

.span-italic {
  color: #455d68;
  font-size: 12px;
  font-style: italic;
}

.allergen-text {
  width: 75%;
  max-width: 600px;
  margin-bottom: .75rem;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  display: block;
}

.allergen-text.cc-italic {
  font-style: italic;
}

.allergen-link {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

.page-wrapper.cc-404 {
  flex-flow: column;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.menu-item {
  flex-direction: column;
  align-items: stretch;
  font-weight: 500;
  display: flex;
}

.menu-item-top {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
  display: flex;
}

.price-wrapper, .centre-align {
  align-items: center;
  display: flex;
}

.calendly-script, .calendly-embed {
  margin-bottom: 0;
  display: none;
}

.hide {
  display: none;
}

@media screen and (max-width: 991px) {
  .style-guide-inner-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .ribbon-wrap {
    height: 64px;
  }

  .ribbon-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .ribbon-text {
    max-width: 480px;
  }

  .nav-container, .home-hero-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-container {
    flex-direction: column;
  }

  .flex-child-left {
    border-bottom: 1px solid var(--blue--green);
    border-right-style: none;
    width: 100%;
  }

  .heading-large.centred {
    max-width: 70%;
  }

  .container-40 {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._4-col-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }

  .grid-wrapper-border.last, .grid-wrapper-border.mobile-border {
    border-top: 1px solid var(--blue--green);
  }

  .grid-wrapper-border.last, .grid-wrapper-border.mobile-border {
    border-top: 1px solid var(--blue--green);
  }

  .grid-wrapper-border.flex-vertical-left.btm-border {
    border-bottom: 1px solid var(--dark-slate-grey);
  }

  .grid-wrapper-border.flex-vertical-left.btm-border-no-right {
    border-bottom: 1px solid var(--dark-slate-grey);
    border-right-style: none;
  }

  .grid-wrapper-border.no-right-border {
    border-right-style: none;
  }

  .testimonial {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .grid-flex-wrapper {
    justify-content: flex-start;
    padding-left: 2.5rem;
  }

  .menu-list {
    width: 100%;
  }

  .allergy-info-wrapper {
    max-width: 100%;
  }

  .allergy-info {
    font-size: .875rem;
  }

  .allergy-grid {
    grid-template-columns: minmax(18rem, 3.5fr) 7rem 7rem 7rem 7rem 7rem 7rem 7rem 7rem 7rem 7rem 7rem 7rem 7rem 7rem;
    overflow: scroll;
  }

  .allergy-inner-wrapper {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .food-item.allergy-grid {
    grid-template-columns: minmax(18rem, 3.5fr) 7rem 7rem 7rem 7rem 7rem 7rem 7rem 7rem 7rem 7rem 7rem 7rem 7rem 7rem;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-wrapper {
    margin: 20px;
  }

  .style-guide-inner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-left {
    margin-bottom: 80px;
    padding-right: 0;
  }

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

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo {
    font-size: 22px;
  }

  .logo.w--current {
    font-size: 24px;
    line-height: 32px;
  }

  .flex-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .ribbon-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-hero-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-child-left, .flex-child-right {
    padding: 32px;
  }

  .heading-large {
    font-size: 32px;
    line-height: 140%;
  }

  .container-40 {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._4-col-grid {
    border-color: var(--dark-slate-grey);
    grid-template-rows: auto;
    grid-auto-rows: auto;
  }

  ._4-col-grid.visit-us {
    grid-template-rows: 140px;
    grid-auto-rows: 140px;
  }

  .grid-wrapper-border {
    border-right-style: none;
    padding: 1.5rem;
  }

  .grid-wrapper-border.mobile-border {
    border-right-style: solid;
  }

  .grid-wrapper-border.s-right-border, .grid-wrapper-border.mobile-border {
    border-right-style: solid;
  }

  .grid-wrapper-border.flex-vertical-left.btm-border {
    border-right-style: none;
  }

  .grid-wrapper-border.s-btm-border {
    border-bottom: 1px solid var(--dark-slate-grey);
  }

  .grid-wrapper-border.s-right-border {
    border-right-style: solid;
  }

  .nav-link {
    font-size: 18px;
  }

  .testimonial-slider {
    height: 500px;
  }

  .slider-arrow-wrapper {
    width: 48px;
  }

  .grid-flex-wrapper {
    padding-left: 1.5rem;
  }

  .sticky-tab {
    margin-bottom: 30px;
  }

  .menu-sticky-button {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-wrapper {
    margin: 10px;
  }

  .flex-wrap {
    grid-row-gap: 0px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 18px;
  }

  .menu-heading {
    font-size: 18px;
    line-height: 26px;
  }

  .ribbon-wrap {
    height: auto;
    padding: 12px;
  }

  .ribbon-text {
    max-width: 280px;
    font-size: 12px;
  }

  .flex-child-left, .flex-child-right {
    padding: 24px;
  }

  .heading-large {
    font-size: 6.9vw;
    line-height: 130%;
  }

  .heading-large.centred {
    max-width: 80%;
  }

  .grid-wrapper-border.last {
    padding: 24px;
  }

  .grid-wrapper-border.mobile-border {
    border-right-style: none;
    padding: 24px;
  }

  .grid-wrapper-border.no-right-border {
    padding: 24px;
  }

  .grid-wrapper-border.s-right-border {
    border-bottom: 1px solid var(--dark-slate-grey);
    border-right-style: none;
    padding: 24px;
  }

  .testimonial-slider {
    height: 460px;
  }

  .slider-arrow-wrapper {
    width: 40px;
  }

  .arrow-icon {
    font-size: 20px;
  }

  .slide-wrapper {
    max-width: 70%;
  }

  .testimonial {
    font-size: 18px;
  }

  .quote-name {
    font-size: 12px;
  }

  .quote-label {
    font-size: 8px;
  }

  .body-text-regular.price {
    font-size: 14px;
  }

  .menu-list {
    grid-row-gap: 4rem;
  }

  .heading-small {
    margin-bottom: 10px;
  }

  .menu-sticky-button {
    margin-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e31e348c-2778-47a9-7bac-b70aedb3d4b0-edb3d4a9, #w-node-e31e348c-2778-47a9-7bac-b70aedb3d4b7-edb3d4a9, #w-node-e31e348c-2778-47a9-7bac-b70aedb3d4c0-edb3d4a9, #w-node-e31e348c-2778-47a9-7bac-b70aedb3d4c7-edb3d4a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f08e0deb-b47f-6381-86d0-e679408e1af1-408e1aea, #w-node-f08e0deb-b47f-6381-86d0-e679408e1af4-408e1aea {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f08e0deb-b47f-6381-86d0-e679408e1af7-408e1aea, #w-node-f08e0deb-b47f-6381-86d0-e679408e1afa-408e1aea, #w-node-_79efbddb-073b-1685-d80b-32aecd338b57-408e1aea, #w-node-_7f4eb627-76cd-fba0-810b-d1dbf802e675-408e1aea, #w-node-dd77be74-0c0e-c9ca-8073-1b4ec8a20b92-408e1aea, #w-node-_2d14de7e-757a-6f7f-23c3-c968374d7dd8-408e1aea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
