/*
 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;
}
/* style listy */
.brxe-text  ol, .brxe-text ul, .brxe-text-basic ol, .brxe-text-basic ul{
	padding-left: 15px;
    list-style: outside;
}
ol { list-style-type: decimal!important; }

/* style dla menu*/ 
ul.sub-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.brx-open .brxe-icon {
transform: rotatez(90deg)!important;
}

.brxe-icon {
transition: 50ms transform ease-in-out;
}