@media (max-width: 767px) {
  /*social media links region, needs a set height to see bar */
  #header-inside {
    min-height: 48px;
    padding-right: 30px !important;
  }
  .header-area .col-md-3 {
    float: left;
    text-align: left;
    padding-left: 5px;
  }
  
  /*css overrides of layout.css*/
  #pre-header {
    position: relative;
  }
  
  /* Section pages hide LH menu */
  #block-ebs-newsplus-views-block-product-search-groups-groups-lh-nav,
  #block-ebs-newsplus-views-block-product-menu-list-lh-menu-links-2 {
    display: none;
  }
  


  /*hide sidebar right*/
  #sidebar-second,
  /* Hide related products block */
  #block-views-block-product-menu-list-lh-menu-links {
    display: none;
  }
  
  /*align footer blocks in first column with footer menu blocks*/
  .region.region-footer-first .block {
    margin: 0 25px;
  }
  
  /* Footer search */
  .footer-area .block-search {
    margin: 0 25px;
    width: auto;
  }
  
  /* Hide search experiences block always */
  #block-exposedformproduct-searchpage-4 {
    display: none;
  }
}
