/*
    Theme Name: febredigital
    Theme URI:
    Description: This theme has been developed exclusively for febredigital. Requires Wordpress 5.4.2 or higher.
    Author: Leonardo Pricevicius
    Author URI: leonardo@okn.com.br
    Version: 1.0.0
    Tags:
    License: Copyright
    Text Domain: wp-ks

    Don't add css in this file!
    The theme css is located at assets/css/style.css
*/
.wpcf7 {
    max-width: 100%;
	position: relative;
}
.wpcf7-response-output {
    position: absolute;
    bottom: -25px;
    margin: 0px !important;
	width: inherit;
}
.footer__newsletter-container .wpcf7-response-output {
    bottom: -60px;
}
@media only screen and (max-width: 800px) {

	.wpcf7-response-output {
		bottom: -80px;
	}

	.footer__newsletter-container .wpcf7-response-output {
		bottom: -65px;
	}
}