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

html {
  scroll-behavior: smooth;
}

body #brxe-onoezw.brx-open::before {
    content: '';
    position: fixed;
    top: 120px;     left: 0;
    width: 100%;
    height: calc(100vh - 120px);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    pointer-events: none;
}