/*
 Theme Name:  Divi Child Theme SoftUni 2023
 Theme URI:    https://www.facebook.com/alex.alexi1
 Description:  Child Theme for Divi
 Author:       Alex Alexi
 Author URI:   https://www.facebook.com/alex.alexi1
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/


/* fix logo on mobiles*/

@media only screen and (max-width: 980px) {
    .mobile_menu_bar .mobile_menu_bar_toggle {
        padding-bottom: 0px !important;
    }
}
    