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



/*Button Style*/
.button-transparent:hover svg path {
    fill: var(--bricks-color-oypaej);
}


.button-transparent svg path, .button-black svg path {
    transition: all 0.4s ease-in-out;
}


.button-black svg path, .button-yellow svg path {
    fill: var(--bricks-color-oypaej);
}

/*Menu Mobile */
.bricks-mobile-menu{
    margin-top: 10rem;
}