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

/* SELECTION */

::selection {
	background: var(--primary);
	color: var(--light);
}

/* ANIMATIONS */

.brx-animated {
	--animation-3d-amount-value: 0deg;
}

@media screen and (max-width: 477px) {
    .brx-body .brx-animate-fadeInLeft,
    .brx-body .brx-animate-fadeInRight {
        animation-name: custom_fadeInUp;
    }
}

/* GENERAL */

ul.brxe-section, ul.brxe-container, ul.brxe-block, ul.brxe-div {
	margin: 0;
	padding: 0;
}

#brx-content *:focus-visible, #brx-content *:focus-within {
	outline-color: var(--primary);
}
