/*
Theme Name: Hello Elementor Child
Theme URI: https://treativa.it
Description: Child Theme di Hello Elementor
Author: Treativa
Author URI: https://treativa.it
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/*FORM*/
#responsive-form{
	/*--max-width:600px  change this to get your desired form width --*/;
	margin:0;
  width:100%;
}
.form-row{
	width: 100%;
	padding-right:20px;
	clear:both;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.35rem 0.3rem 0.35rem 0.3rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
#respond textarea, #respond input[type='text'], .contact_form input[type='text'], .contact_form textarea, .comment_holder #respond textarea, .comment_holder #respond input[type='text'], input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-date, textarea.wpcf7-form-control.wpcf7-textarea, select.wpcf7-form-control.wpcf7-select, input.wpcf7-form-control.wpcf7-quiz {

}
select option {
	font-size: 14px !important;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

