/**
Theme Name: Talent Growers
Author: Caribdis.Net
Author URI: https://caribdis.net
Description: Tema WP para Talent Growers - talentgrowers.net
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: talent-growers
Template: astra
*/

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
border-color: transparent;
	color: #FFF;
	padding: 0;
	font-size: 14px;
	margin: 20px 0 15px;
}
.contacto .wpcf7 form.invalid .wpcf7-response-output, .contacto .wpcf7 form.unaccepted .wpcf7-response-output, .contacto .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
	color: initial;
}
.wpcf7 .wpcf7-not-valid-tip {
	color: #B20000;
	margin: -8px 0 10px 17px;
	font-size: 13px;
}
.cf-container textarea {
	height: 100px;
}
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-6, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
.cf-col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.cf-col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
}