footer h6 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
}

footer p,
footer p a,
footer a {
    font-family: 'Montserrat', sans-serif;
    color: #fff !important;
    display: block;
    padding: 0px 0;
}

footer p:hover,
footer p a:hover {
    color: <?php echo $site['color'] ?> !important;
}

footer p {
    padding: 0 !important;
}

.social-icons:hover * {
    color: <?php echo $site['color'] ?> !important;
}
