/*
 * WordPress plugin Social Media Follow Buttons Bar by Space X-Chimp ( https://www.spacexchimp.com ).
 *
 * @package     Social Media Follow Buttons Bar
 * @author      Arthur Gareginyan
 * @link        https://www.spacexchimp.com
 * @copyright   Copyright (c) 2016-2018 Space X-Chimp. All Rights Reserved.
 */


/* Reset styles to default for UL, LA and A elements */
.sxc-follow-buttons {
    margin: 0 !important;
    padding: 0 !important;
    background-image: none !important;
    border: none !important;
    border-bottom: 0 !important;
}
.sxc-follow-buttons li {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    background-image: none !important;
    border: none !important;
    border-bottom: 0 !important;
    list-style-type: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.sxc-follow-buttons li::before {
    content: "" !important;
    content: none !important;
}
.sxc-follow-buttons li::after {
    content: "" !important;
    content: none !important;
}
.sxc-follow-buttons li a {
    display: block !important;
    border: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}
.sxc-follow-buttons li img {
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
}
