/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

#contact-flexfit .eael-contact-form-7 .wpcf7-form p {
    margin-bottom: 0px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450!important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	color: #dc3232!important;
}
.wpcf7 form.spam .wpcf7-response-output {
	color: #f56e28!important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	color: #ffb900!important;
}

.btn2-menu a {
	background: #441f7e;
}

@media (min-width: 768px) {
	.btn1-menu a {
		border: 1px solid #ffffff;
		border-radius: 2px;
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	.btn2-menu a {
		border: 1px solid #441f7e;
		background: #441f7e;
		border-radius: 2px;
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	.btn1-menu a:hover, .btn2-menu a:hover {
		border: 1px solid #6a1acc;
		background: #6a1acc;
		border-radius: 2px;
	}
	.btn1-menu:hover, .btn2-menu:hover {
		color: #ffffff;
	}
}
