.page-wrapper > .page-bottom {
    width: 100%;
    max-width: 100%;
    background: #fff;
    color: #333;
}

.footer.content {
    padding-top: 5px;
}

.page-footer {
    background-color: var(--main-purple) ;
    margin-top: 0px;
}
.page-footer a {
    color: white;
    font-size: 12px;
    font-weight: 300;
}
.page-footer a:hover {
    color: orange;
}
.page-footer a {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.page-footer .footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-footer .footer .footer_menu {
    display: flex ;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.page-footer .footer .footer_menu .menu__column { 
    flex-basis: 50%;
}
.page-footer .footer .footer_menu h4 {
    color: #fff;
    font-size: 1.2em;
}
.page-footer .footer .footer_menu li {
    color: white;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 12px;
}
.page-footer .block.newsletter .form.subscribe {
    display: flex;
    flex-direction: column;
}
.page-footer .block.newsletter .form.subscribe button {
    border-radius: none;
}
.block.newsletter input {
    margin-right: 0px;
}
.footer.content .block {
    float: none;
}
.block.newsletter {
    max-width: 100%;
    width: 100%;
}
.block.newsletter .title {
    display: block;
    color: #fff;
    font-size: 15px;
}

.block.newsletter .field {
    margin-bottom: 10px;
}

.block.newsletter .title .strong {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.copyright {
    background: var(--main-purple);
    color: white;
}

@media only screen and  (min-width: 768px)  {

    .page-footer .footer .footer_menu .menu__column { 
        flex-basis: 33%;
    }
    .page-footer .footer .footer_menu li {
        font-size: 14px;
    }
    .footer.content .block {
        float: none;
    }
    .page-footer .footer .footer_menu h4 {
        color: #fff;
        font-size: 1.4em;
    }
    .page-footer a {
        font-size: 15px;
    }
}
@media only screen and  (min-width: 1024px)  {
    .page-footer .footer .footer_menu .menu__column { 
        flex-basis: 25%;
    }
}