/*
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:*/

#top #wrap_all .av-social-link-emveon a:before{
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(https://emveon.com/wp-content/uploads/2021/10/Emveon.png) no-repeat center center;
    background-size: contain;
	-webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

#top #wrap_all .av-social-link-emveon:hover a{
    color:#fff; 
    background-color:#00b9c4;
}