

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  div.grid_section .section_inner {
    width: 80%;
  }
  .mobile_menu_button {
    margin: 0 10px;
  }
  header {
    position: fixed!important;
  }
  nav.mobile_menu>ul {
    height: calc(100vh - 100px);
    text-align: center;
    margin-top: 30px;
  }
  .header-banner {
    margin-top: 100px!important;
  }
  section.parallax_section_holder.home-header {
    height:600px!important;
    margin-top: 100px!important;
  }
  section.home-header .parallax_content {
    padding: 0 30px;
    width: 100%;
  }
  .home-header h1 {
    font-size: 22px;
    line-height: 28px;
  }
  section.home-header::before {
    height: 600px;
  }
  .q_logo a {
    width: auto!important;
    height: auto!important;
  }
  .order-online {
    font-size: 12px!important;
    padding: 15px!important;
    top: unset!important;
    bottom: 0;
    width: 100%;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    justify-content: center;
  }
  .order-online img {
      width: 22px!important;
  }
}
@media only screen and (min-width: 1024px) {
  .q_logo a {
      width: 110px!important;
      height: 110px!important;
  }
}

section.parallax_section_holder {
    background-size: cover;
    display: flex;
    align-items: center;
}
section.header-banner::before,
section.home-header::before {
    content: "";
    display: block;
    position: absolute;
    margin-left: 0;
    top: 0!important;
    min-width: 100%;
    height: inherit;
    min-height: 400px;
    opacity: 0.4;
    background-color: #000000;
}
.gallery .gallery_holder ul li a img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.order-online {
    position: fixed;
    z-index: 9999!important;
    top: 200px;
    right: 0;
    background-color: #ffd70f;
    padding: 25px;
    font-size: 14px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    line-height: 18px;
    display: flex;
    align-items: flex-end;
    display: none;
}
.order-online img {
    width: 24px;
    margin-right: 5px;
}
.order-online:hover {
    color: initial;
}