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

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

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

.page-footer {
    background: #222;
    padding: 25px 0 90px;
}

.footer-flex ul {
    padding: 0 0 8px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-flex ul li {
    display: inline-table;
    text-align: center;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 0 11px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
}

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

.footer-flex ul li:last-child {
    padding: 0;
    width: 100%;
}

.footer-flex ul li a {
    text-decoration: none;
    border: none;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05em;
    transition: all ease 0.3s;
    color: rgba(255, 255, 255, 0.6);
}

.back-to-top {
    display: block;
    text-align: center;
}

.partner-template-default .back-to-top a,
.back-to-top a {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all ease 0.3s;
    border-bottom: 2px solid rgba(0, 176, 232, 0.3);
    color: #00b0e8;
}

.back-to-top i {
    margin-left: 3px;
    font-size: 14px;
}

.page-footer a {
    background: none;
}

@media (min-width: 768px) {
    .footer-flex ul li:last-child {
        padding: 0 13px;
        width: auto;
    }

    .footer-flex ul li {
        padding: 0 13px;
        font-size: 16px;
    }

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

    .page-footer {
        padding: 25px 0 20px;
    }

    .back-to-top a {
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    .footer-flex ul li:last-child {
        padding: 0 16px;
        width: auto;
    }

    .footer-flex ul li {
        padding: 0 16px;
        font-size: 17px;
    }

    .footer-flex ul li a {
        font-size: 17px;
    }

    .page-footer {
        padding: 30px 0;
    }

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

    .footer-flex ul {
        padding: 0;
    }

    .footer-flex ul li a:hover {
        color: #fff;
    }

    .back-to-top a {
        font-size: 18px;
    }

    .back-to-top a:hover {
        border-bottom: 2px solid rgba(0, 176, 232, 1);
    }
}

/* New Footers */

.page-footer--new {
    padding-top: 0;
    background-color: #1f1f1f;
}

.page-footer-top {
    background-color: #111111;
    color: #fff;
    padding-block: 50px;
}

.footer-nav {
    display: flex;
}

.footer-nav-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    width: 100%;
}

.footer-nav-column-list {
    padding: 0;

    li {
        padding: 0;
    }

    li:before {
        display: none;
    }
}

.footer-nav-column__title {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 20px;
    font-family: "Titillium Web", sans-serif;
}

.footer-nav-column__link {
    color: #a7a7a7;
    font-weight: normal;
}

.footer-nav-column {
    text-align: center;
}

.footer-logo-social {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.page-footer-bttom {
    padding-top: 30px;
}

.footer-social ul {
    display: flex;
    padding: 0;
}

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

.footer-logo-img img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 600px) {
    .footer-logo-social {
        margin-bottom: 23px;
        justify-content: space-between;
        align-items: center;
    }

    .footer-nav-column {
        text-align: left;
    }
}
