/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/Divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


#footer-bottom {
    background: #010101;
}

#footer-info {
    text-align: center;
    width: 100%;
}

#footer-info, #footer-info a {
    color: #fff;
}

#footer-widgets .footer-widget a, #footer-widgets .footer-widget li a {
    color: #010101;
}

#footer-widgets .footer-widget li {
    padding-left: 0;
}

#footer-widgets .footer-widget li:before {
    display: none;
}
