.header {
  position: absolute;
  z-index: 5;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: transparent;
}

.header._2 {
  position: relative;
}

.nav-link {
  color: #362a1e;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #f9f9f9;
  color: #362a1e;
}

.nav-link.w--current {
  color: #362a1e;
}

.nav-link.red {
  font-family: Montserrat, sans-serif;
  color: #d10000;
}

.nav-link.current-red {
  color: #c09000;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.brand {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.brand.w--current {
  left: auto;
  right: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  height: 100vh;
}

.slider.page {
  height: 300px;
}

.slide {
  background-image: url('../images/pizza-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.slide._1 {
  padding-top: 0px;
  background-color: transparent;
  background-image: url('../images/c.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.slide._2 {
  background-color: transparent;
  background-image: url('../images/b.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.slide._3 {
  background-image: url('../images/Landing---Pepperoni-p-1080.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide.page-1 {
  background-image: url('../images/philly-grill-chicken-wings.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide._4 {
  padding-top: 60px;
  background-image: url('../images/Honey-Buffalo-Wings-feat.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-nav {
  display: none;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.container {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

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

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  color: #362a1e;
  text-align: center;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.ws-vs1 {
  border: 1px solid #eee;
  background-color: #fff;
}

.menu-button {
  padding: 5px;
  float: left;
  background-color: transparent;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
}

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

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

.menu-button._2 {
  color: #d10000;
}

.nav-menu {
  width: 50%;
  padding-top: 50px;
  background-color: #fff;
}

.logo {
  width: 75px;
}

.paragraph {
  line-height: 25px;
  text-align: left;
}

.order-online-button {
  position: relative;
  top: 10px;
  padding: 20px;
  float: right;
  background-color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.order-online-button:hover {
  background-color: #bd8203;
}

.inside-div {
  width: auto;
  margin-bottom: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: transparent;
}

.inside-div:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.inside-div.page {
  margin-bottom: 0px;
}

.heading {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 30px;
  background-color: #fff;
  color: #333;
  font-size: 50px;
  line-height: 55px;
  text-transform: uppercase;
}

.heading.page {
  width: auto;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 40px;
  line-height: 45px;
}

.button {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 10px;
  background-color: #362a1e;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.details-div {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d3;
  border-radius: 5px;
  background-color: #f9f9f9;
  box-shadow: 2px 0 9px 0 #e5e3e4;
}

.details-div.a {
  margin-right: 20px;
  margin-left: 0px;
}

.details-div.b {
  margin-right: 0px;
  margin-left: 20px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 22px;
  text-transform: uppercase;
}

.heading-2._2 {
  margin-bottom: 0px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #362a1e;
  font-size: 20px;
  line-height: 26px;
}

.columns {
  text-align: left;
}

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

.info-textblock {
  color: #362a1e;
  font-size: 15px;
  line-height: 20px;
}

.info-textblock._2 {
  margin-bottom: 3px;
}

.info-textblock._3 {
  margin-top: 20px;
}

.info-textblock._4 {
  margin-top: 20px;
}

.info-textblock.page {
  margin-bottom: 0px;
}

.text-block-2 {
  color: #362a1e;
  font-size: 15px;
  line-height: 20px;
}

.list-item {
  margin-bottom: 7px;
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.button-2 {
  display: inline-block;
  width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 13px 30px;
  border: 1px none #d10000;
  background-color: #d10000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #af0000;
}

.square-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 5px;
  background-color: #362a1e;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.columns-2 {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.div-block-2.page {
  background-color: transparent;
  background-image: none;
}

.footer-text-block {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}

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

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #362a1e;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.header-div {
  width: 70%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.header-div._2 {
  margin-bottom: 20px;
}

.page-box {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 15px;
  border: 1px solid #e5e3e4;
  border-radius: 5px;
  box-shadow: 1px 1px 2px -1px #b1b1b1;
  text-align: center;
}

.heading-4 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 26px;
}

.heading-4.page {
  margin-bottom: 0px;
}

.image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.lightbox-link {
  position: relative;
  width: 19%;
  height: 200px;
  margin: 10px 0.5%;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  box-shadow: 1px 1px 3px 0 #b1b1b1;
}

.lightbox-link.long {
  height: 330px;
}

.image-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 200px;
  border: 1px solid #dfdfdf;
  box-shadow: 1px 1px 3px 0 #b1b1b1;
}

.image-2.long {
  height: 330px;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
  text-align: center;
}

.section-5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}

.section-7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/Honey-Buffalo-Wings-feat.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #4c4c4c;
  font-size: 15px;
}

.icon {
  background-color: transparent;
  color: #fff;
}

.icon._2 {
  color: #bd430d;
}

.icon._2.white {
  color: #fff;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._33-percent-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._33-percent-column.top-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._33-percent-column.top-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-4 {
  display: block;
  width: 400px;
  margin: 25px 10px 10px;
  text-align: center;
}

.div-block-4._2 {
  display: block;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9000;
  display: block;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9000;
  width: 500px;
  height: 500px;
  margin: auto;
  padding-top: 0px;
  border: 2px none #333;
  border-radius: 15px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.49))), url('../images/a-koi-ta-pizza-grasse.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/a-koi-ta-pizza-grasse.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  color: #333;
  text-align: center;
}

.div-block-8 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 12px;
  opacity: 0.7;
  white-space: normal;
  cursor: pointer;
}

.div-block-8:hover {
  opacity: 0.8;
}

.white-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 65%;
  height: 80%;
  margin: auto;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #af0000;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.91);
  color: #362a1e;
  font-size: 14px;
  font-weight: 600;
}

.centerline {
  width: 100px;
  height: 1px;
  margin: 25px auto 20px;
  border-style: dashed;
  border-width: 1px;
  border-color: #af0000;
  background-color: transparent;
}

.button-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #d10000;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.buttom-div {
  position: absolute;
}

.red-div {
  width: 110px;
  margin: 7px auto 2px;
  padding: 10px;
  background-color: #d10000;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.heading-8 {
  margin-top: 5px;
  color: #d10000;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
}

.heading-9 {
  color: #303030;
}

.text-block-3 {
  display: block;
}

.small-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-bottom: 5px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
}

.link-2 {
  color: #af0000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

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

.image-3 {
  margin-top: 10px;
}

.big-icon {
  width: 200px;
}

.html-embed {
  margin-top: 20px;
}

.map-div {
  display: block;
  width: 900px;
  height: 400px;
  margin: 20px auto;
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d3;
  box-shadow: 2px 0 9px 0 #e5e3e4;
}

.section-9 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f1f1f1;
  text-align: center;
}

.image-5 {
  width: 25%;
}

.logo-link {
  width: 30%;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
}

.footer-link-block {
  width: 60px;
  margin-top: 10px;
}

.fb-link-block {
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #005ed8;
  background-image: url('../images/Social-FB_1Social FB.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.fb-link-block:hover {
  background-color: rgba(0, 94, 216, 0.88);
}

.text-block-4 {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .nav-link {
    padding-top: 20px;
    border: 0px none #000;
    color: #362a1e;
  }

  .nav-link:hover {
    background-color: #f9f9f9;
    color: #362a1e;
  }

  .nav-link.w--current {
    color: #362a1e;
  }

  .nav-link.w--current:hover {
    background-color: #f9f9f9;
    color: #362a1e;
  }

  .nav-link.red:hover {
    color: #af0000;
  }

  .nav-link.current-red.w--current {
    color: #d10000;
  }

  .brand {
    left: auto;
    right: auto;
    margin-top: 0px;
  }

  .brand.w--current {
    position: relative;
    left: 0%;
    right: 0%;
  }

  .slider {
    height: 100vh;
  }

  .slide.page-1 {
    background-image: url('../images/philly-grill-chicken-wings.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

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

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .footer {
    padding-bottom: 30px;
  }

  .menu-button {
    padding: 10px;
    color: #362a1e;
    font-size: 46px;
  }

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

  .nav-menu {
    width: 70%;
    background-color: #fff;
  }

  .logo {
    width: 65px;
  }

  .order-online-button {
    top: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    letter-spacing: 1px;
  }

  .inside-div {
    margin-bottom: 40px;
  }

  .heading {
    width: auto;
    font-size: 42px;
    line-height: 46px;
  }

  .heading.page {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .button {
    width: 190px;
  }

  .details-div {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .info-textblock._2 {
    margin-bottom: 0px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .columns-2 {
    width: 100%;
  }

  .column-3 {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-4 {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-5 {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-6 {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-div {
    width: 95%;
  }

  .page-box {
    width: 90%;
  }

  .heading-4.page {
    margin-bottom: 0px;
  }

  .lightbox-link {
    width: 32%;
    margin-right: 0.5%;
    margin-left: 0.5%;
  }

  .heading-7 {
    margin-top: 0px;
  }

  .div-block-4 {
    width: 400px;
  }

  .div-block-6 {
    display: none;
  }

  .div-block-7 {
    width: 480px;
  }

  .white-div {
    width: 75%;
  }

  .image-3 {
    margin-top: 5px;
  }

  .big-icon {
    width: 160px;
  }

  .map-div {
    width: 98%;
    height: 380px;
  }

  .logo-link {
    width: 35%;
  }

  .text-block-4 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 0px;
    padding-bottom: 5px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    color: #362a1e;
    font-size: 18px;
    line-height: 24px;
  }

  .nav-link:hover {
    color: #362a1e;
  }

  .nav-link.w--current {
    border-bottom-width: 1px;
    color: #362a1e;
  }

  .brand {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    display: block;
    margin-top: 0px;
    padding-left: 0px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand.w--current {
    left: auto;
    top: auto;
    right: auto;
    padding-left: 0px;
    float: left;
  }

  .slider {
    height: 100vh;
  }

  .slider.page {
    height: 250px;
  }

  .container.centered {
    padding-left: 10px;
  }

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

  .menu-button {
    top: -3px;
    margin-right: 5px;
    margin-left: 0px;
    padding: 10px;
    font-size: 44px;
  }

  .nav-menu {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 100%;
    margin-top: -10px;
    margin-left: -10px;
    background-color: #fff;
  }

  .logo {
    width: 55px;
  }

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

  .order-online-button {
    top: auto;
    margin-right: 0px;
    letter-spacing: 1px;
  }

  .heading {
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 38px;
    line-height: 40px;
  }

  .heading.page {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .details-div {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .info-textblock._2 {
    margin-bottom: 0px;
  }

  .square-icon {
    font-size: 15px;
  }

  .columns-2 {
    width: 80%;
  }

  .footer-text-block {
    font-size: 14px;
    line-height: 20px;
  }

  .header-div {
    width: 100%;
  }

  .page-box {
    width: 95%;
  }

  .heading-4 {
    font-size: 18px;
  }

  .heading-4.page {
    margin-bottom: 0px;
  }

  .lightbox-link {
    width: 48%;
    height: 200px;
    margin-right: 1%;
    margin-left: 1%;
  }

  .image-2 {
    height: 200px;
  }

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

  .heading-7 {
    margin-top: 0px;
  }

  .flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._33-percent-column.top-left {
    position: absolute;
    width: auto;
  }

  ._33-percent-column.top-right {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  ._33-percent-column.top-center {
    width: auto;
    margin-right: 0px;
    margin-left: 70px;
  }

  .div-block-4 {
    width: 380px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-4.last {
    margin-top: 10px;
  }

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-7 {
    width: 450px;
  }

  .white-div {
    width: 75%;
  }

  .big-icon {
    width: 140px;
  }

  .map-div {
    height: 320px;
  }

  .logo-link {
    width: 50%;
  }

  .column-7 {
    margin-top: 10px;
  }

  .footer-link-block {
    width: 50px;
  }

  .text-block-4 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: 0px;
  }

  .nav-link {
    padding: 15px 20px;
    font-size: 18px;
  }

  .brand {
    top: auto;
    padding-left: 0px;
  }

  .brand.w--current {
    top: auto;
    padding-left: 0px;
  }

  .slider {
    height: 100vh;
  }

  .slider.page {
    height: 200px;
  }

  .slide._2 {
    background-position: 50% 100%;
  }

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

  .container.centered {
    padding-right: 5px;
    padding-left: 5px;
  }

  .container.mobile-centered {
    text-align: center;
  }

  .menu-button {
    top: -5px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 5px;
    font-size: 40px;
  }

  .nav-menu {
    width: 100%;
  }

  .logo {
    width: 45px;
  }

  .paragraph {
    font-size: 13px;
    line-height: 24px;
  }

  .order-online-button {
    top: 0px;
    width: 100%;
    margin-right: 0px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }

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

  .heading {
    width: 85%;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 28px;
    line-height: 30px;
  }

  .heading.page {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 24px;
    line-height: 26px;
  }

  .button {
    width: 180px;
    font-size: 14px;
    line-height: 22px;
  }

  .details-div {
    width: 100%;
    padding: 10px 15px;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .heading-3 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 23px;
  }

  .info-textblock {
    font-size: 14px;
  }

  .info-textblock._2 {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .list-item {
    margin-bottom: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .square-icon {
    font-size: 15px;
  }

  .columns-2 {
    width: 100%;
  }

  .column-6 {
    margin-bottom: 20px;
  }

  .header-div {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .page-box {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
  }

  .heading-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-4.page {
    margin-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .lightbox-link {
    position: relative;
    width: 94%;
    height: 230px;
    margin: 5px auto 7px;
  }

  .image-2 {
    height: 230px;
  }

  .section-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-7 {
    margin-bottom: 10px;
  }

  .flex-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  ._33-percent-column.top-center {
    margin-left: 55px;
  }

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

  .div-block-4._2 {
    margin-top: 0px;
  }

  .div-block-4._1 {
    margin-bottom: 5px;
  }

  .div-block-7 {
    width: 90%;
    height: 400px;
  }

  .div-block-8 {
    padding: 8px;
  }

  .white-div {
    width: 80%;
    height: 79%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .centerline {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .button-3 {
    font-size: 14px;
  }

  .red-div {
    width: 100px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 26px;
  }

  .heading-8 {
    margin-top: 8px;
    font-size: 22px;
    line-height: 26px;
  }

  .heading-9 {
    font-size: 15px;
    line-height: 20px;
  }

  .small-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 10px;
    line-height: 14px;
  }

  .link-2 {
    font-size: 14px;
  }

  .image-4 {
    width: 23px;
  }

  .big-icon {
    width: 120px;
  }

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

  .logo-link {
    width: 80%;
  }

  .text-block-4 {
    margin-right: 20px;
    margin-left: 20px;
  }
}