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


/* *********************** Header *********************** */

#brx-header {
    position: fixed;
    left: 0;
    z-index: 99;
    transition: var(--base-transition);
}

@media (min-width:768px) {
    #brx-header.custom_sticky section .header-navigation__float {
        box-shadow: var(--shadows--shadow-md);
    }

    #brx-header section .header-navigation__float {
        transition: var(--base-transition);
    }
}

@media (max-width:767px) {
    #brx-header.custom_sticky {
        box-shadow: var(--shadows--shadow-md);
    }
}

/* *********************** Header *********************** */