/*
 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;
	scroll-padding-top: 80px;
}

@media(max-width:575px){
 html{
	scroll-padding-top: 40px;
}
}

#brx-header {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: var(--base-transition)
}

#brx-header.custom_sticky {
    box-shadow: var(--shadows--shadow-sm)
}

.brxe-heading {
    color: var(--text-brand-secondary-700);
}

strong,b {
    font-weight: 700;
}

.brxe-text ul,.brxe-text ol {
    padding-left: 1.5em;
    margin-block: 1.2em;
}

.error404 footer .cta-section-simple-centered-brand, 
.error404 footer .cta-section-simple-centered-brand+section {
    display: none;
}