/*
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
*/

.white p,
.white h1,
.white h2,
.white h3, 
.white h4, 
.white h5, 
.white li {
	color: #ffffff!important;
}

.wpcf7-form label,
.wpcf7-form p {
	color: #fff;
}

.wpcf7-form p a{
	color: #aaa;
}

.wpcf7-form p a:hover{
	color: #fff;
}

.wpcf7-form .wpcf7-submit {
	color: #0f80a2!important;
	background: #fff!important;
}


.wpcf7-form .wpcf7-submit:hover {
	color: #fff!important;
	background: #0c6c8a!important;
}

