.blog-post .post-sharing.post-sharing-3 {
    margin: 0;
    float: none;
}

.blog-social-3 {
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.blog-social-3.active {
    opacity: 1;
}

.blog-social-3.deactive.active {
    opacity: 0;
}

.blog-social-3 a i.sl-social-twitter {
    padding-top: 10px;
}

.blog-social-3 a i.sl-social-linkedin {
    padding-top: 8px;
}

.blog-social-3 a i {
    color: #222;
    font-size: 20px;
    width: 40px;
    height: 40px;
    font-weight: 100;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding-top: 9px;
    border: 1px solid;
    border-radius: 50px;
    background: #fff;
}

@media (min-width:960px) {
    .blog-social-3 a {
        position: relative;
        display: block;
    }

    .blog-social-3 a i {
        display: block;
        margin-bottom: 12px;
    }

    .blog-social-3 {
        position: fixed;
        top: 50%;
        z-index: 2;
        left: 10px;
    }

    .blog-social-3 .single-wntooltip:after {
        top: -12px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }
}

@media only screen and (min-width: 1281px) {
    .blog-social-3 {
        position: fixed;
        top: 42%;
        z-index: 2000;
        left: auto;
        margin-left: -110px;
    }
}