:root {
  --rouge: #991915;
  --seashell: #f2ede9;
  --dim-grey: #4a4847;
  --dim-green: #6d6965;
  --vert-clair: #f3f9d2;
  --dark-grey: #abb0ad;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

body {
  color: #000;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 160px;
  font-weight: 400;
  line-height: 180px;
}

h2 {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Marcellus, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  color: #001b06;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
}

h5 {
  color: var(--rouge);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.template-container {
  overflow: hidden;
}

.header {
  z-index: 20;
  color: var(--seashell);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container {
  position: relative;
}

.container.thanks-container {
  background-image: url('../images/TY-Banner.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.container._404-container {
  background-image: url('../images/404-Banner.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container.blog-container {
  background-image: url('../images/404-Banner.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 30px;
  display: flex;
}

.header-holder.style-guide-holder {
  justify-content: center;
}

.banner.banner-home {
  z-index: 20;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content {
  width: 90%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content.banner-content-home {
  padding-top: 250px;
  padding-bottom: 280px;
}

.content.footer-content {
  border-top: 1px solid var(--dim-grey);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content.home-content {
  width: 80%;
  max-width: 1440px;
}

.content.flavours-content {
  padding-top: 20px;
  padding-bottom: 50px;
}

.content.wrapper-content {
  padding-top: 50px;
}

.content.signature-content {
  max-width: 1300px;
}

.content.scenes-content {
  padding-top: 0;
  padding-bottom: 60px;
}

.content.thanks-content {
  padding-top: 140px;
  padding-bottom: 190px;
}

.content._404-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content.blog-content {
  padding-top: 200px;
  padding-bottom: 200px;
}

.content.posts-content {
  border-bottom: 1px solid var(--dim-grey);
}

.content.article-content {
  max-width: 1295px;
  padding-top: 40px;
  padding-bottom: 0;
}

.center-holder {
  text-align: center;
}

.center-holder.small {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.center-holder.article-holder {
  margin-bottom: 40px;
}

.style-guide-licensing-holder {
  padding: 5%;
}

.title-holder, .paragraph-inner {
  margin-bottom: 30px;
}

.heading-black {
  color: #000;
  font-family: Georgia, Times, Times New Roman, serif;
}

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

.paragraph-medium.article-paragraph {
  color: var(--dim-green);
  margin-bottom: 30px;
}

.paragraph-medium.article-paragraph.last {
  margin-bottom: 0;
}

.headings-holder, .paragraphs-holder, .rich-text-holder, .lists-holder {
  border: 2px solid #c1a78d;
  margin-bottom: 40px;
  padding: 40px;
}

.list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.inner-title {
  color: #04211f;
  border-bottom: 1px solid #010101;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  display: inline-block;
}

.buttons-holder {
  border: 2px solid #c1a78d;
  margin-bottom: 40px;
  padding: 40px;
}

.button-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.button-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.button {
  border: 2px solid var(--rouge);
  background-color: var(--rouge);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 90px;
  margin-bottom: 0;
  margin-left: 499px;
  padding: 18px 35px;
  font-size: 12px;
  line-height: 15px;
  transition: color .5s, background-color .5s;
}

.button:hover {
  color: var(--rouge);
  background-color: #c1a78d00;
}

.button.submit {
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
}

.button.button-subscribe {
  background-image: url('../images/arrow-up-top.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.button.button-desktop {
  margin-top: 1px;
  margin-left: 96px;
}

.paragraph-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}

.paragraph-small.white {
  color: var(--dim-grey);
  margin-bottom: 15px;
}

.paragraph-small.footer-title {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-small.dropdown {
  color: #fff;
  margin-bottom: 0;
}

.links-holder {
  border: 2px solid #c1a78d;
  margin-bottom: 40px;
  padding: 40px;
}

.link-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-inner {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.link-inner.footer {
  background-color: var(--vert-clair);
}

.link {
  color: #001b06;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link.phone {
  color: #000;
  text-transform: uppercase;
  background-image: url('../images/phone-icon_1phone-icon.png');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 30px;
  display: block;
}

.link.phone.contrast {
  color: var(--vert-clair);
}

.link.nav-link {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.link.nav-link.contrast {
  color: var(--vert-clair);
}

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

.link.email {
  color: #000;
  text-transform: uppercase;
  background-image: url('../images/mail-icon_1mail icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
}

.colors-holder {
  border: 2px solid #c1a78d;
  padding: 40px;
}

.color-inner {
  margin-bottom: 30px;
}

.color-inner.no-margin {
  margin-bottom: 0;
}

.color-white-smoke {
  background-color: var(--seashell);
  height: 70px;
}

.color-title {
  color: #030c24;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.color-black {
  background-color: var(--vert-clair);
  height: 70px;
}

.brown-color {
  background-color: var(--rouge);
  height: 70px;
}

.footer {
  background-color: var(--vert-clair);
}

.nav-holder {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1015px;
  display: flex;
}

.logo-image {
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph-big {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 32px;
}

.paragraph-big.white {
  color: #fff;
  margin-bottom: 40px;
}

.paragraph-big.small {
  text-transform: none;
}

.home-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-text-holder {
  width: 40%;
}

.brown {
  color: var(--rouge);
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

.brown.wrapp {
  margin-bottom: 20px;
}

.chef-text-holder {
  justify-content: space-between;
  align-items: flex-start;
  width: 78%;
  display: flex;
}

.cheft-text-section {
  width: 80%;
}

.special-text {
  color: var(--dim-grey);
  font-size: 15px;
}

.link-brown {
  color: var(--rouge);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-brown:hover {
  text-decoration: none;
}

.image-holder {
  width: 50%;
}

.flavours-holder {
  background-color: var(--vert-clair);
}

.flavour-text-top {
  border-bottom: 1px solid var(--dim-grey);
  margin-bottom: 30px;
}

.flavour-text-top.article-top {
  padding-top: 100px;
}

.dark-grey {
  background-color: var(--dark-grey);
  height: 70px;
}

.dim-grey {
  background-color: var(--dim-grey);
  height: 70px;
}

.boxes-holder {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.box-text {
  background-color: var(--seashell);
  padding: 40px 30px;
}

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

.box-image {
  width: 100%;
}

.box-top {
  border-bottom: 1px solid var(--rouge);
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.wrapper-section {
  background-color: var(--vert-clair);
}

.wrapper-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wrapper-box {
  border-right: 1px solid var(--dim-grey);
  text-align: center;
}

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

.image-section-top {
  background-image: url('../images/DSC00815-2-min.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.signature {
  background-color: var(--seashell);
}

.signature-holder {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.signature-box {
  grid-row-gap: 30vh;
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/Topping-Image.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 30px;
  display: flex;
}

.white {
  color: #fff;
  text-transform: uppercase;
}

.adventure-holder {
  background-color: #6d1f1a;
}

.adventure-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-questions-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.form-holder {
  background-color: var(--vert-clair);
}

.form-section {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.footer-big {
  background-color: var(--vert-clair);
}

.footer-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-paragraph {
  color: #abb0ad;
  font-size: 13px;
  line-height: 20px;
}

.footer-paragraph.margin {
  color: #000;
  margin-bottom: 20px;
}

.footer-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-logo {
  margin-bottom: 10px;
}

.dropdown-toggle {
  border: 1px solid var(--dim-grey);
  width: 100%;
  height: 65px;
}

.dropdown-text {
  color: var(--seashell);
  text-transform: uppercase;
}

.dropdown-icon {
  color: var(--dim-grey);
  font-size: 17px;
  line-height: 17px;
}

.field {
  border: 1px solid var(--dim-grey);
  color: var(--rouge);
  background-color: #fff0;
  border-radius: 5px;
  height: 60px;
  padding-left: 25px;
  transition: border-color .2s;
}

.field:focus {
  border-color: var(--rouge);
}

.field::placeholder {
  color: #fff;
  letter-spacing: 1px;
}

.field.field-subscribe {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

.field.field-white {
  border-color: var(--seashell);
}

.form {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.checkbox-label {
  color: var(--dark-grey);
}

.checkbox-link {
  color: var(--rouge);
}

.checkbox-link:hover {
  text-decoration: none;
}

.checkbox-field {
  margin-top: 10px;
  margin-bottom: 20px;
}

.stories-section {
  background-color: var(--seashell);
}

.stories-holder {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.big-stories-holder {
  width: 49%;
}

.stories-image-big {
  margin-bottom: 30px;
}

.multiple-stories-holder {
  width: 49%;
}

.stories-inner {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.small-image-holder {
  width: 45%;
}

.small-text-holder {
  width: 51%;
}

.blog-posts-section {
  background-color: var(--vert-clair);
}

.blog-text-top {
  border-bottom: 1px solid var(--dim-grey);
  margin-bottom: 30px;
}

.blog-posts-holder {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.paragraph-box, .article-heading {
  margin-bottom: 20px;
}

.article-inner {
  width: 90%;
  max-width: 1295px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 12% 100px;
}

.paragrah-testimonial {
  margin-bottom: 20px;
  font-size: 24px;
  font-style: italic;
  line-height: 33px;
}

.utility-page-wrap {
  background-image: url('../images/Frame-eleven.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.dim-green {
  background-color: var(--dim-green);
  height: 70px;
}

.collection-related-blog-posts {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-related-box {
  background-color: var(--seashell);
}

.about-section {
  background-color: var(--vert-clair);
}

.dropdown-list {
  background-color: var(--vert-clair);
  padding: 20px;
  display: block;
  position: static;
}

.dropdown-accordion {
  width: 100%;
  overflow: hidden;
}

.image-section-bottom {
  background-image: url('../images/DSC01934-min.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.subscribe-form {
  display: flex;
}

.signature-heading {
  background-color: var(--vert-clair);
  color: var(--dim-grey);
}

.no-margin {
  background-color: var(--rouge);
  color: var(--seashell);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  margin-bottom: 0;
}

.heading-brown {
  color: var(--rouge);
}

.category-articles-section {
  background-color: var(--vert-clair);
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.collection-item {
  flex-direction: column;
  justify-content: space-between;
}

.dish-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.disch-left {
  width: 45%;
}

.heading-dish {
  color: var(--vert-clair);
  font-size: 90px;
  line-height: 100px;
}

.dish-link {
  text-decoration: none;
}

.content-small {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.changelog-holder {
  border: 3px solid #273037;
  padding: 40px;
}

.licesing-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 3px solid #273037;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 960px;
  margin-top: 60px;
  padding: 40px;
  display: grid;
}

.licesing-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 0;
  display: flex;
}

.menu-link {
  width: 25px;
  display: none;
}

.menu-buttons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu {
  z-index: 50;
  background-color: #001b0666;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.close-menu {
  position: absolute;
  inset: 20px 20px auto auto;
}

.menu-inner {
  background-color: var(--vert-clair);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.menu-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.menu-link-list {
  color: var(--seashell);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
  transition: color .3s;
}

.menu-link-list:hover {
  color: var(--rouge);
}

.menu-link-list.phone {
  background-image: url('../images/phone-icon_1phone-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 35px;
  display: none;
}

.slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/DSC01919-min.jpg'), url('../images/DSC00815-min.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, repeat;
  background-size: cover, cover;
}

.slide-2 {
  background-image: url('../images/Banner-first.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Banner-Second.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 80px;
  margin-left: 20px;
  display: flex;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

.field-label {
  display: none;
}

.heading {
  font-family: Georgia, Times, Times New Roman, serif;
  position: static;
}

.heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.heading-7 {
  color: var(--seashell);
  background-color: #b40303cf;
  font-family: Georgia, Times, Times New Roman, serif;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 90px;
    line-height: 100px;
  }

  .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content.blog-content {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .inner-title {
    font-size: 24px;
    line-height: 34px;
  }

  .button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .button.button-desktop, .link.nav-link {
    display: none;
  }

  .color-title {
    font-size: 20px;
    line-height: 30px;
  }

  .logo-image {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-big.white {
    font-size: 20px;
    line-height: 30px;
  }

  .home-section {
    flex-direction: column-reverse;
  }

  .home-text-holder {
    width: 100%;
  }

  .image-holder {
    width: 100%;
    margin-bottom: 30px;
  }

  .boxes-holder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .box-text {
    padding: 30px;
  }

  .box-heading {
    font-size: 25px;
    line-height: 34px;
  }

  .wrapper-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-box.second {
    border-right-style: none;
  }

  .signature-holder {
    grid-template-columns: 1fr 1fr;
  }

  .adventure-section {
    flex-direction: column-reverse;
  }

  .footer-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .stories-holder {
    flex-direction: column;
  }

  .big-stories-holder {
    width: 100%;
    margin-bottom: 40px;
  }

  .multiple-stories-holder {
    width: 100%;
  }

  .blog-posts-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    place-items: start baseline;
  }

  .article-inner {
    padding-left: 10%;
    padding-right: 10%;
  }

  .collection-related-blog-posts {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .dish-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .disch-left {
    width: 100%;
  }

  .heading-dish {
    font-size: 70px;
    line-height: 80px;
  }

  .phone-span {
    display: none;
  }

  .menu-link {
    display: block;
  }

  .menu {
    display: none;
  }

  .menu-inner {
    width: 70%;
  }

  .menu-link-list {
    background-image: none;
  }

  .left-arrow {
    width: 30px;
    height: 50px;
    margin-left: 10px;
  }

  .right-arrow {
    width: 30px;
    height: 50px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 70px;
    line-height: 80px;
  }

  h2 {
    font-size: 40px;
    line-height: 46px;
  }

  h4 {
    font-size: 25px;
    line-height: 34px;
  }

  .header-holder {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner.banner-home {
    width: 80%;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content.banner-content-home {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content.home-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .content.wrapper-content {
    padding-bottom: 70px;
  }

  .content.signature-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .content.blog-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .list-wrapper, .button-wrapper {
    grid-template-columns: 1fr;
  }

  .nav-holder {
    max-width: 300px;
  }

  .signature-holder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    padding-right: 50px;
  }

  .article-inner {
    padding-left: 0%;
    padding-right: 0%;
  }

  .collection-related-blog-posts, .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-dish {
    font-size: 55px;
    line-height: 60px;
  }

  .changelog-holder {
    padding: 20px;
  }

  .licesing-holder {
    grid-template-columns: 1fr;
    margin-top: 40px;
    padding: 20px;
  }

  .link-logo {
    width: 260px;
  }

  .menu-link-list {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
    line-height: 54px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .content, .content.home-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content.wrapper-content {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .content.signature-content, .content.big-footer-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .list-wrapper {
    grid-template-columns: 1fr;
  }

  .button {
    margin-left: 2px;
    display: block;
  }

  .button.button-desktop {
    display: block;
  }

  .paragraph-small.white {
    margin-bottom: 10px;
  }

  .link-wrapper {
    grid-template-columns: 1fr;
  }

  .link-inner {
    justify-content: flex-start;
  }

  .color-title {
    font-size: 18px;
    line-height: 28px;
  }

  .phone-holder.dektop {
    display: none;
  }

  .nav-holder {
    justify-content: flex-start;
    max-width: 180px;
  }

  .paragraph-big.white {
    color: #000;
    font-size: 18px;
    line-height: 28px;
  }

  .brown {
    font-size: 25px;
    line-height: 34px;
  }

  .brown.wrapp {
    margin-bottom: 5px;
  }

  .chef-text-holder {
    flex-direction: column;
    width: 100%;
  }

  .cheft-text-section {
    width: 100%;
  }

  .boxes-holder, .wrapper-holder {
    grid-template-columns: 1fr;
  }

  .wrapper-box {
    border-right-style: none;
  }

  .image-section-top {
    background-image: url('../images/DSC01893-min.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .big {
    font-size: 35px;
    line-height: 45px;
  }

  .footer-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .stories-inner {
    flex-direction: column;
  }

  .small-image-holder {
    width: 100%;
    margin-bottom: 20px;
  }

  .small-text-holder {
    width: 100%;
  }

  .blog-posts-holder {
    grid-template-columns: 1fr;
  }

  .chef-image {
    margin-bottom: 20px;
  }

  .collection-related-blog-posts, .collection-list {
    grid-template-columns: 1fr;
  }

  .heading-dish {
    font-size: 45px;
    line-height: 50px;
  }

  .link-logo {
    width: 220px;
  }

  .menu-inner {
    width: 100%;
  }

  .menu-link-list.phone {
    display: block;
  }

  .slide {
    background-image: url('../images/DSC00915-min.jpg');
    background-position: 100%;
    background-size: cover;
  }

  .left-arrow, .right-arrow {
    height: 40px;
  }

  .heading-7 {
    background-color: #ac0000;
  }
}

#w-node-_9e469d3f-c7d6-56a1-79ff-80559dd7437f-25a4ee36, #w-node-_357252f6-f980-52b5-0266-c30430cbf290-25a4ee36, #w-node-e802641b-c7f6-8706-935e-c3fd88b5a69a-25a4ee36, #w-node-e802641b-c7f6-8706-935e-c3fd88b5a69b-25a4ee36, #w-node-f3aeb6b8-c873-23bc-f055-d9d4f7a37b28-25a4ee36, #w-node-f3aeb6b8-c873-23bc-f055-d9d4f7a37b29-25a4ee36, #w-node-_48975bbe-23de-424d-2745-43fa84e25a71-84e25a6e, #w-node-_48975bbe-23de-424d-2745-43fa84e25a7a-84e25a6e, #w-node-_48975bbe-23de-424d-2745-43fa84e25a89-84e25a6e, #w-node-_48975bbe-23de-424d-2745-43fa84e25a94-84e25a6e, #w-node-_785883d1-7b3f-0bd4-80f3-2ff7dac62364-25a4ee39, #w-node-_89bf7351-705b-9cea-9f72-58c8b1b6d306-25a4ee3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


