﻿.uc_footer .copyright {
    background-color: #555555 !important;
}

.uc_footer .footer {
    padding-top: 100px;
}

.uc_footer a:hover {
    text-decoration: underline;
}

.uc_footer p, .uc_footer a {
    font-size: 16px !important;
}

.footer-v4 .copyright a,
.footer-v4 .copyright p {
    margin-top: 0;
    font-weight: normal;
}

.footer-v4 .copyright {
    padding: 14px 0;
}

.copyright .col-md-12 {
    display: flex;
    justify-content: center;
}

.uc_footer .footer-v4 h2 {
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .uc_footer table tr {
        display: flex;
        flex-flow: column;
    }

    .uc_footer .footer {
        padding-top: 40px;
    }
}