/*
 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
*/

/* === SH admin-bar mega-menu offset — START === */
/*
 * WP admin bar (32px / 46px) duwt de body naar beneden.
 * Header (#brx-header) schuift daar netjes in mee, maar de mega menu
 * panels zitten position: fixed op de viewport en negeren die shift.
 * Deze CSS geeft ze diezelfde offset zodat ze op de header aansluiten.
 */
body.admin-bar .mega-panel {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .mega-panel {
    margin-top: 46px;
  }
}
/* === SH admin-bar mega-menu offset — END === */

