/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/*couleur text formulaire champ liste déroulante

#top .av-custom-form-color *{
	color:#171717
	}
	 */
	
/*couleur bordure bouton envoyé  */
#top .av-custom-form-color .button .avia_17_3 {
    color: #ffffff;
    }
	
	
/*padding  bouton envoyé  */
	.modified_width .button {
    padding: 18px 10px 14px;
   
}

.main_color .button:hover, .main_color .big_button:hover, .main_color input[type='submit']:hover {
    background-color: #8ed1fc;
   border-color: #000000
}

#top .avia_ajax_form .text_input .av-light-form .av-light-form .button {
    color: #fff;
	border-color: #fff;
	}
	
#top div .av-light-form select {
	background-color: #0047994d;
	}
	
/*taille de texte menu principal  */
	#top a:where(:not(.wp-element-button)) {
     font-size: 16px;
}