@media screen and (max-width: 450px) {
  .logo {
    padding: 0 10px;
  }
  .container .wrap:not(.noSpaces) {
    padding: 0;
  }
  .square-online-order-button {
    display: block;
    overflow: visible;
    white-space: pre-wrap;
  }
}

.logo {
  height:25vh;
}




  
  .menuSelected {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px !important;
  }

  .menuPrice {
    color: #58303a;
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 12px;
    font-weight: 400;
  }

  .scroll .fullscreenSlider {
    min-height: 100vh;
  }

  .scroll .fullscreenSlider .slider .background {
    position: fixed !important;
  }

  .scroll .fullscreenSlider .slider > li {
    overflow-y: scroll;
  }

  .fullscreenSlider > .slider, 
  .fullscreenSlider > .slider > li {
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  /* hide side navigation for the fullscreen slider */ 
  .slides .side {
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
  }

.sidebar .social li a svg {
  height: 30px;
  width: 30px;
  fill: white;
}

.sidebar .social li a img {
  height: 30px;
  width: 30px;
}

.panel .right .social {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}

.panel .right .menu li a svg {
  height: 20px !important;
  width: 20px !important;
}
.panel .right .menu li a img {
  height: 20px !important;
  width: 20px !important;
}


.location-front-castro {
  background: url('../assets/images/locations/castro.jpg');
}
.location-front-cole-valley {
  background: url('../assets/images/locations/cole-valley.jpg');
}
.location-front-daly-city {
  background: url('../assets/images/locations/daly-city.jpg');
}

.location-front {
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}