h1 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1f252d;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

h2 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1d232c;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  text-align: left;
}

h3 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1d232c;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
}

h4 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  float: none;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1d232c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1f252d;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
}

h6 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1f252d;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
}

p {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #909090;
  line-height: 29px;
}

a {
  color: #909090;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #909090;
  line-height: 22px;
}

img {
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1f252d;
  font-size: 15px;
  line-height: 20px;
}

figcaption {
  margin-top: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #909090;
  line-height: 22px;
  font-style: italic;
  text-align: center;
}

.navbar {
  left: 1px;
  width: 997px;
  height: 74px;
  float: none;
  background-color: #fff;
}

.brand {
  margin-right: 33px;
  padding-top: 29px;
  padding-bottom: 20px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.brand:hover {
  opacity: 0.8;
}

.brand.w--current {
  padding-bottom: 20px;
}

.nav-menu {
  width: 50%;
  height: 80px;
  float: left;
}

.nav-link {
  height: 100%;
  padding: 36px 29px 25px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #1f252d;
  font-size: 12px;
  line-height: 15px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #f1f1f1;
}

.nav-link.w--current {
  background-color: #f1f1f1;
  color: #1f252d;
}

.nav-link.book-a-table {
  left: 426px;
  top: -42px;
  right: 28px;
  display: block;
  width: 17%;
  height: 111%;
  float: none;
  background-image: linear-gradient(307deg, #e7d133, #c7b114 55%, #e7d239);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.nav-link.book-a-table:hover {
  background-image: linear-gradient(307deg, #b6b13a, #b6b13a 55%, #b6b13a);
  opacity: 0.91;
}

.hero-section {
  position: relative;
  display: block;
  width: 100%;
  margin-left: 0px;
  padding-top: 0%;
  padding-bottom: 1%;
  background-image: url('../images/GOPR1760.png');
  background-position: 50% 50%;
  background-size: 100% 101%;
  background-repeat: repeat;
  background-attachment: scroll;
}

.hero-section.inner-pages {
  background-image: url('../images/Bg.jpg');
}

.content-wrapper {
  position: relative;
  padding: 0% 15px;
}

.content-wrapper.on-hero-section {
  left: -619px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 506px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mini-title {
  position: relative;
  top: 103px;
  display: block;
  width: auto;
  margin-bottom: 5px;
  float: left;
  font-family: Raleway, sans-serif;
  color: transparent;
  font-size: 9.5px;
  line-height: 13px;
  font-weight: 800;
  text-align: right;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-title.on-amenities {
  top: 2px;
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  color: #fff;
  text-align: center;
}

.button {
  width: auto;
  height: 45px;
  min-width: 160px;
  padding-top: 16px;
  padding-right: 6%;
  padding-left: 6%;
  border-radius: 25px;
  background-color: #57b63a;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.8px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background-color: rgba(87, 182, 58, 0.9);
}

.button.top-border {
  position: relative;
  left: 67px;
  top: -71px;
  margin-top: 4%;
  float: right;
  background-color: #b6b13a;
}

.button.top-border.mn {
  left: -144px;
  top: -24px;
}

.button.top-border.wewe {
  left: 41px;
  float: right;
}

.button.book-a-table {
  min-width: 100%;
  border-radius: 3px;
  background-color: #b6b13a;
}

.paragraph {
  width: 449px;
  font-size: 18px;
  text-align: left;
}

.paragraph.more-line-height {
  line-height: 30px;
}

.paragraph.intro {
  position: relative;
  left: -6px;
  top: -92px;
  width: 313px;
  height: 131px;
  float: left;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 14px;
  line-height: 29px;
  text-align: left;
}

.paragraph.intro.white {
  top: -10px;
  width: 100%;
  color: #fff;
  text-align: center;
}

.paragraph.intro.gggg {
  left: 29px;
  top: -58px;
  float: left;
  text-align: right;
}

.paragraph.on-footer {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 20px;
}

.paragraph.inline-block {
  display: inline-block;
  width: 328px;
  margin-bottom: 5px;
}

.paragraph.ffff {
  display: none;
}

.green-line {
  position: relative;
  width: 32%;
  height: 2px;
  margin-top: 1%;
  margin-bottom: 4%;
  background-color: #64bd47;
}

.green-line.on-blog-box {
  width: 74%;
  height: 2px;
  margin-top: 6%;
  margin-left: 0%;
  float: right;
}

.green-line.short {
  left: -317px;
  top: 54px;
  width: 30%;
  margin-top: 1%;
  margin-bottom: 2%;
  float: left;
  background-color: #b6b13a;
}

.green-line.on-chef-recommends {
  position: absolute;
  right: -27%;
  bottom: 5%;
  width: 64%;
}

.green-line.mini {
  width: 20%;
}

.go-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  margin-right: 6%;
  margin-bottom: -5%;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #0098ff;
  background-image: url('../images/Arrow-Down.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-position: 50% 50%, 0px 0px;
  background-size: 12px, auto;
  background-repeat: no-repeat, repeat;
}

.go-button:hover {
  opacity: 1;
}

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

.go-button.up {
  top: 0px;
  right: 0px;
  bottom: auto;
  margin-top: -96px;
  background-image: url('../images/Arrow-Up.png'), linear-gradient(307deg, #b6b13a, #b6b13a 24%, #b6b13a);
  background-position: 50% 50%, 0px 0px;
  background-size: 12px, auto;
  background-repeat: no-repeat, repeat;
}

.content-section {
  display: block;
  width: 100%;
  padding-top: 4%;
  padding-bottom: 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-section.no-inner-padding {
  padding-top: 0%;
  padding-bottom: 0%;
}

.content-section.no-bottom-padding {
  padding-bottom: 0%;
}

.content-section.more-bottom-border {
  margin-bottom: 30px;
}

.content-section.restaurant {
  width: 100%;
  background-image: url('../images/room.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gray-line {
  position: relative;
  z-index: 100;
  width: 64%;
  height: 2px;
  margin-top: 2%;
  margin-bottom: 4%;
  background-color: #d9d9d9;
}

.gray-line.short {
  width: 30%;
  margin-top: 2%;
  margin-bottom: 1.5%;
}

.gray-line.mini {
  width: 20%;
}

.text-container.left-border {
  position: relative;
  left: 20px;
  margin-left: 0%;
}

.body {
  height: 1127px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.lightbox-link-1 {
  position: relative;
  left: -10px;
  right: 14px;
  display: block;
  width: 100%;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 13px solid #fff;
  box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.15);
}

.lightbox-link-1.nn {
  left: -3px;
  width: 100%;
}

.lightbox-link-1.nn.kj {
  left: 37px;
  width: 92%;
}

.lightbox-link-2 {
  position: relative;
  left: -3px;
  width: 48%;
  margin-top: 17px;
  margin-right: 4%;
  border: 10px solid #fff;
  box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.15);
}

.lightbox-link-3 {
  position: relative;
  left: -4px;
  top: -167px;
  width: 48%;
  margin-top: 17px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border: 10px solid #fff;
  box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.15);
}

.open-image-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  margin-top: 25%;
  margin-left: 44%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url('../images/Magnifier.png');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.open-image-icon:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.open-image-icon-2 {
  position: absolute;
  width: 60px;
  height: 60px;
  margin-top: 20%;
  margin-left: 33%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url('../images/Magnifier.png');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.open-image-icon-2:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.blog-item-box {
  position: relative;
  display: inline-block;
  height: auto;
  min-height: 410px;
  margin-right: 1.1%;
  background-image: url('../images/Bg.jpg');
  background-position: 50% 50%;
  background-size: 800px;
}

.blog-content-box {
  padding: 20px 15px 15px 20px;
}

.author-name {
  display: inline-block;
  margin-right: 4px;
  float: left;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #57b63a;
  font-size: 13px;
  line-height: 16px;
  font-style: italic;
  text-decoration: none;
}

.author-name:hover {
  border-bottom: 1px solid #57b63a;
}

.by {
  margin-right: 2px;
  float: left;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #909090;
  font-size: 13px;
  line-height: 16px;
  font-style: italic;
}

.footer-navigation {
  padding-top: 70px;
  border-bottom: 4px solid #b6b13a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 38, 48, 0.75)), to(rgba(31, 38, 48, 0.75))), url('../images/Bg.jpg');
  background-image: linear-gradient(180deg, rgba(31, 38, 48, 0.75), rgba(31, 38, 48, 0.75)), url('../images/Bg.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.footer-notices {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  min-height: 60px;
}

.footer {
  position: relative;
  top: -101px;
  margin-top: 6%;
}

.footer-box-1.left {
  margin-left: 15%;
}

.footer-box-2 {
  position: relative;
  left: -250px;
  width: 348px;
  float: left;
}

.link {
  color: #b6b13a;
  text-decoration: none;
}

.link:hover {
  border-bottom: 1px solid #57b63a;
}

.h2-headings {
  position: relative;
  left: -62px;
  top: -92px;
  float: left;
  font-size: 29px;
}

.h2-headings.centered {
  text-align: center;
}

.h2-headings.white {
  position: relative;
  left: -20px;
  top: -77px;
  display: inline-block;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 24px;
}

.h2-headings.white.centered {
  left: 37px;
  float: right;
}

.h2-headings.airtext {
  left: 74px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.h4-headings.green-hover {
  color: #fff;
}

.h4-headings.green-hover:hover {
  color: #57b63a;
}

.h4-headings.white {
  color: #fff;
}

.top-header-text-box {
  margin-top: 8%;
  margin-bottom: 7%;
  padding-right: 2%;
}

.medium-title {
  display: inline-block;
  font-family: Raleway, sans-serif;
  color: #adadad;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.medium-title.green {
  color: #c2ab34;
}

.medium-title-box {
  margin-bottom: 25px;
  padding-bottom: 7px;
  padding-left: 10px;
  border-bottom: 2px solid #eee;
}

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

.field-label {
  display: block;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  color: #1d232c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #d6d6d6;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 13px;
  font-style: italic;
}

.text-field:hover {
  border-bottom-color: #57b63a;
}

.text-field:focus {
  border-bottom-color: #57b63a;
}

.input-box {
  margin-bottom: 25px;
}

.input-box.month {
  width: 31.33%;
  margin-right: 3%;
  float: left;
}

.input-box.day {
  width: 31.33%;
  margin-right: 3%;
  float: left;
}

.input-box.time {
  width: 31.33%;
  float: left;
}

.text-area {
  padding-bottom: 30px;
  border: 1px solid #d6d6d6;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #909090;
  font-size: 13px;
  font-style: italic;
}

.text-area:hover {
  border-color: #57b63a;
}

.text-area:focus {
  border-color: #57b63a;
}

.success-message {
  background-color: #f5f5f5;
}

.error-message {
  padding-top: 13px;
  padding-bottom: 8px;
}

.contact-intro-text-box {
  margin-bottom: 25px;
  text-align: right;
}

.contact-intro-message {
  display: inline-block;
  width: 100%;
}

.book-a-table-modal {
  position: fixed;
  z-index: 10000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100vh;
  padding-top: 0%;
  padding-bottom: 7%;
  background-color: rgba(29, 35, 44, 0.95);
}

.book-a-table-container {
  display: block;
  width: 80%;
  margin: -120px auto 10%;
  padding: 5% 7% 3%;
  border: 4px solid #eee;
  background-color: #fff;
}

.select-field {
  font-family: Raleway, sans-serif;
  font-size: 13px;
}

.submit-button-container {
  display: inline-block;
  width: 100%;
  padding-top: 25px;
  border-top: 2px solid #eee;
}

.close-box {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-right: -15px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #64bd47;
  background-image: url('../images/x.png'), linear-gradient(307deg, #b6b13a, #b6b13a 24%, #b6b13a 78%, #b6b13a);
  background-position: 50% 50%, 0px 0px;
  background-size: 10px, auto;
  background-repeat: no-repeat, repeat;
}

.book-a-table-wrapper {
  position: relative;
  display: block;
  margin-top: 6%;
  padding-bottom: 0.5%;
  border-bottom: 4px solid #b6b13a;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
}

.spicy {
  display: inline-block;
  margin-top: 5px;
  margin-right: 8px;
  padding: 4px 7px 2px 18px;
  background-color: #f2f2f2;
  background-image: url('../images/Mini-Checkmark.png');
  background-position: 6px 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #909090;
  font-size: 7px;
  line-height: 14px;
  text-transform: uppercase;
}

.kosher {
  display: inline-block;
  margin-top: 5px;
  margin-right: 8px;
  padding: 4px 7px 2px 18px;
  background-color: #f2f2f2;
  background-image: url('../images/Mini-Checkmark.png');
  background-position: 6px 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #909090;
  font-size: 7px;
  line-height: 14px;
  text-transform: uppercase;
}

.calories-and-price-box {
  margin-top: 20px;
  margin-bottom: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.calories-and-price-box.more-bottom-border {
  margin-bottom: 27%;
}

.calories-text {
  display: inline-block;
  margin-right: 3px;
  font-family: Unna, sans-serif;
  color: #909090;
  font-size: 15px;
  text-align: center;
}

.price-text {
  display: inline-block;
  font-family: Unna, sans-serif;
  color: #909090;
  font-size: 15px;
  text-align: center;
}

.calories-text-box {
  padding-top: 14px;
  padding-bottom: 11px;
  text-align: center;
}

.price-text-box {
  padding-top: 15px;
  padding-bottom: 11px;
  text-align: center;
}

.right-divider {
  border-right: 1px solid #d6d6d6;
}

.side-bar {
  width: 30%;
  float: right;
}

.social-icon-box {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 5px;
  background-image: url('../images/Facebook-White.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-position: 50% 50%, 0px 0px;
  background-size: 17px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.social-icon-box:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.social-icon-box.twitter {
  background-image: url('../images/Twitter-White.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-size: 17px, auto;
}

.social-icon-box.instagram {
  background-image: url('../images/Instagram-White.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-size: 17px, auto;
}

.social-icon-box.rounded {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  border-radius: 50%;
  background-size: 12px, auto;
}

.social-icon-box.open-table {
  background-image: url('../images/Opentable-icon.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-size: 17px, auto;
}

.social-icon-box.yelp {
  background-image: url('../images/Yelp-icon.png'), linear-gradient(307deg, #55a43b, #57aa3c 24%, #58db38);
  background-size: 17px, auto;
}

.social-icons-box {
  margin-top: 15px;
}

.post-preview-image-link {
  position: relative;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.post-preview-image-link:hover {
  opacity: 0.95;
}

.social-icons-container {
  margin-bottom: 15%;
}

.mini-title-link {
  display: inline-block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #57b63a;
  font-size: 10px;
  line-height: 13px;
  font-weight: 800;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-title-link:hover {
  border-bottom: 1px solid #57b63a;
}

.author-preview-box {
  height: 20px;
}

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

.image {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/breakfast-2-copy.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image.floated-left {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.latest-posts {
  width: 100%;
  margin-top: 45px;
}

.top-logo {
  margin-top: 0px;
  margin-bottom: 0px;
}

.blog-post-image {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.blog-items-container {
  margin-bottom: 50px;
}

.blog-items-container.no-bottom-border {
  margin-bottom: 0px;
}

.chef-recommends-image {
  display: block;
  width: 93%;
  height: 650px;
  margin-left: 19px;
  background-image: url('../images/Food.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.chef-recommends-text {
  position: absolute;
  left: -62px;
  top: 90px;
  display: inline;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Raleway, sans-serif;
  color: #adadad;
  font-size: 9px;
  line-height: 15px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.chef-recommends-container {
  position: relative;
}

.chef-recommends-details {
  margin-top: 23%;
}

.dish-important-notes.more-bottom-border {
  margin-bottom: 15px;
}

.dish-box {
  margin-top: 25px;
  margin-left: 3%;
}

.dish-container {
  margin-bottom: 15px;
}

.locate-us-left-bg {
  position: absolute;
  width: 47%;
  height: auto;
  min-height: 100%;
  background-image: url('../images/Bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.get-directions-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 5%;
  margin-bottom: 5%;
  margin-left: 14%;
  padding-bottom: 5px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.get-directions-text {
  margin-right: 3px;
  float: left;
}

.get-directions-arrow {
  margin-top: 0px;
  margin-bottom: 0px;
}

.locate-us {
  margin-top: 30px;
}

.locate-us-box {
  min-height: 100%;
  padding: 12% 8% 8%;
  background-color: #fff;
}

.locate-us-details-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 3px;
  background-image: url('../images/Dots.png');
  background-position: 50% 100%;
  background-size: 13px;
  background-repeat: repeat-x;
}

.mini-icon-box {
  width: 20px;
  height: 20px;
  margin-top: 9px;
  margin-right: 5px;
  float: left;
  background-image: url('../images/Pin.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.mini-icon-box.phone {
  background-image: url('../images/Phone.png');
  background-size: 12px;
}

.mini-icon-box.email {
  background-image: url('../images/Mail.png');
  background-size: 12px;
}

.row {
  position: relative;
  top: 1px;
  min-height: 80px;
}

.row.map {
  display: inline-block;
  width: 90%;
  margin: 9% auto 4% 7%;
  box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.14);
}

.row.on-footer {
  padding-bottom: 32px;
}

.row.amenities {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  min-height: 0px;
  margin-top: 5%;
}

.ampersand-column {
  position: absolute;
  left: 1px;
  top: -142px;
  bottom: 0px;
  height: auto;
  background-color: transparent;
}

.notice-text-column {
  position: relative;
  left: 28%;
  top: 0px;
  bottom: 0px;
  background-color: #b6b13a;
}

.row-notice {
  position: relative;
  top: 327px;
  z-index: 1000;
  height: auto;
  min-height: 80px;
  min-width: 75%;
  margin-top: -9%;
  float: right;
}

.notice-details {
  position: relative;
  left: 8px;
  z-index: 95;
  width: auto;
  min-height: 80px;
  padding: 9.5% 4% 6% 7%;
  background-image: url('../images/Bg.jpg');
  background-position: 50% 50%;
  background-size: 800px;
  background-repeat: no-repeat;
}

.vegan {
  display: inline-block;
  margin-top: 5px;
  margin-right: 8px;
  padding: 4px 7px 2px 18px;
  background-color: #f2f2f2;
  background-image: url('../images/Mini-Checkmark.png');
  background-position: 6px 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #909090;
  font-size: 7px;
  line-height: 14px;
  text-transform: uppercase;
}

.h4-link {
  display: block;
}

.breadcrumb {
  font-family: Raleway, sans-serif;
  color: #adadad;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.breadcrumb.green {
  color: #57b63a;
}

.breadcrumb-arrows {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  font-family: Raleway, sans-serif;
  color: #adadad;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.background-right-column {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  height: auto;
  background-image: url('../images/BAWA0536.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: repeat;
}

.background-left-column {
  position: relative;
  left: 59%;
  top: 0px;
  bottom: 0px;
  height: auto;
  background-image: url('../images/Bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-column-text-box {
  width: 93%;
  height: 449px;
  padding: 29% 9% 10%;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  text-align: left;
}

.footer-link {
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #57b63a;
}

.footer-link.w--current {
  border-bottom: 1px solid #57b63a;
  color: #57b63a;
}

.footer-title-box {
  margin-bottom: 15px;
}

.footer-notice-box {
  position: relative;
  padding-top: 15px;
  text-align: left;
}

.footer-divider-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  background-color: #171c23;
}

.footer-divider-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 1px;
  margin-top: 1px;
  background-color: #232a35;
}

.footer-logo {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.footer-logo:hover {
  opacity: 0.9;
}

.green {
  color: #57b63a;
}

.empty-state {
  background-color: #f9f9f9;
}

.footer-address-box {
  width: 303px;
}

.footer-icon-box {
  width: 20px;
  height: 20px;
  margin-top: 9px;
  margin-right: 5px;
  float: left;
  background-image: url('../images/Pin-copy.png');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.footer-icon-box.email {
  background-image: url('../images/Mail-copy.png');
  background-size: 12px;
}

.footer-icon-box.phone {
  background-image: url('../images/Phone-copy.png');
  background-size: 12px;
}

.book-a-table-header-bg {
  overflow: hidden;
  height: 400px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url('../images/room.jpg');
  background-position: 0px -190px;
  background-size: cover;
}

.slider {
  height: auto;
  margin-top: 3%;
  background-color: transparent;
}

.rating-stars {
  position: relative;
  top: -96px;
  right: -61px;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 6px;
  float: right;
}

.rating-stars.nnn {
  left: 33px;
  top: -87px;
  float: right;
}

.left-arrow.hide {
  display: none;
}

.right-arrow.hide {
  display: none;
}

.slide-nav.hide {
  display: none;
}

.icon {
  font-size: 15px;
}

.continue-reading-rounded-button {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: auto;
  height: auto;
  min-height: 40px;
  min-width: 160px;
  margin-top: 30%;
  margin-left: 15%;
  padding: 18px 10% 14px;
  border-radius: 30px;
  background-color: rgba(87, 182, 58, 0.8);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  cursor: pointer;
}

.continue-reading-rounded-button:hover {
  background-color: #57b63a;
}

.continue-reading-rounded-button.on-event-box {
  margin-top: 40%;
}

.event-box {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 350px;
  margin-bottom: 10%;
  background-image: url('../images/');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.event-box:hover {
  opacity: 0.9;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(53%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.85)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 53%, rgba(0, 0, 0, 0.85));
}

.event-details {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-bottom: 4px solid #57b63a;
}

.event-date {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #909090;
  font-style: italic;
}

.featured-events-container {
  margin-bottom: 45px;
}

.event-image {
  margin-top: 0px;
}

.event-container {
  width: 65%;
  float: left;
}

.event-text {
  margin-right: 3px;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  color: #909090;
  line-height: 29px;
}

.event-text.green {
  color: #57b63a;
}

.event-side-bar-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.event-details-container {
  margin-bottom: 15%;
}

.amenities-box-1 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 10px 10px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.amenities-text-container {
  display: block;
  width: 80%;
  margin: 6% auto;
  text-align: center;
}

.amenities-box-2 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 10px 10px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.amenities-box-3 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 10px 10px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.column-1 {
  z-index: 10;
}

.column-1.inner-padding {
  top: 52px;
  padding-top: 7%;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.column-2.nnn {
  top: -10px;
}

.final-dots {
  text-align: center;
}

.final-dots-text {
  font-family: Montserrat, sans-serif;
  color: #57b63a;
}

.logo {
  position: relative;
  top: -34px;
}

.nnn {
  color: #b6af0b;
}

._22 {
  position: relative;
  left: -74px;
  float: right;
  font-size: 39px;
  text-align: center;
}

._22.rr {
  left: 47px;
}

._22.rr.ff {
  left: -2px;
  float: right;
}

.nnnnn {
  position: relative;
  left: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  font-family: Bitter, serif;
  font-size: 35px;
  text-align: right;
}

.single {
  width: 122px;
  float: left;
  color: #b6b13a;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
}

.fff {
  left: -32px;
  top: 42px;
}

.nbnb {
  position: relative;
  left: 54px;
  width: 100%;
  margin-right: -44px;
  padding-right: 127px;
  float: left;
  font-size: 22px;
  text-align: right;
}

.nbnb.vfvfv {
  left: 122px;
  text-align: right;
}

.nbnb.vfvfv.nb {
  left: 54px;
  text-align: left;
}

.nbj {
  top: 24px;
}

.en {
  position: relative;
  left: -19px;
  top: 12px;
  width: 8%;
  margin-right: 0%;
  margin-left: 1%;
  padding-left: 15px;
  float: right;
  border: 2px solid #fff;
  border-radius: 56px;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.en.w--current {
  width: 14%;
  margin-right: 0%;
  margin-left: 1%;
}

.rr {
  float: left;
  text-align: right;
}

.logos {
  position: relative;
  left: 23px;
  top: -28px;
  width: 32%;
  margin-right: 32%;
  margin-left: 32%;
}

.videoss {
  top: -190px;
  z-index: -17;
  width: 47%;
  height: 308px;
  border: 11px solid #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.26);
}

html.w-mod-js *[data-ix="action-for-dropdown-link"] {
  opacity: 0;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-pointer-green"] {
  opacity: 0;
  -webkit-transform: translate(-3px, 0px);
  -ms-transform: translate(-3px, 0px);
  transform: translate(-3px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-dropdown-list"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="initial-appearance-for-open-image-icon"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="initial-appearance-for-arrow-on-services"] {
  opacity: 0;
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-left-side-line"] {
  -webkit-transform: translate(-209px, 0px);
  -ms-transform: translate(-209px, 0px);
  transform: translate(-209px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-for-category-arrow"] {
  opacity: 0;
  -webkit-transform: translate(-3px, 0px);
  -ms-transform: translate(-3px, 0px);
  transform: translate(-3px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-for-category-arrow-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="initial-appearance-for-social-icon-for-team-members"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="initial-appearance-for-green-bg-box"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="initial-appearance-for-hero-dish"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="initial-appearance-for-hero-text-container"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-for-green-line"] {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

html.w-mod-js *[data-ix="initial-appearance-for-go-button"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-top-header-box"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix="actions-for-go-button"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-for-book-a-table"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-for-book-a-table-wrapper"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-out-modal-screen"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-see-menu-button"] {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

html.w-mod-js *[data-ix="body-opacity-100-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="initial-appearance-for-amenities-boxes"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="columns-initial-appearance"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-up-columns-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media screen and (max-width: 991px) {
  .nav-menu {
    width: 100%;
    height: auto;
    background-color: #fff;
  }

  .nav-link.book-a-table {
    width: 100%;
    float: none;
  }

  .menu-button {
    height: 80px;
    padding-top: 37px;
  }

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

  .mini-title.on-amenities {
    float: none;
  }

  .green-line.less-bottom-border {
    margin-bottom: 2%;
  }

  .content-section.more-bottom-border {
    margin-bottom: 10%;
  }

  .gray-line.short {
    margin-top: 1%;
  }

  .body {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .burger-line-1 {
    display: block;
    width: 20px;
    height: 2px;
    margin-right: auto;
    margin-bottom: 3px;
    margin-left: auto;
    background-color: #57b63a;
  }

  .burger-line-2 {
    display: block;
    width: 20px;
    height: 2px;
    margin-right: auto;
    margin-bottom: 3px;
    margin-left: auto;
    background-color: #57b63a;
  }

  .burger-line-3 {
    width: 20px;
    height: 2px;
    background-color: #57b63a;
  }

  .blog-item-box {
    min-height: auto;
  }

  .footer {
    margin-top: 16%;
  }

  .footer-box-1 {
    display: block;
    margin-right: auto;
    margin-bottom: 6%;
    margin-left: auto;
    float: none;
  }

  .dish-box {
    margin-top: 10px;
    margin-left: 0%;
  }

  .row.map {
    width: 90%;
  }

  .vegan {
    margin-right: 4px;
  }

  .dynamic-item {
    width: 33.33%;
  }

  .left-column-text-box {
    width: 100%;
  }

  .continue-reading-rounded-button {
    margin-top: 25%;
    margin-left: 8%;
  }

  .amenities-text-container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    color: #1f252d;
    font-size: 6vw;
    line-height: 1.3em;
  }

  h2 {
    font-size: 5vw;
    line-height: 1.3em;
  }

  h3 {
    font-size: 4vw;
    line-height: 1.3em;
  }

  h4 {
    font-size: 3vw;
    line-height: 1.5em;
  }

  h5 {
    font-size: 2.8vw;
    line-height: 1.5em;
  }

  h6 {
    font-size: 2.5vw;
    line-height: 1.5px;
  }

  .green-line {
    margin-top: 4%;
    margin-left: 0%;
  }

  .green-line.less-bottom-border {
    margin-top: 1%;
  }

  .content-section.more-bottom-border {
    margin-bottom: 15%;
  }

  .gray-line {
    margin-left: 0%;
  }

  .text-container {
    margin-top: 7%;
    margin-left: 0%;
  }

  .text-container.left-border {
    margin-top: 0%;
  }

  .open-image-icon {
    width: 50px;
    height: 50px;
    margin-left: 40%;
  }

  .open-image-icon-2 {
    width: 50px;
    height: 50px;
    margin-top: 16%;
    margin-left: 28%;
  }

  .blog-item-box {
    width: 100%;
  }

  .footer-box-1.left {
    margin-left: 0%;
  }

  .footer-box-2 {
    margin-bottom: 6%;
    margin-left: 0%;
  }

  .medium-title {
    display: inline;
  }

  .input-box.month {
    width: 100%;
  }

  .input-box.day {
    width: 48.5%;
  }

  .input-box.time {
    width: 48.5%;
  }

  .right-divider {
    border-bottom: 1px solid #d6d6d6;
    border-right-style: none;
  }

  .mini-title-link {
    display: inline-block;
  }

  .locate-us-left-bg {
    width: 60%;
  }

  .get-directions-link {
    font-size: 1.9vw;
    line-height: 1.3em;
  }

  .notice-text-column {
    left: 0%;
  }

  .notice-details {
    border-left: 4px solid #57b63a;
  }

  .background-right-column {
    position: relative;
    height: 350px;
  }

  .background-left-column {
    left: 0%;
  }

  .footer-logo {
    margin-bottom: 7%;
  }

  .continue-reading-rounded-button {
    display: none;
  }

  .amenities-box-1 {
    margin-bottom: 10px;
  }

  .amenities-box-2 {
    margin-bottom: 10px;
  }
}

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

  h2 {
    font-size: 8.5vw;
  }

  h3 {
    font-size: 7.5vw;
  }

  h4 {
    font-size: 5.5vw;
  }

  h5 {
    font-size: 5vw;
  }

  h6 {
    font-size: 4.5vw;
    line-height: 1.3px;
  }

  .navbar {
    width: 100%;
  }

  .brand.w--current {
    height: 74px;
  }

  .nav-link.book-a-table {
    left: -1px;
  }

  .hero-section {
    left: 1px;
    display: block;
    width: 100%;
    background-position: 0px 0px;
  }

  .content-wrapper {
    top: -113px;
    z-index: 4;
  }

  .content-wrapper.on-hero-section {
    left: -11px;
    top: 127px;
    height: 231px;
  }

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

  .button.top-border {
    left: 20px;
    top: -53px;
  }

  .button.top-border.mn {
    left: -59px;
    top: 33px;
  }

  .button.top-border.wewe {
    left: 23px;
    top: -108px;
    float: right;
  }

  .paragraph {
    width: 100%;
  }

  .paragraph.intro {
    left: -16px;
    width: 100%;
    font-size: 12px;
  }

  .paragraph.intro.white {
    left: -1px;
    top: 97px;
  }

  .paragraph.intro.white.mm {
    width: 100%;
    font-size: 12px;
  }

  .paragraph.intro.gggg {
    left: 15px;
    top: -73px;
    font-size: 13px;
  }

  .paragraph.on-footer {
    width: 100%;
    text-align: center;
  }

  .paragraph.inline-block {
    position: relative;
    left: 269px;
    width: 100%;
    text-align: center;
  }

  .paragraph.inline-block.jjjj {
    left: 270px;
    float: right;
    text-align: center;
  }

  .green-line {
    margin-top: 2%;
  }

  .green-line.on-chef-recommends {
    position: absolute;
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .green-line.less-bottom-border {
    margin-bottom: 4%;
  }

  .go-button {
    margin-bottom: -32px;
  }

  .go-button.w--current {
    top: 73px;
  }

  .go-button.up {
    margin-top: -86px;
  }

  .content-section {
    position: relative;
    display: block;
    padding-top: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-section.more-bottom-border {
    margin-bottom: 25%;
  }

  .content-section.restaurant {
    position: relative;
    top: -220px;
  }

  .gray-line {
    margin-top: 2%;
  }

  .gray-line.short {
    margin-bottom: 3%;
  }

  .text-container.left-border {
    position: relative;
    left: 41px;
    top: -313px;
    width: 94%;
    margin-top: 13%;
    margin-left: 0%;
  }

  .text-container.left-border.kkk {
    left: 5px;
    top: -154px;
    float: right;
  }

  .text-container.left-border.jjjjjjjjj {
    left: 10px;
    width: 100%;
    float: left;
  }

  .body {
    height: 3348px;
  }

  .lightbox-link-1 {
    left: 0px;
  }

  .lightbox-link-1.nn {
    top: -7px;
  }

  .lightbox-link-1.nn.kj {
    left: 43px;
    top: -235px;
  }

  .lightbox-link-3 {
    top: -127px;
  }

  .burger-line-1 {
    background-color: #b6b13a;
  }

  .burger-line-2 {
    background-color: #b6b13a;
  }

  .burger-line-3 {
    background-color: #b6b13a;
  }

  .blog-item-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-navigation {
    padding-top: 60px;
  }

  .footer-notices {
    padding-bottom: 10px;
  }

  .footer {
    position: relative;
    top: -272px;
  }

  .h2-headings {
    left: 0px;
    top: 43px;
    font-size: 22px;
  }

  .h2-headings.white {
    text-align: left;
  }

  .h2-headings.white.centered {
    left: 15px;
    text-align: center;
  }

  .h2-headings.airtext {
    left: 17px;
    top: 31px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }

  .h2-headings.hhh {
    left: -3px;
  }

  .h1-headings {
    font-size: 8.8vw;
  }

  .medium-title.green.ffff {
    position: relative;
    left: 111px;
    top: 16px;
    float: right;
  }

  .column {
    left: 5px;
    display: block;
  }

  .column.mjh {
    text-align: right;
  }

  .field-label {
    float: right;
  }

  .field-label.nnnnnnn {
    float: left;
  }

  .text-field {
    float: right;
    text-align: right;
  }

  .text-field.jjhjhjhhjh {
    float: left;
    text-align: left;
  }

  .book-a-table-modal {
    display: block;
  }

  .book-a-table-wrapper {
    top: 99px;
    margin-top: 10%;
  }

  .calories-and-price-box.more-bottom-border {
    margin-bottom: 0%;
  }

  .right-divider {
    border-right-style: solid;
    border-bottom-style: none;
  }

  .side-bar {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10%;
    float: none;
  }

  .blog-items-container {
    margin-bottom: 0px;
  }

  .chef-recommends-details {
    margin-top: 40px;
    margin-bottom: 10%;
  }

  .dish-box {
    margin-top: 10px;
  }

  .dish-container {
    margin-bottom: 0px;
  }

  .get-directions-link {
    margin-bottom: 10%;
    border-bottom: 2px solid #57b63a;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    font-size: 2.9vw;
  }

  .get-directions-link:hover {
    color: #57b63a;
  }

  .get-directions-arrow {
    display: none;
  }

  .row {
    left: 1px;
    top: 2px;
  }

  .row.amenities {
    top: 98px;
  }

  .ampersand-column {
    z-index: 15;
  }

  .notice-text-column {
    top: 10px;
    z-index: 65;
  }

  .row-notice {
    left: 46px;
    top: 189px;
  }

  .notice-details {
    min-height: 66px;
    border-left-color: #b6b13a;
  }

  .dynamic-item {
    width: 100%;
  }

  .background-right-column {
    position: relative;
    top: -97px;
    min-height: 300px;
  }

  .background-left-column {
    position: relative;
    left: 0%;
    top: -97px;
  }

  .book-a-table-header-bg {
    background-position: 0px 2px;
    background-size: cover;
  }

  .rating-stars {
    left: 12px;
    top: -67px;
  }

  .rating-stars.nnn {
    left: -24px;
    top: -74px;
    float: left;
  }

  .rating-stars.nnn.jhhjh {
    left: 13px;
    top: -130px;
    float: right;
  }

  .event-container {
    width: 100%;
    float: none;
  }

  .column-1.inner-padding {
    top: 56px;
  }

  .column-2 {
    top: -113px;
  }

  .column-2.nnn {
    top: 35px;
    z-index: 64;
  }

  .jj {
    position: relative;
    top: 43px;
  }

  ._22 {
    left: -46px;
    top: -156px;
    float: right;
  }

  ._22.rr {
    left: 15px;
    top: -247px;
    float: left;
  }

  .nnnnn {
    position: relative;
    left: -4px;
    height: 37px;
    background-color: transparent;
    font-family: Bitter, serif;
    font-size: 30px;
    text-align: center;
  }

  .fff {
    position: relative;
    top: -107px;
  }

  .fff.vfv {
    left: 26px;
    top: 86px;
  }

  .nbnb {
    left: 9px;
    top: -164px;
    width: 98%;
    padding-right: 0px;
    font-size: 18px;
    text-align: center;
  }

  .nbnb.vfvfv {
    left: 12px;
    top: -241px;
    float: left;
    font-size: 15px;
    text-align: left;
  }

  .nbnb.vfvfv.jjjj {
    left: -10px;
    float: right;
  }

  .en {
    left: -12px;
    top: 6px;
    right: 26px;
    width: 25%;
    height: 10%;
    padding-top: 3%;
    padding-bottom: 3%;
    float: right;
  }

  .rr {
    padding-bottom: 24px;
    text-align: left;
  }

  .logos {
    left: 26px;
    top: 2px;
    width: 83%;
    margin-left: 0%;
  }

  .videoss {
    width: 100%;
  }

  .bfbf {
    position: relative;
    top: -105px;
    z-index: -69;
    border: 12px solid #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  }
}

