@font-face {
  font-family: "Casual 2";
  src: url('../fonts/Casual-Regular-2.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebasneue book;
  src: url('../fonts/BebasNeue-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --link: #f7ac5d;
  --text: #1b222c;
  --text-gray: #69707b;
  --bg: #f4a074;
  --bg-color: #9bc3ca;
  --bg-footer: #d9e5eb;
  --bg-text: #415d6b;
  --border-1: #c3dae5;
  --button-hover: #83a7ad;
  --line: #cdcdcd;
  --clients: #888e94;
  --highlight: #db502b;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #000;
  font-family: Karla, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 130%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 140%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 140%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 150%;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 140%;
}

a {
  color: var(--link);
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
}

blockquote {
  text-align: center;
  border-left: 5px #e2e2e2;
  width: 70%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-family: "Casual 2", sans-serif;
  font-size: 30px;
  font-style: italic;
  line-height: 36px;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 13px;
  line-height: 16px;
}

.colored-bg {
  background-color: var(--text);
  padding: 17px;
}

.subtitle {
  color: var(--text-gray);
  font-family: Karla, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}

.notice-text {
  font-size: 13px;
  line-height: 21px;
}

.close-element {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.close-x {
  z-index: 0;
  position: relative;
}

.navigation {
  z-index: 50;
  position: fixed;
  inset: 0% 0% auto;
}

.top-margin {
  position: relative;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._40-pixels {
  margin-top: 4rem;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._3-pixels {
  margin-top: 3px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-margin._2-percent {
  margin-top: 2%;
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1210px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.content-wrapper.call-to-action {
  text-align: center;
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 30px;
}

.content-wrapper.call-to-action.is-full-width {
  max-width: none;
}

.light-salmon {
  background-color: var(--link);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.error-message {
  text-align: left;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
}

.notice-link {
  color: var(--link);
  font-size: 14px;
  text-decoration: underline;
  transition: color .2s;
}

.notice-link:hover {
  opacity: .85;
  color: #69707b;
}

.paragraph.medium {
  font-size: 16px;
  line-height: 26px;
}

.top-line {
  border-top: 1px solid #cbcbcb;
  margin-top: 5px;
  padding-top: 7px;
}

.flex {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: static;
}

.title-small {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.button-fill-white {
  color: #1b222c;
  text-align: center;
  letter-spacing: -.8px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  min-width: 120px;
  min-height: 42px;
  padding: 15px 30px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.button-fill-white:hover {
  color: #fff;
  background-color: #0000;
}

.inner-hero-section {
  min-height: 400px;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.success-message {
  color: #000;
  background-color: #0000;
  font-size: 13px;
  line-height: 18px;
}

.success-message.white {
  color: #fff;
}

.boxed-button {
  color: #1b222c;
  text-align: center;
  letter-spacing: -.8px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #1b222c;
  min-width: 120px;
  min-height: 42px;
  padding: 15px 30px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.boxed-button:hover {
  color: #fff;
  background-color: #1b222c;
}

.color-box {
  margin-right: 20px;
}

.inner-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.mini-title {
  color: #f4a074;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 16px;
}

.rounded-button {
  color: #1b222c;
  text-align: center;
  letter-spacing: -.8px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #1b222c;
  border-radius: 25px;
  min-width: 120px;
  min-height: 42px;
  padding: 15px 30px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.rounded-button:hover {
  color: #fff;
  background-color: #1b222c;
}

.go-up-button {
  z-index: 3;
  background-color: var(--bg);
  color: #fff;
  background-image: url('../images/subir.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
}

.empty-state {
  background-color: #0000;
  flex-direction: column;
  font-size: 14px;
}

.light-blue {
  background-color: var(--bg-color);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.notice {
  text-align: center;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 13px;
}

.notice.hidden {
  display: none;
}

.margins {
  margin-bottom: 15px;
  margin-right: 15px;
  display: inline-block;
}

.hero-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-inner-box {
  color: #fff;
  text-align: center;
  width: 50%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
}

.buttom-outline-red {
  color: #fff;
  text-align: center;
  letter-spacing: -.8px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 25px;
  min-width: 120px;
  min-height: 42px;
  padding: 16px 30px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  transition: color .2s, background-color .2s;
}

.buttom-outline-red:hover {
  color: #1b222c;
  background-color: #fff;
}

.hero-text-small {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 46px;
  line-height: 52px;
}

.content-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}

.content-section.double {
  padding-bottom: 70px;
}

.content-section.color {
  background-color: var(--bg-footer);
  padding-bottom: 70px;
}

.content-section.inner-pages {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-section.inner-pages-visible {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}

.content-section.blog {
  padding-top: 0;
  padding-bottom: 0;
}

.content-section.contact-us {
  padding-top: 0;
  display: flex;
}

.content-section.double-visible {
  padding-bottom: 80px;
  overflow: visible;
}

.content-section.less-padding {
  padding-top: 50px;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-outline-white {
  color: #fff;
  text-align: center;
  letter-spacing: -.8px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 25px;
  min-width: 120px;
  min-height: 42px;
  padding: 15px 30px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  transition: color .2s, background-color .2s;
}

.button-outline-white:hover {
  color: #1b222c;
  background-color: #fff;
}

.alice-blue {
  background-color: var(--bg-footer);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.footer {
  z-index: 0;
  background-color: #000;
  padding: 80px 25px 20px;
  position: relative;
  overflow: hidden;
}

.nav-menu {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-column-center {
  justify-content: center;
  width: auto;
  display: flex;
}

.navbar {
  background-color: #000;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  inset: 0% 0% auto;
}

.navlink {
  color: #f7f7f7;
  letter-spacing: -.8px;
  height: 90px;
  margin-right: 13px;
  padding-top: 33px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
  overflow: hidden;
}

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

.navlink.w--current {
  color: var(--link);
}

.navlink.last {
  margin-right: 0;
}

.navlink.hidden, .navlink.hidden-desktop {
  display: none;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 90px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  transform: scale(1.02);
}

.nav-column {
  width: 20%;
}

.nav-column.left {
  flex: 1;
  justify-content: flex-start;
}

.nav-column.right {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.brand-mobile {
  justify-content: center;
  align-items: center;
  height: 90px;
  transition: transform .2s, opacity .2s;
  display: none;
}

.brand-mobile:hover {
  transform: scale(1.02);
}

.brand-mobile.w--current {
  display: none;
}

.underline-hover {
  background-color: var(--link);
  height: 1px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar-container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1285px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.newsletter-column {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.newsletter-column.top {
  background-image: url('../images/louis-hansel-TzY5_DkDyjg-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.newsletter-box {
  z-index: 10;
  background-color: #fff;
  flex-flow: column wrap;
  align-items: stretch;
  width: 60%;
  min-width: auto;
  max-width: 450px;
  display: flex;
  position: relative;
}

.submit-button {
  text-transform: uppercase;
  background-color: #9bc3ca;
  width: 100%;
  height: 43px;
  font-size: 11.5px;
  font-weight: 600;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: var(--button-hover);
}

.submit-button:focus {
  font-size: 13px;
}

.center-content {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.newsletter {
  z-index: 2147483647;
  background-image: linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0;
}

.title-big {
  color: #df9f83;
  line-height: 20px;
}

.newsletter-container {
  background-image: linear-gradient(#101920e6, #101920e6);
  height: 100vh;
  display: none;
}

.close-contact-form {
  z-index: 1;
  background-color: var(--bg-color);
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.cta-field {
  border: 1px solid #e0ebed;
  border-radius: 0;
  width: 48%;
  height: 45px;
  margin-bottom: 8px;
  margin-right: 3%;
  transition: border-color .2s;
}

.cta-field:hover {
  border-color: #1a8ef7;
}

.cta-field::placeholder {
  font-size: 13px;
}

.cta-field.full {
  width: 100%;
  margin-right: 0%;
}

.cta-field.last-name {
  width: 49%;
  margin-right: 0%;
}

.on-load-3.hidden {
  display: none;
}

.hero-section {
  background-color: #000;
  min-height: 745px;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

.image-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.image-bg._1 {
  background-image: url('../images/IMG_9321.jpeg');
}

.image-bg._2 {
  background-image: url('../images/IMG_9293.jpeg');
}

.image-bg._3 {
  background-image: url('../images/IMG_9324.jpeg');
  background-position: 100%;
}

.image-bg.insta-4 {
  background-image: url('../images/IMG_9324.jpeg');
}

.image-bg.insta-3 {
  background-image: url('../images/IMG_9293.jpeg');
}

.image-bg.insta-2 {
  background-image: url('../images/IMG_1612.jpeg');
}

.image-bg.insta-1 {
  background-image: url('../images/IMG_9320.jpeg');
}

.image-bg.asset {
  background-image: url('../images/dan-farrell-RFgSymp9d80-unsplash.jpg');
}

.image-bg.asset-2 {
  background-image: url('../images/austin-distel-FQ0tfv5xzBA-unsplash.jpg');
}

.image-bg.asset-3, .image-bg._8 {
  background-image: url('../images/nate-johnston-xKDjE4f9KXE-unsplash.jpg');
}

.image-bg.gallery {
  background-image: url('../images/IMG_9321.jpeg');
}

.image-bg.gallery-2 {
  background-image: url('../images/IMG_9298.jpeg');
}

.image-bg.gallery-3 {
  background-image: url('../images/IMG_9294.jpeg');
}

.image-bg.gallery-4 {
  background-image: url('../images/IMG_9320.jpeg');
}

.image-bg.left {
  background-image: url('../images/nikita-tikhomirov-PkyD5y03DDs-unsplash.jpg');
  background-position: 0%;
}

.image-bg.right {
  background-image: url('../images/nikita-tikhomirov-PkyD5y03DDs-unsplash.jpg');
  background-position: 100%;
}

.image-bg._9 {
  background-image: url('../images/austin-distel-7uoMmzPd2JA-unsplash.jpg');
}

.image-bg._10 {
  background-image: url('../images/the-creative-exchange-2jNfgYoslks-unsplash.jpg');
}

.image-bg._11 {
  background-image: url('../images/austin-distel-gfibh3apejo-unsplash.jpg');
}

.image-bg._4 {
  background-image: url('../images/IMG_9273.jpeg');
}

.hero-container {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay {
  background-image: linear-gradient(to top, #000000e6, #0000 35%);
  position: absolute;
  inset: 0%;
}

.overlay.darker {
  background-color: #0d13168c;
}

.hero-text {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Casual 2", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 70px;
}

.left-bottom {
  color: #fdfdfd;
  margin-bottom: 20px;
  margin-left: 40px;
}

.hero-link {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  transition: color .2s;
}

.hero-link:hover {
  color: var(--bg);
}

.right-bottom {
  color: #fdfdfd;
  margin-bottom: 20px;
  margin-right: 40px;
}

.heading-box {
  text-align: center;
  width: 44.5%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.h2-big {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 45px;
  font-weight: 500;
  line-height: 51px;
}

.h2-big.no-top-margin {
  margin-top: 0;
}

.intro-item {
  border-right: 1px solid var(--line);
  width: 33.33%;
  max-width: 375px;
  padding-right: 1%;
  display: flex;
}

.intro-link-block {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.intro-link-block:hover {
  opacity: .85;
}

.intro-link {
  color: var(--text);
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
}

.intro-link:hover {
  color: var(--link);
}

.intro-expand {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-gray {
  margin-bottom: 0;
}

.text-gray.is-white {
  color: #fff;
}

.image-section {
  background-color: var(--bg-text);
  width: 100%;
  min-height: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.heading-box-left {
  text-align: left;
  width: 75%;
  margin-bottom: 25px;
  margin-right: auto;
  padding-left: 13px;
}

.all-caps {
  letter-spacing: 5px;
  font-family: Bebasneue book, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.menu-left {
  border-right: 1px solid var(--line);
  width: 50%;
  padding-right: 20px;
}

.dish-title {
  color: var(--text);
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}

.menu-item {
  border-bottom: 1px solid var(--line);
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 13px;
}

.dish-price {
  text-align: right;
  width: 45px;
  font-size: 18px;
  line-height: 26px;
}

.expand {
  flex: 1;
  margin-bottom: 4px;
  display: flex;
}

.expand.multi {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.menu-right {
  width: 50%;
  padding-left: 20px;
}

.address-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.center-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.center-text.flex {
  align-items: center;
}

.address-link {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Bebasneue book, sans-serif;
  font-size: 67px;
  line-height: 61px;
  text-decoration: none;
  transition: color .2s;
}

.address-link:hover {
  color: var(--link);
}

.city-text {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
}

.link-big {
  color: #fff;
  font-size: 27.5px;
  text-decoration: none;
  transition: color .2s;
}

.link-big:hover {
  color: var(--link);
}

.left-top {
  color: #fdfdfd;
  margin-top: 30px;
  margin-left: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-top {
  color: #fdfdfd;
  margin-top: 30px;
  margin-right: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.insta-pic {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.hover-overlay {
  background-color: #fffc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h3-big {
  margin-top: 0;
  font-size: 45px;
  line-height: 51px;
}

.h4-big {
  margin-top: 0;
  font-size: 35px;
  line-height: 41px;
}

.relative {
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-preview {
  width: 32%;
  margin-right: 2%;
}

.post-preview:last-child {
  margin-right: 0%;
}

.category-link {
  color: var(--link);
  text-transform: uppercase;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
  transition: opacity .2s;
}

.category-link:hover {
  opacity: .85;
  text-decoration: underline;
}

.preview-text-box {
  padding-top: 15px;
  padding-left: 5px;
}

.preview-link {
  color: var(--text);
  font-family: "Casual 2", sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
  transition: color .2s;
}

.preview-link:hover {
  color: var(--link);
}

.footer-box {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 345px;
  margin-bottom: 40px;
}

.footer-text {
  margin-bottom: 0;
}

.footer-link {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--link);
}

.social-box {
  justify-content: center;
  display: flex;
}

.footer-social-link {
  border: 1px solid var(--bg);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  transition: background-color .2s;
}

.footer-social-link:hover {
  background-color: var(--bg);
}

.footer-social-link.facebook {
  background-image: url('../images/logo-de-facebook-1.svg');
  background-size: 16px;
}

.footer-social-link.facebook:hover {
  background-color: var(--bg);
  background-image: url('../images/logo-de-facebook-1.svg');
}

.footer-social-link.instagram {
  background-image: url('../images/logotipo-de-instagram-1.svg');
  background-size: 16px;
}

.footer-social-link.instagram:hover {
  background-image: url('../images/logotipo-de-instagram-1.svg');
}

.footer-social-link.whatsapp {
  background-image: url('../images/whatsapp.svg');
  background-size: 16px;
}

.footer-social-link.whatsapp:hover {
  background-image: url('../images/whatsapp-1.svg');
}

.footer-social-link.whatsapp.last {
  margin-right: 0;
}

.footer-social-link.pinterest {
  background-image: url('../images/pinterest.svg');
  background-size: 16px;
}

.footer-social-link.pinterest:hover {
  background-image: url('../images/pinterest-1.svg');
}

.text-white {
  color: #fff;
}

.form-block {
  max-width: 350px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.preloader {
  z-index: 2147483647;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.subscribe {
  color: #333;
  text-align: center;
  background-image: url('../images/email-1.svg');
  background-position: 50% 53%;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 45px;
  height: 90px;
  padding-top: 33px;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  transition: transform .2s;
  display: none;
  position: relative;
  overflow: hidden;
}

.subscribe:hover {
  background-image: url('../images/email.svg');
  text-decoration: none;
}

.subscribe.w--current {
  color: #8a8a8a;
}

.announcement {
  background-color: var(--bg);
  text-align: center;
  justify-content: center;
  display: none;
  position: relative;
}

.announcement-box {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-weight: 500;
  position: relative;
}

.close-button {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 35px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.top-link {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}

.top-link:hover {
  opacity: .85;
}

.announcement-container {
  width: 100%;
  padding: 10px 35px;
}

._30-percent-column {
  width: 32%;
  margin-right: 1%;
  display: flex;
  position: relative;
  overflow: hidden;
}

._100-percent-width {
  flex: 1;
}

.bottom {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h6-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
}

.accordion {
  border-bottom: 1px solid #bcc6d0;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.accordion.last {
  margin-bottom: 0;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.accordion-trigger {
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.accordion-trigger:hover {
  text-decoration: none;
}

.no-top-margin {
  margin-top: 0;
  font-family: Bebas Neue, sans-serif;
}

.no-top-margin.is-black {
  color: #000;
}

.no-top-margin.is-white {
  color: #fff;
}

._25-percent-column {
  width: 25%;
  padding-right: 4%;
}

.open-close-item {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 28px;
  display: flex;
  position: relative;
}

.accordion-item {
  margin-top: 5px;
  padding-left: 50px;
  padding-right: 25px;
  overflow: hidden;
}

.second-block-expand {
  flex: 1;
  position: relative;
}

.sticky-bar {
  position: sticky;
  top: 130px;
}

.hero-text-medium {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Casual 2", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.column-half {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 20px 5%;
  display: flex;
}

.image-relative {
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-relative.full-height {
  height: 100%;
}

.max-460-pixels {
  width: 100%;
  max-width: 460px;
}

.intro-testimonial {
  border-left: 1px solid var(--line);
  align-items: center;
  margin-top: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
  display: flex;
}

.intro-testimonial-pic {
  background-image: url('../images/Pic_2Pic_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  overflow: hidden;
}

.intro-testimonial-text {
  color: var(--text-gray);
  font-size: 15px;
  line-height: 19px;
}

.gallery-item-3 {
  width: 54%;
  margin-right: 2%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.heading-left {
  flex-direction: column;
  align-items: flex-start;
  width: 31%;
  margin-bottom: 30px;
  margin-right: auto;
}

.heading-left.large {
  width: 50%;
}

.gallery-item-2 {
  width: 56%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.full-width {
  flex: 1;
  width: 100%;
}

.gallery-item {
  width: 31%;
  margin-right: 2%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.max-1000-pixels {
  width: 100%;
  max-width: 1000px;
}

.gallery-item-4 {
  width: 33%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.image-border-container {
  height: 100%;
  position: relative;
}

.slider {
  background-color: var(--bg-footer);
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.dsiplay-none {
  display: none;
}

.testimonial-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.testimonial-pic {
  background-image: url('../images/Pic_2Pic_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  overflow: hidden;
}

.testimonial-pic._1 {
  background-image: url('../images/Testi_1.jpg');
}

.testimonial-pic._2 {
  background-image: url('../images/Testi_2.jpg');
}

.testimonial-pic._3 {
  background-image: url('../images/Testi_3.jpg');
}

.testimonial-text {
  margin-bottom: 0;
  font-family: "Casual 2", sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.star {
  margin-right: 5px;
}

.star.last {
  margin-right: 0;
}

.max-650-pixles {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.client {
  color: var(--clients);
  font-family: Bebasneue, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}

.client-item {
  width: 25%;
}

.max-535-pixels {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 560px;
  padding: 8% 5%;
  display: flex;
}

.expand-right, .expand-left {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.max-415-pixels {
  width: 100%;
  max-width: 415px;
}

.offset-block {
  width: 1350px;
  margin-left: 60px;
}

._31-percent-item {
  width: 31%;
  max-width: 414px;
  margin-right: 2%;
}

.link-large {
  color: var(--text);
  font-family: "Casual 2", sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  transition: color .2s;
}

.link-large:hover {
  color: var(--link);
}

.post-preview-grid {
  width: 31.3%;
  margin-bottom: 40px;
  margin-right: 2%;
}

.post-preview-grid:last-child {
  margin-right: 0%;
}

.newsletter-input {
  border: 1px solid #fff;
  border-radius: 0;
  width: 35%;
  height: 45px;
  margin-bottom: 0;
  margin-right: 2%;
  transition: border-color .2s;
}

.newsletter-input:hover {
  border-color: #1a8ef7;
}

.newsletter-input::placeholder {
  font-size: 13px;
}

.footer-submit-button {
  background-color: var(--bg);
  text-transform: uppercase;
  width: 100%;
  height: 43px;
  font-size: 14px;
  font-weight: 600;
}

.footer-submit-button:hover {
  background-color: var(--bg);
}

.footer-submit-button:focus {
  font-size: 13px;
}

._56-percent-column {
  width: 56%;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-left {
  width: 50%;
  min-height: 750px;
  position: relative;
  overflow: hidden;
}

.blog-post-right {
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 160px 5% 70px;
  display: flex;
  overflow: auto;
}

.blog-post-right.flex {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.less-top-margin {
  text-align: left;
  margin-top: 10px;
  font-size: 45px;
  line-height: 50px;
}

.right-margin {
  margin-right: 7px;
}

.narrow-wrapper {
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.contact-button {
  background-color: var(--bg);
  width: 100%;
  height: 45px;
  transition: background-color .2s;
}

.contact-button:hover {
  background-color: #eb8f5f;
}

.textarea {
  border: 1px solid var(--bg);
  margin-bottom: 15px;
  padding-bottom: 50px;
  transition: border .2s;
}

.textarea:hover {
  border-color: #1a8ef7;
}

.textarea::placeholder {
  font-size: 13px;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.form-input {
  border: 1px solid var(--bg);
  border-radius: 0;
  width: 48%;
  height: 45px;
  margin-bottom: 20px;
  transition: border .2s;
}

.form-input:hover {
  border-color: #1a8ef7;
}

.form-input::placeholder {
  font-size: 13px;
}

.form {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.contact-left {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 350px;
  padding: 50px 5% 50px 10%;
  display: flex;
}

.map {
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.map-box {
  width: 100%;
  height: 400px;
}

.color-1 {
  background-color: var(--border-1);
  margin-top: -20px;
  margin-left: -20px;
  position: absolute;
  inset: 0%;
}

.color-2 {
  background-color: var(--bg-footer);
  margin-bottom: -20px;
  margin-right: -20px;
  position: absolute;
  inset: 0%;
}

.slide-arrow {
  transition: opacity .2s;
}

.slide-arrow:hover {
  opacity: .85;
}

.menu-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
  position: static;
}

.menu-container.new {
  grid-column-gap: 16px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-interaction {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 128%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.image-interaction._1 {
  background-image: url('../images/john-fornander-25oy_6KE0lg-unsplash.jpg');
  background-position: 50% 60%;
}

.image-interaction._2 {
  background-image: url('../images/louis-hansel-TzY5_DkDyjg-unsplash.jpg');
}

.image-interaction._3 {
  background-image: url('../images/nate-johnston-xKDjE4f9KXE-unsplash.jpg');
}

.image-interaction._4 {
  background-image: url('../images/IMG_9324.jpeg');
}

.bottom-absolute-box {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.flex-align-start {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
}

.flex-copy {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: static;
}

.max-440-pixels {
  color: #fff;
  width: 100%;
  max-width: 440px;
}

.center-address {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

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

.password-input {
  border: 1px solid var(--button-hover);
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  transition: border .2s;
}

.password-input:hover {
  border-color: #1a8ef7;
}

.password-input::placeholder {
  font-size: 13px;
}

.login-button {
  background-color: var(--bg-color);
  height: 45px;
  transition: background-color .2s;
}

.login-button:hover {
  background-color: var(--button-hover);
}

.heading {
  font-family: Karla, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.hero-image-interaction {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.hero-image-interaction.home {
  background-image: url('../images/IMG_9295.jpeg');
  background-position: 50%;
  background-size: cover;
}

.hero-image-interaction.about-us {
  background-image: url('../images/austin-distel-FQ0tfv5xzBA-unsplash.jpg');
}

.hero-image-interaction.inner-pages {
  background-image: url('../images/IMG_9298.jpeg');
}

.divider {
  background-color: var(--line);
  width: 150px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.divider.vertical {
  width: 2px;
  height: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.link {
  color: var(--text);
  margin-top: 10px;
  font-family: "Casual 2", sans-serif;
  font-size: 45px;
  line-height: 50px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

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

.pagination {
  justify-content: flex-end;
}

.icon {
  display: inline-block;
  position: relative;
  top: 1px;
}

.columns {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-hidden {
  margin-top: 50px;
}

.tag {
  transition: opacity .2s;
}

.tag:hover {
  opacity: .85;
}

.dropdown {
  color: #fff;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}

.dropdown-toggle {
  color: #fff;
  height: 90px;
  padding-top: 33px;
  padding-left: 13px;
  padding-right: 27px;
}

.mini-arrow {
  color: var(--link);
  margin-top: 40px;
  font-size: 13px;
  right: -7px;
}

.inline-block {
  margin-right: 3px;
  display: inline-block;
}

.dropdown-list {
  background-color: #c9c9c9;
}

.dropdown-link {
  background-color: var(--bg-footer);
  color: var(--bg-text);
  padding-left: 20px;
  font-size: 14px;
  transition: background-color .2s, padding .2s;
}

.dropdown-link:hover {
  background-color: var(--border-1);
  padding-left: 23px;
}

.dropdown-link.w--current {
  color: var(--link);
}

.intro-item-2 {
  border-right: 1px solid var(--line);
  width: 33.33%;
  max-width: 375px;
  padding-left: 2.5%;
  padding-right: 1%;
  display: flex;
}

.intro-item-2.hidden {
  display: none;
}

.intro-item-3 {
  border-right: 1px none var(--line);
  width: 33.33%;
  max-width: 375px;
  padding-left: 2.5%;
  padding-right: 1%;
  display: flex;
}

.image {
  color: var(--border-1);
}

.post-wrapper {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block {
  text-align: justify;
}

.hero-link-block {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
}

.hero-link-block:hover {
  opacity: .85;
}

.multi-price_wrap {
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.dish-title-02 {
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 1.1875rem;
  line-height: 25px;
}

.multi-price_container {
  display: flex;
}

.menu-tag_wrap {
  margin-left: 1rem;
}

.multi-title {
  display: flex;
}

.paragraph-5 {
  font-size: 16px;
  line-height: 22px;
}

.close-modal {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
  position: absolute;
  inset: -40px -100px auto auto;
}

.close-modal:hover {
  transform: none;
}

.modalclose-btn.btn-margintop {
  color: #fff;
  cursor: pointer;
  background-color: #333;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  margin-top: 20px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.modal1 {
  z-index: 99999;
  background-color: #393f3fbf;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.welcome-modal-h2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
}

.text-block-20 {
  cursor: pointer;
}

.welcome-modal-paragraph {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 16px;
}

.close-modal-bg {
  position: absolute;
  inset: 0%;
}

.welcome-modal-content {
  z-index: 1;
  background-color: #fff;
  border-top: 16px solid #333;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 600px;
  padding: 40px;
  display: flex;
  position: relative;
}

.modal-box {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

.modal-link {
  color: var(--text);
  margin-bottom: 0;
  text-decoration: none;
  transition: color .2s;
}

.modal-link:hover {
  color: var(--link);
}

.modal-heading {
  color: #333;
  margin-bottom: 0;
  font-size: 2rem;
}

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

.intro-item-2-copy {
  border-right: 1px solid var(--line);
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.intro-item-2-copy.hidden {
  display: none;
}

@media screen and (min-width: 1280px) {
  .title-small {
    color: #69707b;
  }

  .go-up-button {
    background-image: url('../images/subir.svg');
    background-size: 19px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-container {
    max-width: 1610px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    background-color: #000;
  }

  .image-bg.gallery {
    background-image: url('../images/IMG_9321.jpeg');
  }

  .image-bg.gallery-2 {
    background-image: url('../images/IMG_9298.jpeg');
  }

  .image-bg.gallery-3 {
    background-image: url('../images/IMG_9294.jpeg');
  }

  .image-bg.gallery-4 {
    background-image: url('../images/IMG_9273.jpeg');
  }

  .bottom-absolute-box {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

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

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

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

  h6 {
    font-size: 20px;
    line-height: 26px;
  }

  blockquote {
    font-size: 28px;
    line-height: 34px;
  }

  .subtitle {
    font-size: 18px;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .inner-hero-section {
    padding-top: 80px;
  }

  .hero-inner-box {
    width: 70%;
    padding-top: 90px;
  }

  .hero-text-small {
    font-size: 44px;
    line-height: 50px;
  }

  .content-section {
    max-width: 100%;
    padding-top: 60px;
  }

  .content-section.double {
    padding-bottom: 60px;
  }

  .footer {
    padding-top: 70px;
  }

  .nav-menu {
    background-color: var(--bg-footer);
  }

  .nav-column-center {
    display: none;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .navlink {
    width: 100%;
    height: 50px;
    color: var(--bg-text);
    text-align: left;
    margin-right: 0;
    padding-top: 12px;
    padding-left: 20px;
    transition: background-color .2s;
  }

  .navlink:hover {
    background-color: var(--border-1);
  }

  .navlink.hidden-desktop {
    display: flex;
  }

  .menu-button {
    color: #fff;
    height: 90px;
    padding-top: 37px;
  }

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

  .nav-column.left {
    flex: 0 auto;
    width: 100%;
  }

  .nav-column.right {
    flex-direction: column;
    width: 100%;
  }

  .brand-mobile {
    display: flex;
  }

  .brand-mobile.w--current {
    margin-left: 10px;
    display: flex;
  }

  .underline-hover.mobile-hide {
    display: none;
  }

  .navbar-container {
    padding-left: 20px;
    padding-right: 0;
  }

  .newsletter-box {
    width: 85%;
  }

  .hero-section {
    min-height: 645px;
  }

  .hero-container {
    width: 70%;
  }

  .hero-text {
    font-size: 70px;
    line-height: 60px;
  }

  .hero-link {
    font-size: 22px;
  }

  .heading-box {
    width: 60%;
  }

  .h2-big {
    font-size: 28px;
    line-height: 34px;
  }

  .intro-link-block {
    width: 85px;
    height: 85px;
    margin-right: 17px;
  }

  .image-section {
    max-width: 100%;
    min-height: 350px;
  }

  .heading-box-left {
    width: 60%;
  }

  .all-caps {
    font-size: 28px;
    line-height: 28px;
  }

  .dish-title {
    font-size: 18px;
  }

  .address-link {
    font-size: 60px;
    line-height: 46px;
  }

  .city-text {
    font-size: 30px;
    line-height: 32px;
  }

  .link-big {
    font-size: 26px;
  }

  .h3-big {
    font-size: 43px;
    line-height: 49px;
  }

  .h4-big {
    font-size: 33px;
  }

  .preview-link {
    font-size: 19px;
    line-height: 24px;
  }

  .subscribe {
    background-image: url('../images/email-2.svg');
    background-position: 3%;
    width: 100%;
    height: 50px;
    position: relative;
  }

  .subscribe:hover {
    background-color: var(--border-1);
    background-image: url('../images/email-1.svg');
  }

  .announcement-box {
    max-width: 100%;
  }

  ._25-percent-column.is-hidden_mobile {
    display: none;
  }

  .hero-text-medium {
    font-size: 54px;
    line-height: 60px;
  }

  .heading-left {
    width: 43%;
  }

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

  .testimonial-text {
    font-size: 33px;
    line-height: 43px;
  }

  .client {
    font-size: 33px;
  }

  .max-535-pixels {
    max-width: 389px;
    padding: 7%;
  }

  .offset-block {
    width: 900px;
    overflow: auto;
  }

  .link-large {
    font-size: 24px;
    line-height: 24px;
  }

  .newsletter-input {
    width: 50%;
    margin-bottom: 10px;
  }

  .newsletter-input.last {
    width: 48%;
    margin-right: 0%;
  }

  .blog-post-left {
    min-height: 650px;
  }

  .blog-post-right.flex {
    height: 650px;
    padding-top: 120px;
    overflow: visible;
  }

  .less-top-margin, .link {
    font-size: 41px;
    line-height: 46px;
  }

  .dropdown {
    width: 100%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle {
    width: 100%;
    height: 50px;
    color: var(--bg-text);
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .mini-arrow {
    margin-top: 20px;
  }

  .dropdown-list, .dropdown-list.w--open {
    background-color: #d4e0e9;
  }

  .dropdown-link {
    padding-left: 30px;
  }

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

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

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

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

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

  h5 {
    font-size: 20px;
    line-height: 26px;
  }

  h6 {
    font-size: 18px;
    line-height: 24px;
  }

  blockquote {
    width: 80%;
    font-size: 26px;
    line-height: 32px;
  }

  .navigation {
    z-index: 9;
  }

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

  .button-fill-white {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .inner-hero-section {
    padding-top: 100px;
  }

  .boxed-button {
    min-width: 100px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .mini-title {
    font-size: 15px;
    line-height: 15px;
  }

  .rounded-button {
    min-width: 100px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .notice {
    margin-top: 0;
  }

  .hero-inner-box {
    width: 90%;
    padding-top: 70px;
  }

  .buttom-outline-red {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .hero-text-small {
    font-size: 42px;
    line-height: 48px;
  }

  .content-section.color {
    padding-bottom: 60px;
  }

  .content-section.double-visible {
    padding-bottom: 25px;
  }

  .button-outline-white {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 13px;
    line-height: 13px;
  }

  .footer {
    padding-top: 50px;
  }

  .nav-menu {
    height: 100vh;
    padding-bottom: 240px;
    overflow: auto;
  }

  .newsletter-container {
    overflow: auto;
  }

  .close-contact-form {
    right: -1px;
  }

  .hero-section {
    min-height: 550px;
  }

  .hero-container {
    width: 90%;
    min-height: 500px;
  }

  .hero-text {
    font-size: 60px;
    line-height: 50px;
  }

  .heading-box {
    width: 80%;
  }

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

  .intro-item {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1.5px;
    padding-right: 1.5%;
  }

  .intro-link-block {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .intro-link {
    margin-left: auto;
    margin-right: auto;
  }

  .image-section {
    min-height: 300px;
  }

  .heading-box-left {
    width: 80%;
  }

  .all-caps {
    font-size: 26px;
    line-height: 26px;
  }

  .address-link {
    font-size: 56px;
    line-height: 42px;
  }

  .city-text {
    font-size: 28px;
    line-height: 30px;
  }

  .link-big {
    font-size: 24px;
  }

  .hover-icon {
    width: 25px;
  }

  .h3-big {
    margin-bottom: 5px;
    font-size: 41px;
    line-height: 47px;
  }

  .h4-big {
    font-size: 31px;
    line-height: 39px;
  }

  .preview-link {
    font-size: 18px;
    line-height: 23px;
  }

  .subscribe {
    background-position: 20px;
  }

  .announcement {
    z-index: 0;
  }

  ._25-percent-column {
    width: 23%;
    padding-right: 2%;
  }

  .hero-text-medium {
    font-size: 50px;
    line-height: 56px;
  }

  .column-half {
    width: 100%;
    margin-bottom: 10px;
  }

  .intro-testimonial {
    padding-left: 13px;
  }

  .heading-left {
    width: 51%;
  }

  .heading-left.large {
    width: 70%;
  }

  .slider {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonial-box {
    width: 90%;
  }

  .testimonial-text {
    font-size: 31px;
    line-height: 41px;
  }

  .client {
    font-size: 31px;
  }

  .max-535-pixels {
    max-width: 360px;
    padding: 9%;
  }

  .offset-block {
    width: 100%;
    margin-left: 40px;
  }

  .link-large {
    font-size: 23px;
    line-height: 23px;
  }

  .post-preview-grid {
    width: 48%;
  }

  .newsletter-input {
    margin-bottom: 5px;
  }

  ._56-percent-column {
    width: 80%;
  }

  .blog-post-right {
    padding-bottom: 40px;
  }

  .less-top-margin {
    font-size: 39px;
    line-height: 44px;
  }

  .contact-left {
    padding-left: 8%;
  }

  .menu-container.new {
    grid-template-columns: 1fr;
  }

  .link {
    font-size: 39px;
    line-height: 44px;
  }

  .mobile-hidden {
    display: none;
  }

  .intro-item-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .intro-item-3 {
    text-align: center;
    border-right-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .close-modal {
    right: 0;
  }

  .intro-item-2-copy {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
}

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

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

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

  h4 {
    font-size: 20px;
    line-height: 26px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  h6 {
    font-size: 16px;
    line-height: 22px;
  }

  blockquote {
    width: 90%;
    font-size: 24px;
    line-height: 30px;
  }

  .content-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .hero-text-small {
    font-size: 40px;
    line-height: 46px;
  }

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

  .content-section.double {
    padding-bottom: 50px;
  }

  .content-section.color {
    padding-bottom: 40px;
  }

  .content-section.contact-us {
    flex-direction: column;
  }

  .newsletter-column {
    width: 100%;
  }

  .hero-text {
    font-size: 54px;
    line-height: 40px;
  }

  .left-bottom {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .right-bottom {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .heading-box {
    width: 90%;
  }

  .intro-item {
    border-bottom: 1px solid var(--line);
    border-right-style: none;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0%;
  }

  .image-section {
    min-height: 250px;
  }

  .image-section.cta {
    min-height: 370px;
  }

  .heading-box-left {
    width: 90%;
  }

  .all-caps {
    font-size: 24px;
  }

  .menu-left {
    border-right-style: none;
    width: 100%;
    padding-right: 0;
  }

  .menu-item.last {
    margin-bottom: 0;
  }

  .expand.multi.is-three {
    flex-direction: column;
  }

  .menu-right {
    width: 100%;
    padding-left: 0;
  }

  .left-top {
    margin-left: 20px;
  }

  .right-top {
    margin-right: 20px;
  }

  .hover-icon {
    width: 30px;
  }

  .insta-pic {
    width: 50%;
    margin-right: 0%;
  }

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

  .h4-big {
    font-size: 29px;
    line-height: 37px;
  }

  .post-preview {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .footer-box {
    margin-bottom: 20px;
  }

  .announcement {
    padding-left: 10px;
    padding-right: 10px;
  }

  .close-button {
    margin-right: 0;
  }

  .announcement-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._25-percent-column {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0%;
  }

  .second-block-expand {
    flex: 0 auto;
    width: 100%;
  }

  .hero-text-medium {
    font-size: 40px;
    line-height: 46px;
  }

  .gallery-item-3 {
    width: 100%;
    margin-bottom: 2%;
    margin-right: 0%;
  }

  .heading-left, .heading-left.large {
    width: 100%;
  }

  .gallery-item-2 {
    width: 100%;
    margin-right: 0%;
  }

  .gallery-item {
    width: 100%;
    max-width: 300px;
    margin-bottom: 5%;
    margin-right: 0%;
  }

  .gallery-item-4 {
    width: 100%;
    max-width: 100%;
  }

  .gallery-item {
    max-width: 100%;
    margin-bottom: 2%;
  }

  .testimonial-text {
    font-size: 29px;
    line-height: 39px;
  }

  .max-650-pixles {
    flex-direction: column;
    padding-bottom: 0;
  }

  .client-item {
    width: 50%;
    margin-bottom: 15px;
  }

  .client-item.last {
    margin-bottom: 0;
  }

  .max-535-pixels {
    max-width: 246px;
  }

  .offset-block {
    margin-left: 0;
    padding-left: 40px;
  }

  ._31-percent-item {
    width: 86%;
    margin-bottom: 25px;
  }

  ._31-percent-item.last {
    margin-bottom: 0;
  }

  .link-large {
    font-size: 22px;
    line-height: 22px;
  }

  .post-preview-grid {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
  }

  ._56-percent-column {
    width: 100%;
  }

  .blog-post-left {
    width: 100%;
    min-height: 500px;
  }

  .blog-post-right {
    height: 100%;
    padding: 40px 25px 0;
    overflow: visible;
  }

  .blog-post-right.flex {
    height: 100%;
    padding-top: 40px;
  }

  .less-top-margin {
    font-size: 37px;
    line-height: 42px;
  }

  .narrow-wrapper {
    width: 100%;
  }

  .bottom-margin {
    max-width: 250px;
  }

  .contact-left {
    width: 100%;
  }

  .map-box {
    width: 100%;
    height: 300px;
  }

  .bottom-absolute-box, .flex-copy {
    flex-direction: column;
  }

  .mobile-hidden {
    display: block;
  }

  .mini-arrow {
    display: inline-block;
  }

  .intro-item-2, .intro-item-3 {
    border-bottom: 1px solid var(--line);
    border-right-style: none;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0%;
  }

  .close-modal {
    right: 20px;
  }

  .close-modal.mobile-hidden {
    display: none;
  }

  .modalclose-btn {
    color: #fff;
    background-color: #c39985;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    font-family: Lato, sans-serif;
    line-height: 15px;
    display: flex;
  }

  .modalclose-btn.btn-margintop {
    border-radius: 6px;
    margin-top: 20px;
    display: flex;
  }

  .modal1 {
    overflow: scroll;
  }

  .welcome-modal-content {
    align-items: center;
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-box {
    margin-bottom: 20px;
  }

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

  .intro-item-2-copy {
    border-bottom: 1px solid var(--line);
    border-right-style: none;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0%;
  }
}


@font-face {
  font-family: 'Casual 2';
  src: url('../fonts/Casual-Regular-2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue book';
  src: url('../fonts/BebasNeue-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}