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

/*Align footer - bottom bar info center*/
#footer-info {
    float: none;
    text-align: center;
    margin-bottom: 50px !important;
}

.trp-flag-image{
    width: 27px;
    height: 18px;
}

/*
@media (max-width: 980px) {
    .et_header_style_left #logo {
        max-width: 19%;
    }
}

@media only screen and (min-width: 981px) {
    #logo {
        max-width: 10%;
    }
}
    */