:root {
  --gold: #e8bf2a;
  --white: white;
  --black: black;
}

.body {
  background-color: #1c1a17;
  height: 100%;
  padding-left: 300px;
  font-family: Merriweather, serif;
}

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

.menu-overlay {
  background-color: #070707d9;
  background-image: linear-gradient(to top, #e8bf2a21, #1a1916eb);
  width: 100%;
  height: 100%;
}

.logo-container {
  float: none;
  color: #e88f2a;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 25px;
  display: block;
}

.logo-icon {
  opacity: .3;
  height: 45px;
  margin-bottom: 13px;
}

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

.logo-text.subtitle {
  opacity: .3;
  letter-spacing: 3px;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
}

.logo-text.subtitle.nav {
  font-size: 22px;
  line-height: 24px;
}

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

.menu-button {
  display: none;
}

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

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

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

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

.nav-link.w--current:hover {
  color: var(--white);
}

.nav-contact-block {
  margin-top: 25px;
}

.nav-social-button {
  opacity: 1;
  color: #e88f2a;
  margin-left: 4px;
  margin-right: 4px;
}

.nav-social-button:hover {
  opacity: .3;
  color: #5c5246;
}

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

.nav-bottom-text {
  color: #fff;
  margin-top: 22px;
  font-family: Lato, sans-serif;
  font-size: 11px;
}

.hero-slider {
  width: 100%;
  height: 100%;
}

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

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

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

.hero-slide-overlay {
  text-align: center;
  background-color: #00000080;
  background-image: linear-gradient(#42360933, #42360933);
  width: 100%;
  height: 100%;
  padding-top: 1px;
  padding-left: 35px;
  padding-right: 35px;
}

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

.intro-title {
  color: var(--gold);
  margin-bottom: 14px;
  font-size: 26px;
}

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

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

.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 {
  background-color: var(--gold);
}

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

.button.slider-button:hover {
  color: var(--gold);
  background-color: #fff;
}

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

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

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

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

.section {
  background-color: #faf3eb;
  padding: 100px 35px;
}

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

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

.container {
  text-align: center;
}

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

.section-intro-title {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 62px;
  line-height: 66px;
}

.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-divider-line {
  background-color: #00000029;
  width: 40%;
  height: 1px;
  margin: 35px auto 25px;
  display: block;
}

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

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

.image-section-overlay {
  color: #fff;
  background-color: #0006;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  padding: 125px 35px;
}

.image-section-overlay.owner {
  background-image: linear-gradient(to right, #0009, #0000);
}

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

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

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

.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;
  text-decoration: none;
  transition: background-color .3s, color .35s;
}

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

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

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

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

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

.menu-item-price {
  color: #fff;
  background-color: #e88f2a;
  border-radius: 3px;
  margin-top: 9px;
  padding-left: 9px;
  padding-right: 9px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 24px;
}

.menu-item-title {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
}

.menu-item-title.description {
  color: #9e9e9e;
  font-family: Droid Sans, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

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

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

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

.small-gallery-lightbox:hover {
  opacity: .8;
  color: #5c5246;
}

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

.gallery-thumb.large {
  height: 675px;
}

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

.go-to-top-link-block {
  color: #e88f2a;
  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 {
  opacity: .4;
  width: 100%;
  height: 100%;
  padding: 35px;
  position: absolute;
  transform: rotate(-45deg);
}

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

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

.footer-text {
  color: #fff;
  font-size: 12px;
}

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

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

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

.footer-social-block:hover {
  background-color: var(--gold);
}

.page-header {
  background-image: url('../images/42628641_m.jpg');
  background-position: 50% 89%;
  background-size: cover;
}

.page-header.gallery {
  background-image: url('../images/55d5b8d8b4ce9258656a0dd5_Beans.jpg');
}

.page-header.contact-us {
  background-image: url('../images/113572119_m.jpg');
  background-position: 50% 15%;
  background-size: cover;
}

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

.page-header.events {
  background-image: url('../images/61656557_m.jpg');
}

.page-header-overlay {
  color: #fff;
  background-color: #0000004a;
  padding-top: 145px;
  padding-bottom: 145px;
  position: relative;
}

.contact-us-row {
  margin-bottom: 20px;
}

.about-us-image {
  background-image: url('../images/56a9c68c86d180a323b1ea14_shopping-drinking-cafe.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 580px;
}

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

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

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

.rating-title {
  margin-bottom: 13px;
  font-size: 24px;
  line-height: 31px;
}

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

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

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

.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: Great Vibes, cursive;
  font-size: 34px;
  line-height: 40px;
}

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

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

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

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

.contact-us-image {
  background-image: url('../images/DblQueen.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 330px;
}

.contact-us-image._2 {
  background-image: url('../images/IP1_sm.jpg');
  border-bottom-left-radius: 5px;
  height: 380px;
  overflow: hidden;
}

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

.link:hover {
  color: #979797;
}

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

.menu-page-tab-button {
  color: #fff;
  background-color: #0006;
  width: 25%;
  height: 70px;
  padding-top: 19px;
  padding-left: 58px;
  transition: background-color .2s;
  position: relative;
}

.menu-page-tab-button:hover {
  background-color: #3d3833;
}

.menu-page-tab-button.w--current {
  color: #fff;
  background-color: #e88f2a;
  width: 25%;
  height: 70px;
  padding-top: 19px;
  padding-left: 58px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  transition: background-color .2s;
}

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

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

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

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

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

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

.gallery-lightbox {
  color: #e88f2a;
  margin-bottom: 20px;
}

.gallery-lightbox:hover {
  opacity: .8;
  color: #5c5246;
}

.gallery-block-right {
  float: right;
  text-align: center;
  width: 50%;
  padding-left: 20px;
}

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

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

.event-overview-image.king {
  background-image: url('../images/king.jpg');
  height: 400px;
}

.event-overview-image._2 {
  background-image: url('../images/DblQueen.jpg');
}

.event-overview-image.concven {
  background-image: url('../images/RVIT_Store_sm.jpg');
  background-repeat: no-repeat;
  background-size: auto 81%;
  height: 350px;
}

.event-overview-image.local {
  background-image: url('../images/HiddenOaksCasino.jpg');
  background-repeat: no-repeat;
  background-size: auto 90%;
}

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

.image-link-block:hover {
  background-color: #e8bf2ae3;
}

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

.event-title-link {
  color: #000;
  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;
}

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

.blog-post-image {
  background-image: url('../images/55d82b0753965dde61577b33_Spare-ribs.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

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

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

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

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

.field:focus {
  border-color: #e88f2a;
}

.field.area {
  height: 108px;
}

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

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

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

.contact-us-reservation-link-block {
  color: #e88f2a;
  background-image: url('../images/55d5be07b4ce9258656a0f13_Eating.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 487px;
  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;
}

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

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

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

@media screen and (max-width: 991px) {
  .body {
    padding-left: 220px;
  }

  .navbar-left {
    width: 220px;
  }

  .nav-link {
    color: #fff;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .menu-item-price {
    font-size: 13px;
    right: 11px;
  }

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

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

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

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

  .gallery-thumb {
    height: 80px;
  }

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

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

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

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

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

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

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

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

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

  .menu-page-tab-button {
    text-align: center;
    height: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-page-tab-button.w--current {
    height: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

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

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

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

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

  .blog-post-image {
    height: 370px;
  }

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

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

  .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 {
    font-size: 15px;
    line-height: 24px;
  }

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

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

@media screen and (max-width: 767px) {
  .body {
    padding-left: 0;
  }

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

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

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

  .logo-icon {
    float: left;
    height: 51px;
    margin-left: 20px;
    margin-right: 9px;
  }

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

  .menu-divider {
    display: none;
  }

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

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

  .hero-slider {
    height: 420px;
  }

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

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

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

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

  .button {
    line-height: 30px;
  }

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

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

  .section-intro-title.subtitle {
    font-size: 18px;
  }

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

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

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

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

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

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

  .menu-white-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

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

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

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

  .small-gallery-lightbox {
    width: 100%;
  }

  .gallery-thumb {
    height: auto;
    margin-bottom: 20px;
  }

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

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

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

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

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

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

  .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-image._2 {
    display: none;
  }

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

  .menu-page-tab-button {
    text-align: left;
    background-color: #3d3833;
    border-bottom: 1px solid #534d47;
    width: 100%;
    height: 55px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .menu-page-tab-button.w--current {
    width: 100%;
    height: 55px;
    padding: 12px 15px;
  }

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

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

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

  .gallery-block-left {
    padding-right: 10px;
  }

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

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

  .event-overview-image.concven, .event-overview-image.local {
    background-size: contain;
  }

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

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

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

  .blog-post-image {
    height: 250px;
  }

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

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

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

@media screen and (max-width: 479px) {
  .hero-slider {
    height: 400px;
  }

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

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

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

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

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

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

  .button {
    width: 100%;
    margin-top: 5px;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.slider-button {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-slide-button {
    width: 30px;
    height: 70px;
  }

  .section {
    padding: 20px;
  }

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

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

  .section-intro-title.subtitle {
    font-size: 15px;
    line-height: 14px;
  }

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

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

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

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

  .gallery-thumb {
    margin-bottom: 14px;
  }

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

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

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

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

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

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

  .event-overview-image.concven, .event-overview-image.local {
    background-position: 50% 0;
  }

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

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

  .blog-post-image {
    height: 140px;
  }

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

  .blog-link-title {
    margin-top: 10px;
    font-size: 26px;
    line-height: 31px;
  }

  .contact-us-map {
    height: 200px;
    padding-bottom: 0;
  }

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


