/*------------------------------------*\
    
    Page Footer CSS

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

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

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 1 version
*/

.page-footer {
    background: #FFFFFF;
    color: #090911;
}

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

.footer-top {
    padding: 40px 0;
}

.footer-logo-column {
    padding-bottom: 40px;
}

.footer-logo {
    max-width: 239px;
    margin: 0 auto 20px;
}

.footer-social-media ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-social-media ul li {
    margin: 0 10px;
    padding: 0 0 5px 5px;
}

.footer-social-media ul li::before {
    display: none;
}

.footer-social-media ul li a {
    border: none;
    width: 40px;
    height: 40px;
    background: #91A6BA;
    border-radius: 8px;
    box-shadow: -2px 3px 2px rgba(0, 50, 98, 0.7);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: normal;
    color: #FFFFFF;
}


.footer-info-column h4 {
    margin: 0;
    padding: 0 0 17px 0;
    font-size: 17px;
    font-weight: 700;
    color: #090911;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.2em;
}

.footer-contact p {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 14px;
}

.footer-contact p i {
    color: #B60529;
    font-size: 15px;
    line-height: 1em;
    padding-top: 5px;
}

.footer-contact p a {
    color: #090911;
    font-weight: 400;
    border: none;
}

.directions {
    padding-left: 25px;
}

.directions a {
    display: block;
    padding: 0 0 0;
    font-size: 14px;
    line-height: 1.222em;
    font-weight: 700;
    color: #003262;
    letter-spacing: 0.02em;
    border: none;
}

.directions a::after {
    content: '\e913';
    font-family: 'IT-Landes-Home';
    color: #090911;
    font-size: 15px;
    line-height: 1em;
    font-weight: normal;
    padding: 0 0 0 8px;
    vertical-align: middle;
}

.footer-links {
    padding-top: 15px;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 66px;
    -moz-column-gap: 66px;
    column-gap: 66px;
}

.footer-links ul li {
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.428em;
}

.footer-links ul li a {
    color: #090911;
    font-weight: 400;
    border: none;
}

.footer-links ul li:last-child {
    margin-bottom: 0;
}

.footer-bottom {
    background: #F4F7FA;
    padding: 15px 0 18px 0;
}

.footer-bottom ul {
    display: flex;
    justify-content: center;
    margin: 0 0 10px 0;
    padding: 0;
    gap: 32px;
}

.footer-bottom ul li,
.footer-bottom p,
.footer-license {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.428em;
    letter-spacing: 0.02em;
}

.footer-bottom ul li a {
    color: #090911;
    border: none;
}

.footer-bottom p,
.footer-license {
    text-align: center;
    white-space: nowrap;
}

.footer-license {
    margin-bottom: 10px;
}

.back-to-top {
    margin-top: 20px;
    text-align: center;
}

.back-to-top a {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.428em;
    letter-spacing: 0.02em;
    color: #090911;
    border: none;
}

.back-to-top a i {
    font-weight: normal;
    color: #B60529;
}

p.directions a {
    font-weight: 700;
}

@media (min-width: 768px) {
    .footer-bottom {
        padding: 15px 0;
    }

    .footer-flex__left {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 32px;
    }

    .footer-bottom ul {
        width: 100%;
        margin-bottom: 0;
    }

    .footer-license {
        margin-bottom: 0;
    }

    .back-to-top {
        margin-top: 10px;
    }
    
    .footer-top {
        padding: 55px 0;
    }

    .footer-contact {
        padding-right: 35px;
    }

    .footer-info-column {
        display: flex;
        justify-content: space-between;
    }

    .footer-info-column h4 {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .footer-contact p {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 12px;
    }

    .footer-contact p:last-child {
        margin-bottom: 0;
    }

    .footer-links {
        padding-top: 0;
        padding-right: 50px;
    }

    .footer-links ul li {
        font-size: 16px;
    }

    p.directions a {
        font-size: 16px;
        line-height: 1.5em;
    }
}


@media (min-width: 1025px) {
    .footer-links {
        flex-grow: 1;
    }
}

@media (min-width: 1200px) {
    .footer-bottom {
        padding: 15px 0;
    }

    .footer-flex {
        display: flex;
        justify-content: space-between;
    }

    .footer-flex__left {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .back-to-top {
        margin-top: 0;
    }
    
    .footer-top {
        padding: 80px 0 72px 0;
    }

    .footer-wrap {
        display: flex;
        gap: 82px;
    }

    .footer-info-column {
        justify-content: flex-start;
        gap: 60px;
        flex-grow: 1;
    }

    .footer-links {
        padding-right: 0;
    }

    .footer-links ul {
        -webkit-column-gap: 66px;
           -moz-column-gap: 66px;
                column-gap: 66px;
    }

    p.directions {
        margin-top: -3px;
    }

    .footer-social-media ul li a:hover {
        background: #036ABF;
        box-shadow: -1px 1px 2px rgba(0, 50, 98, 0.7);
    }

    .footer-social-media ul {
        justify-content: flex-start;
    }

    .footer-links ul li {
        margin: 0 0 8px 0;
    }

    .footer-logo-column {
        padding-bottom: 0;
    }

    .footer-contact p {
        margin-bottom: 8px;
    }

    .footer-info-column h4 {
        padding-bottom: 10px;
    }

    .footer-social-media ul li {
        margin: 0 20px 0 0;
    }

    .footer-links ul li a,
    .footer-contact p a,
    .footer-bottom ul li a,
    .back-to-top a {
        position: relative;
    }

    .footer-links ul li a:hover,
    .footer-contact p a:hover,
    .footer-bottom ul li a:hover,
    .back-to-top a:hover,
    .directions a:hover::after {
        color: #B60529;
    }

    .footer-links ul li a:before,
    .footer-contact p a:before,
    .footer-bottom ul li a:before,
    .back-to-top a:before {
        content: "";
        height: 2px;
        width: 0;
        background: #B60529;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .5s ease;
    }

    .footer-links ul li a:hover:before,
    .footer-contact p a:hover:before,
    .footer-bottom ul li a:hover:before,
    .back-to-top a:hover:before {
        width: 100%;
    }
}