/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

/* Custom social share colors on hover */
ul.share-buttons.custom-social-buttons li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #555; /* default gray */
    transition: all 0.3s ease;
    margin-right: 5px;
}

ul.share-buttons.custom-social-buttons li a:hover {
    color: #fff;
}

ul.share-buttons.custom-social-buttons li a.fb-share:hover {
    background: #1877f2;
}

ul.share-buttons.custom-social-buttons li a.twitter-share:hover {
    background: #1da1f2;
}

ul.share-buttons.custom-social-buttons li a.whatsapp-share:hover {
    background: #25d366;
}

ul.share-buttons.custom-social-buttons li a.telegram-share:hover {
    background: #0088cc;
}


