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

/*////////////////////////////////////
//////// Menu Accordion Fix //////////
////////////////////////////////////*/

@media (min-width: 769px) {
    .menu__container__left .accordion-content-wrapper {
        display: block !important;
        height: unset !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

.hero-video-images {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    left: 0;
    top: 0;
}