: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.cc-404 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

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

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

.image-wrapper {
  width: 100%;
  position: relative;
}

.ribbon-wrap {
  background-color: var(--dark-slate-grey);
  height: 40px;
}

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

.ribbon-text {
  color: #f4f4f4;
  text-align: center;
  font-weight: 500;
}

.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;
}

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

.hero-container {
  border-style: solid;
  border-width: 1px;
  border-color: var(--blue--green) var(--dark-slate-grey) var(--blue--green) var(--blue--green);
  align-items: stretch;
  width: 100%;
  display: flex;
}

.flex-child-left {
  border-right: 1px solid var(--dark-slate-grey);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding: 40px;
  display: flex;
}

.flex-child-left.cc-relative {
  position: relative;
}

.flex-child-right {
  flex: 1;
  padding: 40px;
}

.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.menu-heading {
  z-index: 1;
  margin-bottom: 40px;
  padding-top: 60px;
  position: relative;
}

.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);
}

.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-80 {
  padding-bottom: 80px;
}

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

._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;
}

.testimonial-slider {
  border: 1px solid var(--blue--green);
  background-color: var(--snow);
  height: 400px;
}

.slide-nav-none {
  display: none;
}

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

.slide {
  height: 100%;
}

.slide-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 75%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-mask {
  height: 100%;
}

.testimonial {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-bottom: 24px;
  font-family: Migra, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 150%;
}

.testimonial.max-width-700 {
  max-width: 700px;
}

.testimonial.text-wrap-balance {
  text-wrap: balance;
}

.quote-name {
  color: var(--dark-slate-grey);
  font-weight: 500;
}

.quote-label {
  color: #506269;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 500;
}

.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;
}

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

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

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

.image-cycle-collection {
  width: 100%;
  position: relative;
}

.image-cycle-collection__before {
  padding-top: 66.666%;
}

.image-cycle-collection__list {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.image-cycle-collection__item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-cycle-collection__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hide {
  display: none;
}

.h1-hidden {
  width: 0;
  height: 0;
  position: absolute;
  overflow: clip;
}

.spacer-1 {
  width: 100%;
  padding-top: 1rem;
}

.text-size-regualr {
  font-size: 1rem;
  line-height: 1.5;
}

@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;
  }
}
