.newsletter {
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
}

.newsletter label {
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    line-height: 160%;
}

.newsletter form {
    padding-left: 10px;
}

.newsletter form input {
    border: 1px solid #A4ADCD;
    box-sizing: border-box;
    border-radius: 5px;
    background: #252525;
    width: 220px;
    height: 40px;
    padding: 10px 30px 10px 20px;
    color: #fff;
}

.newsletter form input[type="email"] {
    margin: 0;
    margin-right: 20px;
}

.newsletter form p {
    display: flex;
    margin-bottom: 0;
}

.newsletter .signup {
    background: var(--main-color);
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
    width: 97px;
    height: 40px;
}

.newsletter form .wpcf7-spinner {
    display: none;
}

.newsletter form .wpcf7-response-output {
    margin: 0;
    margin-top: 20px;
}

@media only screen and (max-width: 600px) {
    .newsletter form p {
        flex-wrap: wrap;
    }

    .newsletter .wpcf7-form-control-wrap {
        width: 100%;
        display: block;
    }

    .newsletter form input[type="email"] {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
    .newsletter form p {
        flex-wrap: wrap;
    }

    .newsletter .wpcf7-form-control-wrap {
        width: 100%;
        display: block;
    }

    .newsletter form input[type="email"] {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
}

.footer .icons {
    justify-content: space-between;
    align-items: flex-end;
}

.footer .icons img {
    margin-bottom: 15px;
    max-height: 30px;
    height: 100%;
    width: auto;
}

.footer {
    width: 50%;
}
