:root {
  --goldenrod: #eb2127;
  --linen: #faf3eb;
  --dark-slate-gray: #55b948;
  --black: #000;
}

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

body {
  color: #333;
  background-color: #1c1a17;
  height: 100%;
  padding-left: 300px;
  font-family: Merriweather, 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: #e88f2a;
}

a:hover {
  color: #5c5246;
}

li {
  margin-bottom: 6px;
}

.button {
  background-color: var(--goldenrod);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 15px;
  margin-bottom: 40px;
  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, .button:active {
  background-color: var(--linen);
  color: var(--goldenrod);
}

.button.slider-button {
  background-color: var(--linen);
  color: var(--goldenrod);
  margin-left: 8px;
  margin-right: 8px;
}

.button.slider-button:hover {
  background-color: var(--goldenrod);
  color: var(--linen);
}

.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.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: #3d383300;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Home.jpg');
  background-position: 0 0, 100%;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 100%;
  display: flex;
  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;
}

.logo-container.w--current {
  z-index: 9;
}

.nav-menu {
  float: none;
  width: 100%;
  height: auto;
  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: .3;
  letter-spacing: 3px;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
}

.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: 400;
  line-height: 10px;
  transition: background-color .2s;
  display: block;
}

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

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

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

.menu-divider {
  background-color: #fffc;
  width: 50%;
  height: 1px;
  margin-top: 49px;
  margin-bottom: 49px;
  display: inline-block;
}

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

.nav-social-button {
  opacity: 1;
  margin-left: 12px;
  margin-right: 12px;
}

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

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

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

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

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

.hero-slide {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/2023-07-28.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-slide._2 {
  background-image: linear-gradient(#0000003b, #0000003b), url('../images/FIRST-IMAGE_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-slide._3 {
  background-image: linear-gradient(#00000045, #00000045), url('../images/unnamed-B.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-slide-overlay {
  text-align: center;
  background-color: #00000040;
  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: 100px 40px 43px;
}

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

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

.container {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

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

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

.section-intro-block {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.section-intro-title.subtitle {
  color: var(--goldenrod);
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.section-intro-title.subtitle.grey {
  color: #333;
  margin-bottom: 10px;
}

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

.section-intro-title.title-padding-donw {
  margin-bottom: 33px;
}

.section-intro-title.red {
  color: var(--goldenrod);
}

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

.image-section.owner {
  background-image: url('../images/adult-bar-cafe-city-employee-240223.jpg');
  background-position: 50% 0;
}

.image-section-overlay {
  color: #fff;
  background-color: #0006;
  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;
}

.menu-tabs.hidden {
  display: flex;
}

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

.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: 15px;
  padding-bottom: 15px;
  padding-right: 90px;
  position: relative;
}

.menu-item-title {
  text-align: left;
  margin-bottom: 3px;
  font-family: Merriweather, serif;
  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;
}

.menu-item-price {
  float: none;
  background-color: var(--goldenrod);
  color: #fff;
  border-radius: 3px;
  margin-top: 0;
  padding-left: 9px;
  padding-right: 9px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  position: static;
  top: 3px;
  right: 24px;
}

.link {
  color: var(--goldenrod);
  text-decoration: none;
}

.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: var(--goldenrod);
  text-shadow: none;
  margin-bottom: 14px;
  font-family: Satisfy, sans-serif;
  font-size: 26px;
  line-height: 20px;
}

.intro-title.slider-intro-title {
  color: var(--goldenrod);
  text-shadow: 0 0 6px #0003;
  line-height: 40px;
}

.footer {
  background-color: var(--goldenrod);
  color: #b1b1b1;
  text-align: left;
  padding: 25px 35px;
}

.menu-overlay {
  background-color: #3d383300;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 70%;
  padding-bottom: 13px;
  display: flex;
}

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

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

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

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

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

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

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

.go-to-top-link-block {
  background-color: var(--goldenrod);
  text-align: left;
  border-radius: 20%;
  width: 90px;
  height: 90px;
  margin-top: -59px;
  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-col-right {
  text-align: right;
}

.page-header {
  background-image: url('../images/Hawaian.jpg');
  background-position: 50% 80%;
  background-size: cover;
  height: 400px;
}

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

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

.page-header.contact-us {
  background-image: linear-gradient(#00000045, #00000045), url('../images/2023-07-28.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

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

.page-header.vegan {
  background-image: url('../images/Saucy-Vegan.jpg');
  height: 400px;
}

.page-header.vegetarian {
  background-image: url('../images/Ricota-e-Spinaci.jpg');
  height: 400px;
}

.page-header.menu-main-image {
  background-image: url('../images/Menu-Image.jpg');
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 400px;
  display: flex;
}

.page-header.meals {
  background-image: linear-gradient(#0000002b, #0000002b), url('../images/SHAWARMA.jpeg');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  height: 400px;
}

.page-header.platters {
  background-image: url('../images/POUTINE.webp');
}

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

.page-header-overlay {
  color: #fff;
  background-color: #0000004a;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.page-header-overlay.menu {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.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 {
  color: #fff;
  background-color: #3d3833;
}

.menu-page-tab-button.w--current {
  background-color: var(--goldenrod);
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

.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-tab-icon {
  float: left;
  height: 29px;
  margin-bottom: 9px;
  position: absolute;
  top: 20px;
  left: 18px;
}

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

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

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

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

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

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

.contact-us-image {
  border-radius: 0 5px 0 0;
  width: 100%;
  height: 330px;
  overflow: hidden;
}

.contact-us-image._2 {
  background-image: url('../images/2023-07-28-B.jpeg');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
}

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

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

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

.field {
  border: 1px solid var(--black);
  border-radius: 3px;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  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/adult-bar-cafe-city-employee-240223.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;
}

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

.success-text {
  color: #e88f2a;
  font-family: Satisfy, sans-serif;
  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/shopping-drinking-cafe.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 580px;
}

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

.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, sans-serif;
  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;
}

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

.image-background-section {
  background-color: #fff;
  background-image: url('../images/unnamed-B.jpeg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

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

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

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

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

.image-background-overlay {
  background-image: linear-gradient(90deg, #fff 68%, #ffffff03);
  padding: 100px 41px 79px;
}

.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, sans-serif;
  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;
}

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

.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: var(--linen);
  margin-right: 10px;
  font-size: 11px;
  display: inline-block;
}

.bottom-footer-link {
  color: var(--linen);
  font-size: 11px;
  text-decoration: none;
}

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

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

.div-block {
  width: 100%;
}

.bold-text-2 {
  font-weight: 200;
}

.paragraph-23 {
  color: #50b948;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.paragraph-23:hover {
  color: #50b948;
}

.paragraph-23.white {
  color: #fff;
  font-size: 16px;
}

.paragraph-23.white.hidden {
  display: none;
}

.italic-text-3 {
  text-indent: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 5px;
  text-decoration: none;
}

.italic-text-3.enter-site {
  color: #e6bc02;
  letter-spacing: 3px;
  font-size: 22px;
}

.button-animated {
  background-color: #c20404;
  border: 4px solid #000;
  transition: all .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-animated:active {
  transform: scale(.9);
}

.button-animated.w--current {
  background-color: #000;
}

.button-animated.shadow {
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px 5px;
  display: flex;
  box-shadow: 0 0 30px #0006;
}

.button-animated.shadow.w--current {
  background-color: #000;
}

.button-animated.shadow.yellow {
  background-color: #e6bc02;
  justify-content: center;
  align-items: center;
}

.paragraph-22 {
  color: #f5f2ee;
  text-align: center;
  background-color: #c20404;
  border: 4px solid #0000;
  margin-bottom: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  transition: all .425s;
}

.paragraph-22:hover {
  color: #000;
  background-color: #e6bc02;
  border: 4px solid #000;
}

.text-block-9 {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 17px;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.image-39 {
  margin-bottom: 38px;
  position: static;
  inset: 0%;
}

.column-23 {
  color: #fff;
  background-image: linear-gradient(#0000, #0000);
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-top: 0;
  display: flex;
}

.column-23:hover {
  opacity: 1;
  background-image: none;
}

.image-38 {
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 0;
  top: 0;
}

.image-38.hidden {
  display: none;
}

.div-block-14 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.column-24 {
  color: #fff;
  background-image: linear-gradient(#0000, #0000);
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-top: 0;
  display: flex;
}

.link-34 {
  text-decoration: none;
}

.bold-text-15 {
  color: #ff5136;
  letter-spacing: 1px;
  font-size: 16px;
  text-decoration: none;
}

.column-2 {
  color: #fff;
  background-image: linear-gradient(#00000061, #00000061), url('../images/2023-07-28.jpg');
  background-position: 0 0, 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-top: 0;
  padding-bottom: 61px;
  display: flex;
}

.column-2._3rd-column {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/6974-1.jpg');
}

.column-2._3rd-column.hidden {
  display: none;
}

.column-2.col-2 {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/6974-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  width: 50%;
  padding-top: 0;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  text-transform: none;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 30px;
  display: block;
  position: relative;
  overflow: visible;
}

.text-block-8.text-2.text-3 {
  flex-direction: column;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  display: block;
}

.container-2 {
  flex-direction: column;
  display: flex;
}

.container-2:hover {
  opacity: 1;
  color: #552020;
}

.wrapper {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.button-inner-filling-layer {
  background-color: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.text-block-7 {
  color: #fff;
  text-align: center;
  text-transform: none;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 30px;
  display: block;
  position: relative;
  overflow: visible;
}

.text-block-7.text-2.text-3 {
  flex-direction: column;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  display: block;
}

.landing-page {
  padding-left: 0;
}

.columns {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-top: 11px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.button-1 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #2e2e2e;
  background-image: linear-gradient(#00000029, #00000029), url('../images/IMG_3627.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 330px;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 22px;
  transition: all .625s;
  display: flex;
}

.button-1:hover {
  color: #fff;
  background-image: linear-gradient(#0003, #0003), url('../images/IMG_3627.jpg');
  background-position: 0 0, 0%;
}

.button-1.meat-pizza {
  height: 180px;
}

.button-1.meat-pizza:hover {
  background-image: linear-gradient(#00000029, #00000029), url('../images/IMG_3627.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 330px;
}

.button-1.veggie-pizza {
  background-image: linear-gradient(#00000029, #00000029), url('../images/IMG_3602.jpg');
  border-style: none;
  height: 180px;
}

.button-1.vegan-pizza {
  background-image: linear-gradient(#00000029, #00000029), url('../images/IMG_3794.jpg');
  border-style: none;
  height: 180px;
}

.button-1.vegan-pizza.pizza-deals {
  background-image: linear-gradient(#0000, #0000), url('../images/Pizza-Deals.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto 100%;
}

.button-1.vegan-pizza.pizza-deals:hover {
  background-image: linear-gradient(to bottom, null, null), url('../images/Pizza-Deals.jpg');
  background-position: 0 0, 30%;
}

.button-1.own {
  background-image: linear-gradient(#00000029, #00000029), url('../images/Keto-Pizza.jpg');
  height: 180px;
}

.button-1.meals {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/SHAWARMA.jpeg');
  background-size: auto, cover;
}

.button-1.platters {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/Pizza-Deals.jpg');
  background-size: auto, cover;
}

.button-1.salads {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Caesar-Salad-Fifteen-Spatulas-3-640x427.jpg');
  height: 180px;
}

.button-1.calzone {
  background-image: linear-gradient(#00000029, #00000029), url('../images/IMG_3739.jpg');
  border-style: none;
  height: 180px;
}

.button-1.garlic-bread {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/poutine.jpg');
  background-size: auto, 360px;
  height: 180px;
}

.button-1.drinks {
  background-image: linear-gradient(#00000029, #00000029), url('../images/Beverages.jpg');
  height: 180px;
}

.button-1.burgers {
  background-image: linear-gradient(#0000, #0000), url('../images/BURGERS.jpg');
}

.button-1.sides {
  background-image: linear-gradient(#0000, #0000), url('../images/POUTINE.webp');
}

.div-block-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 44px;
  display: flex;
}

.div-block-15.hidden {
  display: none;
}

.div-block-16 {
  margin-bottom: 44px;
}

.columns-2 {
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 200px;
  margin-top: 11px;
  display: block;
}

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

.container-17 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-2 {
  background-color: var(--goldenrod);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 17px;
  padding: 12px 25px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-2:active {
  background-color: #43464d;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.contact-headline {
  width: auto;
  margin-bottom: 40px;
}

.contact-form-wrap {
  width: auto;
}

.text-field-3 {
  border: 1px solid #000000db;
  border-radius: 0;
  margin-bottom: 6px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field-3:hover {
  border-color: #e3e6eb;
}

.text-field-3:active, .text-field-3:focus {
  border-color: #43464d;
}

.text-field-3::placeholder {
  color: #32343a66;
}

.text-field-3.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.section-2 {
  margin-left: 30px;
  margin-right: 30px;
}

.section-2.cc-contact {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
  padding: 34px 80px 66px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.contact {
  padding: 0;
}

.heading {
  text-align: center;
}

.bold-text-5 {
  color: var(--black);
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.section-28 {
  background-color: var(--linen);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 113px 40px 135px;
  display: flex;
}

.section-28.more-space-up {
  padding-top: 178px;
}

.feature-icon {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 16px;
  display: inline-block;
  position: static;
}

.feature-card-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex-flow: column;
  flex: 1;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0 13px;
  display: flex;
  position: relative;
}

.feature-card-2.other {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 9px;
  padding: 22px;
  display: flex;
  position: static;
}

.div-block-8 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-8.div-10 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 0;
  display: flex;
}

.div-block-8.div-10.second {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-8.div-10 {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 24px;
  padding-left: 100px;
  padding-right: 100px;
}

.heading-17 {
  color: #bd0000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.link-13 {
  margin-bottom: 0;
  text-decoration: none;
}

.feature-cards {
  flex-wrap: wrap;
  margin-top: 111px;
  margin-bottom: 111px;
  padding-top: 8px;
  display: flex;
}

.paragraph-small-2 {
  font-size: 14px;
  font-weight: 100;
  line-height: 24px;
}

.paragraph-small-2.grey-text {
  float: none;
  color: #707070;
  float: none;
  float: none;
  float: none;
  float: none;
  margin-top: 17px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.image-23 {
  width: 50%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  position: static;
  inset: auto 0% 0%;
}

.container-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-414 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 73px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 46px;
  position: relative;
}

.bold-text-16 {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.link-41 {
  margin-bottom: 0;
  text-decoration: none;
}

.heading-417 {
  color: #bd0000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 28px;
}

.section-29 {
  background-color: var(--linen);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 40px 88px;
  display: flex;
}

.section-29.vegan {
  padding-left: 39px;
  padding-right: 39px;
}

.bold-text-17 {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.heading-419 {
  color: #bd0000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 28px;
}

.link-42 {
  margin-bottom: 0;
  text-decoration: none;
}

.section-30 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 113px 0 135px;
  display: flex;
}

.bold-text-18 {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.section-31 {
  background-color: var(--linen);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 113px 40px 135px;
  display: flex;
}

.link-43 {
  margin-bottom: 0;
  text-decoration: none;
}

.heading-421 {
  color: #bd0000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 28px;
}

.container-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.bold-text-19 {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.section-32 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 126px 40px 135px;
  display: flex;
}

.div-block-17 {
  margin-top: 51px;
  margin-bottom: 20px;
  padding-left: 156px;
  padding-right: 156px;
}

.div-block-17.div-10 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 0;
  display: flex;
}

.div-block-17.div-10.second {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.link-44 {
  margin-bottom: 0;
  text-decoration: none;
}

.heading-434 {
  margin-top: 78px;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
}

.bold-text-20 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-18 {
  width: 100%;
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.bold-text-21 {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.section-33 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 126px 40px 135px;
  display: flex;
}

.div-block-19 {
  margin-top: 51px;
  margin-bottom: 20px;
  padding-left: 156px;
  padding-right: 156px;
}

.div-block-19.div-10 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px 0;
  display: flex;
}

.div-block-19.div-10.second {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.link-45 {
  margin-bottom: 0;
  text-decoration: none;
}

.section-14 {
  background-color: var(--linen);
  padding: 80px 131px 47px;
}

.container-21 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  margin-top: 29px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-21.salads-container {
  padding-left: 10px;
  padding-right: 10px;
}

.heading-12 {
  text-align: left;
  margin-bottom: 34px;
}

.paragraph-27 {
  color: #000;
  text-align: left;
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.section-23 {
  background-image: linear-gradient(#140202ab, #140202ab), url('../images/FIRST-IMAGE.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-23.our-menu-main-image {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/dominoscourtesy.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  padding-top: 95px;
}

.container-22 {
  padding-top: 0;
}

.heading-435 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 73px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 46px;
  position: relative;
}

.image-40 {
  padding-left: 56px;
  padding-right: 56px;
  top: 27px;
}

.list-item-3 {
  margin-bottom: 8px;
  font-weight: 400;
  list-style-type: none;
}

.columns-7 {
  margin-bottom: 36px;
}

.list {
  padding-left: 25px;
  list-style-type: none;
}

.salads-column {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.columns-8 {
  background-color: #000000db;
  flex-direction: row;
  margin-bottom: 18px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.section-15 {
  background-color: var(--linen);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 17px 40px 59px;
  display: flex;
}

.list-item-2 {
  color: #fff;
  background-color: #000000db;
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 25px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 42px;
}

.list-item-2.salad-title {
  background-color: #0000;
  margin-bottom: 0;
  padding-left: 15px;
}

.div-block-20 {
  width: 100%;
}

.bold-text-22 {
  color: var(--goldenrod);
  text-decoration: none;
}

.link-46 {
  text-decoration: none;
}

.div-block-21 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-22 {
  flex-flow: column;
  display: flex;
}

.grid {
  background-color: #ffffffb3;
  padding-top: 23px;
  padding-bottom: 3px;
  padding-right: 13px;
}

@media screen and (min-width: 1440px) {
  .button-animated.shadow.yellow {
    background-color: #e6bc02;
  }
}

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

  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 {
    margin-top: 10px;
    margin-bottom: 10px;
    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-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-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 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 72px;
  }

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

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

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

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

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

  .menu-overlay {
    height: 50%;
  }

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

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

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

  .gallery-thumb {
    height: 80px;
  }

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

  .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-title.subtitle {
    margin-top: 4px;
    font-size: 10px;
  }

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

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

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

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

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

  .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 {
    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 {
    height: 680px;
  }

  .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-color: #fff0;
    background-position: 0%;
  }

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

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

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

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

  .image-background-overlay {
    background-color: #ffffffe6;
    background-image: linear-gradient(#fff, #fff 28%, #fff0 71%);
    padding: 50px 17px;
  }

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

  .italic-text-3.enter-site {
    font-size: 18px;
  }

  .paragraph-22 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 18px;
  }

  .text-block-8 {
    margin-left: 90px;
    margin-right: 1px;
    padding-left: 0;
    padding-right: 0;
    line-height: 40px;
    display: block;
  }

  .text-block-8.text-2.text-3 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-7 {
    margin-left: 90px;
    margin-right: 1px;
    padding-left: 0;
    padding-right: 0;
    line-height: 40px;
    display: block;
  }

  .text-block-7.text-2.text-3 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 28px;
  }

  .columns {
    flex-flow: row;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-21 {
    padding: 10px 0;
  }

  .button-1 {
    background-image: linear-gradient(#0000, #0000), url('../images/ZeroZeroPizza_ChickenLovers_2880x2304.jpg');
    background-size: auto, 300px;
  }

  .button-1.meat-pizza {
    background-image: linear-gradient(#00000029, #00000029), url('../images/IMG_3627.jpg');
    background-size: auto, 360px;
  }

  .button-1.meat-pizza:hover {
    background-image: linear-gradient(to bottom, null, null), url('../images/IMG_3610.jpg');
  }

  .button-1.veggie-pizza {
    background-image: linear-gradient(#0000, #0000), url('../images/IMG_3602.jpg');
    background-size: auto, 360px;
  }

  .button-1.vegan-pizza {
    background-image: linear-gradient(#0000, #0000), url('../images/IMG_3794.jpg');
    background-size: auto, 360px;
  }

  .button-1.own {
    background-image: linear-gradient(#0000001f, #0000001f), url('../images/Keto-Pizza.jpg');
    background-size: auto, 360px;
  }

  .button-1.salads {
    background-image: linear-gradient(#00000026, #00000026), url('../images/Caesar-Salad-Fifteen-Spatulas-3-640x427.jpg');
    background-size: auto, 360px;
  }

  .button-1.calzone {
    background-image: linear-gradient(#00000026, #00000026), url('../images/IMG_3739.jpg');
    background-size: auto, 360px;
  }

  .button-1.garlic-bread {
    background-image: linear-gradient(#00000026, #00000026), url('../images/poutine.jpg');
    background-size: auto, 360px;
  }

  .button-1.drinks {
    background-image: linear-gradient(#00000026, #00000026), url('../images/Beverages.jpg');
    background-size: auto, 360px;
  }

  .columns-2 {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .column-25 {
    padding: 10px 9px;
  }

  .button-2 {
    justify-content: center;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .section-2.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .section-28 {
    padding: 39px 0;
  }

  .section-28.more-space-up {
    padding-top: 74px;
  }

  .feature-card-2 {
    margin-left: 8px;
    margin-right: 8px;
    padding: 0 16px;
  }

  .div-block-8 {
    flex-flow: column;
  }

  .div-block-8.div-10 {
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-small-2 {
    font-size: 13px;
    line-height: 20px;
  }

  .paragraph-small-2.grey-text {
    padding-right: 0;
  }

  .image-23 {
    top: 3px;
  }

  .container-18 {
    flex-direction: column;
    align-items: center;
    padding-top: 255px;
    display: flex;
  }

  .section-29 {
    padding: 0 18px 44px;
  }

  .section-30 {
    padding: 0;
  }

  .section-31 {
    padding: 34px 0;
  }

  .container-19 {
    height: auto;
  }

  .section-32 {
    padding: 39px 0;
  }

  .div-block-17.div-10 {
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-33 {
    padding: 39px 0;
  }

  .div-block-19.div-10 {
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-14 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-23 {
    height: 400px;
    padding-top: 32px;
    padding-bottom: 146px;
  }

  .section-23.our-menu-main-image {
    height: 400px;
    padding-top: 98px;
    padding-bottom: 56px;
  }

  .container-22 {
    flex-direction: column;
    align-items: center;
    padding-top: 255px;
    display: flex;
  }

  .image-40 {
    top: 3px;
  }

  .section-15 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid {
    padding-left: 14px;
    padding-right: 14px;
  }
}

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

  p {
    font-size: 12px;
  }

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

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

  .navbar-left {
    background-image: none;
    background-position: 0 0;
    flex-flow: row;
    width: 100%;
    height: auto;
    padding-right: 30px;
    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;
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    position: absolute;
  }

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

  .nav-link {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .hero-slider {
    height: 420px;
    padding-top: 0;
  }

  .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: 25px;
    font-size: 12px;
  }

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

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

  .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;
    padding-right: 57px;
  }

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

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

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

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

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

  .menu-overlay {
    justify-content: flex-end;
    align-items: center;
    width: 60%;
    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-row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .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-overlay {
    padding: 120px 35px 50px;
  }

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

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

  .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;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: background-color .2s;
    display: block;
  }

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

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

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

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

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

  .gallery-block-right {
    padding-left: 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;
  }

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

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

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

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

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

  .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: var(--goldenrod);
    text-align: center;
    background-color: #fff0;
    border-radius: 3px;
    width: 50px;
    height: 50px;
    margin: 2px;
    padding: 0;
    font-size: 40px;
    line-height: 40px;
  }

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

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

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

  .button-animated.shadow.yellow {
    top: 0;
  }

  .column-23 {
    border-bottom: 2px #fff;
    flex: 0 auto;
    justify-content: space-around;
    width: 100%;
    height: auto;
    margin-bottom: 35px;
    padding-bottom: 2px;
  }

  .div-block-14 {
    margin-top: 0;
  }

  .column-24 {
    border-bottom: 2px #fff;
    flex: 0 auto;
    justify-content: space-around;
    width: 100%;
    height: auto;
    margin-bottom: 35px;
    padding-bottom: 2px;
  }

  .column-2 {
    flex: 0 auto;
    justify-content: space-around;
    width: 100%;
    height: auto;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .column-2._3rd-column {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .column-2.col-2 {
    width: 100%;
    height: auto;
    padding-top: 307px;
    padding-bottom: 28px;
  }

  .text-block-8 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-8.text-2 {
    margin-left: 398px;
    margin-right: -94px;
  }

  .text-block-8.text-2.text-3 {
    margin-bottom: 0;
    line-height: 26px;
  }

  .wrapper {
    flex-direction: column;
    display: flex;
  }

  .button-inner-filling-layer {
    width: auto;
  }

  .text-block-7 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-7.text-2 {
    margin-left: 398px;
    margin-right: -94px;
  }

  .text-block-7.text-2.text-3 {
    margin-bottom: 0;
    line-height: 26px;
  }

  .columns {
    flex-flow: column;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 46px;
    padding-right: 46px;
    display: flex;
  }

  .column-21 {
    background-color: #fff;
    padding: 0 0 22px;
  }

  .button-1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/ZeroZeroPizza_ChickenLovers_2880x2304.jpg');
    background-size: auto, 300px;
  }

  .div-block-15 {
    display: block;
  }

  .columns-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 150px;
    padding-right: 150px;
    display: block;
  }

  .column-25 {
    padding: 0 0 22px;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .container-17 {
    text-align: center;
  }

  .contact-form-wrap, .text-field-3.cc-textarea {
    text-align: left;
  }

  .section-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-2.cc-contact {
    padding: 15px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact {
    padding-left: 13px;
    padding-right: 13px;
  }

  .feature-card-2 {
    flex: 0 auto;
    width: 66.66%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 14px;
  }

  .div-block-8 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -1px;
  }

  .div-block-8.div-10 {
    justify-content: center;
    align-items: center;
    margin-top: 1px;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-8.div-10.second {
    justify-content: center;
    align-items: stretch;
  }

  .div-block-8.div-10 {
    justify-content: center;
    align-items: center;
    margin-top: 1px;
    margin-bottom: 0;
    padding-top: 52px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-cards {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .paragraph-small-2.grey-text {
    padding-left: 0;
    padding-right: 0;
  }

  .image-23 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-18 {
    padding-top: 148px;
  }

  .heading-414 {
    margin-top: 173px;
    margin-bottom: 40px;
    padding-left: 95px;
    padding-right: 95px;
    font-size: 44px;
    line-height: 33px;
  }

  .section-29 {
    padding-top: 0;
  }

  .div-block-17 {
    margin-bottom: -1px;
  }

  .div-block-17.div-10 {
    justify-content: center;
    align-items: center;
    margin-top: 1px;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-17.div-10.second {
    justify-content: center;
    align-items: stretch;
  }

  .div-block-19 {
    margin-bottom: -1px;
  }

  .div-block-19.div-10 {
    justify-content: center;
    align-items: center;
    margin-top: 1px;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-19.div-10.second {
    justify-content: center;
    align-items: stretch;
  }

  .section-14 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .container-21 {
    text-align: center;
  }

  .heading-12 {
    font-size: 3.7rem;
  }

  .section-23 {
    height: 300px;
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .section-23.our-menu-main-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/dominoscourtesy.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 400px;
  }

  .container-22 {
    padding-top: 148px;
  }

  .heading-435 {
    margin-top: 173px;
    margin-bottom: 40px;
    padding-left: 95px;
    padding-right: 95px;
    font-size: 44px;
    line-height: 33px;
  }

  .image-40 {
    margin-left: 0;
    margin-right: 0;
  }

  .list-item-3 {
    font-size: 14px;
  }

  .column-19 {
    align-self: center;
  }

  .columns-7 {
    display: flex;
  }

  .list {
    text-align: left;
    padding-left: 0;
  }

  .columns-8 {
    display: flex;
  }

  .section-15 {
    padding-bottom: 18px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .list-item-2, .list-item-2.salad-title {
    padding-left: 0;
    font-size: 16px;
  }
}

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

  .navbar-left {
    padding-top: 11px;
    padding-bottom: 0;
    padding-right: 0;
    position: fixed;
  }

  .logo-container {
    width: auto;
    margin-top: 0;
  }

  .nav-menu {
    display: block;
  }

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

  .hero-slider {
    height: 500px;
  }

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

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

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

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

  .section-intro-title.subtitle.grey {
    line-height: 35px;
  }

  .image-section-row {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .menu-overlay {
    width: 100%;
    padding-right: 14px;
  }

  .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, .page-header.vegan {
    height: 350px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .image-background-overlay {
    padding-left: 9px;
    padding-right: 9px;
  }

  .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-23 {
    font-size: 16px;
  }

  .paragraph-23.white {
    font-size: 12px;
  }

  .italic-text-3.enter-site {
    letter-spacing: 1px;
    font-size: 22px;
  }

  .button-animated.shadow.yellow {
    justify-content: center;
    align-items: center;
    top: 0;
  }

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

  .image-39 {
    width: 40%;
    max-width: 70%;
    margin-top: -10px;
  }

  .column-23, .column-24 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .column-2 {
    border-bottom: 4px #fff;
  }

  .column-2._3rd-column {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .column-2.col-2 {
    border-bottom: 4px solid #fff;
    height: auto;
    padding-top: 166px;
  }

  .text-block-8 {
    margin-left: 261px;
  }

  .text-block-8.text-2.text-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 11px;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
    display: flex;
  }

  .container-2 {
    text-align: center;
    display: block;
  }

  .wrapper {
    display: flex;
  }

  .text-block-7 {
    margin-left: 261px;
  }

  .text-block-7.text-2.text-3 {
    margin-bottom: 17px;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
    display: flex;
  }

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

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

  .contact-form, .contact-form-wrap {
    flex-direction: column;
  }

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

  .section-28.more-space-up {
    padding-top: 42px;
  }

  .feature-card-2 {
    width: 100%;
  }

  .div-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8.div-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-23 {
    width: 70%;
  }

  .container-18 {
    padding-top: 11px;
  }

  .heading-414 {
    margin-top: 79px;
    margin-bottom: 36px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
    line-height: 36px;
  }

  .section-29 {
    padding-top: 0;
  }

  .section-29.vegan {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container-19 {
    width: auto;
  }

  .div-block-17.div-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-434 {
    font-size: 2.4rem;
  }

  .div-block-18 {
    bottom: -8%;
  }

  .div-block-19.div-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-14 {
    padding-top: 131px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .container-21.salads-container {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-12 {
    font-size: 2.5rem;
  }

  .paragraph-27 {
    font-size: 14px;
    line-height: 22px;
  }

  .section-23 {
    height: 230px;
    padding-top: 129px;
  }

  .section-23.our-menu-main-image {
    height: 300px;
  }

  .container-22 {
    padding-top: 144px;
  }

  .heading-435 {
    margin-top: 79px;
    margin-bottom: 36px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
    line-height: 36px;
  }

  .list-item-3 {
    font-size: 12px;
    line-height: 16px;
  }

  .list-item-3.space-mobile {
    margin-top: 26px;
  }

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

  .column-19 {
    align-self: center;
    padding-left: 0;
  }

  .list {
    text-align: left;
    padding-left: 0;
  }

  .columns-8 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .section-15 {
    padding-bottom: 15px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .list-item-2 {
    padding-left: 0;
    font-size: 14px;
  }

  .list-item-2.salad-title {
    padding-left: 0;
    line-height: 20px;
  }

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

  .grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    display: flex;
  }

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

#w-node-fcf3e10f-1521-cdf5-5f19-02ce35267cc9-1df79799 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fcf3e10f-1521-cdf5-5f19-02ce35267ccd-1df79799 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fcf3e10f-1521-cdf5-5f19-02ce35267cd1-1df79799 {
  grid-area: 2 / 1 / 3 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-fcf3e10f-1521-cdf5-5f19-02ce35267ccd-1df79799 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fcf3e10f-1521-cdf5-5f19-02ce35267cd1-1df79799 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


