@media (min-width: 768px) and (max-width: 992px) {

  /* Completely remove RH sidebar in tablet */
  #sidebar-second {
    display: none;
  }
  

  /* Footer search */
  .footer-area .block-search {
    width: 310px;
  }


  #main-content aside.col-md-3 {
    float: left;
  }
  body:not(.path-frontpage) #main-content aside {
    float: left;
    width: 215px;
  }
  body:not(.path-frontpage):not(.layout-no-sidebars) #main-content > .row > section {
    float: left;
    width: 535px;
  }
}