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

.post-sharing-4 {
    padding: 17px 17px 17px 12px;
    display: inline-block;
}

.post-sharing-4:hover h6 {
    color: #437df9;
    -webkit-transition: all .27s ease;
    -moz-transition: all 27s ease;
    -ms-transition: all .27s ease;
    -o-transition: all .27s ease;
    transition: all .27s ease;
}

.post-sharing-4 h6 {
    text-transform: uppercase;
    padding-right: 14px;
}

.post-sharing-4 h6 svg {
    vertical-align: middle;
    margin-left: 5px;
}

.blog-social-4 {
    display: none;
}

.post-sharing-4:hover .blog-social-4 {
    display: block;
    -webkit-transition: all .27s ease;
    -moz-transition: all 27s ease;
    -ms-transition: all .27s ease;
    -o-transition: all .27s ease;
    transition: all .27s ease;
}

.blog-social-4 {
    margin-top: 5px;
    position: absolute;
    background: #fcfcfc;
    border: 1px solid #e4e4e4;
    padding: 13px 17px;
    font-size: 10px;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 0.1em;
    z-index: 7;
}

.blog-social-4 a {
    display: block;
    position: relative;
    padding-left: 14px;
    -webkit-transition: all .27s ease;
    -moz-transition: all 27s ease;
    -ms-transition: all .27s ease;
    -o-transition: all .27s ease;
    transition: all .27s ease;
    text-transform: uppercase;
    color: #444444;
    font-weight: 900;
}

.blog-social-4 a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 7px;
    height: 1px;
    background: #444444;
}

.blog-social-4 a:hover:after {
    background: #437df9;
}