:root {
  --indian-red: #e54851;
  --light-pink: #ffa9ad;
  --white: white;
  --black: black;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 74px;
  font-weight: 400;
  line-height: 80px;
}

a {
  color: var(--indian-red);
  text-decoration: none;
}

.working-hours {
  background-color: var(--indian-red);
  background-image: url('../images/icon_white_13.png');
  background-position: 0 0;
  background-size: 21px;
  width: 31%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 72px 56px 56px;
  position: relative;
}

.features {
  flex-wrap: wrap;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
}

.feature-banner-content {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

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

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

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

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

.footer-link.color {
  color: #fa626b;
}

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

.side-image-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

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

.social-link {
  border: 1px solid #ffffff40;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.social-link:hover {
  border-color: #dfa25f #dfa25f var(--indian-red);
  background-color: var(--indian-red);
}

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

.social-link.hero-link:hover {
  border-color: #dfa25f #dfa25f var(--indian-red);
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 120px 56px 112px;
  position: relative;
}

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

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

.sub-header {
  color: var(--light-pink);
  margin-bottom: -13px;
  font-family: Great Vibes, cursive;
  font-size: 40px;
  line-height: 40px;
}

.sub-header.big {
  margin-bottom: 19px;
  font-size: 56px;
  line-height: 48px;
}

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

.sub-header.hero {
  font-size: 48px;
}

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

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

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

.button {
  background-color: var(--indian-red);
  color: #fff;
  border-radius: 24px;
  height: 48px;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s;
}

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

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

.button.small-button.nav-bar-button {
  margin-left: 20px;
}

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

.button.ghost-bg-button {
  background-color: #0000;
  box-shadow: 0 0 0 2px #fff;
}

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

.button.white {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}

.button.white:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

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

.bg-section.cta-section {
  color: #fff;
  background-image: linear-gradient(#00000075, #00000075), url('../images/41295233_m_r.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 120px;
  padding-bottom: 120px;
}

.bg-section.huge-button {
  color: #fff;
  background-color: #da3a43;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.bg-section.huge-button:hover {
  border-color: var(--light-pink);
}

.bg-section.huge-button.pattern {
  height: 347px;
  padding: 0;
}

.bg-section.footer-section {
  background-color: #111;
  background-image: url('../images/icon_white_13.png');
  background-position: 0 0;
  background-size: 21px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

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

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

.gallery {
  flex-wrap: wrap;
  display: flex;
}

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

.text-link {
  color: #dfa25f;
  text-decoration: underline;
  transition: color .2s;
}

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

.side-card-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.zoom-icon {
  background-color: #000000b3;
  background-image: url('../images/zoom-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

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

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

.menu-dots-line.hours {
  border-bottom-color: #fff6;
}

.side-card {
  z-index: 1;
  background-color: #fff;
  flex: 1;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: -14.4%;
  padding: 80px 8%;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

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

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

.paragraph-big.intro-text {
  color: #777;
  column-count: 2;
  column-gap: 2em;
  width: 83.33%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.paragraph-big.hero-text {
  margin-top: 16px;
  margin-bottom: 40px;
}

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

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

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

.side-image-content {
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding: 24px 15px;
  display: flex;
}

.cta-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.frame {
  z-index: 0;
  border: 1px solid #e3e3e3;
  margin: 12px;
  position: absolute;
  inset: 0;
}

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

.red-text {
  color: #f03e5a;
}

.yellow-text {
  color: #dfa25f;
}

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

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

.menu-list {
  flex-wrap: wrap;
  display: flex;
}

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

.divider {
  border-top: 1px solid var(--light-pink);
  border-bottom: 1px solid var(--light-pink);
  width: 70px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
}

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

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

.feature-banner {
  background-color: var(--indian-red);
  color: #fff;
  background-image: url('../images/icon_white.png');
  background-position: 90% 46%;
  background-repeat: no-repeat;
  background-size: 78px;
  justify-content: flex-start;
  align-items: center;
  width: 370px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px 48px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/brooke-lark-385504.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  align-items: center;
}

.social-icons {
  display: flex;
}

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

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

.footer-bottom-text {
  opacity: .88;
  margin-right: 4px;
  font-size: 14px;
}

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

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

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

.grey-text {
  color: #777;
}

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

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

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.feature-image-header {
  margin-bottom: 8px;
}

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

.contact-card {
  background-color: #fff;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px;
  display: flex;
  box-shadow: 0 1px 2px #0000001f;
}

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

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

.footer-bottom-base {
  background-color: #000000e8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 96px;
  margin-top: 64px;
  font-size: 11px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.scroll-up-button {
  float: right;
  background-color: var(--indian-red);
  background-image: url('../images/arrow-up-icon-white.svg');
  background-position: 50% 48%;
  background-repeat: no-repeat;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
  position: absolute;
  left: 15px;
}

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

.wrapper {
  text-align: left;
  background-color: #0000;
  max-width: 1200px;
}

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

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

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

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

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

.side-card-image._1 {
  background-image: url('../images/87178116_m_r.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

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

.feature-text {
  border-left: 4px solid var(--indian-red);
  background-color: #fff;
  flex-direction: column;
  flex: 50%;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 32px 40px 16px;
  display: flex;
  box-shadow: 0 1px 2px #0000001f;
}

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

.footer-bottom-content {
  flex-wrap: wrap;
  flex: 1;
  place-content: center;
  align-items: center;
  margin-left: 80px;
  margin-right: 80px;
  line-height: 24px;
  display: flex;
}

.footer-link-badge {
  align-items: center;
  display: flex;
}

.slide-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/kris-atomic-39750.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  align-items: center;
}

.menu {
  flex-wrap: wrap;
  display: flex;
}

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

.side-card-header {
  margin-bottom: 8px;
}

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

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

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

.big-icon {
  width: 64px;
}

.section-description {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 28px;
}

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

.full-width {
  width: 100%;
}

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

.gallery-image {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 2px;
  display: flex;
  position: relative;
}

.footer-post {
  border-bottom: 1px solid #ffffff40;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 16px;
  display: flex;
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  display: flex;
}

.feature-image {
  color: #fff;
  text-align: center;
  background-color: #232d41;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 45px;
  justify-content: center;
  align-items: center;
  min-height: 344px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 32px 56px 40px;
  display: flex;
}

.feature-image._1 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/110728035_s.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-basis: 45%;
}

.feature-image._2 {
  background-image: linear-gradient(#00000082, #00000082), url('../images/37163938_s.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-basis: 45%;
}

.slide-1 {
  background-image: linear-gradient(#0006, #0006), url('../images/44239582_m_r.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

.slider-arrow {
  border: 1px solid #ffffff80;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin: auto 24px;
  transition: border .2s;
  display: none;
}

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

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

.side-card-feature {
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 16px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  text-decoration: none;
}

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

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

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

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

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

.contact {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-slider {
  height: 100%;
}

.image--logo {
  height: 70px;
  margin-top: 10px;
  margin-bottom: 8px;
}

.div-block--pattern {
  opacity: .13;
  text-align: center;
  background-image: url('../images/icon_white.png');
  background-position: 0 0;
  background-size: 20px;
  width: 100%;
  height: 100%;
  padding: 80px 40px;
}

.div-block--pattern-contents {
  text-align: center;
  position: absolute;
}

.link--order-online {
  color: #fff;
  text-decoration: underline;
}

.bright-link {
  color: var(--indian-red);
}

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

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

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

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

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

@media screen and (max-width: 991px) {
  .working-hours {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .features {
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

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

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

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

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

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

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

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

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

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

  .bg-section.huge-button.pattern {
    height: 300px;
  }

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

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

  .zoom-icon {
    display: none;
  }

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

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

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

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

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

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

  .menu-button {
    color: #fff;
    background-color: #0000;
  }

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

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

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

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

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

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

  .menu-list {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .big-icon {
    width: 56px;
  }

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

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

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

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

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

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

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

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

  .hero-scroll {
    display: none;
  }

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

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

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

  .contact {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-slider {
    height: 600px;
  }

  .image--logo {
    height: 51px;
  }

  .heading {
    font-size: 56px;
  }
}

@media screen and (max-width: 767px) {
  .working-hours {
    width: 66.66%;
  }

  .features {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -24px;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .side-image-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .sub-header.hero {
    font-size: 40px;
  }

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

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

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

  .bg-section.huge-button.pattern {
    height: 230px;
  }

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

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

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

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

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

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

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

  .cta-content {
    width: auto;
  }

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

  .logo {
    height: 60px;
  }

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

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

  .contact-card {
    flex-direction: column-reverse;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }

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

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

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

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

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

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

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

  .gallery-image {
    width: 50%;
  }

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

  .slider-arrow {
    display: none;
  }

  .side-card-feature {
    flex-flow: column wrap;
  }

  .side-card-feature.reversed {
    flex-direction: column-reverse;
  }

  .contact {
    flex-flow: column wrap;
    align-items: stretch;
  }

  .hero-slider {
    height: 560px;
  }

  .image--logo {
    height: 50px;
  }

  .div-block--pattern {
    padding: 64px 21px;
  }

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

@media screen and (max-width: 479px) {
  .working-hours {
    width: 100%;
    padding-left: 16%;
    padding-right: 16%;
  }

  .slide-content {
    flex-direction: column;
    margin-bottom: 144px;
    padding: 16px 4% 32px;
    display: flex;
  }

  .sub-header.hero {
    font-size: 36px;
  }

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

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

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

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

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

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

  .feature-banner {
    width: 100%;
  }

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

  .footer-bottom-text {
    text-align: center;
  }

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

  .footer-bottom-base {
    flex-direction: column;
    align-items: center;
  }

  .footer-column {
    width: 100%;
  }

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

  .wrapper.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

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

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

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

  .hero-slider {
    height: 720px;
  }

  .image--logo {
    height: 42px;
  }
}


