footer {
    background: #000000;
    background: -webkit-linear-gradient(to bottom, #434343, #000000);
    background: linear-gradient(to bottom, #434343, #000000);
    color: #fff;
}

.social-btns .btn:hover {
    background-color: #fecf17;
    color: #000000;
}

.social-btns .btn {
    background-color: transparent;
    font-size: 24px;
    border: 0;
    color: #fecf17;
    border-radius: 4px;
    min-width: 55px;
}

footer .col-title {
    min-height: 50px;
}

footer .nav-link {
    padding: 4px 0;
}

footer .tag-cloud a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

footer .has-link a {
    color: #fff;
    text-decoration: none;
}

.foot-menu {
    column-count: 2;
}

.foot-menu li a:hover {
    color: #fecf17;
}

@media (max-width:767px) {
    .copy-row {
        text-align: center;
    }

    footer .col-title {
        margin-top: 20px;
        margin-bottom: 10px;
        padding-top: 20px;
        min-height: auto;
        color: #fecf17;
    }
}