/*
Theme Name: Sottofondi Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.wpcf7-form #form-contatto .flex-row .flex-col,
.wpcf7-form .flex-row .flex-col{
    margin-bottom: 20px;
}
#form-contatto .primary{
color: white !important;
background-color: #069c9b;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@media (min-width: 850px){
	.wpcf7-form #form-contatto .flex-row:not(.single) .flex-col:first-child,
	.wpcf7-form .flex-row:not(.single) .flex-col:first-child{
		margin-right: 10px;
	}
.wpcf7-form .flex-row:not(.single) .flex-col:nth-child(2) {
margin-right: 10px;
margin-left: 10px;
}
.wpcf7-form .flex-row:not(.single) .flex-col:nth-child(3) {
margin-left: 10px;
}
}