/*
Theme Name: Fergumar Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Fergumar
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 9.4.0
Template: bridge
*/
@import url("../bridge/style.css");

/*FORMULARIO DE CONTACTO*/

.wpcf7-form{
	color: #000 !important;
}

input.wpcf7-form-control.wpcf7-date, 
input.wpcf7-form-control.wpcf7-number, 
input.wpcf7-form-control.wpcf7-quiz, 
input.wpcf7-form-control.wpcf7-text, 
select.wpcf7-form-control.wpcf7-select, 
textarea.wpcf7-form-control.wpcf7-textarea{
	border: 1px solid #a21c1d !important;
}


input.wpcf7-form-control.wpcf7-submit:not([disabled]){
	border: 2px solid #a21c1d;
}

input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover{
	background-color: #a21c1d !important;
    border-color: #a21c1d !important;
}

.g-recaptcha{
	padding-bottom: 20px !important;
}