﻿.it-footer-main {
    background-color: hsl(197, 17.6470588235%, 15.3%);
    color: #ffffff;
    clear: both;
}

.it-footer a {
    color: #fff;
}

    .it-footer a:hover {
        color: #e6e6e6 !important;
    }

.it-footer .it-footer-main a {
    text-decoration: underline;
}

    .it-footer .it-footer-main a:hover {
        text-decoration: none !important;
    }

.it-footer-main h4 a {
    font-size: .875rem;
}


.it-footer ul, .it-footer li, .it-footer p {
    font-size: 1rem;
}

.it-footer h4, .it-footer .h4 {
    color: #fff;
    /*border-bottom: 1px solid rgba(255,255,255,.5);*/
    font-size: .875rem !important;
    text-transform: uppercase;
    /*padding-bottom: 1rem;*/
    margin-bottom: 16px;
}

@media (max-width: 767.98px) {
    .it-footer h4, .it-footer .h4 {
        border: none;
        /*border-top: 1px solid rgba(255,255,255,.5);*/
        padding: 0px;
        padding-top: 1rem;
        margin: 0px;
        margin-top: 16px;
        margin-bottom: 16px;
    }
}

.it-footer ul.footer-list {
    margin: 0;
}

@media (min-width: 576px) {
    .it-footer .split-list-2 ul.footer-list {
        column-count: 2;
    }
}

.it-footer .border-white {
    border-color: rgba(255,255,255,.5) !important;
}

.it-footer-small-prints ul.it-footer-small-prints-list {
    padding-left: 0;
    padding-right: 0;
}

.it-footer-small-prints a {
    text-decoration: underline;
}

    .it-footer-small-prints a:hover {
        text-decoration: underline !important;
    }
