/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/
.grecaptcha-badge{
	visibility: collapse !important;  
}

/** CSS per contact form —**/
#responsive-form{
max-width:600px /*– cambia questo con la larghezza desiderata –*/;
margin:0 auto;
width:100%;
}
.form-row{
width: 100%;
}
.column-media40, .column-piccola10, .column-media, .column-piccola, .column-quattro, .column-tre, .column-half, .column-full{
float: left;
position: relative;
padding: 0.65rem;
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.clearfix:after {
content: "";
display: table;
clear: both;
}

/**—————- Media query —————-**/
@media only screen and (min-width: 48em) {
.column-half{
width: 50%;
}
.column-tre{
width: 33%;
}
.column-quattro{
width: 25%;
}
.column-piccola{
width: 7%;
}
.column-media{
width: 43%;
}
	
.column-piccola10{
width: 10%;
}
}
.column-media40{
width: 40%;
}
}



/**—————- Per spostare il bottone invio a destra —————-**/

.wpcf7-submit{
float: right;
}

/**—————- Per cambiare il colore del bottone —————-**/
.wpcf7-submit{
background: #ED6E5A/*– colore sfondo –*/;
color: white/*– colore testo –*/;
Border: none;
font-weight: bold;
border-radius: 5px;
box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.35);
float: right;
}

/**—————- Colore del bottone con il passaggio del mouse —————-**/
.wpcf7-submit:hover{
background: #9BC1BC;
color: white;
Border: none;
}

/**—————- Per personalizzare il messaggio di successo —————-**/

div.wpcf7-mail-sent-ok {
text-align: center;
max-width:600px;
text-shadow: none;
border: none;
background: #ED6E5A;
color: white;
font-weight: bold;
border-radius: 5px;
box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.35);
}

div.wpcf7-validation-errors {
text-align: center;
max-width:600px;
text-shadow: none;
border: none;
background: #ED6E5A;
color: white;
font-weight: bold;
border-radius: 5px;
box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.35);
}

