/*
Theme Name: divi_child
Version: 1.01
Description: A child theme of Divi
Template: Divi
Author: Tony Bartok
*/
@import url("../Divi/style.css");

/*** FOOTER ***/
/* Adjust Footer Menu Spacing */
@media screen and (min-width: 981px) {
    #footer-widgets {
        padding-top: 1%!important;
    }
    .footer-widget {
        margin-bottom: 1%!important;
    }
}