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: 120px 56px 112px;
  background-color: #fff;
  text-align: center;
}

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

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

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

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

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

.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.slide-wrapper.donate {
  max-width: none;
  background-image: url("https://assets.website-files.com/5b9da1a1253e3dea0d60deb8/5bf8ee6890b6c73aa38176d3_Sascee's%20Shop%20square-7.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.button {
  height: 48px;
  padding: 12px 32px;
  border-radius: 24px;
  background-color: #dfa25f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 19px;
  font-weight: 700;
}

.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;
  -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;
  background-color: #dfa25f;
}

.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 {
  display: block;
  margin-left: 20px;
  background-color: #dfa25f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

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

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

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

.button.donate {
  border-radius: 2px;
  background-color: #01860f;
}

.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;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.nav-bar.fixed-nav-bar {
  -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;
  background-color: transparent;
}

.bg-section.hero-section.hide {
  display: none;
}

.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/sascees-buffet.jpg'), url('../images/kris-atomic-39750.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/sascees-buffet.jpg'), url('../images/kris-atomic-39750.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 1270px, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, 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.1)), to(rgba(0, 0, 0, 0.1))), url('../images/banana-pudding-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/banana-pudding-1.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(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url("https://assets.website-files.com/5b9da1a1253e3dea0d60deb8/5bf8e5dada4ea83a523d7dd2_Sascee's%20Shop-7.jpg"), url('../images/rob-bye-98949.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url("https://assets.website-files.com/5b9da1a1253e3dea0d60deb8/5bf8e5dada4ea83a523d7dd2_Sascee's%20Shop-7.jpg"), url('../images/rob-bye-98949.jpg');
  background-position: 0px 0px, 50% 50%, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.bg-section.page-hero-section.reservation-hero {
  padding-bottom: 216px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url('../images/13434739_576427089206309_5533638181183854148_n.jpg'), url('../images/michael-dam-257088.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url('../images/13434739_576427089206309_5533638181183854148_n.jpg'), url('../images/michael-dam-257088.jpg');
  background-position: 0px 0px, 50% 0px, 50% 50%;
  background-size: auto, contain, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, 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(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url("https://assets.website-files.com/5b9da1a1253e3dea0d60deb8/5bf8e5e8da4ea8abf13d7dd3_Sascee's%20Shop-9.jpg"), url('../images/jazmin-quaynor-35847.jpg');
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url("https://assets.website-files.com/5b9da1a1253e3dea0d60deb8/5bf8e5e8da4ea8abf13d7dd3_Sascee's%20Shop-9.jpg"), url('../images/jazmin-quaynor-35847.jpg');
  background-position: 0px 0px, 50% 50%, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.bg-section.page-hero-section.menu-hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5))), url("https://assets.website-files.com/5b9da1a1253e3dea0d60deb8/5bf8f2650627e72be0fb1eaa_Sascee's%20Shop%20square-1-2.jpg");
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)), url("https://assets.website-files.com/5b9da1a1253e3dea0d60deb8/5bf8f2650627e72be0fb1eaa_Sascee's%20Shop%20square-1-2.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.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.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;
  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: 6px 15px 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.logo.w--current {
  padding-top: 7px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.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: 15px;
  -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;
}

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  max-width: 570px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-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;
  text-align: center;
}

.grey-text {
  margin-bottom: 24px;
  color: #777;
}

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -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-column.ig-column {
  display: none;
}

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

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

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

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

.footer-link.old {
  display: none;
}

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

.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-date {
  margin-top: -6px;
  opacity: 0.6;
  font-size: 13px;
}

.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 {
  margin-bottom: -40px;
  padding-right: 15px;
  padding-left: 15px;
}

.post-card-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  -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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.post-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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-date {
  margin-top: 24px;
  font-size: 17px;
}

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

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

.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 {
  display: block;
  height: 100%;
}

.hero-slider.archive {
  display: none;
}

.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 {
  -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(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/brooke-lark-385504.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/brooke-lark-385504.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.menu-button.fixed-menu-button {
  display: none;
}

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

.dropdown-link.small-grid-menu-item {
  display: none;
}

.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;
  max-width: 40%;
}

.slide-image._1 {
  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/brooke-lark-261793.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/brooke-lark-261793.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.5)), to(rgba(0, 0, 0, 0.5))), url('../images/chinh-le-duc-264152.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/chinh-le-duc-264152.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-1 {
  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-261793.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/brooke-lark-261793.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
}

.sub-header {
  margin-bottom: -13px;
  font-family: 'Great Vibes', cursive;
  color: #dfa25f;
  font-size: 40px;
  line-height: 40px;
}

.sub-header.big {
  margin-bottom: 19px;
  font-family: Karla, sans-serif;
  font-size: 56px;
  line-height: 48px;
}

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

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

.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 {
  display: none;
  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 {
  margin-top: 4px;
  margin-right: 6px;
  margin-bottom: 4px;
  float: left;
  background-color: #dfa25f;
}

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

.frame {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  margin: 12px;
  border: 1px solid #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;
  color: #777;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  column-gap: 2em;
}

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

.menu-name {
  margin-top: 4px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  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;
  -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;
}

.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;
  color: #777;
  font-size: 13px;
  line-height: 16px;
}

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

.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: none;
  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;
  margin-bottom: 40px;
  padding-bottom: 16px;
}

.menu-grid-image {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}

.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-size: 17px;
  line-height: 28px;
}

.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 {
  width: 70px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-top: 1px solid #dfa25f;
  border-bottom: 1px solid #dfa25f;
}

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

.feature-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 15px;
  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: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  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;
  width: 370px;
  margin-right: 15px;
  margin-left: 15px;
  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;
  background-color: #f03e5a;
  background-image: url('../images/dinner-icon_1dinner-icon.png');
  background-position: 90% 24%;
  background-size: 64px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  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/Screen-Shot-2018-09-15-at-10.41.20-PM.png'), url('../images/chinh-le-duc-264152.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Screen-Shot-2018-09-15-at-10.41.20-PM.png'), url('../images/chinh-le-duc-264152.jpg');
  background-position: 0px 0px, 100% 50%, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-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/sascees-buffet.jpg'), url('../images/crew-89808.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/sascees-buffet.jpg'), url('../images/crew-89808.jpg');
  background-position: 0px 0px, 50% 50%, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, repeat, no-repeat;
}

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

.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;
  text-decoration: none;
}

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

.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("https://assets.website-files.com/5b9da1a1253e3dea0d60deb8/5bf8ee6890b6c73aa38176d3_Sascee's%20Shop%20square-7.jpg"), url('../images/rawpixel-com-247358.jpg');
  background-position: 50% 50%, 0px 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

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

.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;
  text-align: center;
}

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

.post-card-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41.67%;
  min-height: 480px;
  padding: 48px 8%;
  -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;
}

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

.page-hero-header {
  display: block;
  max-width: 770px;
  margin: 96px auto;
  color: #fff;
  text-align: center;
}

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

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

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

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

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

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

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

.contact-block-link {
  margin-top: 16px;
  font-family: Oswald, sans-serif;
  color: #111;
  font-size: 17px;
  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: inline-block;
  width: 20%;
  padding: 10px 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.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;
  margin-right: 15px;
}

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

.footer-bottom-content.old-footer-content {
  display: none;
}

.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: none;
  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%;
}

.slide-3 {
  -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(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/kris-atomic-39750.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/kris-atomic-39750.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.logo-text {
  display: block;
  margin-top: 3px;
  font-family: 'Great Vibes', cursive;
  font-size: 29px;
  line-height: 31px;
  text-align: center;
  text-transform: none;
}

.logo-text.old-logo-text {
  display: none;
}

.heading {
  font-family: 'Great Vibes', cursive;
  text-transform: none;
}

.text-block-3 {
  font-family: 'Mr Dafoe', sans-serif;
  font-size: 36px;
}

.image {
  display: none;
}

.background-video {
  display: block;
  overflow: hidden;
  float: none;
}

.background-video-2 {
  height: 100vh;
}

.div-block {
  display: block;
  -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;
}

.collection-list-wrapper {
  display: block;
  overflow: visible;
  float: none;
  clear: none;
  -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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-2 {
  display: block;
  -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;
}

.collection-list {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
}

.collection-item {
  padding-right: 10px;
  padding-left: 10px;
}

.html-embed {
  display: none;
}

.collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-3 {
  border-right: 8px none #fff;
  border-left: 8px none #fff;
}

.div-block-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.image-4 {
  display: inline-block;
}

.collection-item-2 {
  display: inline;
}

.paragraph {
  text-decoration: none;
}

.logo-image {
  padding-top: 7px;
}

.old-collection {
  display: none;
}

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

@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: 100%;
    padding: 17px 8px;
    font-size: 18px;
  }

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

  .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: 8px;
    margin-bottom: 8px;
    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;
  }

  .hero-slider {
    height: 600px;
  }

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

  .menu-button {
    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: 34px;
  }

  .sub-header.big {
    margin-bottom: -8px;
    font-size: 40px;
    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;
  }

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

@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: 64px;
    padding-bottom: 64px;
  }

  .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.hero-section {
    background-image: url('../images/Screen-Shot-2018-09-22-at-4.39.02-PM.png');
    background-position: 76% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .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;
    margin-bottom: 16px;
  }

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

  .hero-slider {
    height: 560px;
  }

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

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

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

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

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

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

  .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: 8px;
  }

  .bg-section.hero-section {
    background-image: url('../images/Screen-Shot-2018-09-15-at-10.41.20-PM.png');
    background-position: 79% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .logo {
    height: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

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

  .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%;
    padding-right: 8px;
    padding-left: 8px;
  }

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

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

  .footer-column {
    width: 100%;
  }

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

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

  .hero-slider {
    height: 720px;
  }

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

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

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

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

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

  .subscribe-badge {
    margin: 20px;
  }

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

  .feature-banner {
    width: 100%;
  }

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

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

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

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

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

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

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

  .contact-block {
    width: 100%;
  }

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

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

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

#w-node-_80c539fa-1cd1-e31d-f1be-06a359f7dddc-9860df5d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_80c539fa-1cd1-e31d-f1be-06a359f7ddde-9860df5d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e6d657c3-d20e-2c6f-5b08-8b7138b5070d-6860df63 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6137d68b-5fef-2b75-f06e-cc63564335a6-6860df63 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_006388ce-444d-bae0-cf23-45df095b13a7-6860df63 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_39026cd9-1fcb-8308-3cdb-794237711ba8-6860df63 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ab80ee55-ae17-fbff-f1eb-a8f033e17547-6860df63 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_53ffc275-31ad-569e-d577-c79f9231f212-6860df63 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_05342309-0148-a345-6398-36cf349c066c-6860df63 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3c46ce0e-cc0f-8eaa-a7c0-73c16d78610a-6860df63 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_132621a0-1f2c-2d5b-5c85-3629e4247211-6860df63 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c7e454e8-1c75-2129-5935-182baa27366c-9860debb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c7e454e8-1c75-2129-5935-182baa27366f-9860debb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c7e454e8-1c75-2129-5935-182baa273672-9860debb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c7e454e8-1c75-2129-5935-182baa273675-9860debb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c7e454e8-1c75-2129-5935-182baa273678-9860debb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c7e454e8-1c75-2129-5935-182baa27367b-9860debb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c7e454e8-1c75-2129-5935-182baa27367e-9860debb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c7e454e8-1c75-2129-5935-182baa273681-9860debb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c7e454e8-1c75-2129-5935-182baa273684-9860debb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

