/*
Theme Name: Mezzo Child
Theme URI: Blog sinsay
Description: Mezzo child
Author: Dock It
Author URI: Blog sinsay
Template: mezzo
Version: 1.0.0
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats
*/
.top-footer {
    background-color: #EEB0CE;
    width: 100%;
    padding-top: 59px;
    padding-bottom: 75px;
}
.top-footer__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top-footer__single-box {
    width: 33%;
    border-right: 1px solid #D198B4;
}
.top-footer__single-box:last-of-type {
    border: none;
}

.top-footer__single-box__wrapper {
    max-width: 277px;
    margin: 0 auto;
}
.top-footer__single-box--1 .top-footer__single-box__wrapper {
    margin: 0;
}
.top-footer__single-box--3 .top-footer__single-box__wrapper {
    margin-left: auto;
    margin-right: 0;
}
.top-footer__single-box__header {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.top-footer__single-box__title {
    color: #000000;
    font-family: 'Euclid';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 15px;
    width: 63%;
}
.top-footer__single-box__desc {
    font-family: 'Euclid';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin-bottom: 19px;
}
.top-footer__single-box__condition {
    display: flex;
    align-items: center;
}
.top-footer__first-box__images {
    display: flex;
    justify-content: flex-start;
}
.top-footer__first-box__images a {
    margin-right: 8px;
    position: relative;
}
.top-footer__first-box__images a p {
    position: absolute;
    color: white;
    left: 33px;
    top: -6px;
    font-size: 6px;
    text-transform: uppercase;
}
.top-footer__first-box__icons {
    display: flex;
}
.top-footer__first-box__icons a {
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
}
.top-footer__first-box__icons a img {
    width: 100%;
    height: 100%;
    max-height: 36px;
    object-fit: cover;
}
.top-footer #homess20NewsletterForm {
    display: flex;
    flex-wrap: wrap;
}
.top-footer #homess20NewsletterForm h3.newsletter-title {
    color: #000000;
    font-family: 'Euclid';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 15px;
}
.top-footer #homess20NewsletterForm input.newsletter-input {
    width: 239px;
    height: 30px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #EEB0CE;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Euclid';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.top-footer #homess20NewsletterForm input.newsletter-input::placeholder {
    font-family: 'Euclid';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000;
}
.top-footer #homess20NewsletterForm >div{
    display: flex;
    width: 100%;

}
.top-footer #homess20NewsletterForm .newsletter-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 30px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #000;
    cursor: pointer;
}
.top-footer #homess20NewsletterForm .error[for=newsletterEmailField]{
    display: none!important;
}
.top-footer #homess20NewsletterForm .newsletter-input.error{
    border-color: red;
}
.top-footer .newsletter-terms {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    padding-left: 20px;
    flex-wrap: wrap;
}
.top-footer .newsletter-terms .error{
    order: 4;
    color:red;
    width: 100%;
    font-size: 11px;
    line-height: 14px;
    margin-top: 10px;
    margin-left: 6px;
}
.top-footer .newsletter-terms input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.top-footer .newsletter-terms .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #EEB0CE;
    border: 1px solid #000;
    border-radius: 2px;
}
.top-footer .newsletter-terms:hover input ~ .checkmark {
    background-color: #EEB0CE;
}
.top-footer .newsletter-terms input:checked ~ .checkmark {
    background-color: #EEB0CE;
}
.top-footer .newsletter-terms .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.top-footer .newsletter-terms input:checked ~ .checkmark:after {
    display: block;
}
.top-footer .newsletter-terms .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 8px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.top-footer .newsletter-terms a {
    text-decoration: underline;
}
.top-footer .newsletter-terms p {
    color: #000000;
    font-family: 'Euclid';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 5px;
}
.top-footer .newsletter-status-success {
    display: none;
}
.top-footer .newsletter-status-success.active {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.top-footer .newsletter-status-success p {
    color: #000000;
    font-family: 'Euclid';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    margin:0;
}
.top-footer .newsletter-status-success img {
    max-width: 30px;
}

.btn-newsletter {
    background: #000;
    color: #D198B4;
    padding: 10px 12px;
    border-radius: 5px;
    font-family: 'Euclid';
}

.btn-newsletter:hover {
    color: #D198B4;
}

@media screen and (max-width: 992px) {
    .top-footer {
        padding: 20px 0;
    }
    .top-footer__wrapper.container {
        width: 100%;
    }
    .top-footer__single-box {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #D198B4;
    }
    .top-footer__single-box--1 .top-footer__single-box__wrapper{
        margin: 0 auto;
    }
    .top-footer__single-box--3 .top-footer__single-box__wrapper{
        margin: 0 auto;
    }
    .top-footer__single-box__wrapper {
        padding: 40px 0;
    }
}

