.footer-widgets {
    background: #111111 !important;
    padding: 0 !important;
}

.footer-widgets .inside-footer-widgets {
    margin: 0 auto;
}

.footer-icon {
    width: 42px;
    height: 42px;
    border: 2px solid rgba(255,255,255,.7);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    transition: all .2s ease;
}

.footer-icon:hover {
    color: #C46B1A;
    border-color: #C46B1A;
    transform: translateY(-2px);
}

.footer-info-link a {
    color: #D8D8D8 !important;
    text-decoration: none !important;
    font-size: 14px;
    cursor: pointer;
    transition: color .2s ease;
}

.footer-info-link a:hover {
    color: #C46B1A !important;
}

.footer-contact-link {
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
    transition: color .2s ease;
}

.footer-contact-link:hover {
    color: #C46B1A;
}

.footer-legal-link a {
    color: #D8D8D8 !important;
    text-decoration: none !important;
    font-size: 14px;
    cursor: pointer;
    transition: color .2s ease;
}

.footer-legal-link a:hover {
    color: #C46B1A !important;
}
