/*
Theme Name: CharleneHutsebaut
Description: child theme
Version: 1.0
Author: frogjuggler
Author URI: frogjuggler.co.uk
Template: enfold
*/



/*Add your own styles here:*/
/*----------------------------------------
// CSS - Social Share style - 1 
//--------------------------------------*/

/* Social share title */
.av-share-link-description {

}

/* Hide tool tip */
.av-social-sharing-box .avia-related-tooltip {
  display: none !important;
}

/* Remove icon border */
#top .av-social-sharing-box .av-share-box ul li {    
    border-left-style: none;    
    display: inline-block;
    vertical-align: middle!important;
}

/* Icon style */
#top .av-social-sharing-box .av-share-link a {
   margin: 0 10px 0 0; 
   width: 50px!important;
   height: 50px!important;
   border-radius: 30px!important;
}

/* Icon Color */
.av-social-sharing-box .av-share-link a:before {
  color:#333;
  transition: all .5s ease;
}

/* Icon Color on hover */
.av-social-sharing-box .av-share-link:hover a:before {
  color:#FFF;
  transition: all .35s ease;
}