/**
 * Consumers Choice footer — scoped to .cc-site-footer only.
 * Does not affect theme footer styles, widgets, or global .footer-* classes.
 */

.cc-site-footer {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: inherit;
    line-height: 1.5;
}

.cc-site-footer *,
.cc-site-footer *::before,
.cc-site-footer *::after {
    box-sizing: border-box;
}

/* Main dark section */
.cc-site-footer .cc-footer-main {
    background-color: #2a373e;
    padding-top: 10px;
}

/*.cc-site-footer .cc-footer-main .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
*/
.cc-site-footer .cc-footer-col {
    margin-bottom: 20px;
}

.cc-site-footer .cc-footer-block {
    margin: 0;
    padding: 0;
}

/* Section titles */
.cc-site-footer .cc-footer-title span {
    display: inline-block;
    margin: 0 0 25px;
    padding: 0 0 4px;
    color: #00aceb;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    border-bottom: 1px solid #00aceb;
}

.cc-site-footer .cc-footer-title-social span {
    margin-bottom: 25px;
}

/* Lists & text */
.cc-site-footer .cc-footer-list {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    font-size: 13px;
}

.cc-site-footer .cc-footer-list li {
    margin: 0 0 8px;
    padding: 0;
    line-height: 1.7;
    color: #ffffff;
    list-style: none;
    background: none;
    border: none;
}

.cc-site-footer .cc-footer-list li::before,
.cc-site-footer .cc-footer-list li::after,
.cc-site-footer .cc-footer-list li a::after {
    content: none !important;
    display: none !important;
}

.cc-site-footer .cc-footer-hours {
    color: #ffffff;
    font-size: 13px;
}

.cc-site-footer .cc-footer-hours strong {
    color: #ffffff;
    font-weight: 700;
}

/* Links — override global theme a { color: #428BFF } */
.cc-site-footer a.cc-footer-link,
.cc-site-footer .cc-footer-link {
    display: block;
    margin: 0 0 6px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.cc-site-footer a.cc-footer-link:hover,
.cc-site-footer .cc-footer-link:hover,
.cc-site-footer .cc-footer-list a:hover {
    color: #00aceb !important;
    text-decoration: none;
}

/* Social column */
.cc-site-footer .cc-footer-social-icons {
    margin-bottom: 12px;
    line-height: 1;
}

.cc-site-footer .cc-footer-social-icons a {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 0;
    vertical-align: middle;
    line-height: 0;
}

.cc-site-footer .cc-footer-social-icons img {
    display: block;
    width: auto;
    height: auto;
    max-width: 32px;
    border: none;
    margin: 0;
}

.cc-site-footer .cc-footer-actions a {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    line-height: 0;
}

.cc-site-footer .cc-footer-actions img {
    display: block;
    max-width: 180px;
    width: 100%;
    height: auto;
    border-radius: 26px;
    border: none;
    margin: 0;
}

/* Black copyright bar */
.cc-site-footer .cc-footer-bottom {
    background-color: #000000;
    margin: 0;
}

/*.cc-site-footer .cc-footer-bottom .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
*/
.cc-site-footer .cc-footer-bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
}

.cc-site-footer .cc-footer-trust-slot {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.cc-site-footer .cc-footer-copyright {
    margin: 10px 0;
    padding: 0 120px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

.cc-site-footer .cc-footer-copyright a {
    color: #ffffff !important;
    text-decoration: none;
}

.cc-site-footer .cc-footer-copyright a:hover {
    color: #00aceb !important;
    text-decoration: none;
}

/* Trustindex badge injected by footer.php script */
.cc-site-footer .cc-footer-trust-slot .ti-widget,
.cc-site-footer .cc-footer-trust-slot [class*="trustindex"],
body > .ti-widget {
    margin: 0 !important;
}

@media only screen and (max-width: 767px) {
    .cc-site-footer .cc-footer-main .container {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .cc-site-footer .cc-footer-title span {
        margin-bottom: 13px;
    }

    .cc-site-footer .cc-footer-col {
        margin-bottom: 15px;
    }

    .cc-site-footer .cc-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        min-height: 0;
    }

    .cc-site-footer .cc-footer-trust-slot {
        position: static;
        transform: none;
        margin-bottom: 10px;
    }

    .cc-site-footer .cc-footer-copyright {
        padding: 0;
        text-align: left;
        font-size: 11px;
    }
}
