/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* Mobile sticky-header stability: keep horizontal clipping from creating a scroll container. */
@media (max-width: 767px) {
  html:root {
    overflow-x: clip !important;
  }

  html body.page-id-18 {
    overflow-x: clip !important;
  }

  html body #brx-header,
  html body #brx-header.slide-up,
  html body #brx-header.sliding {
    transform: none !important;
  }
}
