.footer-top .gf_simple_horizontal {
    display: flex !important;
}
.footer-top .widget-title {
    color: white !important;
    margin-left: 10px !important;
}
.footer-top .ginput_container_email input {
    width: 500px !important;
    height: 60px !important;
}
.footer-top .gform_footer input[type='submit'] {
    width: 100px !important;
    height: 60px !important;
}
.footer-top .gform_validation_errors {
    display: none !important;
}
.footer-top .gfield_validation_message {
    width: 450px !important;
}
@media only screen and (max-width: 767px) {
    .footer-top .ginput_container_email input {
        width: 250px !important;
    }
    .footer-top .gfield_validation_message {
        width: 240px !important;
    }
}