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

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

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

.page-footer {
    background-color: #161616;
}

.footer-flex h3 {
    font-size: 18px;
    color: #4797A3;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding-bottom: 6px;
    text-transform: uppercase;
    margin: 0 0 10px;
    border-bottom: 1px solid rgba(255,255,255,0.14);
}

.footer-logo a {
    max-width: 224px;
    margin: 0 auto 32px;
    display: table;
    border-bottom: none;
}

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

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

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

.footer-links ul li a {
    font-size: 18px;
    color: #fff;
    border-bottom: none;
    font-weight: 600;
}

.footer-links {
    margin-bottom: 50px;
}

.footer-resource-link ul {
    padding: 0;
    margin: 0;
}

.footer-resource-link ul li {
    padding: 0;
    margin: 0 0 6px;
}

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

.footer-resource-link ul li a {
    font-size: 18px;
    color: #fff;
    border-bottom: none;
    font-weight: 600;
}

.footer-links-col {
    position: relative;
}

.footer-social-link {
    position: absolute;
    right: 0;
    top: 40px;
}

.footer-social-link ul {
    padding: 0;
    margin: 0;
    gap: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-link ul li {
    padding: 0;
    margin: 0;
}


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

.footer-social-link ul li a {
    font-size: 42px;
    color: #fff;
    border-bottom: none;
    display: block;
}

.footer-resource-link a.btn {
    padding: 0;
    background-color: transparent;
    padding-right: 22px;
    color: #C5502B;
    font-size: 16px;
    text-decoration: underline;
    border: none;
    margin-top: -7px;
}

.footer-resource-link a.btn:after {
    content: "\e911";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 50%;
    font-weight: normal;
    transform: translate(0, -50%);
}

.footer-bottom {
    margin-top: 30px;
    padding: 24px 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.14);
}

.footer-bottom p {
    font-size: 15px;
    color: #fff;
}

.footer-bottom p a {
    color: #fff;
    font-weight: 400;
    margin-left: 16px;
    padding-left: 19px;
    position: relative;
    border-bottom: none;
}

.footer-bottom p a:after {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
}


@media(min-width: 768px) {
    .footer-flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-logo {
        width: 100%;
    }

    .footer-links-col{
        width: 50%;
        padding-left: 16px;
    }

    .footer-links{
        width: 50%;
        margin: 0;
        padding-right: 16px;
    }

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

    .footer-links-flex {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
}

@media(min-width: 1200px) {
    .footer-logo {
        width: auto;
    }

    .footer-links-flex {
        width: 66%;
        padding-top: 21px;
    }

    .footer-logo a {
        margin: 0;
    }

    .page-footer {
        padding-top: 41px;
    }

    .footer-bottom {
        margin-top: 45px;
        padding: 20px 0 20px;
    }

    .footer-links ul li a:hover,
    .footer-resource-link ul li a:hover,
    .footer-social-link ul li a:hover,
    .footer-bottom p a:hover {
        color: #4797A3;
    }
    
    .footer-resource-link a.btn:hover {
        color: #4797A3;
    }

    .footer-bottom p a:hover:after {
        color: #fff;
    }
}