
body.no-scroll {
  overflow: hidden;
}

#menu1 {
  position: fixed;
  width: 100%;
}
#menu1.box-shadow-small {
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  /*.instafeed:not(.instafeed--gapless) li {*/
  /*  padding-bottom: 3rem;*/
  /*}*/
  .text-center.instafeed-section {
    padding-bottom: 3rem;
  }
}
.border-hover {
  border: none;
  padding: 1rem;
  transition: all 0.2s;
}
.border-hover:hover {
  background: rgba(200, 200, 200, 0.2);
}
.notification-banner {
  padding: 1rem;
  text-align: center;
  position: relative;
  box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.45);
  z-index: 1000000;
  background-color: #fff;
}
.notification-banner .link {
  font-size: 1.3rem;
}
.notification-banner .btn {
  position: absolute;
  right: 8px;
  top: 7px;
  padding: 0.5rem 1.5rem;
  border: none;
}
@media (max-width: 768px) {
  .notification-banner {
    padding-right: 2rem;
  }
  .notification-banner .btn {
    right: 0px;
  }
}
.main-slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-slider-wrapper__slider {
  height: 100%;
}
.main-slider-wrapper .slides {
  height: 100%;
}
.main-slider-wrapper .flickity-slider {
  height: 100% !important;
}
.main-slider-wrapper .flickity-viewport {
  height: 100% !important;
}
.main-slider-wrapper .slide {
  height: 100%;
}
.main-slider-wrapper .slider[data-paging="true"]:not(section) .flickity-page-dots {
  bottom: 50px;
}
.modal-content.contact-us-form {
  background-color: white;
  padding: 5rem;
  border-radius: 0.3rem;
}

.main-slider-wrapper .flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-slider-wrapper .flickity-enabled.is-draggable .flickity-viewport {
  cursor: default;
}

.main-slider-wrapper .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: default;
}

.social-list.list-inline {
  text-align: center;
}

.modal-container.modal-active {
  z-index: 999999;
}

@media (max-width: 768px) {
  .notification-banner {
    padding-right: 2rem;
  }
  .notification-banner .btn {
    right: 0px;
  }
  .instagramis .switchable__text {
    text-align: center;
  }
  .container.contact-info-wrapper {
    text-align: center;
    padding-bottom: 0.5rem;
  }
}


/* THEME CSS*/

@media all and (max-width: 767px) {
  .nav-container{
    position: fixed;
    border-bottom: 1px solid #ececec;
    background-color: white;
    opacity: 1;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
  }

  .main-container {
    padding-top: 4.7rem;
  }

  .map {
    border-radius: 0;
  }

  footer .social-list {
    margin: 1.85714286em 0;
  }
  .footer-4 form {
    margin: 1.85714286em 0;
  }
  .footer-4 .logo {
    margin: 0;
  }
  .footer-6 .footer__lower .social-list {
    margin-top: 1.85714286em;
  }
  .footer-7 .social-list {
    margin-top: 1.85714286em;
  }
  .footer-1 .social-list {
    margin-top: 1.85714286em;
  }
  .footer-1 .logo {
    display: block;
    margin-top: 1.85714286em;
    margin-bottom: 0.92857143em;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 768px) {
  .background-image-holder .map-container,
  .imageblock__content .map-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .map-container + div[class*='col-'] {
    margin-top: 3.71428571em;
  }
}


/**! 34. Bars **/
.bar {
  padding: 1.85714286em 0;
  /*position: fixed;*/
  /*border: 1px solid white;*/
  /*border-bottom: 1px solid #ececec;*/
  /*background-color: white;*/
  /*z-index: 10000;*/
  /*left: 0;*/
  /*top: 0;*/
  /*width: 100%;*/
}
.bar.bottom {
  padding: 0.92857143em 0;
  position: fixed;
  border: 1px solid white;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  background-color: white;
  z-index: 100;
  left: 0px;
  top: auto;
  bottom: 0px;
  height: 62px;
  width: 100%;
}

.bar.bottom .contact-us-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bar .logo {
  margin: 0;
  position: relative;
  top: 4px;
}
.bar .menu-horizontal {
  position: relative;
  top: 6px;
}

.fas.fa-utensils.utensils {
  font-size: 1.1rem;
  position: relative;
  left: 0.7rem;
  color: #fff;
}

.fas.fa-phone.phone {
  font-size: 1.1rem;
  position: relative;
  left: 0.7rem;
  color: #fff;
}

.fas.fa-directions.directions {
  font-size: 1.3rem;
  position: relative;
  left: 0.3rem;
  color: #fff;
}


/*@media (min-width: 768px) {*/
/*  .background-image-holder .map-container, .imageblock__content .map-container {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*  }*/
/*}*/


@media (min-width: 1202px) {
.display--flex {
  display: flex;
  justify-content: space-between;
} }