footer {
    background: #343A40;
}

.secondary-footer {
    font-size: 12px;
    color: #999;
    background: #343A40;
    border-top: 1px solid #1C1F2250;
}

footer .footer-links h6 {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 20px;
}

footer .footer-links p:first-child {
    margin-top: 35px;
}

footer .footer-links p,
footer .footer-links p a {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.243em;
    letter-spacing: 0.05em;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.15s;
}

footer p:hover,
footer p a:hover {
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    color: #CD8129 !important;
}

footer p {
    padding: 0 !important;
}

.footer-social-media-link i {
    color: white;
    font-size: 14px;
    margin-left: 10px;
    transition: 0.15s;
    text-decoration: none;
}

.footer-social-media-link:hover i {
    -webkit-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
    color: #CD8129;
}

footer table tr td:nth-child(2) {
    padding-left: 10px;
}

footer table {
    border-collapse: collapse;
}

footer table * {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.143em;
    letter-spacing: 0.05em;
    padding-bottom: 16px;
}

@media only screen and (max-width:786px) {

    footer .col-md-6,
    footer .col-lg-3 {
        text-align: left;
    }

    footer .social-icons {
        margin-top: 20px;
        justify-content: flex-start !important;
    }

    footer .site-box button:first-child {
        margin-bottom: 20px;
    }
}
