/*
Theme Name: Educeo
Author: Carmen Mihalca @Touch Tech
Description: Your description goes here
Version: 1.0
Template: bricks

This is the child theme for Bricks theme
*/
root {  
    --left-color: {mb_event_hero_colors_left_color};
    --right-color: {mb_event_hero_colors_right_color};
}
/* Hide menu items on tablet & mobile */
@media screen and (min-width: 767px) {
    .hide-menu-item {
        display:none;
    }
}
:root { 
    --size-s: 1.6rem;
    --size-m: 2.4rem;
    --size-l: 3.2rem;
    --size-xl: 4rem;
    --size-xxl:8rem;
    
/* Gaps */
    --gap-s: var(--size-s);
    --gap-m: var(--size-m);
    --gap-l: var(--size-l);
    --gap-xl: var(--size-xl);
    --gap-xxl: var(--size-xxl);
}
#brxe-pllnyt .bricks-nav-menu > li > a,
#brxe-xwowzo .bricks-nav-menu > li > a {
    color: #000!important;
}
.footer__title {
    color: #000!important;
}
#brxe-pllnyt .bricks-nav-menu > li:hover > a
#brxe-xwowzo .bricks-nav-menu > li:hover > a {
    color: #ffbd59!important;
}