@font-face {
  font-family: Rusticana roman;
  src: url('../fonts/Rusticana-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --saddle-brown: #835424;
  --black-2: #3d2c1b;
  --dark-slate-gray: #3d3833;
  --peru: #a97e53;
  --linen: #faf3eb;
  --goldenrod: #e88f2a;
  --black: #272727;
  --sienna: #a16a32;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #e88f2a;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 15px;
  font-family: Merriweather, serif;
}

a {
  color: var(--saddle-brown);
  text-decoration: none;
}

a:hover {
  color: #5c5246;
}

li {
  margin-bottom: 6px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #2b2825;
  border-radius: 3px;
  margin-top: 15px;
  margin-right: 6px;
  padding: 4px 25px;
  font-family: Oswald, sans-serif;
  line-height: 40px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: inline-block;
}

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

.button.slider-button {
  background-color: #e88f2a;
  margin-left: 8px;
  margin-right: 8px;
}

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

.button.submit-button {
  width: 100%;
  margin-top: 10px;
}

.button.yellow {
  background-color: #e88f2a;
}

.button.yellow:hover {
  background-color: #3d3833;
}

.button.blog-archive {
  background-color: #e88f2a;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 30px;
  position: absolute;
  top: 19px;
  right: 53px;
}

.button.blog-archive:hover {
  background-color: #f1a348;
}

.button.blog-read-more {
  background-color: var(--black-2);
  cursor: default;
}

.button.outline-button {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
}

.button.outline-button:hover {
  border-color: var(--dark-slate-gray);
  background-color: var(--dark-slate-gray);
  color: #fff;
}

.navbar-left {
  text-align: center;
  background-color: #3d3833;
  background-image: url('../images/Beans.jpg');
  background-position: 50%;
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.logo-container {
  float: none;
  text-align: center;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 25px;
  display: block;
}

.nav-menu {
  float: none;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}

.logo-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 28px;
}

.logo-text.subtitle {
  opacity: 1;
  letter-spacing: 1px;
  text-transform: none;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 10px;
  transition: background-color .2s;
  display: block;
}

.nav-link:hover {
  background-color: var(--peru);
  color: #fff;
}

.nav-link.w--current, .nav-link.w--current:hover {
  color: #fff;
}

.menu-divider {
  background-color: #fff3;
  width: 50%;
  height: 1px;
  display: inline-block;
}

.nav-contact-block {
  margin-top: 25px;
  font-family: Merriweather, serif;
}

.nav-social-button {
  opacity: 1;
  margin-left: 4px;
  margin-right: 4px;
  display: none;
}

.nav-social-button:hover {
  opacity: .3;
}

.nav-social-icon {
  height: 18px;
}

.nav-bottom-text {
  color: #f6f2e1;
  margin-top: 22px;
  font-family: futura-pt, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.nav-bottom-text._2 {
  opacity: 1;
  color: #fff;
  margin-top: 5px;
  line-height: 11px;
}

._w-slider {
  width: 100%;
  height: 100vh;
}

.hero-slide {
  background-image: url('../images/vq_opening_pic.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-slide._2 {
  background-image: url('../images/112121.jpg');
}

.hero-slide._3 {
  background-image: url('../images/VQ_interior_5_1.jpg');
}

.hero-slide._4 {
  background-image: url('../images/1_Top_Desserts_pic_VQ_Dessrt_1y_1.jpg');
}

.hero-slide._2-1 {
  background-image: url('../images/vq_new_pic.jpg');
}

.hero-slide._2-2-2 {
  background-image: url('../images/Cover_Menus_Dinner_VQ_dinner_Untitled-1.jpg');
  background-position: 50% 100%;
}

.hero-slide._2-2-3 {
  background-image: url('../images/VQ_main_IMG_6735-2-copy.jpg');
  background-position: 50%;
}

.hero-slide._2-2-4 {
  background-image: url('../images/Gallery__Breakfast_shoot_ALL_Untitled-2-copy.jpg');
}

.hero-slide._2-2-6 {
  background-image: url('../images/1_Top_Desserts_pic_VQ_Dessrt_1y_1.jpg');
  background-position: 50%;
}

.hero-slide._2-2-7 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
}

.hero-slide-overlay {
  text-align: center;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  padding-top: 1px;
  padding-left: 35px;
  padding-right: 35px;
}

.hero-slide-button {
  color: #fff;
  background-color: #0003;
  width: 100px;
  height: 80px;
  font-size: 19px;
  transition: background-color .3s;
}

.hero-slide-button:hover {
  color: #000;
  background-color: #faf3eb;
}

.hero-slide-title {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 6px #0006;
  font-family: Oswald, sans-serif;
  font-size: 95px;
  font-weight: 700;
  line-height: 90px;
}

.hero-slide-title.subtitle {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 50px;
}

.section {
  background-color: #faf3eb;
  padding: 90px 50px;
}

.section.menu-page-section {
  padding-top: 0;
  padding-bottom: 50px;
}

.section.white {
  background-color: #fff;
}

.section.pou {
  background-color: #faf3eb;
  border-top: 2px solid #fff;
}

.section.desk {
  background-color: #faf3eb;
  border-top: 2px solid #fff;
  display: none;
}

.section.yy65 {
  display: none;
}

.section.c1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.ada {
  background-color: #fff;
}

.container {
  text-align: center;
}

.container.left-align {
  text-align: left;
  margin-bottom: 45px;
}

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

.section-intro-block {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-intro-title {
  color: #a16a32;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rusticana roman, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.section-intro-title.subtitle {
  color: #c7b9a9;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 21px;
}

.section-intro-title.small {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.section-intro-title.tp-11 {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.section-intro-title._121 {
  color: var(--linen);
}

.section-intro-title._23232 {
  font-size: 30px;
}

.section-intro-title._3434 {
  margin-top: 37px;
  margin-bottom: 25px;
  font-size: 30px;
}

.section-intro-title._443 {
  margin-bottom: 8px;
  font-size: 30px;
}

.section-intro-title._3431 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 30px;
}

.section-intro-title._7554 {
  margin-top: 37px;
  margin-bottom: 0;
  font-size: 30px;
}

.section-intro-title._121244 {
  color: #3c3a39;
  text-align: right;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.section-intro-title._12567 {
  color: var(--goldenrod);
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.section-intro-title._88989, .section-intro-title.y6767 {
  color: var(--linen);
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.section-intro-title.yy7 {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.section-intro-title.credit {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.image-section {
  background-image: url('../images/Eating.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-section.owner {
  background-image: url('../images/About_Paralex.jpg');
  background-position: 50%;
}

.image-section-overlay {
  color: #fff;
  background-color: #0006;
  width: 100%;
  height: 100%;
  padding: 125px 35px;
}

.image-section-overlay.owner {
  background-image: linear-gradient(#00000063, #00000063);
  padding: 143px 50px;
}

.image-section-row {
  margin-top: 70px;
}

.image-section-icon {
  height: 80px;
  margin-bottom: 27px;
}

.image-section-column-title {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.menu-tabs-menu {
  border-radius: 3px;
  margin-top: 45px;
  display: inline-block;
  overflow: hidden;
}

.menu-tab-button {
  color: #ab9f91;
  text-transform: uppercase;
  background-color: #faf3eb;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Oswald, sans-serif;
  line-height: 30px;
  transition: background-color .3s, color .35s;
}

.menu-tab-button:hover {
  color: #fff;
  background-color: #3d3935;
}

.menu-tab-button.w--current {
  color: #fff;
  background-color: #e88f2a;
}

.menu-tab-button.w--current:hover {
  background-color: #e88f2a;
}

.menu-tab-pane {
  padding-top: 55px;
}

.menu-list-item {
  text-align: left;
  border-bottom: 1px dashed #0003;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  position: relative;
}

.menu-list-item.last {
  border-bottom-style: none;
  margin-bottom: 0;
}

.menu-item-title {
  color: #5a350e;
  text-transform: capitalize;
  max-width: 90%;
  margin-bottom: 4px;
  font-family: Merriweather, serif;
  font-size: 15px;
  font-weight: 700;
}

.menu-item-title.description {
  color: #3d3d3d;
  max-width: 100%;
  font-family: raleway, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  display: inline-block;
}

.menu-item-title._43432 {
  color: #797979;
  margin-bottom: 28px;
  font-family: raleway, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.menu-item-title._5455 {
  color: #a52020;
  text-transform: none;
  margin-top: 28px;
  margin-bottom: 0;
  font-family: raleway, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  display: inline-block;
}

.menu-item-title._776 {
  color: #181818;
  margin-bottom: 32px;
  font-family: raleway, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  display: inline-block;
}

.menu-item-title.bottle {
  color: #1b1b1b;
  margin-top: 32px;
  margin-bottom: 28px;
  font-family: raleway, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  display: inline-block;
}

.menu-item-title.mm {
  text-transform: uppercase;
}

.menu-item-price {
  float: none;
  color: var(--black-2);
  background-color: #0000;
  border-radius: 3px;
  margin-top: 0;
  padding-left: 9px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.link {
  color: #e88f2a;
}

.link:hover {
  color: #000;
}

.link.white {
  color: #fff;
}

.link.white:hover {
  opacity: 1;
  color: #ffffff80;
}

.hero-slide-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.intro-title {
  color: #eda03b;
  text-shadow: none;
  margin-bottom: 14px;
  font-family: Satisfy;
  font-size: 26px;
  line-height: 20px;
}

.intro-title.slider-intro-title {
  text-shadow: 0 0 6px #0003;
  line-height: 40px;
}

.footer {
  color: #b1b1b1;
  text-align: left;
  background-color: #1c1a17;
  padding: 25px 35px;
}

.menu-overlay {
  background-color: #3d3833e6;
  background-image: linear-gradient(to top, #3d383300, #3d3833);
  width: 100%;
  height: 100%;
}

.section-divider-line {
  background-color: #00000017;
  width: 40%;
  height: 1px;
  margin: 15px auto 25px;
  display: block;
}

.section-divider-line._01i2 {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-divider-line._341 {
  margin-right: 0;
}

.text-column-left {
  padding-top: 30px;
  padding-right: 45px;
}

.gallery-thumb {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 150px;
}

.gallery-thumb.large {
  min-width: 100%;
  height: 660px;
}

.gallery-thumb.large._55 {
  height: 490px;
}

.small-gallery-row {
  margin-bottom: 15px;
}

.small-gallery-lightbox {
  float: left;
  width: 97%;
}

.small-gallery-lightbox:hover {
  opacity: .8;
}

.small-gallery-lightbox._2 {
  float: right;
}

.small-gallery-lightbox._2:hover {
  opacity: .7;
}

.footer-row {
  text-align: left;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-col-left {
  padding-left: 0;
  padding-right: 0;
  font-family: raleway, sans-serif;
}

.footer-text {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 12px;
}

.footer-text.small {
  font-size: 10px;
}

.go-to-top-link-block {
  text-align: left;
  background-color: #1c1a17;
  border-radius: 20%;
  width: 90px;
  height: 90px;
  margin-top: -90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  transform: rotate(45deg);
}

.icon-go-to-top {
  z-index: 4;
  opacity: .4;
  width: 100%;
  height: 100%;
  padding: 35px;
  position: absolute;
  transform: rotate(-45deg);
}

.icon-go-to-top:hover {
  opacity: 1;
}

.footer-col-right {
  text-align: right;
}

.footer-col-right._112 {
  display: none;
}

.page-header {
  background-image: url('../images/2_Aboutpano.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header.reservations {
  background-image: url('../images/Photo-1.jpg');
  background-position: 50% 0;
}

.page-header.gallery {
  background-image: url('../images/VQ_top_gallery__coffe_60fdef8319be8bc51f2beb80_Photo-1.jpg');
  background-position: 50% 40%;
}

.page-header.contact-us {
  background-image: url('../images/VQ_Contact_us-1.jpg');
  background-position: 50%;
}

.page-header.blog-post {
  background-position: 50%;
}

.page-header.license {
  background-image: url('../images/Beans.jpg');
}

.page-header._0404 {
  background-image: url('../images/beans-coffee-morning-espresso.jpg');
}

.page-header._765 {
  background-image: url('../images/VQ_interior_Untitled-1-copy.jpg');
  background-position: 50%;
}

.page-header._9766 {
  background-image: url('../images/vq_group_food_pic-copy.jpg');
}

.page-header-overlay {
  color: #fff;
  background-color: #000000b0;
  padding-top: 181px;
  padding-bottom: 181px;
  position: relative;
}

.page-header-overlay.menu {
  background-color: #00000073;
}

.page-header-overlay.blog-post {
  padding-top: 135px;
  padding-bottom: 175px;
}

.page-header-overlay._1212 {
  background-color: #0000;
  padding-top: 220px;
  padding-bottom: 220px;
}

.page-header-overlay._888j {
  background-color: #0000;
  padding: 162px;
}

.page-header-overlay._7654, .page-header-overlay._89 {
  background-color: #00000073;
}

.menu-page-tabs {
  z-index: 10;
}

.menu-page-tabs-menu {
  margin-top: -70px;
}

.menu-page-tab-button {
  color: #fff;
  background-color: #0006;
  height: 70px;
  padding-top: 28px;
  padding-left: 53px;
  padding-right: 21px;
  transition: background-color .2s;
  position: relative;
}

.menu-page-tab-button:hover {
  color: #fff;
  background-color: #000000bd;
}

.menu-page-tab-button.w--current {
  background-color: var(--saddle-brown);
  color: #fff;
  padding-top: 26px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.menu-page-tab-button.w--current:hover {
  background-color: var(--peru);
}

.menu-page-tab-title {
  float: none;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.menu-page-tab-title.subtitle {
  opacity: .49;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}

.menu-page-tab-title._44 {
  text-align: left;
  font-family: Rusticana roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.menu-tab-icon {
  float: left;
  height: 29px;
  margin-bottom: 9px;
  position: absolute;
  top: 20px;
  left: 18px;
}

.menu-page-tab-pane, .menu-page-tab-pane._009 {
  padding-top: 50px;
}

.menu-page-tabs-content {
  overflow: visible;
}

.gallery-lightbox {
  width: 100%;
  margin-bottom: 20px;
}

.gallery-lightbox:hover {
  opacity: .8;
}

.gallery-block-left {
  float: left;
  width: 50%;
}

.gallery-block-right {
  float: right;
  object-fit: fill;
  width: 50%;
  padding-left: 20px;
}

.contact-us-row._45454 {
  align-items: stretch;
  display: flex;
}

.contact-us-row._2323 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.contact-us-row._1211 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-us-row._4343 {
  align-items: center;
  display: flex;
}

.contact-us-row.cc {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-us-image {
  background-image: url('../images/person-woman-coffee-cup.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0 5px 0 0;
  width: 100%;
  height: 330px;
  overflow: hidden;
}

.contact-us-image._2 {
  background-image: none;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
}

.contact-us-image.popap {
  background-image: url('../images/VQ_about_2_History.jpg');
  height: 400px;
}

.contact-us-image.sdsaa {
  background-image: none;
}

.contact-us-column {
  padding-left: 0;
  padding-right: 0;
}

.contact-us-column.text-left {
  padding: 34px 45px 25px 0;
}

.contact-us-column.text-left._666 {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-us-column.text-right {
  padding-top: 77px;
  padding-left: 45px;
  padding-right: 45px;
}

.contact-us-column.text-right._433 {
  padding-top: 0;
  padding-right: 0;
}

.contact-us-column.text-right._11212 {
  background-image: url('../images/Layer-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 150px;
  padding-top: 72px;
}

.contact-us-column.form-left {
  padding-left: 45px;
  padding-right: 45px;
}

.contact-us-column._322 {
  background-image: url('../images/VQ_about_2_History.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  height: 525px;
}

.contact-us-column._454 {
  background-image: url('../images/VQ_about_3_Fling_boar.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 525px;
}

.logo-icon {
  opacity: 1;
  margin-bottom: 13px;
}

.contact-us-map {
  height: 350px;
}

.field {
  border: 2px solid #fff;
  border-radius: 3px;
  width: 100%;
  height: 48px;
  margin-bottom: 4px;
  font-family: Merriweather, serif;
  font-size: 12px;
  transition: border .2s;
}

.field:hover {
  border-color: #e8e0d8;
}

.field:focus {
  border-color: #e88f2a;
  box-shadow: 0 0 13px #e88f2a80;
}

.field.area {
  height: 108px;
}

.field.first-half {
  float: left;
  width: 99%;
}

.field.last-half {
  float: right;
  width: 99%;
}

.contact-us-reservation-link-block {
  text-align: left;
  background-image: url('../images/wine.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.reservation-link-block-overlay {
  background-image: linear-gradient(#0000, #000000a6 53%);
  width: 100%;
  padding: 100px 45px 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.reservation-overlay-title {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 44px;
}

.reservation-overlay-title._2 {
  font-size: 22px;
  font-weight: 300;
}

.success-bg {
  background-color: #0000;
  padding-top: 150px;
  padding-left: 0;
}

.success-text {
  color: #e88f2a;
  font-family: Satisfy;
  font-size: 27px;
  line-height: 30px;
}

.success-text._2 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 37px;
  line-height: 46px;
}

.error-bg {
  border-radius: 4px;
  padding-bottom: 5px;
}

.error-text {
  color: red;
  font-size: 11px;
}

.reservation-image-block {
  background-image: url('../images/Reservation-image.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 487px;
}

.reservation-image-block._2 {
  background-image: url('../images/Interior.jpg');
}

.about-us-image {
  background-image: url('../images/IMG_3335.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 600px;
}

.about-us-image-column {
  padding-left: 0;
  padding-right: 0;
}

.about-us-text-col-right {
  padding-left: 28px;
  padding-right: 0;
}

.owner-image {
  border: 5px solid #fff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-bottom: 19px;
}

.owner-title {
  color: #e88f2a;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 21px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.owner-signature {
  color: #9e9e9e;
  margin-top: 38px;
  font-family: Reenie Beanie;
  font-size: 34px;
  line-height: 40px;
}

.event-image-section {
  background-image: url('../images/55d82b0753965dde61577b33_Spare-ribs.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.event-image-section._2 {
  background-image: url('../images/55d82b1aa811abde4e36a0d7_Coffee.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.event-image-section-overlay {
  color: #fff;
  text-align: left;
  background-color: #0000007d;
  width: 100%;
  height: 100%;
  padding: 90px 35px;
  transition: background-color .5s;
}

.event-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 61px;
  line-height: 60px;
}

.event-title._2 {
  color: #e88f2a;
  margin-bottom: 29px;
  font-size: 30px;
  line-height: 30px;
}

.event-info-title {
  color: #e88f2a;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.event-info-title._2 {
  color: #0a0a0a;
  margin-bottom: 45px;
  font-size: 34px;
  line-height: 30px;
}

.more-info-text {
  margin-left: 12px;
  font-family: Merriweather, serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.footer-social-block {
  text-align: center;
  background-color: #47443e;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  margin-left: 3px;
  padding-top: 6px;
  transition: background-color .25s;
  display: none;
}

.footer-social-block:hover {
  background-color: #e88f2a;
}

.image-background-section {
  background-color: #fff;
  background-image: url('../images/BG-food.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 1000px;
  padding: 0;
}

.image-background-section.coffee {
  background-image: url('../images/55d8297553965dde61577b1f_BG-coffee.jpg');
  background-position: 100%;
}

.rating-block {
  margin-top: 45px;
}

.star-rating {
  width: 20px;
  margin-left: 2px;
  margin-right: 2px;
}

.star-rating.gray {
  opacity: .2;
}

.rating-stars-wrapper {
  margin-bottom: 7px;
}

.rating-title {
  margin-bottom: 13px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 31px;
}

.rating-name {
  margin-top: 13px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.empty-state {
  background-color: #0000001a;
  border-radius: 3px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.blog-link-title {
  color: #1a1a1a;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.blog-link-title:hover {
  color: #e88f2a;
}

.blog-post-image {
  background-image: url('../images/VQ_Gift_Card_40.20-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.blog-post-image.coffee {
  background-image: url('../images/1_red_machine_33-1.jpg');
}

.blog-post-image._87 {
  background-image: url('../images/New_Panattone__panettone_Screen-Shot-2021-07-30-at-10.46.21-PM-copy.jpg');
  background-size: cover;
}

.blog-post-item {
  margin-bottom: 20px;
}

.blog-column-left {
  padding-left: 0;
  padding-right: 0;
}

.blog-text-column-right {
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.blog-post-text-block {
  text-align: left;
}

.image-background-overlay {
  background-image: linear-gradient(to right, #fff 68%, #ffffff03);
  padding: 100px 35px;
}

.event-column-right {
  padding-top: 32px;
  padding-left: 45px;
  padding-right: 45px;
}

.event-title-link {
  color: #333;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  transition: color .2s;
}

.event-title-link:hover {
  color: #e88f2a;
}

.event-overview-image {
  background-image: url('../images/Owner.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.events-row {
  margin-bottom: 20px;
}

.event-header-block {
  text-align: left;
  width: 500px;
}

.blog-date {
  color: #e88f2a;
  font-family: Satisfy;
  font-size: 22px;
  line-height: 34px;
}

.blog-post-author-block {
  float: none;
  color: #fff;
  text-align: left;
  background-color: #3d3833;
  width: 100%;
  padding: 18px 18px 18px 79px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog-post-profile-image {
  float: left;
  border: 5px solid #fff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-left: 0;
  margin-right: 20px;
}

.blog-post-author-title {
  float: none;
  margin-top: 15px;
  font-size: 12px;
}

.blog-post-author-title.name {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.blog-post-block {
  z-index: 10;
  background-color: #fff;
  width: 70%;
  margin-top: -150px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 80px 140px;
  display: block;
  position: relative;
}

.image-link-block {
  width: 100%;
  height: 100%;
  transition: background-color .2s;
}

.blog-author-wrapper {
  float: left;
  width: 265px;
}

.empty-state-icon {
  height: 90px;
}

.empty-state-title {
  margin-top: 7px;
  font-size: 18px;
  font-weight: 700;
}

.empty-state-title.subtitle {
  font-size: 15px;
  font-weight: 400;
}

.menu-white-wrapper {
  background-color: #ffffffb3;
  padding: 23px 13px 3px 0;
}

.copyright-text {
  color: #dbd2c3;
  text-align: center;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
  font-family: raleway, sans-serif;
  font-weight: 300;
  display: inline-block;
}

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

.bottom-footer-link:hover {
  color: #fff;
}

.style-block {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.style-block.first {
  border-bottom-width: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.license-block {
  border: 1px solid #0000001a;
  margin-top: 20px;
  padding: 20px 350px 20px 40px;
  position: relative;
}

.license-block-title {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 30px;
  display: block;
}

.license-links-wrapper {
  position: absolute;
  inset: 50% 50px auto auto;
  transform: translate(0, -50%);
}

.license-link {
  margin-left: 20px;
  display: inline-block;
}

.text-block {
  line-height: 23px;
}

.subpage-intro-nav {
  margin-top: 20px;
}

.subpage-intro-nav-link {
  color: #fff;
  border-right: 1px solid #ffffff1a;
  margin-right: 14px;
  padding-right: 14px;
}

.subpage-intro-nav-link:hover, .subpage-intro-nav-link.w--current {
  color: #ffffff80;
}

.subpage-intro-nav-link.last {
  border-right-width: 0;
  margin-right: 0;
  padding-right: 0;
}

.subpage-intro-nav-link-title {
  text-transform: capitalize;
  display: inline-block;
}

.rtb {
  margin-bottom: -15px;
}

.style-title {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 700;
}

.font-2 {
  font-size: 15px;
}

.checklist-item-2 {
  background-image: url('../images/verified.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 25px;
}

.template-color {
  background-color: var(--goldenrod);
  color: #fff;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.template-color._2 {
  background-color: var(--linen);
  color: #000;
  border: 1px solid #000;
}

.template-color._3 {
  background-color: var(--dark-slate-gray);
  color: #fff;
}

.body {
  padding-left: 250px;
}

.div-block-61 {
  flex-flow: column;
  align-items: flex-start;
  max-width: 920px;
  margin: 27px auto 0;
  display: flex;
}

.hours {
  color: #141414;
  align-items: center;
  margin-bottom: 8px;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.image-4 {
  margin-right: 10px;
}

.paragraph-3 {
  color: var(--black-2);
  text-align: left;
  margin-bottom: 0;
  font-family: raleway, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-4 {
  color: var(--black-2);
  text-align: left;
  margin-bottom: 0;
  font-family: raleway, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.text-span {
  color: var(--saddle-brown);
  font-weight: 600;
}

.paragraph-5 {
  margin-top: 15px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-5._11 {
  margin-top: 21px;
}

.text-span-2 {
  color: var(--goldenrod);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.div-block-62 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pop, .column-2 {
  padding-left: 0;
  padding-right: 0;
}

.columns {
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

._23234 {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 0;
  font-family: raleway, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

._23234._2121 {
  font-size: 15px;
}

._23234._1212244 {
  text-align: right;
  padding-left: 55px;
}

._23233 {
  color: var(--saddle-brown);
  text-align: center;
  margin-bottom: 12px;
  font-family: raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.text-span-3 {
  font-size: 25px;
  font-weight: 300;
}

.text-span-4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.html-embed {
  height: 100%;
}

.parallax {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/vq_group_food_pic-copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 134px 0;
  display: flex;
}

.parallax.coffee {
  background-image: url('../images/55d8297553965dde61577b1f_BG-coffee.jpg');
  background-position: 100%;
}

.paragraph-6 {
  font-family: futura-pt, sans-serif;
  font-size: 17px;
}

.pa1 {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.pa1._45454 {
  align-items: stretch;
  display: flex;
}

.pa1._2323 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.pa1._1211 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pa1._4343 {
  align-items: center;
  display: flex;
}

.pa1.re {
  flex-direction: row-reverse;
}

.text-span-5 {
  display: inline-block;
}

.shop {
  background-image: url('../images/VQ_Shop_pics_-copy.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.shop.reservations {
  background-image: url('../images/Photo-1.jpg');
  background-position: 50% 0;
}

.shop.gallery {
  background-image: url('../images/Beans.jpg');
}

.shop.contact-us {
  background-image: url('../images/contact_us__coffe_pic_60fdef8319be8b206d2bebc5_55d82b1aa811abde4e36a0d7_Coffee.jpg');
  background-position: 50%;
}

.shop.blog-post {
  background-position: 50%;
}

.shop.license {
  background-image: url('../images/Beans.jpg');
}

.shop._0404 {
  background-image: url('../images/beans-coffee-morning-espresso.jpg');
}

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

.link-2 {
  color: #e7dcd0;
}

.link-2:hover {
  color: #fff;
}

.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;
  width: 260px;
  display: flex;
}

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

.text-span-6 {
  color: var(--black-2);
  font-family: futura-pt, sans-serif;
}

._3432 {
  color: var(--saddle-brown);
  text-align: center;
  margin-top: 19px;
  margin-bottom: 0;
  font-family: raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

._321 {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: raleway, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

._321._2121 {
  font-size: 15px;
}

._321._1212244 {
  text-align: right;
  padding-left: 55px;
}

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

.ada-foot.left-align {
  text-align: left;
  margin-bottom: 45px;
}

.ada-foot.align-left {
  text-align: left;
}

.image-6 {
  z-index: 9;
  margin-top: 16px;
  position: relative;
}

.link-4 {
  color: #e2d7cc;
}

.text-span-8 {
  color: #c00;
  font-weight: 600;
}

.div-block-63 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 71px;
  padding-top: 15px;
  display: none;
}

.c2 {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: raleway, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.c2._2121 {
  font-size: 15px;
}

.c2._1212244 {
  text-align: right;
  padding-left: 55px;
}

.link-5 {
  color: var(--black);
}

.embed {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  height: 500px;
  position: absolute;
}

.embed-2 {
  background-color: #0000;
  width: 100%;
  position: absolute;
}

.bold-text {
  color: #c30000;
}

.bold-text-2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.red {
  color: #b81919;
}

.menu-hero {
  z-index: 9;
  background-color: #faf3eb;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.hero-info-wrapper {
  z-index: 5;
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 0;
  display: flex;
  position: absolute;
}

.hero-heading {
  color: #5550;
  text-transform: uppercase;
  font-size: 12rem;
  font-weight: 900;
  line-height: 1;
}

.subheader {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: -15px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.tab-1-back {
  z-index: 1;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Cover_menus_Breakfast_1_Untitled-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
}

.tab-1-back.bar {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/VQ_new_interiors-shoot_ALL_Untitled-2-copy.jpg');
}

.tab-2-background {
  z-index: 2;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Cover_Men-us_lunch_Untitled-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: center;
  width: 100%;
  height: 400px;
  display: none;
  position: absolute;
  top: 0;
}

.tab-2-background.coffee {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/VQ_top_gallery__coffe_60fdef8319be8bc51f2beb80_Photo-1.jpg');
  background-size: auto, cover;
}

.tab-3-background {
  z-index: 3;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Cover_Menus_Dinner_VQ_dinner_Untitled-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: center;
  width: 100%;
  height: 400px;
  display: none;
  position: absolute;
  top: 0;
}

.tab-3-background.cuisine {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Cover_Menus_Dinner_VQ_dinner_Untitled-1.jpg');
}

.tab-panes {
  align-content: flex-end;
}

.tab-item-location {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #2e2e2e;
  font-size: .675rem;
  font-weight: 300;
}

.menu-tab {
  color: #2e2e2e;
  background-color: #fff;
  border-right: 1px solid #fff3;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-top: 4%;
  transition: box-shadow .2s, background-color .3s;
  display: flex;
  position: relative;
}

.menu-tab:hover {
  background-color: #f7f7f7;
  border-radius: 2px;
  box-shadow: 6px 6px 11px #00000029;
}

.menu-tab.w--current {
  color: #fff;
  background-color: #000;
}

.tab-categories {
  z-index: 100;
  border-right: 1px #000;
  height: 30vh;
  padding-bottom: 29px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  top: -17px;
  overflow: visible;
}

.portfolio-tabs {
  flex-direction: column;
  min-height: 100vh;
  padding: 0 3% 40px;
  display: flex;
}

.tab-item-number-2 {
  font-size: .675rem;
  font-weight: 800;
}

.heading {
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 300;
  display: flex;
}

.heading._2 {
  font-size: 1rem;
}

.menu-tab-pane-2 {
  perspective: 1200px;
}

.tab-item-header {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: 100;
}

.tab-4-background {
  z-index: 3;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Cover_Desserts-_shoot_ALL_Untitled-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: center;
  width: 100%;
  height: 400px;
  display: none;
  position: absolute;
  top: 0;
}

.tab-4-background.desserts {
  background-image: linear-gradient(to bottom, null, null), url('../images/cover_dessertUntitled-7-copy.jpg');
}

.modal {
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-60 {
  z-index: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#0000006b, #0000006b);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.modal__body {
  z-index: 2;
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-29 {
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 0;
}

.modal__close {
  opacity: .8;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 18px;
  left: auto;
  right: 20px;
}

.modal__close:hover {
  opacity: 1;
}

.image-26 {
  filter: invert();
}

.text-span-10 {
  font-weight: 700;
}

.bold-text-3 {
  color: var(--sienna);
}

.flex-cont {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: center;
  display: grid;
}

.flex-cont.left-align {
  text-align: left;
  margin-bottom: 45px;
}

.flex-cont.align-left {
  text-align: left;
}

.div-block-64 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-5-background {
  z-index: 3;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/pexels-laker-5732808-1.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: center;
  width: 100%;
  height: 400px;
  display: none;
  position: absolute;
  top: 0;
}

.tab-5-background.desserts {
  background-image: linear-gradient(to bottom, null, null), url('../images/cover_dessertUntitled-7-copy.jpg');
}

.div-block-65 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: var(--peru);
  color: #fff;
  letter-spacing: .5px;
  margin-top: 17px;
  font-family: raleway, sans-serif;
  font-weight: 500;
}

.button-2:hover {
  color: var(--linen);
}

.columns-3 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.column-3 {
  padding-left: 0;
  padding-right: 20px;
}

.column-4 {
  padding-left: 20px;
  padding-right: 0;
}

.columns-4 {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 17px;
    line-height: 26px;
  }

  p {
    font-size: 12px;
  }

  .button {
    margin-top: 10px;
    font-size: 12px;
    line-height: 31px;
  }

  .button.blog-archive {
    top: 24px;
    right: 23px;
  }

  .navbar-left {
    width: 220px;
  }

  .nav-link {
    line-height: 5px;
  }

  .nav-social-icon {
    height: 17px;
  }

  .hero-slide-overlay {
    padding-top: 1px;
    padding-left: 55px;
    padding-right: 55px;
  }

  .hero-slide-button {
    width: 50px;
  }

  .hero-slide-title {
    font-size: 65px;
    line-height: 60px;
  }

  .hero-slide-title.subtitle {
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 30px;
  }

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

  .section.menu-page-section {
    padding-bottom: 25px;
  }

  .section.white, .section.ada {
    padding-bottom: 62px;
  }

  .section-intro-block {
    width: 90%;
  }

  .section-intro-title {
    font-size: 35px;
    line-height: 36px;
  }

  .section-intro-title.small {
    font-size: 26px;
    line-height: 26px;
  }

  .image-section {
    background-attachment: scroll;
  }

  .image-section-overlay {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-section-overlay.owner {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .image-section-row {
    margin-top: 40px;
  }

  .image-section-icon {
    height: 60px;
  }

  .image-section-column-title {
    font-size: 15px;
    line-height: 19px;
  }

  .menu-tab-button {
    line-height: 20px;
  }

  .menu-tab-pane {
    padding-top: 35px;
  }

  .menu-list-item.last {
    border-bottom-style: dashed;
    margin-bottom: 10px;
  }

  .menu-list-item.long {
    padding-right: 0;
  }

  .menu-item-title {
    max-width: 80%;
    font-size: 14px;
  }

  .menu-item-title.description {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .menu-item-title._43432 {
    font-size: 10px;
    line-height: 15px;
  }

  .menu-item-title._5455 {
    font-size: 14px;
    line-height: 15px;
  }

  .menu-item-title._776 {
    font-size: 14px;
    line-height: 20px;
  }

  .menu-item-title.bottle {
    line-height: 15px;
  }

  .menu-item-price {
    font-size: 14px;
  }

  .menu-item-price.lo {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .intro-title {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .footer {
    padding: 55px 25px 25px;
  }

  .section-divider-line {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .text-column-left {
    padding-right: 10px;
  }

  .gallery-column-right {
    padding-top: 72px;
  }

  .gallery-thumb {
    height: 250px;
  }

  .gallery-thumb.large {
    height: auto;
  }

  .footer-col-left {
    padding-top: 7px;
  }

  .go-to-top-link-block {
    width: 60px;
    height: 60px;
    margin-top: -69px;
    margin-bottom: -21px;
  }

  .icon-go-to-top {
    padding: 14px;
  }

  .page-header-overlay {
    padding: 90px 35px;
  }

  .page-header-overlay.menu {
    padding-top: 95px;
    padding-bottom: 165px;
  }

  .page-header-overlay.blog-post {
    padding-top: 75px;
  }

  .page-header-overlay._888j {
    padding-top: 124px;
    padding-bottom: 124px;
  }

  .menu-page-tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    display: flex;
  }

  .menu-page-tab-button {
    background-color: var(--black-2);
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 55px;
    padding: 22px 15px 20px;
    display: flex;
  }

  .menu-page-tab-title.subtitle {
    margin-top: 4px;
    font-size: 10px;
  }

  .menu-page-tab-title._44 {
    text-align: center;
    margin-left: 9px;
  }

  .menu-tab-icon {
    float: none;
    position: static;
  }

  .menu-page-tab-pane {
    padding-top: 45px;
  }

  .gallery-lightbox {
    margin-bottom: 10px;
  }

  .gallery-block-left {
    width: 100%;
  }

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

  .contact-us-row._45454 {
    flex-direction: column;
  }

  .contact-us-row._2323 {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .contact-us-row._1211, .contact-us-row._4343 {
    flex-direction: column;
  }

  .contact-us-row.a11 {
    flex-direction: column-reverse;
    display: flex;
  }

  .contact-us-row._865 {
    flex-direction: column-reverse;
    justify-content: center;
    display: flex;
  }

  .contact-us-row.cc {
    flex-direction: column;
  }

  .contact-us-image {
    height: 280px;
  }

  .contact-us-image.sdsaa {
    margin-bottom: 41px;
  }

  .contact-us-column.text-left, .contact-us-column.text-right {
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-us-column.text-right._433 {
    padding-top: 52px;
    padding-left: 0;
  }

  .contact-us-column.form-left {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-reservation-link-block {
    height: 417px;
    margin-top: 31px;
  }

  .reservation-link-block-overlay {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .reservation-overlay-title {
    font-size: 36px;
    line-height: 38px;
  }

  .reservation-overlay-title._2 {
    margin-top: 9px;
    font-size: 15px;
    line-height: 24px;
  }

  .reservation-image-block {
    height: 416px;
  }

  .reservation-image-column {
    padding-left: 6px;
    padding-right: 0;
  }

  .about-us-image {
    object-fit: cover;
    background-position: 50% 0;
    background-size: cover;
    height: 500px;
    margin-bottom: 0;
  }

  .about-us-text-col-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .event-image-section-overlay {
    padding: 70px 35px 50px;
  }

  .event-title {
    font-size: 51px;
    line-height: 50px;
  }

  .image-background-section {
    background-position: 100%;
  }

  .rating-block {
    margin-top: 25px;
  }

  .blog-link-title {
    font-size: 23px;
    line-height: 28px;
  }

  .blog-post-image {
    height: 350px;
    margin-bottom: 31px;
  }

  .blog-post-image._87 {
    margin-top: 45px;
  }

  .blog-text-column-right {
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-background-overlay {
    background-color: #ffffffe6;
    background-image: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .event-column-right {
    padding-left: 25px;
    padding-right: 25px;
  }

  .event-title-link {
    font-size: 25px;
    line-height: 26px;
  }

  .event-overview-image {
    height: 230px;
  }

  .events-row {
    margin-bottom: 10px;
  }

  .event-header-block {
    width: 420px;
  }

  .blog-post-author-block {
    padding-left: 30px;
  }

  .blog-post-block {
    width: 90%;
    padding-top: 30px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .blog-author-wrapper {
    width: 235px;
  }

  .subpage-intro-nav-link {
    margin-left: 15px;
    padding-left: 15px;
    font-size: 12px;
  }

  .body {
    padding-left: 220px;
  }

  .div-block-61 {
    margin-top: 30px;
    margin-bottom: 0;
  }

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

  .paragraph-4 {
    font-size: 14px;
  }

  .paragraph-4._553 {
    margin-bottom: 25px;
  }

  .pop {
    padding: 28px 0;
  }

  .columns {
    flex-direction: column;
  }

  ._23234._2121 {
    margin-bottom: 16px;
  }

  ._23234._1212244 {
    margin-bottom: 30px;
    padding-left: 78px;
  }

  .parallax {
    flex-direction: column;
    padding-left: 28px;
    padding-right: 28px;
  }

  .link-block {
    margin-left: 0;
    margin-right: 0;
  }

  .pa1 {
    flex-direction: column;
  }

  .pa1.re {
    flex-direction: column;
    margin-top: 45px;
  }

  .columns-2 {
    margin-left: 0;
    margin-right: 0;
  }

  ._321._2121 {
    margin-bottom: 16px;
  }

  ._321._1212244 {
    margin-bottom: 30px;
    padding-left: 78px;
  }

  .div-block-63 {
    align-items: center;
    margin-bottom: 38px;
  }

  .c2._2121 {
    margin-bottom: 16px;
  }

  .c2._1212244 {
    margin-bottom: 30px;
    padding-left: 78px;
  }

  .tab-item-location {
    font-size: .6em;
  }

  .menu-tab {
    flex: none;
    width: 30vw;
    height: 190px;
  }

  .tab-categories {
    flex-flow: row;
    align-content: center;
    align-items: center;
    height: auto;
    padding: 33px 0%;
    overflow: scroll;
  }

  .tab-item-header {
    margin-top: 20px;
    font-size: 1.4em;
  }

  .div-block-64 {
    flex-flow: wrap;
  }

  .div-block-65 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 12px;
  }

  .button, .button.slider-button {
    line-height: 30px;
  }

  .button.blog-read-more {
    margin-top: 0;
  }

  .navbar-left {
    width: 100%;
    height: auto;
    position: fixed;
    inset: 0 0 auto;
  }

  .logo-container {
    float: left;
    width: 240px;
    margin-top: 13px;
    padding-top: 1px;
    padding-bottom: 0;
  }

  .nav-menu {
    z-index: 4000;
    float: right;
    background-color: #262321;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: relative;
  }

  .logo-text {
    text-align: left;
    font-size: 19px;
    line-height: 28px;
  }

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

  ._w-slider {
    height: 500px;
    margin-top: 83px;
  }

  .hero-slide-overlay {
    padding-top: 41px;
  }

  .hero-slide-title {
    font-size: 45px;
    line-height: 40px;
  }

  .hero-slide-title.subtitle {
    font-size: 20px;
    line-height: 20px;
  }

  .section {
    padding: 44px 25px 25px;
    font-size: 12px;
  }

  .section.white {
    padding-bottom: 55px;
  }

  .section.pou {
    padding-bottom: 62px;
  }

  .section.desk {
    padding-bottom: 62px;
    display: block;
  }

  .section.yy65 {
    padding-bottom: 48px;
    display: block;
  }

  .section.c1 {
    padding-bottom: 26px;
  }

  .section.ada {
    padding-top: 133px;
    padding-bottom: 55px;
  }

  .section-intro-block {
    width: 100%;
  }

  .section-intro-title.subtitle, .section-intro-title._12567 {
    margin-bottom: 9px;
    font-size: 18px;
  }

  .section-intro-title.yy7 {
    font-size: 30px;
  }

  .section-intro-title._1212 {
    font-size: 25px;
  }

  .image-section-overlay {
    padding: 25px;
  }

  .image-section-icon {
    height: 50px;
    margin-bottom: 16px;
  }

  .menu-tabs-menu {
    margin-top: 25px;
  }

  .menu-list-item {
    padding-left: 0;
  }

  .menu-list-item.last {
    margin-bottom: 20px;
  }

  .menu-item-title {
    font-size: 14px;
  }

  .menu-item-title._43432 {
    font-size: 11px;
    line-height: 16px;
  }

  .menu-item-title._5455 {
    font-size: 13px;
    line-height: 16px;
  }

  .menu-item-title.bottle {
    line-height: 16px;
  }

  .menu-item-price {
    right: 0;
  }

  .hero-slide-container {
    padding-left: 35px;
    padding-right: 35px;
    top: 53%;
  }

  .footer {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .menu-overlay {
    padding-bottom: 10px;
    position: relative;
  }

  .section-divider-line {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .text-column-left {
    padding-top: 0;
  }

  .gallery-column-right {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-thumb {
    height: auto;
  }

  .footer-col-left {
    text-align: center;
    padding-top: 15px;
    padding-left: 0;
  }

  .go-to-top-link-block {
    margin-top: -39px;
  }

  .go-to-top-link-block.w--current {
    width: 70px;
    height: 70px;
    margin-top: -38px;
    margin-bottom: -26px;
  }

  .icon-go-to-top {
    padding: 22px;
  }

  .footer-col-right {
    text-align: center;
    padding-top: 15px;
    padding-left: 0;
  }

  .page-header.contact-us {
    background-position: 50%;
  }

  .page-header._765 {
    background-position: 50% 0;
  }

  .page-header-overlay {
    padding: 120px 35px 50px;
  }

  .page-header-overlay.menu {
    padding-top: 188px;
    padding-bottom: 158px;
  }

  .page-header-overlay.blog-post {
    padding-top: 105px;
    padding-bottom: 165px;
  }

  .page-header-overlay._888j {
    padding-top: 174px;
    padding-bottom: 174px;
  }

  .page-header-overlay._7654 {
    padding-top: 172px;
    padding-bottom: 158px;
  }

  .page-header-overlay._89 {
    padding-top: 164px;
    padding-bottom: 91px;
  }

  .menu-page-tabs-menu {
    margin-top: -55px;
  }

  .menu-page-tab-button {
    text-align: left;
    border-bottom: 1px solid #534d47;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: background-color .2s;
    display: flex;
  }

  .menu-page-tab-button:hover {
    color: #fff;
    background-color: #e88f2a;
  }

  .menu-page-tab-button.w--current {
    text-align: center;
    padding-top: 12px;
  }

  .menu-page-tab-title {
    font-size: 15px;
    line-height: 13px;
  }

  .menu-page-tab-title._44 {
    margin-top: 2px;
    margin-left: -1px;
  }

  .menu-tab-icon {
    float: left;
    height: 26px;
    margin-right: 14px;
  }

  .menu-page-tab-pane {
    padding-top: 25px;
  }

  .gallery-block-left {
    padding-right: 0;
  }

  .gallery-block-right {
    padding-left: 0;
  }

  .contact-us-image._2 {
    display: block;
  }

  .contact-us-column.text-left {
    padding: 0 0 15px;
  }

  .contact-us-column.text-right {
    padding-top: 35px;
  }

  .contact-us-column.form-left {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-column._322, .contact-us-column._454 {
    height: 400px;
  }

  .contact-us-column._6777 {
    display: block;
  }

  .contact-us-column._1223 {
    display: none;
  }

  .logo-icon {
    float: left;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 9px;
  }

  .contact-us-map {
    height: 370px;
    padding-bottom: 37px;
  }

  .contact-us-reservation-link-block {
    height: 500px;
    margin-bottom: 29px;
  }

  .reservation-image-column {
    padding-left: 0;
  }

  .about-us-image {
    height: 500px;
  }

  .about-us-image-column {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-text-col-right {
    padding-left: 0;
    padding-right: 0;
  }

  .event-image-section-overlay {
    padding: 110px 25px 20px;
  }

  .event-title._2 {
    margin-bottom: 20px;
  }

  .event-info-title._2 {
    margin-bottom: 25px;
  }

  .facts-column {
    padding-bottom: 14px;
  }

  .image-background-section {
    background-size: cover;
  }

  .gallery-column {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    color: #fff;
    text-align: center;
    background-color: #0000;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    margin-top: 16px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .blog-post-item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .blog-column-left {
    padding-right: 0;
  }

  .blog-text-column-right {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-background-overlay {
    background-color: #fff;
    padding: 25px;
  }

  .event-column-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .event-header-block {
    width: 80%;
  }

  .blog-post-block {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-author-wrapper {
    width: 265px;
  }

  .menu-white-wrapper {
    padding: 0;
  }

  .copyright-text {
    font-size: 11px;
  }

  .style-block {
    padding: 30px;
  }

  .style-block.first {
    padding: 40px 40px 0;
  }

  .license-block {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
  }

  .license-links-wrapper {
    margin-top: 10px;
    position: static;
    transform: none;
  }

  .license-link {
    margin-left: 0;
    margin-right: 20px;
  }

  .subpage-intro-nav {
    float: none;
  }

  .subpage-intro-nav-link {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 15px;
  }

  .button-column {
    padding-top: 10px;
  }

  .column {
    padding: 20px 0 0;
  }

  .body {
    padding-left: 0;
  }

  .pop {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .parallax {
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-3 {
    color: var(--black-2);
  }

  .red {
    color: #ad2a2a;
  }

  .text-span-9 {
    font-weight: 600;
  }

  .menu-hero {
    border-style: none;
    height: 300px;
    margin-top: 0;
  }

  .hero-heading {
    font-size: 10rem;
  }

  .tab-1-back, .tab-2-background, .tab-3-background {
    height: 300px;
  }

  .tab-item-location {
    font-size: .5em;
  }

  .menu-tab {
    width: 33%;
    height: 150px;
  }

  .tab-categories {
    margin-bottom: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .portfolio-tabs {
    padding-left: 0%;
    padding-right: 0%;
  }

  .tab-item-header {
    font-size: 1.2em;
  }

  .tab-4-background {
    height: 300px;
  }

  .modal__body {
    flex-direction: column;
  }

  .link-block-6 {
    height: 400px;
  }

  .image-29 {
    margin-bottom: 0;
  }

  .bold-text-3 {
    color: var(--sienna);
  }

  .tab-5-background {
    height: 300px;
  }

  .column-3 {
    padding-right: 0;
  }

  .column-4 {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 16px;
    line-height: 18px;
  }

  .button {
    width: 100%;
    margin-top: 5px;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 30px;
  }

  .button.slider-button {
    margin-top: 8px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
  }

  .button.overview-button {
    width: auto;
  }

  .button.event-button {
    margin-bottom: 10px;
  }

  .button.blog-archive {
    width: auto;
    display: block;
    position: static;
  }

  .button.blog-read-more {
    width: auto;
  }

  .nav-link {
    font-size: 13px;
    line-height: 4px;
  }

  ._w-slider {
    height: 500px;
    margin-top: 84px;
  }

  .hero-slide {
    background-position: 80%;
  }

  .hero-slide._2-2-2 {
    background-position: 60%;
  }

  .hero-slide-overlay {
    padding-left: 45px;
    padding-right: 45px;
  }

  .hero-slide-button {
    width: 30px;
    height: 70px;
    font-size: 14px;
    top: 50px;
  }

  .hero-slide-title {
    font-size: 40px;
  }

  .hero-slide-title.subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .section {
    padding: 43px 20px 20px;
  }

  .section.c1 {
    padding-top: 50px;
    padding-bottom: 32px;
  }

  .section-intro-block {
    margin-bottom: 1px;
  }

  .section-intro-title {
    font-size: 26px;
    line-height: 28px;
  }

  .section-intro-title.subtitle {
    margin-top: 1px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 14px;
  }

  .section-intro-title._121 {
    margin-top: 28px;
  }

  .section-intro-title._3434 {
    font-size: 25px;
  }

  .section-intro-title._7554 {
    margin-bottom: 6px;
    font-size: 25px;
  }

  .section-intro-title._121244 {
    text-align: center;
  }

  .section-intro-title._12567 {
    margin-top: 1px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 14px;
  }

  .section-intro-title.credit {
    margin-top: 12px;
    margin-bottom: 9px;
    font-size: 18px;
  }

  .section-intro-title._1212 {
    white-space: break-spaces;
  }

  .image-section-overlay.owner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-tabs-menu {
    width: 100%;
    margin-top: 20px;
    display: block;
  }

  .menu-tab-button {
    border-radius: 3px;
    width: 100%;
    margin-bottom: 2px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu-list-item.long {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .menu-item-title {
    max-width: 80%;
  }

  .menu-item-title.description {
    width: 100%;
  }

  .menu-item-title._776, .menu-item-title.bottle {
    color: #272727;
    font-size: 14px;
  }

  .menu-item-price {
    font-weight: 300;
  }

  .menu-item-price.lo {
    padding-right: 0;
    position: static;
  }

  .hero-slide-container {
    padding-left: 45px;
    padding-right: 45px;
    top: 60%;
  }

  .intro-title {
    margin-bottom: 7px;
    font-size: 17px;
    line-height: 20px;
  }

  .intro-title.slider-intro-title {
    line-height: 23px;
  }

  .section-divider-line._341 {
    margin-right: auto;
  }

  .text-column-left {
    padding-top: 0;
  }

  .gallery-column-right {
    padding-top: 16px;
  }

  .small-gallery-row {
    margin-bottom: 8px;
  }

  .go-to-top-link-block.w--current {
    margin-top: -48px;
    margin-bottom: -7px;
  }

  .page-header.contact-us {
    background-position: 50% 0;
    margin-top: 82px;
  }

  .page-header._765 {
    background-position: 50% 0;
  }

  .page-header-overlay {
    padding: 110px 25px 35px;
  }

  .page-header-overlay.blog-post {
    padding-top: 95px;
    padding-bottom: 155px;
  }

  .page-header-overlay._1212 {
    padding-top: 81px;
    padding-bottom: 151px;
  }

  .page-header-overlay._888j {
    padding-top: 142px;
    padding-bottom: 142px;
  }

  .page-header-overlay._7654 {
    padding-top: 184px;
  }

  .page-header-overlay._89 {
    padding-top: 182px;
    padding-bottom: 102px;
  }

  .menu-page-tab-button {
    background-color: var(--black-2);
  }

  .menu-tab-icon {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .menu-page-tab-pane._009 {
    padding-top: 30px;
  }

  .contact-us-image {
    height: 200px;
  }

  .contact-us-column.text-right {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-column.text-right._11212 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0;
  }

  .contact-us-column.form-left {
    padding-bottom: 0;
  }

  .contact-us-map {
    padding-bottom: 75px;
  }

  .contact-us-reservation-link-block {
    height: 350px;
  }

  .reservation-image-block {
    height: 305px;
  }

  .about-us-image {
    height: 400px;
  }

  .about-us-image-column {
    padding-bottom: 0;
  }

  .event-image-section-overlay {
    padding: 100px 20px 30px;
  }

  .event-title {
    font-size: 29px;
    line-height: 30px;
  }

  .event-title._2 {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 23px;
  }

  .event-info-title {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 16px;
  }

  .event-info-title._2 {
    font-size: 24px;
  }

  .more-info-text {
    margin-left: 0;
    display: block;
  }

  .image-background-section {
    background-position: -261%;
  }

  .rating-title {
    font-size: 20px;
  }

  .blog-link-title {
    margin-top: 10px;
    line-height: 25px;
  }

  .blog-post-image {
    width: 80%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-post-image.coffee {
    height: 300px;
  }

  .blog-post-image._87 {
    height: 280px;
  }

  .blog-text-column-right {
    padding-top: 15px;
  }

  .event-column-right {
    padding-top: 15px;
    padding-right: 0;
  }

  .event-title-link {
    font-size: 17px;
    line-height: 17px;
  }

  .event-overview-image {
    height: 170px;
  }

  .event-header-block {
    width: 90%;
  }

  .blog-date {
    font-size: 18px;
    line-height: 24px;
  }

  .blog-post-author-block {
    padding-left: 30px;
    padding-right: 28px;
  }

  .blog-post-block {
    width: 100%;
    padding-bottom: 160px;
  }

  .blog-author-wrapper {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .style-block.first {
    padding: 25px 25px 0;
  }

  .license-block {
    border-width: 1px 0 0;
    margin-top: 0;
    padding: 25px;
  }

  .subpage-intro-nav-link {
    border-right-width: 0;
    margin-top: 8px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button-column {
    text-align: center;
    padding-bottom: 10px;
  }

  .style-title {
    text-align: center;
  }

  .paragraph-3, ._23234 {
    font-weight: 400;
  }

  ._23234._1212244 {
    text-align: center;
    padding-left: 0;
  }

  ._23233 {
    font-size: 15px;
  }

  .parallax {
    text-align: center;
  }

  ._3432 {
    font-size: 15px;
  }

  ._321._1212244 {
    text-align: center;
    padding-left: 0;
  }

  ._321.sd {
    padding-left: 0;
    padding-right: 0;
  }

  .link-3 {
    color: var(--black-2);
  }

  .text-span-7 {
    display: inline-block;
  }

  .div-block-63 {
    padding-top: 10px;
  }

  .c2 {
    font-size: 13px;
  }

  .c2._1212244 {
    text-align: center;
    padding-left: 0;
  }

  .c2.sd {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-info-wrapper {
    padding-left: 13px;
    padding-right: 13px;
  }

  .hero-heading {
    font-size: 6rem;
  }

  .subheader {
    font-size: 10px;
  }

  .tab-panes {
    justify-content: center;
    width: 100vw;
  }

  .tab-item-location {
    display: block;
  }

  .menu-tab {
    flex: none;
    width: 55vw;
    height: 120px;
    margin-left: 5px;
  }

  .menu-tab.w--current {
    overflow: hidden;
  }

  .tab-categories {
    align-content: center;
    padding-top: 0;
    padding-bottom: 0;
    top: -17px;
    overflow: scroll;
  }

  .portfolio-tabs {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 23px;
  }

  .tab-item-number-2 {
    display: block;
  }

  .tab-item-header {
    margin-top: 6px;
    font-size: 1rem;
  }

  .modal {
    padding: 0 7px;
  }

  .modal__body {
    border-radius: 0;
    flex-direction: column;
    width: 97%;
    margin: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-6 {
    object-fit: cover;
    height: auto;
    margin: 4px;
  }

  .image-29 {
    object-fit: cover;
  }

  .modal__close {
    opacity: 43;
    filter: none;
    top: -23px;
    right: 4px;
  }
}

#w-node-_118124a6-853f-74fd-3a5b-28fdfa31d714-6f2beb6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Rusticana roman';
  src: url('../fonts/Rusticana-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}