/*
Theme Name: IconsolutionDotPH
Version: 1.0.0
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   IconsolutionDotPH
Author URI: https://www.iconsolution.ph/
Template: Divi
*/

@import url("../Divi/style.css");

#footer-bottom {
    padding: 0;
    background-color: #1f1f1f;
    background-color: rgba(0, 0, 0, 0.32);
}
#footer-bottom a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff !important;
}
#footer-tb a:first-child {
    float: left;
    padding-top: 10px;
}

#footer-tb a:last-child {
    color: #fff !important;
    float: left;
    margin-left: 10px;
    padding: 15px 0 0 0;
}
p.copyright {
    float: right;
    line-height: 50px;
    color: #fff;
}
@media (max-width: 980px) {
    #footer-tb {
        display: block;
        margin: 0 auto;
        width: 190px;
    }
    p.copyright {
        float: right;
        line-height: 50px;
        color: #fff;
        font-size: 12px;
        width: 100%;
        text-align: center;
    }
    #footer-widgets {
        text-align: center;
    }
    .fwidget {
        text-align: center;
        width: 100%;
    }
}
