/* LUMBOSO v1.5.5 — lower floating header to the user's red-line position */

/* iPad / tablet: move the complete floating header down without pushing the hero/search content. */
@media(min-width:701px) and (max-width:1279px){
  body .lum-v146-header,
  body.lumboso-front .lum-v146-header{
    transform:translate3d(0,42px,0)!important;
  }
}

/* Keep phone layout unchanged and explicitly clear the tablet transform. */
@media(max-width:700px){
  body .lum-v146-header,
  body.lumboso-front .lum-v146-header{
    transform:none!important;
  }
}
