/*
Theme Name: Nexxis
Description: Votre site utilise le CMS libre de Wordpress. L'apparence est personnalisée par l'agence Web Nexxis.
Version: 1.0
Author: Nexxis
Author URI: https://nexxis.fr
Theme URI: nexxis.fr
Template: enfold
*/


/*Ajout personnalisation viadeo*/
#top #wrap_all .av-social-link-viadeo:hover a {
    color: #fff;
    background-color: #f76a00;
}

/*Modification instagram*/
#top #wrap_all .av-social-link-instagram:hover a {
    background: #f4d600;
    background: -moz-linear-gradient(45deg, #f4d600 0%, #f50109 40%, #6e2fa1 81%, #6e2fa1 81%);
    background: -webkit-linear-gradient(45deg, #f4d600 0%, #f50109 40%, #6e2fa1 81%, #6e2fa1 81%);
    background: linear-gradient(45deg, #f4d600 0%, #f50109 40%, #6e2fa1 81%, #6e2fa1 81%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d600', endColorstr='#6e2fa1', GradientType=1);

}


/* To fix underlined links */
a:where(:not(.wp-element-button)) {
    text-decoration: none;
}