/*
 Theme Name:   Bricks Child - Rainbow Drains
 Theme URI:    https://rainbowdrains.com
 Description:  Bricks Builder child theme for Rainbow Drains
 Author:       Orlando Bruno
 Author URI:   https://orlandobruno.com
 Template:     bricks
 Version:      1.0.0
 Text Domain:  bricks-child-rainbow
*/

/* Sprint-04 E5-S7 — mobile hero pass (fr-hero-india) */
@media (max-width: 991px) {
  /* kill the 400px desktop dead-space on mobile — homepage + 4 advisory.
     Doubled class = higher specificity than the Bricks global-class rule,
     which loads after this sheet and would win an equal-specificity tie. */
  .fr-hero-india__content-wrapper.fr-hero-india__content-wrapper { margin-top: 140px; }
}
/* homepage only: crop hero image toward the people, not the empty cabinets */
body.home .fr-background-alpha__image img { object-position: 70% 75% !important; }
