.page-footer {
    background-color: #142238;
    padding: 60px 0 0;
    text-align: center;
}

.page-footer h4 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.footer-bottom {
    color: #fff;
    font-size: 14px;
    background-color: #202E47;
    padding: 10px 0;
}

.page-footer ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.page-footer ul li {
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 5px;
    font-weight: normal;
    text-align: left;
    color: #fff;
}

.footer-menu ul li:last-child:after {
    display: none;
}

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

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

.page-footer ul li a {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border-bottom: none;
    background: transparent;
}

.footer-menu {
    margin: 27px 0 22px;
    display: inline-block;
    width: 100%;
}

.footer-socials {
    display: flex;
    gap: 10px;
}

.footer-socials a {
    background: none;
    color: #fff;
    background: #3b5998;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 24px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.footer-socials a.instagram {
    background-color: #262626
}

.acceptedCards {
    display: flex !important;
}

.acceptedCards li {
    width: max-content !important;
    margin: 5px !important;;
}

.acceptedCards img {
    width: 32px;
}

.page-footer .wpcf7-form .footer-wp {
    border: solid 1px var(--c-primary);
    padding: 20px;
    color: #fff;
}

.page-footer .wpcf7-form .footer-wp h3 {
    color: #fff;
    margin: 0;
}

.page-footer .wpcf7-form .footer-wp .col-md-6 {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.page-footer .wpcf7-form .footer-wp .input-wp {
    padding: 0;
    margin: 0;
}

@media(min-width: 768px) {
    .footer-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .footer-logo a {
        margin: 0 0 34px;
    }

    .footer-left {
        width: 200px;
    }

    .footer-right {
        width: calc(100% - 232px);
        margin: 0;
        padding: 21px 34px 21px 26px;
    }

    .back-to-top {
        margin-top: 18px;
    }

}

@media(min-width: 1200px) {
    .footer-wrapper {
        padding-right: 218px;
    }

    .back-to-top {
        width: 202px;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 0;
        height: 240px;
    }

    .footer-right {
        width: 507px;
        padding: 21px 34px 21px 31px;
    }

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

    .footer-menu {
        margin: 0;
        padding: 10px 0;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
    }

    .footer-menu ul {
    }
    
    .footer-menu ul li {
        margin: 0;
    }
    
    .back-to-top:hover {
        background-color: var(--c-primary);
    } 


    .footer-right p a:hover {
        color: var(--c-primary);
    }


    .footer-menu ul li a:hover {
        color: var(--c-primary);
    }


    .footer-left .btn-primary:hover {
        background: var(--c-primary);
    }


    .footer-left {
        text-align: left;
        width: 225px;
    }

    .footer-socials a:hover {
        color: #3b5998;
        background-color: #fff;
    }

    .footer-socials a.instagram:hover {
        color: #262626;
    }
}


/* Main Innerpages */

.main-innerpage {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.content-container {
    width: 100%;
}

.main-innerpage .left-sidebar {
    width: 100%;
}

@media(min-width: 768px) {
    .main-innerpage {
        display: flex;
        /* flex-wrap: wrap; */
    }
}

@media(min-width: 1200px) {

    .main-innerpage .left-sidebar {
        width: 285px;
    }

    .main-innerpage .wysiwyg {
        padding-top: 30px;
    }

    .main-innerpage.left-sidebar .wysiwyg__content h2 {
        font-size: 24px;
        text-transform: none;
        font-weight: 500;
    }
}