/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* form style */
input.fusion-form-upload-field {
	background-color: #fff !important;
	border-style: solid !important;
	height: fit-content !important;
	padding: 10px 0 !important;
}

@media only screen and (max-width: 720px){
	.half-field {
 	 width: 100% !important; 
    }
	
	.button-submit {
		width: 100% !important;
	}
}
