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

um-meta span {
    margin: 0 5px;
    font-size: 20px;
    display: inline-block;
}
a:link, a:visited, a:active {
    text-decoration:none;
}
#responsive-form{
	max-width:800px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.85rem;
	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%;
	}
}


.wpcf7-form textarea::placeholder,
.wpcf7-form input::placeholder{
color:#6D6D6D;
 font-weight: normal;
}
