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

/* ///////////////////// Hide Header in Builder ///////////////////////// */
body[data-builder-window] header:not(.bricks-area) {
display: none;
}
/* ///////////////////// Hide Footer in Builder ///////////////////// */
body[data-builder-window] footer:not(.bricks-area) {
display: none;
}
/* /////////////// Create Anchor-Link Offset /////////////////// */
[id] {
  scroll-margin-top: 250px;
}

