﻿.share {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .share .share-button {
        font-size: 16px;
        color: #1e7896;
        font-weight: 700;
        padding-left: 10px;
    }

    .share a:link {
        text-decoration: none;
    }

    .share a:visited {
        text-decoration: none;
    }

    .share a:hover {
        text-decoration: none;
    }

    .share a:active {
        text-decoration: none;
    }

    .share .st-custom-button {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .share .logo {
        height: 40px;
        width: 40px;
        background-color: #1e7896;
        background-image: url("/media/images/style/socials/socials.png");
    }

    .share .st_facebook_custom .logo {
        background-position: 0px -50px;
    }

    .share .st_twitter_custom .logo {
        background-position: -150px -50px;
    }

    .share .st_linkedin_custom .logo {
        background-position: -50px -50px;
    }
