h1 {
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 76px;
  line-height: 80px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 8px;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

h6 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  display: block;
  margin-top: 0px;
  margin-bottom: 24px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 120px 8.33% 56px;
  border: 1px solid #e3e3e3;
  background-image: url('../images/quote-icon.svg');
  background-position: 50% 48px;
  background-repeat: no-repeat;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

figure {
  margin-bottom: 32px;
}

figcaption {
  margin-top: 12px;
  padding-left: 8.33px;
  color: #777;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.body {
  font-family: Karla, sans-serif;
  color: #111;
  font-size: 15px;
  line-height: 24px;
}

.section {
  position: relative;
  padding: 40px 56px;
  background-image: url('../images/pattern.jpg');
  background-position: 0px 0px;
  background-size: 16px;
  text-align: center;
}

.section.no-top-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Overpass, sans-serif;
  color: #3f3e3e;
}

.section.no-bottom-padding {
  padding-bottom: 0px;
}

.section.no-paddings {
  padding: 0px;
}

.section.pattern-section {
  background-image: url('../images/pattern.jpg');
  background-position: 0px 0px;
  background-size: 16px;
}

.section.about-us-video {
  display: none;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.wrapper.hero-bottom-wrapper {
  position: absolute;
  left: 56px;
  right: 56px;
  bottom: 0px;
  z-index: 2;
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.wrapper.recipe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Overpass, sans-serif;
  color: #3f3e3e;
}

.wrapper.shop {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button {
  height: 48px;
  padding: 12px 32px;
  border-radius: 24px;
  background-color: #dfa25f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Overpass, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.button:hover {
  background-color: #232d41;
}

.button.white-button.arrow-button {
  padding-right: 60px;
  background-image: url('../images/arrow-right-icon.svg');
  background-position: 81% 50%;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

.button.white-button.arrow-button:hover {
  background-color: #fff;
  color: #111;
}

.button.ghost-button {
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.button.hero-button {
  margin-right: 16px;
  font-family: Overpass, sans-serif;
}

.button.subscribe-button {
  margin-left: -1px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 0px 3px 3px 0px;
}

.button.subscribe-button:hover {
  background-color: #f03e5a;
}

.button.small-button.nav-bar-button {
  margin-left: 20px;
  font-family: Overpass, sans-serif;
  font-size: 15px;
}

.button.small-button.white-hover-button {
  position: static;
}

.button.small-button.white-hover-button:hover {
  background-color: #fff;
  color: #232d41;
}

.button.ghost-bg-button {
  font-family: Overpass, sans-serif;
}

.button.full-width-button {
  width: 100%;
  border-radius: 3px;
}

.button.full-width-button:hover {
  background-color: #f03e5a;
}

.style-block {
  padding: 40px 15px;
  text-align: left;
}

.paragraph-small {
  font-size: 14px;
  line-height: 24px;
}

.button-styles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  padding: 24px 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-style-wrapper {
  width: 25%;
  padding: 20px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.button-style-wrapper.dark-bg {
  background-color: #232d41;
  background-image: url('../images/bg-pattern.jpg');
  background-position: 0px 0px;
  background-attachment: fixed;
}

.small-button {
  height: 40px;
  padding: 10px 24px;
  font-size: 13px;
  line-height: 20px;
}

.ghost-button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #ddd;
  -webkit-transition: box-shadow 200ms ease, color 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, color 200ms ease, background-color 200ms ease;
  color: #222;
}

.ghost-button:hover {
  background-color: #dfa25f;
  box-shadow: inset 0 0 0 2px #dfa25f;
  color: #fff;
}

.ghost-bg-button {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  color: #fff;
}

.ghost-bg-button:hover {
  background-color: #fff;
  color: #111;
}

.white-button {
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #111;
}

.white-button:hover {
  background-color: #232d41;
  color: #fff;
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: block;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.nav-bar.fixed-nav-bar {
  position: fixed;
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

.bg-section {
  padding: 120px 40px;
  border: 12px solid #fff;
  background-color: #111;
}

.bg-section.hero-section {
  position: relative;
  height: 100vh;
  padding: 0px;
}

.bg-section.cta-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/IMG_4116.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/IMG_4116.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.bg-section.footer-section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232d41;
  background-image: url('../images/bg-pattern.jpg');
  background-position: 0px 0px;
}

.bg-section._404-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/jonathan-pielmayer-388600.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/jonathan-pielmayer-388600.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.bg-section.post-hero-section {
  position: relative;
  min-height: 720px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.bg-section.page-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-section.page-hero-section.contact-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/IMG_3983_.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/IMG_3983_.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.bg-section.page-hero-section.reservation-hero {
  padding-bottom: 216px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/currypaste-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/currypaste-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.bg-section.page-hero-section.style-guide-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/brooke-lark-385504.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/brooke-lark-385504.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-section.page-hero-section.about-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/IMG_3964.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/IMG_3964.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.bg-section.page-hero-section.dinner-parties-hero {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/MVI_3927.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/MVI_3927.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: center;
}

.bg-section.page-hero-section.licensing-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/clark-young-160446.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/clark-young-160446.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-section.page-hero-section.menu-hero {
  background-color: #111;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/IMG_4038.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/IMG_4038.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-section.page-hero-section.cooking-classes-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/MVI_3944.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/MVI_3944.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-section.page-hero-section.at-home-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/IMG_3981.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/IMG_3981.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.bg-section.page-hero-section.vision-rescue-trip-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/DSC_0175.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/DSC_0175.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.bg-section.page-hero-section.our-products-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/003_MyPopUp_Curry-Sauce_8815.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/003_MyPopUp_Curry-Sauce_8815.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-section.page-hero-section.vision-rescue-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/India_2007-4_preview.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/India_2007-4_preview.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.bg-section.page-hero-section.thai-chicken-green-curry-recipe-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/My-Pop-up-Kitchen-shoot-12-sm.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/My-Pop-up-Kitchen-shoot-12-sm.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.bg-section.page-hero-section.thai-duck-red-curry-recipe-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/My-Pop-up-Kitchen-shoot-15-sm.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/My-Pop-up-Kitchen-shoot-15-sm.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.bg-section.page-hero-section.indonesian-yellow-curry-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/My-Pop-up-Kitchen-shoot-24.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/My-Pop-up-Kitchen-shoot-24.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.bg-section.page-hero-section.recipes-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/MVI_3947-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/MVI_3947-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.bg-section.page-hero-section.emanuel-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/emanuel-school.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/emanuel-school.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.bg-section.page-hero-section.stmarys-hero {
  background-image: url('../images/IMG_4082.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17)));
  background-image: url('../images/IMG_4082.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bg-section.gallery-section {
  padding: 0px;
  border-width: 14px;
  background-color: #fff;
}

.bg-section.huge-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #232d41;
  background-image: url('../images/bg-pattern.jpg');
  background-position: 0px 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  color: #fff;
  text-decoration: none;
}

.bg-section.huge-button:hover {
  border-color: #dfa25f;
}

.nav-link {
  padding-top: 14px;
  padding-bottom: 16px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

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

.nav-link.w--current {
  color: #dfa25f;
}

.nav-link.fixed-nav-link {
  color: #111;
}

.nav-link.fixed-nav-link.w--current {
  color: #dfa25f;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.logo.fixed-nav-bar-logo {
  height: 72px;
  color: #111;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 15px;
  padding-left: 30px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu.fixed-nav-menu {
  height: 72px;
}

.slide-content {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 15px;
  float: right;
  color: #fff;
  text-align: center;
}

.hero-text {
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 28px;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  margin-left: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 3px;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease;
}

.social-link:hover {
  border-color: #dfa25f;
  background-color: #dfa25f;
}

.social-link.hero-link {
  border-color: hsla(0, 0%, 100%, 0.6);
}

.social-link.hero-link:hover {
  border-color: #dfa25f;
}

.section-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Overpass, sans-serif;
  color: #3f3e3e;
  text-align: center;
}

.section-header-wrapper.shop {
  min-width: 800px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header-wrapper.allfarthing {
  border: 1px solid #16b9f0;
  background-color: rgba(95, 191, 223, 0.15);
}

.grey-text {
  color: #777;
  line-height: 20px;
  text-align: left;
}

.text-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #dfa25f;
  text-decoration: underline;
}

.text-link:hover {
  color: #f03e5a;
  text-decoration: underline;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-icons.footer-icons {
  margin-top: 8px;
  margin-right: -4px;
  margin-left: -4px;
}

.social-icons.hero-icons {
  margin-top: 0px;
  margin-right: -4px;
  margin-bottom: 32px;
  float: right;
}

.contact-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-card-map {
  width: 50%;
  height: 100%;
  margin-left: 6px;
}

.input {
  height: 48px;
  margin-bottom: 32px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background-color: #fafafa;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
}

.input:hover {
  background-color: #fff;
}

.input:focus {
  border: 1px solid #dfa25f;
  background-color: #fff;
}

.input.text-area {
  height: auto;
  min-height: 160px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input.text-area.margin-input {
  margin-right: 15px;
  margin-left: 15px;
}

.input.password-input {
  margin-top: 14px;
  text-align: center;
}

.input.call-back-input {
  margin-right: 16px;
  margin-bottom: 0px;
}

.input.subscribe-input {
  border-style: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
}

.input.reservation-input {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 90%;
  -webkit-flex: 90%;
  -ms-flex: 90%;
  flex: 90%;
}

.input.reservation-input._50 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.input.reservation-input._33 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.input.password-input {
  margin-bottom: 16px;
  text-align: center;
}

.input.small-input {
  height: 40px;
  margin-bottom: 16px;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 16px;
  font-size: 13px;
  line-height: 20px;
}

.input.small-margin {
  margin-bottom: 16px;
}

.contact-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.footer-link.w--current {
  margin-top: 8px;
  margin-bottom: 8px;
}

.footer-link.blog-link {
  margin-top: 26px;
}

.footer-header {
  margin-top: 34px;
  margin-bottom: 0px;
}

.footer-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
}

.footer-post-header {
  color: #fff;
  text-decoration: none;
}

.footer-post-header:hover {
  text-decoration: underline;
}

.footer-post-header.blog {
  text-align: left;
}

.footer-post-date {
  margin-top: 12px;
  opacity: 0.6;
  font-size: 13px;
  text-align: left;
}

.footer-bottom-base {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 96px;
  margin-top: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.18);
  font-size: 11px;
}

.heart-icon {
  margin-right: 4px;
  background-image: url('../images/heart-icon_1.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: transparent;
}

.footer-posts {
  width: 100%;
  margin-top: -12px;
}

.blog-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -40px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.blog-posts.recipe {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.post-card-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e3e3e3;
  background-image: url('../images/Screen-Shot-2018-03-05-at-12.26.13.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.post-card-image.recipe {
  min-height: 250px;
  min-width: 300px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/IMG_3982.jpg');
}

.post-card-image.recipe.duck-red-curry {
  background-image: url('../images/006_MyPopUp_Curry-Sauce_8835.jpg');
}

.post-card-image.recipe.yellow-curry.tofu {
  background-image: url('../images/IMG_3983_.jpg');
}

.post-card-image.yellow-curry {
  min-height: 250px;
  min-width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/IMG_3964-x.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.post-card-image.blog {
  min-height: 400px;
}

.post-card {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  color: #111;
  text-decoration: none;
}

.post-card:hover {
  text-decoration: none;
}

.post-card.recipe {
  max-height: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-date {
  margin-top: 24px;
  font-size: 17px;
}

.post-card-header-link {
  color: #111;
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
}

.post-content h1 {
  display: block;
  width: 66.66%;
  margin: 64px auto 32px;
}

.post-content p {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.post-content figure {
  margin-top: 56px;
  margin-bottom: 56px;
  padding-right: 8.33%;
  padding-left: 8.33%;
}

.post-content h2 {
  display: block;
  width: 66.66%;
  margin: 56px auto 24px;
}

.post-content blockquote {
  display: block;
  width: 83.33%;
  margin: 48px auto;
}

.post-content h3 {
  display: block;
  width: 66.66%;
  margin: 56px auto 24px;
}

.post-content ul {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.post-content h4 {
  display: block;
  width: 66.66%;
  margin: 56px auto 24px;
}

.post-content h6 {
  display: block;
  width: 66.66%;
  margin: 48px auto 16px;
}

.post-content h5 {
  display: block;
  width: 66.66%;
  margin: 56px auto 24px;
}

.post-content ol {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
}

.post-content a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #dfa25f;
  text-decoration: underline;
}

.post-content a:hover {
  color: #f03e5a;
  text-decoration: underline;
}

.blog-post-header {
  margin-top: 26px;
}

.post-hero {
  position: relative;
  top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.post-dark-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.post {
  position: relative;
  display: block;
  max-width: 970px;
  margin-top: -128px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 15px 96px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}

.post-hero-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  padding-right: 5px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slider {
  height: 100%;
}

.slider-arrow {
  display: none;
  width: 56px;
  height: 56px;
  margin: auto 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 3px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.slider-arrow:hover {
  border-color: #fff;
}

.slide-2 {
  position: absolute;
  display: inline-block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 71, 101, 0.7)), to(rgba(34, 71, 101, 0.7)));
  background-image: linear-gradient(180deg, rgba(34, 71, 101, 0.7), rgba(34, 71, 101, 0.7));
}

.scroll-up-button {
  position: absolute;
  left: 15px;
  width: 48px;
  height: 48px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #dfa25f;
  background-image: url('../images/arrow-up-icon-white.svg');
  background-position: 50% 48%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.scroll-up-button:hover {
  background-color: #f03e5a;
}

.dropdown {
  display: none;
}

.dropdown.w--open {
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
}

.dropdown.fixed-dropdown {
  border: 1px solid #e3e3e3;
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 1px 0 0 #e3e3e3;
  text-decoration: none;
}

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

.dropdown-link.w--current {
  color: #dfa25f;
}

.call-back {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.call-back-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 56px;
  height: 56px;
  margin: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f03e5a;
  box-shadow: 0 8px 16px 0 rgba(34, 34, 34, 0.2);
}

.call-back-popup {
  position: relative;
  z-index: 3000;
  max-width: 570px;
  padding: 60px 64px 64px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(38, 56, 72, 0.2);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  text-align: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.call-back-icon {
  margin-bottom: 8px;
}

.popup-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  background-color: rgba(34, 71, 101, 0.7);
}

.call-back-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.close-popup-button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 28px;
  height: 28px;
  margin-top: 20px;
  margin-right: 20px;
  background-image: url('../images/close-icon.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.close-popup-button:hover {
  opacity: 1;
}

.form-success {
  background-color: transparent;
}

.form-error {
  margin-top: 24px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(240, 62, 90, 0.5);
  border-radius: 3px;
  background-color: rgba(240, 62, 90, 0.08);
  color: #f03e5a;
  font-size: 13px;
  line-height: 20px;
}

.subscribe-form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.fixed-nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  padding-right: 56px;
  padding-left: 56px;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8.33%;
  padding-left: 8.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photo-hover {
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(35, 45, 65, 0.6);
}

.slide-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.slide-image._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/006_MyPopUp_Curry-Sauce_8836.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/006_MyPopUp_Curry-Sauce_8836.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-image._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17))), url('../images/IMG_4082.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url('../images/IMG_4082.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide {
  overflow: hidden;
  height: 100%;
}

.sub-header {
  margin-top: 20px;
  margin-bottom: -10px;
  font-family: Oswald, sans-serif;
  color: #dfa25f;
  font-size: 24px;
  line-height: 40px;
  text-decoration: none;
}

.sub-header.big {
  margin-bottom: 19px;
  font-family: Oswald, sans-serif;
  color: #dfa25f;
  font-size: 32px;
  line-height: 48px;
}

.sub-header.subscribe-sub-header {
  margin-bottom: 0px;
}

.sub-header.small {
  margin-bottom: -8px;
  font-size: 34px;
  line-height: 32px;
}

.sub-header.privacy-policy {
  margin-bottom: 10px;
}

.sub-header.alt-date {
  text-decoration: none;
}

.sub-header.date {
  margin-bottom: 0px;
  background-color: transparent;
  text-decoration: none;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 96px;
  margin-top: 64px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
}

.badge {
  padding-right: 7px;
  padding-left: 8px;
  border-radius: 3px;
  background-color: #f03e5a;
  color: #fff;
  font-size: 9px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.badge:hover {
  text-decoration: none;
}

.badge.footer-badge {
  margin-left: 10px;
}

.badge.banner-badge {
  border: 1px solid #fff;
  background-color: transparent;
}

.badge.post-card-category {
  margin-bottom: 2px;
}

.badge.menu-item-category {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 16px;
  background-color: #dfa25f;
}

.badge.menu-item-badge {
  margin-top: 4px;
  margin-right: 6px;
  margin-bottom: 4px;
  float: left;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e3e3e3;
  color: #111;
}

.badge.menu-new-badge {
  display: none;
  margin-top: 4px;
  margin-right: 6px;
  margin-bottom: 4px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f03e5a;
  font-size: 7px;
}

.badge.menu-item-tooltip {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-top: 4px;
  margin-right: 6px;
  margin-bottom: 4px;
  padding-top: 2px;
  padding-left: 7px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e3e3e3;
  color: #111;
  font-size: 11px;
}

.footer-link-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom-text {
  margin-right: 4px;
  opacity: 0.6;
}

.footer-bottom-text.link {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

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

.footer-bottom-text.link.privacy-policy-link {
  color: #bbb;
}

.frame {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  margin: 12px;
  border: 1px none #e3e3e3;
}

.frame.white-frame {
  border-color: #fff;
}

.subscribe {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 770px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 80px 144px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #232d41;
  background-image: url('../images/bg-pattern.jpg');
  background-position: 0px 0px;
  color: #fff;
  text-align: center;
}

.subscribe-header {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

.paragraph-big {
  font-size: 17px;
  line-height: 28px;
}

.paragraph-big.intro-text {
  display: block;
  width: 83.33%;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Overpass, sans-serif;
  color: #777;
  text-align: justify;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  column-gap: 2em;
}

.paragraph-big.hero-text {
  font-family: Overpass, sans-serif;
}

.menu-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px 15px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu-list-image {
  width: 80px;
  height: 80px;
  margin-right: 24px;
  border-radius: 50%;
}

.menu-info {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Amatic SC', sans-serif;
  text-align: left;
}

.menu-name {
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Amatic SC', sans-serif;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.menu-name.small {
  font-size: 15px;
  text-transform: none;
}

.menu-info-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Amatic SC', sans-serif;
  color: #3f3e3e;
  font-size: 22px;
  text-align: center;
}

.menu-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  line-height: 28px;
}

.menu-price.small {
  font-size: 15px;
}

.menu-dots-line {
  height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dotted #bbb;
}

.menu-dots-line.hours {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
}

.menu-dots-line.small {
  height: 19px;
}

.menu-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-numbers {
  display: none;
  margin-top: -1px;
  padding-top: 3px;
  padding-right: 12px;
  padding-bottom: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.menu-numbers-divider {
  padding-right: 4px;
  padding-left: 4px;
  color: #bbb;
}

.menu-ingredients {
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Overpass, sans-serif;
  color: #777;
  font-size: 13px;
  line-height: 16px;
  text-align: justify;
}

.menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.menu-list.margin {
  margin-bottom: 68px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subscribe-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  margin: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f03e5a;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  font-family: Oswald, sans-serif;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.subscribe-badge-discount {
  margin-left: 1px;
  font-size: 20px;
  line-height: 20px;
}

.menu-grid-card {
  position: relative;
  width: 30%;
  margin: 10px;
  padding: 10px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
}

.menu-grid-card.custom {
  overflow: hidden;
  margin-right: 15px;
  border-style: solid;
  border-color: #e3e3e3;
  box-shadow: none;
}

.menu-grid-card.custom._4-in-a-row {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu-grid-image {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 1;
}

.menu-grid-image.unavailable {
  opacity: 0.19;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu.margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-description {
  margin-bottom: 40px;
  font-family: Overpass, sans-serif;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
}

.cta-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.divider {
  position: static;
  width: 70px;
  height: 4px;
  margin-bottom: 0px;
  border-top: 1px solid #dfa25f;
  border-bottom: 1px solid #dfa25f;
}

.divider.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.divider.long {
  width: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 50px;
  margin-left: 15px;
  padding: 32px 40px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 33%;
  -webkit-flex: 33%;
  -ms-flex: 33%;
  flex: 33%;
  border-left: 4px solid #dfa25f;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}

.feature-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 15px;
  margin-left: 0px;
  padding: 48px 48px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-image: url('../images/logo_fade.png'), -webkit-gradient(linear, left top, left bottom, from(#f03e5a), to(#630202));
  background-image: url('../images/logo_fade.png'), linear-gradient(180deg, #f03e5a, #630202);
  background-position: 90% 46%, 0px 0px;
  background-size: 100px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 8px 8px 27px 0 rgba(0, 0, 0, 0.57);
  color: #fff;
}

.feature-banner-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 344px;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 32px 56px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 45px;
  -ms-flex-preferred-size: 45px;
  flex-basis: 45px;
  background-color: #232d41;
  color: #fff;
  text-align: center;
}

.feature-image._1 {
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/IMG_4038-sm.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/IMG_4038-sm.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.feature-image._2 {
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/cooking_class-p-800-krkn.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/cooking_class-p-800-krkn.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.feature-image-header {
  margin-bottom: 8px;
  font-family: 'Amatic SC', sans-serif;
}

.working-hours {
  position: relative;
  width: 31%;
  margin-right: 15px;
  margin-left: 15px;
  padding: 72px 56px 56px;
  background-color: #232d41;
  background-image: url('../images/bg-pattern.jpg');
  background-position: 0px 0px;
}

.working-hours-content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.opening-hours-table {
  padding-top: 8px;
  padding-bottom: 24px;
}

.opening-hours-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
  line-height: 28px;
}

.opening-hours-time {
  font-weight: 700;
  text-transform: uppercase;
}

.red-text {
  color: #f03e5a;
}

.contact-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  padding: 40px 28px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e3e3e3;
  text-align: center;
}

.contact-card-email {
  margin-top: -12px;
  margin-bottom: 12px;
  color: #111;
  text-decoration: none;
}

.banner-header {
  margin-top: 6px;
  margin-bottom: 0px;
  font-family: 'Amatic SC', sans-serif;
}

.yellow-text {
  color: #dfa25f;
}

.side-card-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.side-card-image {
  width: 65.8%;
  background-color: #e3e3e3;
}

.side-card-image._1 {
  background-image: url('../images/IMG_3955.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-card-image._2 {
  background-image: url('../images/IMG_3981.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-card {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: -14.4%;
  padding: 80px 8%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}

.side-card.reversed {
  margin-right: -14.4%;
  margin-left: 0%;
}

.side-card-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Overpass, sans-serif;
  text-align: center;
}

.side-card-header {
  margin-bottom: 8px;
  font-family: 'Amatic SC', sans-serif;
  color: #3f3e3e;
}

.post-card-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.post-card-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Overpass, sans-serif;
  text-align: center;
}

.page-hero-header {
  display: block;
  max-width: 770px;
  margin: 96px auto;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 88px;
  text-align: center;
}

.reservation {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  margin-top: -160px;
  margin-right: auto;
  margin-left: auto;
  padding: 96px 8% 92px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #dfa25f;
  background-color: #fff;
}

.reservation-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 570px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu-grid-item {
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.post-card-date {
  margin-top: -8px;
  color: #bbb;
}

.footer-email {
  margin-top: -12px;
  margin-bottom: 4px;
  color: #dfa25f;
  text-decoration: none;
}

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

.footer-bottom-divider {
  width: 4px;
  height: 4px;
  margin-right: 8px;
  margin-left: 7px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.3;
}

.big-icon {
  width: 64px;
}

.big-icon.contact-block-icon {
  margin-bottom: 16px;
}

.side-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-image-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-right: 8.33%;
  margin-left: 8.33%;
  padding: 24px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Overpass, sans-serif;
}

.side-image {
  width: 39%;
  margin-right: 15px;
  margin-left: 15px;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  padding-bottom: 1px;
}

.contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 56px 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e3e3e3;
  font-family: Overpass, sans-serif;
}

.contact-block-text {
  margin-top: 12px;
  color: #777;
}

.contact-block-text.link {
  text-decoration: none;
}

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

.contact-block-link {
  margin-top: 12px;
  font-family: Oswald, sans-serif;
  color: #777;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.menu-list-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-image.standard {
  width: 20%;
}

.video-wrapper {
  display: block;
  width: 770px;
  max-height: 480px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.zoom-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url('../images/zoom-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.zoom-icon.small {
  width: 40px;
  height: 40px;
  border-width: 1px;
  background-size: 16px;
}

.hero-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.hero-phone:hover {
  text-decoration: underline;
}

.hero-phone-icon {
  margin-top: 1px;
}

.hero-scroll {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/hero-scroll-base.png');
  background-position: 50% 0px;
  background-size: 96px;
  background-repeat: no-repeat;
}

.footer-bottom-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  margin-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 24px;
}

.menu-small-grid-item {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.preloader-icon {
  width: 32px;
  margin-bottom: 8px;
}

.licence-items {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.licence-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding: 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}

.licence-item-content {
  position: relative;
  z-index: 1;
  padding-bottom: 16px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.licence-item-image {
  position: relative;
  z-index: 1;
  width: 170px;
}

.licence-item-dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 8px;
  margin-bottom: 3px;
  margin-left: 8px;
  border-radius: 50%;
  background-color: #e3e3e3;
}

.licence-contact-text {
  display: block;
  width: 66.66%;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  color: #777;
}

.book-fixed {
  position: fixed;
  right: 40px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: none;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.book-fixed-form {
  margin-bottom: 0px;
  padding: 20px;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}

.book-fixed-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -48px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #dfa25f;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.book-fixed-icon {
  width: 24px;
  margin-right: 10px;
}

.book-fixed-arrow-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 100%;
  padding-top: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
}

.book-fixed-arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.first-letter {
  margin-top: 15px;
  margin-right: 8px;
  margin-left: 16.66%;
  float: left;
  color: #dfa25f;
  font-size: 56px;
  line-height: 32px;
}

.tooltip-trigger {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.tooltip {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 9px 4px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e3e3e3;
  opacity: 0;
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
  color: #111;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tooltip-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -3px;
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 1px 1px 0 0 #e3e3e3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-instagram-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-right: -6px;
  margin-left: -6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.instagram-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-width {
  width: 100%;
}

.div-block {
  position: static;
  float: right;
}

.image {
  padding-top: 12px;
}

.rich-text-block {
  width: 50%;
  margin-bottom: 40px;
  font-size: 60px;
}

.image-2 {
  display: block;
  background-image: url('../images/IMG_4087.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-header-image {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block-2 {
  position: relative;
  right: -184px;
  margin-top: 15px;
  font-family: 'Amatic SC', sans-serif;
  color: #3f3e3e;
  font-size: 54px;
  font-weight: 700;
  text-align: right;
}

.service-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Overpass, sans-serif;
}

.section-2 {
  text-align: center;
}

.our-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Overpass, sans-serif;
  color: #3f3e3e;
}

.block-quote {
  margin-top: 24px;
  font-family: Overpass, sans-serif;
  color: #3f3e3e;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.block-quote.large {
  font-size: 24px;
}

.text-block-3 {
  margin-top: 40px;
  margin-bottom: 45px;
  font-family: Overpass, sans-serif;
  color: #3f3e3e;
  text-align: left;
}

.image-3 {
  margin-bottom: 24px;
}

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

.shopify-product {
  display: block;
  width: 100%;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px none #dfa25f;
  border-bottom: 1px solid #dfa25f;
}

.shopify-product.dish-3 {
  display: block;
}

.shopify-product.dish-4 {
  display: none;
}

.shopify-product.dish-5 {
  display: block;
}

.shopify-product.rice {
  display: block;
}

.shopify-product.dish-10 {
  display: none;
}

.shopify-product.dish-11 {
  display: none;
}

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

.image-4 {
  opacity: 1;
}

.section-menu-items-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-menu-items-images.larger {
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-5 {
  width: 100%;
  margin-bottom: 16px;
}

.block-quote-2 {
  text-align: center;
}

.paragraph {
  font-family: Overpass, sans-serif;
  text-align: justify;
}

.paragraph-2 {
  font-family: Overpass, sans-serif;
  text-align: justify;
}

.text-block-4 {
  display: none;
}

.text-block-5 {
  display: none;
}

.text-block-6 {
  display: none;
}

.text-block-7 {
  display: none;
}

.text-block-8 {
  display: none;
}

.text-block-9 {
  display: none;
}

.text-block-10 {
  display: none;
}

.text-block-11 {
  display: none;
}

.text-block-12 {
  display: none;
}

.text-block-13 {
  display: none;
}

.text-block-14 {
  display: none;
}

.text-block-15 {
  display: none;
}

.text-block-16 {
  display: none;
}

.text-block-17 {
  display: none;
}

.text-block-18 {
  display: none;
}

.text-block-19 {
  display: none;
}

.text-block-20 {
  display: none;
}

.text-block-21 {
  display: none;
}

.text-block-22 {
  display: none;
}

.text-block-23 {
  display: none;
}

.text-block-24 {
  display: none;
}

.text-block-25 {
  display: none;
}

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

.text-block-27 {
  display: none;
}

.text-block-28 {
  display: none;
}

.text-block-29 {
  display: none;
}

.text-block-30 {
  display: none;
}

.text-block-31 {
  display: none;
}

.text-block-32 {
  display: none;
}

.section-recipe {
  width: 40%;
  margin: 20px;
}

.section-recipe.method {
  width: 60%;
  margin: 20px;
  text-align: left;
}

.rich-text-block-3 {
  line-height: 14px;
}

.paragraph-3 {
  text-align: right;
}

.heading {
  text-align: right;
}

.heading-2 {
  padding-left: 30px;
}

.text-block-33 {
  padding-left: 27px;
  color: #111;
  font-weight: 700;
}

.text-block-34 {
  width: 60%;
  font-family: 'Amatic SC', sans-serif;
  font-size: 22px;
}

.image-6 {
  position: fixed;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
  background-position: 0px 0px, 0px 0px;
  background-size: 125px, auto;
  opacity: 0.17;
}

.div-block-4 {
  position: fixed;
  left: 396px;
  top: 165px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 350px;
  height: 350px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/mpuk_logo.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/mpuk_logo.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  opacity: 0.15;
  font-family: 'Amatic SC', sans-serif;
}

.contact-info {
  text-align: left;
}

.paragraph-4 {
  margin-bottom: 40px;
}

.blog-footer {
  text-align: left;
}

.heading-3 {
  font-family: 'Amatic SC', sans-serif;
}

.heading-4 {
  font-family: 'Amatic SC', sans-serif;
}

.heading-5 {
  font-family: 'Amatic SC', sans-serif;
}

.heading-6 {
  font-family: 'Amatic SC', sans-serif;
}

.image-7 {
  display: none;
}

.text-block-35 {
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.heading-7 {
  font-family: 'Amatic SC', sans-serif;
}

.heading-8 {
  font-family: 'Amatic SC', sans-serif;
}

.text-block-36 {
  font-family: Overpass, sans-serif;
}

.text-block-37 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Overpass, sans-serif;
  color: #3f3e3e;
  text-align: center;
}

.text-block-38 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Amatic SC', sans-serif;
  color: #3f3e3e;
  text-align: center;
}

.text-block-39 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3f3e3e;
  text-align: center;
}

.text-block-40 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3f3e3e;
  text-align: center;
}

.rich-text-block-5 {
  color: #3f3e3e;
}

.text-block-41 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3f3e3e;
  text-align: center;
}

.text-block-42 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3f3e3e;
  text-align: center;
}

.text-block-43 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3f3e3e;
  text-align: center;
}

.text-block-44 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3f3e3e;
  text-align: center;
}

.heading-9 {
  font-family: 'Amatic SC', sans-serif;
}

.heading-10 {
  font-family: 'Amatic SC', sans-serif;
  color: #3f3e3e;
}

.heading-11 {
  font-family: 'Amatic SC', sans-serif;
}

.block-quote-3 {
  font-family: Overpass, sans-serif;
  color: #3f3e3e;
}

.heading-12 {
  font-family: 'Amatic SC', sans-serif;
}

.heading-13 {
  font-family: 'Amatic SC', sans-serif;
}

.heading-14 {
  font-family: 'Amatic SC', sans-serif;
}

.text-block-45 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3f3e3e;
}

.text-block-46 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3f3e3e;
  text-align: center;
}

.text-block-47 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-15 {
  font-family: 'Amatic SC', sans-serif;
}

.text-block-48 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-49 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-50 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-51 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-52 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-53 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-16 {
  font-family: 'Amatic SC', sans-serif;
  color: #3f3e3e;
}

.heading-17 {
  font-family: 'Amatic SC', sans-serif;
}

.heading-18 {
  font-family: 'Amatic SC', sans-serif;
  color: #3f3e3e;
}

.heading-19 {
  font-family: 'Amatic SC', sans-serif;
}

.heading-20 {
  font-family: 'Amatic SC', sans-serif;
}

.heading-21 {
  font-family: 'Amatic SC', sans-serif;
  color: #dfa25f;
}

.heading-21.subscribe-menu {
  color: #232d41;
}

.bold-text {
  font-family: 'Amatic SC', sans-serif;
  font-size: 18px;
}

.heading-22 {
  font-family: 'Amatic SC', sans-serif;
  color: #3f3e3e;
}

.heading-23 {
  font-family: 'Amatic SC', sans-serif;
}

.heading-24 {
  font-family: 'Amatic SC', sans-serif;
}

.bold-text-2 {
  font-family: 'Amatic SC', sans-serif;
  font-size: 18px;
}

.bold-text-3 {
  font-family: 'Amatic SC', sans-serif;
  font-size: 18px;
}

.bold-text-4 {
  font-family: 'Amatic SC', sans-serif;
  font-size: 18px;
}

.heading-25 {
  font-family: 'Amatic SC', sans-serif;
  font-size: 88px;
}

.heading-26 {
  font-family: 'Amatic SC', sans-serif;
  color: #3f3e3e;
}

.heading-26.allfarthing {
  color: #0d9ad5;
}

.heading-27 {
  font-family: 'Amatic SC', sans-serif;
  text-transform: uppercase;
}

.heading-27.wine {
  margin-bottom: 0px;
  font-family: 'Amatic SC', sans-serif;
  color: #232d41;
  font-size: 28px;
  font-weight: 700;
}

.heading-27.holiday {
  display: none;
  margin-bottom: 32px;
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfa25f), to(#dfa25f));
  background-image: linear-gradient(180deg, #dfa25f, #dfa25f);
  box-shadow: 6px 6px 19px 0 rgba(0, 0, 0, 0.45);
}

.heading-27.mealforone {
  display: none;
  color: #f03e5a;
}

.heading-27.mealforone {
  color: #f03e5a;
}

.heading-28 {
  font-family: 'Amatic SC', sans-serif;
  color: #3f3e3e;
}

.card-highlight {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.2;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.div-block-6 {
  background-color: #f03e5a;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-2%, #f03e5a), color-stop(0%, #000), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(240, 62, 90, 0.41)), to(rgba(240, 62, 90, 0.41))), url('../images/MPUK_Logo-1.jpg');
  background-image: linear-gradient(180deg, #f03e5a -2%, #000 0%, #fff), linear-gradient(180deg, rgba(240, 62, 90, 0.41), rgba(240, 62, 90, 0.41)), url('../images/MPUK_Logo-1.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, 258px;
}

.bold-text-5 {
  font-family: 'Amatic SC', sans-serif;
  font-size: 22px;
}

.heading-29 {
  font-family: 'Amatic SC', sans-serif;
}

.heading-30 {
  font-family: 'Amatic SC', sans-serif;
}

.heading-31 {
  font-family: 'Amatic SC', sans-serif;
}

.card-highlight-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.1;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.text-span {
  color: #3f3e3e;
}

.paragraph-5 {
  display: none;
  margin-bottom: 8px;
  color: #3f3e3e;
}

.paragraph-5.highlight {
  font-family: 'Amatic SC', sans-serif;
  color: #3f3e3e;
  font-size: 24px;
  font-weight: 700;
  text-transform: lowercase;
}

.paragraph-5.school-announcement {
  background-color: #fdf7b2;
}

.paragraph-6 {
  margin-bottom: 0px;
  color: #3f3e3e;
  font-size: 14px;
  font-style: normal;
}

.paragraph-6.contact {
  margin-right: 0px;
  margin-bottom: 8px;
  font-style: normal;
}

.paragraph-7 {
  margin-bottom: 8px;
}

.image-9 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 24px;
  opacity: 1;
}

.image-10 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 24px;
  opacity: 0.6;
}

.div-block-7 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 99;
  width: 100px;
  height: 100px;
  margin: 24px;
  border-radius: 50%;
  background-color: #fafafa;
  opacity: 0.08;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.image-11 {
  position: absolute;
  top: 122px;
  display: block;
  margin-top: -20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  opacity: 0.15;
}

.heading-32 {
  margin-top: 40px;
  font-family: 'Amatic SC', sans-serif;
}

.paragraph-8 {
  margin: 20px 120px;
}

.stockist-grid-card {
  overflow: hidden;
  margin: 10px;
  padding: 10px 20px 10px 10px;
  background-color: #fff;
  text-decoration: none;
}

.stockist-grid-card:hover {
  box-shadow: 4px 4px 20px 0 #bbb;
}

.link-block-3 {
  width: 250px;
  height: 250px;
  background-image: url('../images/330342_293813323963698_1339934480_o-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-3.two-peas-in-a-pod {
  width: 240px;
  height: 240px;
  background-image: url('../images/330342_293813323963698_1339934480_o-1.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.17)));
  background-image: url('../images/330342_293813323963698_1339934480_o-1.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.link-block-3.dugard-daughters {
  width: 240px;
  height: 240px;
  background-image: url('../images/dugard-logo.png'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: url('../images/dugard-logo.png'), linear-gradient(180deg, #000, #000);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0.85;
}

.link-block-3.artisan-vine {
  width: 240px;
  height: 240px;
  margin: 0px;
  border: 1px solid #e3e3e3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), url('../images/artisan_vine_web.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url('../images/artisan_vine_web.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.link-block-3.bensbutchery {
  width: 240px;
  height: 240px;
  border: 1px solid #e3e3e3;
  background-image: url('../images/bensbutchery-logo.png');
}

.link-block-3.re {
  width: 240px;
  height: 240px;
  background-image: url('../images/wimbledon.jpg');
  background-position: 53% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.link-block-3.pp {
  background-image: url('../images/pp-logo-1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.stockist-name {
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: 'Amatic SC', sans-serif;
  color: #232d41;
  font-size: 24px;
  font-weight: 700;
}

.stockist-info {
  margin: 12px;
  color: #777;
  font-size: 13px;
  line-height: 16px;
}

.div-block-8 {
  position: absolute;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.div-block-8---dd {
  position: absolute;
  z-index: 9;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.08;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.stockist-grid-card---dd {
  overflow: hidden;
  margin: 10px;
  padding: 10px 20px 10px 10px;
  background-color: #fff;
  text-decoration: none;
}

.stockist-grid-card---dd:hover {
  box-shadow: 4px 4px 20px 0 #bbb;
}

.stockist-grid-card---2p {
  overflow: hidden;
  margin: 10px;
  padding: 10px 20px 10px 10px;
  background-color: #fff;
  text-decoration: none;
}

.stockist-grid-card---2p:hover {
  box-shadow: 4px 4px 20px 0 #bbb;
}

.div-block-8---2p {
  position: absolute;
  z-index: 9;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.08;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.paragraph-9 {
  margin-top: 0px;
  font-family: 'Amatic SC', sans-serif;
  font-size: 22px;
}

.heading-33 {
  font-family: 'Amatic SC', sans-serif;
}

.button-2 {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  margin: 24px;
  border-radius: 50px;
  background-color: #dfa25f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfa25f), to(#dfa25f));
  background-image: linear-gradient(180deg, #dfa25f, #dfa25f);
  box-shadow: 3px 3px 11px 0 #777;
  font-family: Overpass, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.text-span-2 {
  text-decoration: underline;
}

.bold-text-6 {
  display: block;
}

.div-block-9 {
  width: 66.6%;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.bold-text-7 {
  margin-right: 3px;
}

.text-block-54 {
  padding: 10px;
  border: 1px none #000;
  background-color: #fff266;
  font-size: 16px;
}

.image-12 {
  position: absolute;
}

.paragraph-10 {
  margin-bottom: 8px;
}

.paragraph-11 {
  background-color: transparent;
}

.paragraph-11.highlight {
  background-color: #fff266;
}

.paragraph-12 {
  background-color: transparent;
}

.paragraph-12.highlight {
  display: none;
  background-color: #fff266;
}

.paragraph-12.cold_announcement {
  background-color: #fff266;
  font-family: Overpass, sans-serif;
  font-weight: 700;
}

.paragraph-12.cold_announcement.vr {
  background-color: transparent;
  font-weight: 400;
}

.paragraph-12.cold_announcement.break {
  background-color: #f03e5a;
  color: #fff;
}

.text-span-3 {
  text-decoration: line-through;
}

.shopify-product-2 {
  display: block;
  width: 100%;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px none #dfa25f;
  border-bottom: 1px solid #dfa25f;
}

.shopify-product-2.dish-3 {
  display: block;
}

.shopify-product-2.rice {
  display: block;
}

.bold-text-8 {
  text-transform: uppercase;
}

html.w-mod-js *[data-ix="preloader"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

html.w-mod-js *[data-ix="page-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-up-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-up-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="fade-left"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

html.w-mod-js *[data-ix="fade-right"] {
  opacity: 0;
  -webkit-transform: translate(-60px, 0px);
  -ms-transform: translate(-60px, 0px);
  transform: translate(-60px, 0px);
}

html.w-mod-js *[data-ix="show-book-fixed-on-load"] {
  width: 240px;
  -webkit-transform: translate(0px, 120%);
  -ms-transform: translate(0px, 120%);
  transform: translate(0px, 120%);
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
}

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

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

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 17px;
    line-height: 24px;
  }

  h5 {
    font-size: 15px;
  }

  p {
    font-size: 15px;
    line-height: 24px;
  }

  blockquote {
    font-size: 20px;
    line-height: 32px;
  }

  .section {
    overflow: hidden;
    padding: 80px 8px;
  }

  .wrapper.hero-bottom-wrapper {
    left: 0px;
    right: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .wrapper.slide-wrapper {
    min-height: 600px;
  }

  .button.white-button.arrow-button {
    display: none;
  }

  .button.small-button.nav-bar-button {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0px;
  }

  .style-block {
    padding-right: 8px;
    padding-left: 8px;
  }

  .paragraph-small {
    font-size: 13px;
    line-height: 20px;
  }

  .button-styles {
    padding-right: 8px;
    padding-left: 8px;
  }

  .button-style-wrapper {
    width: 50%;
  }

  .nav-bar {
    padding-right: 0px;
    padding-left: 16px;
  }

  .bg-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bg-section.hero-section {
    height: auto;
  }

  .bg-section.cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bg-section.footer-section {
    padding-right: 8px;
    padding-left: 8px;
  }

  .bg-section.post-hero-section {
    min-height: 480px;
    padding-top: 64px;
    padding-right: 4%;
    padding-left: 4%;
  }

  .bg-section.page-hero-section.reservation-hero {
    padding-bottom: 80px;
  }

  .nav-link {
    margin-top: -1px;
    padding-top: 16px;
    padding-right: 20px;
    padding-bottom: 16px;
    background-color: #fff;
    box-shadow: inset 0 1px 0 0 #e3e3e3, 0 1px 0 0 #e3e3e3;
    color: #111;
    text-align: center;
  }

  .nav-link.w--current {
    color: #dfa25f;
  }

  .logo {
    height: 60px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 18px;
  }

  .logo.w--current {
    display: none;
  }

  .nav-menu {
    overflow: scroll;
    height: auto;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
  }

  .nav-menu.fixed-nav-menu {
    height: auto;
    border-top: 1px solid #e3e3e3;
  }

  .slide-content {
    display: block;
    width: 83.33%;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .hero-text {
    margin-bottom: 32px;
  }

  .section-header-wrapper {
    width: 470px;
    margin-bottom: 24px;
  }

  .section-header-wrapper.shop {
    min-width: 700px;
  }

  .contact-form-wrapper {
    padding-right: 40px;
    padding-left: 32px;
  }

  .contact-form {
    width: 100%;
  }

  .contact {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-card-map {
    height: 440px;
  }

  .contact-card {
    margin-bottom: 56px;
  }

  .footer-column {
    width: 50%;
    margin-right: 0%;
    margin-bottom: 24px;
    padding-right: 4%;
    padding-left: 4%;
  }

  .footer-link {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
  }

  .footer-post-header {
    font-size: 13px;
    line-height: 16px;
  }

  .blog-posts {
    padding-right: 8px;
    padding-left: 8px;
  }

  .post-card {
    margin-bottom: 32px;
  }

  .blog-post-header {
    margin-top: 24px;
  }

  .post-hero {
    padding-bottom: 48px;
  }

  .post-dark-bg {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }

  .post {
    margin-top: 0px;
    margin-right: -8px;
    margin-left: -8px;
    padding-top: 64px;
    padding-right: 8px;
    padding-left: 8px;
    box-shadow: none;
  }

  .post-hero-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .slider-arrow {
    margin-left: 24px;
  }

  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: transparent;
    color: #fff;
  }

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

  .menu-button.fixed-menu-button {
    padding-top: 24px;
    padding-bottom: 24px;
    color: #111;
  }

  .scroll-up-button {
    display: none;
  }

  .dropdown.w--open {
    padding-bottom: 1px;
  }

  .dropdown.fixed-dropdown {
    border-style: none;
  }

  .dropdown-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
    text-align: center;
  }

  .dropdown-icon {
    margin-right: 7px;
    opacity: 0.3;
  }

  .features {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sub-header {
    font-size: 24px;
  }

  .sub-header.big {
    margin-bottom: -8px;
    font-size: 24px;
    line-height: 40px;
  }

  .footer-bottom {
    padding-right: 4%;
    padding-left: 4%;
  }

  .badge.menu-item-category {
    margin: 12px;
  }

  .subscribe {
    width: 83.33%;
    max-width: none;
  }

  .paragraph-big {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-big.intro-text {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
  }

  .menu-list-item {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .menu-name {
    font-size: 15px;
  }

  .menu-price {
    font-size: 15px;
  }

  .menu-dots-line {
    height: 19px;
  }

  .menu-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-grid-card {
    margin-bottom: 16px;
  }

  .menu-grid-image {
    margin-bottom: 8px;
  }

  .section-description {
    margin-bottom: 32px;
  }

  .cta-content {
    margin-bottom: 24px;
  }

  .feature-text {
    width: 100%;
    margin-right: 8px;
    margin-bottom: 24px;
    margin-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .feature-banner {
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .feature-image {
    margin-right: 8px;
    margin-bottom: 24px;
    margin-left: 8px;
    padding-right: 48px;
    padding-left: 48px;
  }

  .working-hours {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-card-info {
    padding-right: 8%;
    padding-left: 8%;
  }

  .side-card-feature {
    padding-right: 8px;
    padding-left: 8px;
  }

  .side-card {
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: -16.66%;
  }

  .side-card.reversed {
    margin-right: -16.66%;
  }

  .post-card-info {
    width: 50%;
    min-height: 440px;
  }

  .page-hero-header {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .reservation {
    width: 83.33%;
    margin-top: 80px;
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 72px;
  }

  .reservation-form {
    width: 100%;
  }

  .menu-grid-item {
    padding-right: 8px;
    padding-left: 8px;
  }

  .big-icon {
    width: 56px;
  }

  .side-image-content {
    width: 42%;
    margin-right: 4%;
    margin-left: 4%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .side-image {
    margin-right: 8px;
    margin-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contact-blocks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-block {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .video-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .zoom-icon {
    display: none;
  }

  .hero-scroll {
    display: none;
  }

  .menu-small-grid-item {
    width: 33.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .licence-items {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .licence-contact-text {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .text-block-2 {
    font-size: 32px;
  }

  .image-7 {
    display: block;
    width: 80px;
  }

  .image-8 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper.slide-wrapper {
    min-height: 400px;
  }

  .button-style-wrapper {
    width: 50%;
  }

  .nav-bar {
    padding-right: 0px;
  }

  .bg-section {
    padding-right: 24px;
    padding-left: 24px;
    border-style: none;
    border-width: 8px;
  }

  .bg-section.footer-section {
    padding-right: 8px;
    padding-left: 8px;
  }

  .bg-section.post-hero-section {
    min-height: 360px;
    padding-top: 56px;
  }

  .bg-section.huge-button {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .logo {
    height: 60px;
  }

  .logo.fixed-nav-bar-logo {
    height: 56px;
  }

  .slide-content {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4%;
    padding-left: 4%;
  }

  .hero-text {
    margin-bottom: 24px;
  }

  .section-header-wrapper {
    width: auto;
    min-width: 400px;
    margin-bottom: 16px;
  }

  .section-header-wrapper.shop {
    min-width: 500px;
  }

  .contact-form-wrapper {
    padding-right: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contact-card-map {
    width: 100%;
    height: 320px;
    margin-bottom: 12px;
    margin-left: 0px;
  }

  .input.text-area.margin-input {
    margin-right: 0px;
    margin-left: 0px;
  }

  .input.reservation-input {
    margin-right: 0px;
    margin-left: 0px;
  }

  .input.reservation-input._50 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .contact-card {
    right: 0px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blog-posts {
    width: 100%;
  }

  .post-card-image {
    height: 320px;
    margin-bottom: 0px;
    margin-left: 12px;
  }

  .post-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .post-date {
    margin-top: 8px;
    font-size: 15px;
  }

  .blog-post-header {
    margin-top: 16px;
  }

  .post-hero {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .slider-arrow {
    display: none;
  }

  .menu-button.fixed-menu-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .call-back-button {
    margin: 16px;
  }

  .call-back-wrapper {
    padding: 16px;
  }

  .features {
    margin-bottom: -24px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sub-header {
    font-size: 18px;
  }

  .sub-header.big {
    font-size: 18px;
  }

  .subscribe {
    width: auto;
    margin-right: 8px;
    margin-left: 8px;
  }

  .paragraph-big.intro-text {
    text-align: center;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .menu-list-item {
    width: 100%;
  }

  .menu-list.margin {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-description {
    margin-bottom: 24px;
  }

  .cta-content {
    width: auto;
  }

  .feature-text {
    margin-right: 24px;
    margin-left: 24px;
  }

  .feature-banner {
    width: 80%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .working-hours {
    width: 66.66%;
  }

  .contact-card-info {
    margin-right: 0px;
  }

  .side-card-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side-card-feature.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .side-card-image {
    width: 100%;
    height: 400px;
  }

  .side-card-image._1 {
    background-position: 50% 50%;
  }

  .side-card-image._2 {
    background-position: 50% 50%;
  }

  .side-card {
    display: block;
    width: 83.33%;
    margin: -48px auto 0px;
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .side-card.reversed {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .post-card-info {
    width: 100%;
    min-height: auto;
  }

  .page-hero-header {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 48px;
  }

  .reservation {
    margin-top: 64px;
    padding-top: 64px;
    padding-bottom: 56px;
  }

  .reservation-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .menu-grid-item {
    width: 50%;
  }

  .side-image-wrapper {
    display: block;
    width: 83.33%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .side-image-content {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 56px;
    padding-bottom: 56px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .side-image {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .gallery-image {
    width: 50%;
  }

  .menu-small-grid-item {
    width: 50%;
  }

  .licence-items {
    width: 100%;
  }

  .licence-item {
    padding: 36px;
  }

  .licence-contact-text {
    width: 100%;
    margin-top: 16px;
  }

  .text-block-2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  .section {
    margin-bottom: 12px;
    padding-top: 0px;
    padding-bottom: 12px;
    padding-left: 9px;
  }

  .section.pattern-section {
    padding-bottom: 12px;
  }

  .wrapper {
    margin-top: 16px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .wrapper.hero-bottom-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper.main-menu {
    margin-top: 0px;
  }

  .wrapper.main-menu.fixed {
    background-color: #fff;
  }

  .wrapper.recipe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button {
    margin-top: 12px;
  }

  .button.hero-button {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .button.subscribe-button {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .style-block.typography-styles {
    margin-right: 0%;
    margin-left: 0%;
  }

  .button-style-wrapper {
    width: 100%;
  }

  .nav-bar {
    padding-left: 0px;
  }

  .logo {
    display: none;
  }

  .logo.fixed-nav-bar-logo {
    height: 56px;
  }

  .nav-menu {
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-menu.fixed-nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slide-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 144px;
    padding: 16px 4% 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-header-wrapper {
    width: 100%;
    min-width: 250px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .section-header-wrapper.shop {
    min-width: 300px;
  }

  .grey-text {
    text-align: left;
  }

  .social-icons.hero-icons {
    margin-right: 0px;
    margin-bottom: 48px;
  }

  .contact-form-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }

  .input.call-back-input {
    margin-right: 0px;
    margin-bottom: 16px;
    text-align: center;
  }

  .input.subscribe-input {
    margin-bottom: 24px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
  }

  .input.reservation-input._50 {
    margin-bottom: 8px;
  }

  .contact-card {
    position: relative;
    bottom: 0px;
    width: auto;
    margin-top: 24px;
  }

  .footer {
    padding-top: 10px;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .footer-link.blog-link {
    margin-top: 8px;
  }

  .footer-header {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .footer-post-date {
    margin-top: 9px;
    text-align: center;
  }

  .footer-bottom-base {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .post-card-image {
    height: 224px;
    min-height: 250px;
  }

  .post-card-image.recipe {
    min-width: 100%;
    margin-top: 0px;
  }

  .post-card-image.yellow-curry {
    min-width: 100%;
  }

  .post-card.recipe {
    padding: 8px;
  }

  .post-content h1 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .post-content p {
    width: 100%;
  }

  .post-content figure {
    margin-top: 32px;
    margin-bottom: 40px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .post-content img {
    width: 100%;
    max-width: none;
  }

  .post-content h2 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .post-content blockquote {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .post-content h3 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content ul {
    width: 100%;
  }

  .post-content h4 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content h6 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content h5 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content ol {
    width: 100%;
  }

  .blog-post-header {
    max-width: none;
  }

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

  .slide-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 71, 101, 0.7)), to(rgba(34, 71, 101, 0.7))), url('../images/alesia-kazantceva-283291.jpg');
    background-image: linear-gradient(180deg, rgba(34, 71, 101, 0.7), rgba(34, 71, 101, 0.7)), url('../images/alesia-kazantceva-283291.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .menu-button {
    position: fixed;
    top: 0px;
    right: 0px;
  }

  .scroll-up-button {
    display: none;
  }

  .dropdown-link {
    display: block;
    background-color: rgba(223, 162, 95, 0.59);
    text-align: right;
  }

  .call-back-popup {
    padding: 40px;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .close-popup-button {
    margin-top: 12px;
    margin-right: 12px;
  }

  .subscribe-form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .sub-header {
    font-size: 18px;
    text-align: center;
  }

  .sub-header.big {
    font-size: 18px;
  }

  .footer-bottom {
    margin-top: 0px;
  }

  .badge.post-card-category {
    display: none;
  }

  .frame {
    margin-right: 0px;
    margin-left: 0px;
  }

  .frame.white-frame {
    margin-right: 12px;
    margin-bottom: 24px;
    margin-left: 12px;
  }

  .subscribe {
    padding-right: 12%;
    padding-left: 12%;
  }

  .paragraph-big.intro-text {
    margin-bottom: 16px;
  }

  .menu-list-image {
    margin-right: 16px;
  }

  .menu-name {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }

  .menu-info-main {
    margin-bottom: 10px;
    padding: 8px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .menu-dots-line {
    display: block;
  }

  .menu-ingredients {
    display: none;
  }

  .subscribe-badge {
    margin: 20px;
  }

  .menu-grid-card {
    width: 40%;
    padding-bottom: 0px;
    border: 1px solid #bbb;
  }

  .menu-grid-card.custom {
    width: 40%;
    margin: 8px 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-grid-card.custom._4-in-a-row {
    width: 40%;
    margin-bottom: 16px;
  }

  .cta-content {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .divider {
    display: none;
  }

  .feature-banner {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 23px;
  }

  .working-hours {
    width: 100%;
    padding-right: 16%;
    padding-left: 16%;
  }

  .side-card-image {
    height: 280px;
  }

  .side-card {
    width: 100%;
    margin-top: 0px;
    padding: 20px 12%;
  }

  .post-card-info {
    padding-right: 12%;
    padding-left: 12%;
  }

  .page-hero-header {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 42px;
  }

  .reservation {
    width: auto;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-grid-item {
    width: 100%;
  }

  .side-image-content {
    padding-bottom: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .gallery {
    margin: 8px;
  }

  .contact-block {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-phone {
    margin-bottom: 16px;
  }

  .hero-scroll {
    padding-top: 9px;
  }

  .footer-bottom-content {
    margin-right: 20px;
    margin-left: 20px;
  }

  .menu-small-grid-item {
    width: 100%;
  }

  .licence-item {
    padding-top: 56px;
    padding-bottom: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .licence-item-content {
    padding-top: 16px;
    padding-left: 0px;
    text-align: center;
  }

  .first-letter {
    margin-left: 0px;
  }

  .text-block-2 {
    right: 0px;
    font-size: 34px;
  }

  .our-story {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .block-quote {
    margin-bottom: 8px;
    padding-top: 100px;
    text-align: center;
  }

  .text-block-3 {
    margin: 12px 16px;
  }

  .image-3 {
    margin-bottom: 0px;
  }

  .rich-text-block-2 {
    line-height: 14px;
  }

  .section-menu-items-images {
    margin-top: 0px;
  }

  .section-menu-items-images.larger {
    margin-top: 8px;
  }

  .image-5 {
    margin-bottom: 0px;
  }

  .block-quote-2 {
    margin-top: 0px;
    font-size: 18px;
    text-align: center;
  }

  .paragraph {
    line-height: 20px;
    text-align: center;
  }

  .paragraph-2 {
    line-height: 20px;
    text-align: center;
  }

  .section-recipe {
    width: 90%;
    margin: 8px;
  }

  .section-recipe.method {
    width: 90%;
    margin: 8px;
  }

  .paragraph-3 {
    line-height: 22px;
    text-align: left;
  }

  .heading {
    text-align: left;
  }

  .heading-2 {
    padding-left: 0px;
  }

  .rich-text-block-4.recipe-method {
    margin-left: -28px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-33 {
    padding-left: 0px;
  }

  .text-block-34 {
    width: 90%;
    margin-top: 12px;
    font-size: 18px;
    text-align: left;
  }

  .contact-info {
    text-align: center;
  }

  .blog-footer {
    text-align: center;
  }

  .heading-3 {
    margin-top: 0px;
  }

  .heading-4 {
    margin-top: 0px;
  }

  .heading-5 {
    margin-top: 12px;
  }

  .heading-6 {
    margin-top: 12px;
  }

  .link-block {
    position: static;
    left: 0px;
    top: 0px;
    background-image: url('../images/mpuk_logo.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .image-7 {
    position: static;
    left: 0px;
    top: 0px;
    display: block;
    width: 65px;
    height: 50px;
    margin: 4px;
    padding: 4px;
  }

  .image-8 {
    display: none;
  }

  .link-block-2 {
    position: fixed;
  }

  .link-block-2.w--current {
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .link-block-2.fixed.w--current {
    background-color: #fff;
  }

  .heading-7 {
    font-size: 48px;
  }

  .heading-19 {
    font-size: 48px;
  }

  .heading-29 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .heading-30 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

