@media only screen and (max-width: 1400px) {
  nav ul li a{
    font-size: 16px;
  }
}

@media only screen and (max-width: 1150px) {
  .email{
    display: none
  }

  .burger_nav {
    font-size: 40px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }

  .nav{
    display: table;
    padding-right: 15px;
  }

  nav{
    display:none;
  }

  .lightboxOverlay{
    margin-top: -229px;
  }
}

@media only screen and (max-width: 840px) {
  .contact_left, .contact_right{
    display: block;
  }

  .contact_left{
    width: 80%;
    text-align: center;
    text-align: -webkit-center;
    text-align: -o-center;
    text-align: -moz-center;
    text-align: -ms-center;
    padding-top: 0;
  }

  .contact_right{
    width: 80%;
    padding-top: 30px;
  }

  .brands_container img{
    width: 27%;
  }
}

@media only screen and (max-width: 800px) {
  .ion {
    font-size: 30px;
  }

  .header_col:nth-of-type(2){
    width: 200px;
  }

  .header_col{
    max-width: 33%;
  }

  .lightboxOverlay{
    margin-top: -185px;
  }

  .gallery{
    width: 32.8%;
  }

  .footer_top{
    text-align: center;
  }

  .columns ul li{
    text-align: center;
  }

  .columns{
    width: 49%;
    text-align: center;
    margin-bottom: 30px;
  }

  .footer_obj{
    display: inline-table;
  }

  .footer_bottom{
    margin-top: 0;
  }

  .footer_bottom p{
    font-size: 12.5px;
  }

  #beer_wall_top, #contact{
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 760px) {
  .home_tabs_container{
    flex-wrap: wrap;
  }

  .home_tab{
    flex: 1 1 47%;
    width: 47%;
  }
}

@media only screen and (max-height: 760px){
  .overlay a{
    font-size: 28px;
  }
}

@media only screen and (max-width: 660px) {
  footer .left, footer .right{
    float: none;
    text-align: center;
  }

  footer .right{
    margin-top: 5px;
  }
}

@media only screen and (max-height: 630px){
  .header_col:nth-of-type(2) {
    width: 150px;
  }

  .overlay a{
    font-size: 24px;
  }
}

@media only screen and (max-width: 630px){
  .header_col:nth-of-type(2) {
    width: 150px;
  }
}

@media only screen and (max-width: 608px) {
  .lightboxOverlay{
    margin-top: -115px;
  }

  .home_text h1{
    font-size: 40px;
  }

  .home_text h2{
    font-size: 30px;
  }

  .gallery{
    width: 32.5%;
  }
}

@media only screen and (max-width: 565px) {
  .header_col{
    padding: 10px;
  }

  .header_contact .ion{
    font-size: 20px;
  }

  .header_call_mob p{
    font-size: 13px;
  }

  .services_galley{
    padding: 0 15px 20px;
  }

  .gallery{
    width: 48%;
  }

  .footer_bottom p{
    font-size: 14.5px
  }

  .columns{
    width: 100%;
  }
}

@media only screen and (max-width: 530px) {
  .home_tabs_container{
    display: block;
    padding: 0 20px;
  }

  .home_tab{
    width: 100%;
    margin: 10px 0;
  }

  .contact_left, .contact_right{
    width: 100%;
  }
}

@media only screen and (max-width: 470px) {
  .header_col:nth-of-type(2) {
    width: 180px;
    max-width: 59%
  }

  .header_contact:last-of-type{
    display: none;
  }

  .header_col {
    max-width: 20%;
    padding: 20px;
  }

  .header_contact .ion{
    font-size: 30px;
  }

  .brands_container img{
    width: 41%;
  }
}


@media only screen and (max-width: 400px) {
  .header_col:first-of-type, .header_col:last-of-type {
    width: 77px;
  }

  .header_col{
    max-width: 67%;
  }
}

@media only screen and (max-width: 360px) {
  .header_col:first-of-type, .header_col:last-of-type {
    width: 77px;
  }

  .header_col:nth-of-type(2) {
    width: 155px;
  }

  .header_col{
    max-width: 67%;
  }
}
