/*
Theme Name: Divi-child
Theme URI: https://www.elegantthemes.com/
Description: Questa è la versione child del tema Divi da utilizzare per la customizzazione dei file del tema padre.
Author: Briefing
Author URI: https://www.briefinglab.com/
Template: Divi
Version: 1.0.0
*/
@import url("../Divi/style.css");


form .wpcf7-form-control {
    width: 100%;
	border-radius: 5px;
	padding:10px;
}

.wpcf7-submit {
    background-color: #00ACA0;
    color: white;
    border: none;
    padding: 10px 30px;
    text-transform: uppercase;
    outline: none;
    border-radius: 5px;
	max-width:200px;
}

.colonna-flex{
	align-content: center;
}

.var-color-primary{
	color: #00ACA0;
}

.grecaptcha-badge {
    z-index: 10;
}

span.wpcf7-list-item {
    margin: 0;
}

span.wpcf7-acceptance {
    padding: 0;
}

form.wpcf7-form a {
    text-decoration: underline;
}

@media only screen and (max-width:767px){
	span.et_pb_image_wrap {
		text-align: left;
	}
}