.entry-meta .share-buttons {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .entry-meta .share-buttons {
        float: right;
        margin-bottom: 0;
    }
}

.share-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 18px;
    border-radius: 50%;
    background-color: #999;
    margin-right: 4px;
    text-align: center;
    vertical-align: top;
}

.share-button,
.share-button:active,
.share-button:hover,
.share-button:focus {
    color: #fff !important;
}

.share-button svg[class^="social-"],
.share-button svg[class*=" social-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.share-button-email {
    background-color: #30373b;
    font-size: 16px;
}
.share-button-email:hover {
    background-color: #101418;
}

.share-button-pinterest {
    background-color: #bd081c;
}
.share-button-pinterest:hover {
    background-color: #a0081c
}

.share-button-facebook {
    background-color: #385a98;
}
.share-button-facebook:hover {
    background-color: #354681;
}

.share-button-twitter {
    background-color: #55acee;
}
.share-button-twitter:hover {
    background-color: #5594d6;
}

.share-button-linkedin {
    background-color: #0976b4;
}
.share-button-linkedin:hover {
    background-color: #0967a3;
}

.share-buttons .title {
    display: none;
}

.share-buttons.floating {
    display: none;
}

@media (min-width: 900px) {
    .share-buttons.floating {
        display: block;
        width: 60px;
        margin-left: -80px;
        text-align: center;
        float: left;
        opacity: 0;
        visibility: hidden;
        transition: visibility 0.5s ease, opacity 0.5s ease;
    }

    .share-buttons.floating.visible {
        visibility: visible;
        opacity: 1;
    }

    .share-buttons.floating .share-button {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .share-buttons.floating .share-button:last-child {
        margin-bottom: 0;
    }

    .share-buttons.floating .title {
        display: block;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 15px;
        color: #999;
    }
}

@media (min-width: 1000px) {
    .share-buttons.floating {
        margin-left: -100px;
    }
}
