/* Add here all your CSS customizations */

#footer .contact p {
    position: relative;
    padding-left: 24px;
}
#footer .contact i.fa,
#footer .contact i.far,
#footer .contact i.fas {
    position: absolute;
    left: 0px;
}

html #footer.color-secondary {
    background: #5974A3;
    border-top-color: #5974A3;
}

html #footer.color-secondary .footer-copyright {
    background: #000;
    border-top-color: #000;
}

/* Header Nav Main Mobile */
@media (max-width: 991px) {
    #header .header-nav-main nav > ul li {
        /*line-height: 32px;*/
        line-height: 40px;
    }
}
