/*@media screen and (min-width: 1040px) {*/
@media screen and (min-width: 600px) {
  logo{
    display: block;
    float: left;
  }
  logo img{
    width: 10vw;
  }
  main.page {
    padding: 60px 0 0px 0;
  }
  .container{
    padding: 1vh;
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .main-content-holder{
    margin-top: 2vh;
    margin-left: 50px;
    margin-right: -2px;
    overflow: visible;
    margin: 0 !important;
  }

  /* Menu Styles */
  .header{
    background: #FAFAFA;
  }
  .header_top_links{
    font-size: 12px;
    font-family: Montserrat;
    background: #FFF;
  }
  .header__container{
  }
  .header__menu{
    margin: 0px auto;
  }
  .menu__link{
    font-size: 18px;
  }
  .menu__link_alt{
    display: inline-block;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background: #000;
    color: #FFF !important;
  }
  .header__logo{
    height: 75px;
  }

  /*End Menu Styles */

  .mobile_visible, .mobile-visible{ 
    visibility:hidden;
  }
  .mobile_only, .mobile-only{ 
    display:none;
  }
  .desktop_only, .desktop-only{
    display: block;
  }
/*}
@media screen and (min-device-width: 451px) { */
  .small-break{
    display: none;
  }
  .big-break{
    display: inline;
  }
  h1{
    font-size: 48px;
    /*font-size: 40px;*/
  }
  h2{
    font-size: 32px;
    /*font-size: 26px;*/
  }
  h3{
    font-size: 24px;
    /*font-size: 22px;*/
  }
  h4{
    font-size: 18px;
    /*font-size: 16px;*/
  }
  p{
    font-size: 16px;
    line-height: 1.6rem;
  }
  .gradient-text{
    
  }

  .belief-box li{
    font-size: 18px;
  }

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

  .col-20{
    width: calc(100% / 5);
  }

  #order-box{
    background: #FAFAFA;
    padding-top: 50px;
  }

  .hero-box h1{
    font-size: 90px;
  }
  .hero-text h1{
    margin-top: 100px !important;
  }

  .hero-subtitle h3{
    font-size: 45px;
  }
  .hero .hero-vid{
    background: url("../../assets/img/site/hero1.png");
    background: #000;
  }
  .hero .hero-vid video{
    min-height: auto;
    max-height: 90vh;
  }
  #video_background{
    max-height: 100vh;
  }
  .hero-footer{
    position: absolute;
    overflow: auto;
    padding-left: 10px;
    padding-bottom: 5px;
    background: #EEE;
    max-width: 300px;
    bottom: 0px;
    border-top-right-radius: 10px;
  }
  .hero-footer span{
    font-size: 10px !important;
  }
  .trusted-stars {
    padding-top: 5px;
    padding-right: 0;
  }
  .trusted-stars-text{
    font-size: 10px;
  }
  .agency-approval{
    padding-left: 0;
  }
  .agency-approval-text{
    padding-top: 20px;
    font-size: 11px;
  }
  .agency-approval-pic{
    padding-left: 0;
    padding-right: 0;
  }
  .agency-approval-pic img{
    max-height: 55px;

  }

  .card-desktop{
    background: #FAFAFA;
  }

  .item-picker{
    background: #FAFAFA;
  }
  .item-picker-quantity{
    border-top: 1px solid #CCC;
  }
  .quantity-controls{
    border: none;
    background: #FFF;
    border: 1px solid #EEE;
  }
  .quantity-controls input{
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
  }

  .honey-jar-preview-tile img{
    max-height: 300px;
  }
  .price-tag, .subtotal-val{
    font-size: 22px;
  }

  footer{
    padding: 5vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 13px;
  }
  .footer-left{
    float: left;
    text-align: left;
  }
  .footer-right{
    text-align: right;
    margin: 0;
  }
  .footer-right span{
    margin-left: 0px;
    margin-right: 20px;
  }

  .button-link{
    
  }
  .goog-te-gadget-simple{
    background-color: #313131 !important;
    border: none !important;
  }


}
/*
@media screen and (min-width: 500px) {
  
}

/* Desktop View  */
/*
@media screen and (min-width: 769px) {

}

/* Desktop View  */
/*
@media screen and (max-width: 1200px) {
  .social-links-section-box1{
    overflow: hidden;
    margin-top: 0%;
  }

}
*/