/*
 Theme Name:     Divi Child
 Theme URI:      
 Description:    Theme for Ideabooster
 Author:         Pavla Nieboras Kubíčková
 Author URI:     https://beepartner.cz/
 Template:       Divi
 Version:        1.0.0
*/



body {
        font-family: roboto-condensed, sans-serif;
        font-weight: 100;
}



div#menuWithLogo nav.et-menu-nav {
        display: flex;
        justify-content: flex-end;
}

.et_pb_menu__logo img {
        width: 180px !important;
}







strong {
        font-weight: 400;
}





ul.sub-menu li a::before {
        content: "- ";
}


a:focus,
a:hover {
        text-decoration: underline !important;
}

ul#menu-hlavni-menu-cz .et_mobile_menu li a:hover,
ul#menu-hlavni-menu-cz ul.sub-menu li a:hover {
        background-color: transparent;
        opacity: 1;
}




@media(max-width: 1300px) {}

@media(max-width: 980px) {}

@media(max-width:767px) {}

@media(max-width:450px) {}