/*------------------------------------*\

    Page Footer CSS

    Page footer...........The main page footer.

\*------------------------------------*/

.page-footer {
    background: #1A1743;
    color: #fff;
    padding-top: 40px;
    position: relative;
    margin-bottom: 60px;
}

    .footer-logo {
        display: block;
        max-width: 200px;
        margin-bottom: 40px;
    }

    .affiliate-logo {
        display: block;
        max-width: 200px;
        margin-bottom: 35px;
    }

        .affiliate-logo img {
            object-fit: cover;
            width: 200px;
        }

    .page-footer h4 {
        color: #FFFFFF;
        letter-spacing: 0.2em;
        text-transform: uppercase;
    }

    .footer-col p {
        line-height: 1.4em;
        margin-bottom: 25px;
    }

    .footer-col p span {
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.2em;
    }

    .footer-col a {
        color: #fff;
    }

    .page-footer a:hover {
        color: #5AA5BF;
    }

    .page-footer li::before {
        display: none;
    }

    .social-media {
        margin-top: 30px;
        padding: 0;
    }
        .social-media li {
            display: inline-block;
            vertical-align: middle;
            padding-right: 15px;
        }
            .social-media a {
                color: #FFFFFF;
                font-size: 38px;
            }

.footer-col .btn-secondary {
    color: #fff !important;
    border-color: #fff !important;
}


.footer-bottom {
    background: #030312;
    padding: 22px 0;
    text-align: center;
    margin-top: 30px;
}

    .back-to-top {
        padding-bottom: 25px;
    }

        .back-to-top a {
            font-weight: 700;
            color: #FFFFFF;
            text-transform: uppercase;
            letter-spacing: 0.2em;
        }

        .back-to-top i {
            vertical-align: middle;
            padding-bottom: 4px;
        }

    .site-credits {
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .site-credits li {
        color: rgba(255, 255, 255, 0.5);
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1.3em;
        letter-spacing: 0.2em;
        padding-bottom: 10px;
    }
        .site-credits a {
            color: rgba(255, 255, 255, 0.5);
        }

@media (min-width: 768px) {

    .page-footer {
        padding-top: 60px;
        margin-bottom: 0;
    }

    .footer-logo {
        margin-bottom: 70px;
    }

    .affiliate-logo {
        max-width: 220px;
    }

        .affiliate-logo img {
            width: 220px;
        }

    .social-media a {
        font-size: 32px;
    }

    .site-credits li {
        display: inline-block;
        padding: 0 18px;
    }

    .back-to-top {
        padding-bottom: 5px;
    }

}

@media (min-width: 1200px) {

    .footer-logo {
        margin-bottom: 40px;
        max-width: 150px;
    }

    .affiliate-logo {
        max-width: 230px;
    }

    .back-to-top {
        padding-bottom: 0;
    }

    .footer-bottom-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .footer-bottom {
        padding: 4px 0;
        margin-top: 15px;
        height: 35px;
    }

    .footer-col  {
        margin-top: 20px;
    }

    .footer-col p  {
        line-height: 1.4em;
        margin-bottom: 35px;
    }

    .social-media {
        margin-top: 0;
    }

}


