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

.blog-post .post-sharing.post-sharing-5 {
    float: none;
    display: inline-block;
}

.blog-inner .post-sharing.post-sharing-5:hover .blog-social-5 {
    z-index: 99;
}

.post-sharing.post-sharing-5 {
    float: right;
}

.single .post-sharing.post-sharing-5 {
    clear: both;
}

.post-sharing.post-sharing-5 {
    position: relative;
}

.post-sharing.post-sharing-5 h6 {
    color: #1d1d1b;
    font-weight: 500;
    float: left;
    cursor: pointer;
}

.post-sharing.post-sharing-5 h6 svg {
    transform: rotate(90deg);
    margin-left: 7px;
    margin-top: -4px;
    width: 16px;
    vertical-align: middle;
}

.post-sharing.post-sharing-5 .blog-social-5 {
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 2px 11px -3px rgba(2, 3, 3, 0.1);
    padding: 25px 21px 10px 17px;
    min-width: 140px;
    position: absolute;
    z-index: 1;
    right: -143px;
    bottom: -40px;
}

@media (max-width: 992px) {
    .single #wrap .post-sharing.post-sharing-5 .blog-social-5 {
        left: auto;
        right: 100%;
        padding: 20px;
        min-width: 142px;
    }

    #wrap .post-sharing.post-sharing-5 .blog-social-5:before,
    #wrap .post-sharing.post-sharing-5 .blog-social-5:after {
        left: auto;
        right: -10px;
        border-top: 15px solid transparent;
        border-left: 10px solid #ececec;
        border-right: none;
        border-bottom: 15px solid transparent;
    }

    #wrap .post-sharing.post-sharing-5 .blog-social-5:after {
        border-left: 10px solid #fff;
        border-right: none;
        right: -9px;
    }
}

.single .post-sharing.post-sharing-5 .blog-social-5 {
    left: 100%;
}

.post-sharing.post-sharing-5 .blog-social-5:before,
.post-sharing.post-sharing-5 .blog-social-5:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 10px solid #ececec;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: 41px;
    left: -10px;
}

.post-sharing.post-sharing-5 .blog-social-5:after {
    border-right: 10px solid #fff;
    left: -9px;
}

.post-sharing.post-sharing-5 .blog-social-5 {
    display: none;
}

.post-sharing.post-sharing-5:hover .blog-social-5 {
    display: block;
}

.post-sharing.post-sharing-5 .blog-social-5 a {
    display: block;
    color: #1d1d1b;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 16px;
}

.post-sharing.post-sharing-5 .blog-social-5 a.more-less {
    text-align: center;
    background: #eee;
    padding: 3px 0;
    border-radius: 55px;
    width: 100%;
    font-size: 11px;
    line-height: 24px;
    vertical-align: middle;
}

.post-sharing.post-sharing-5 .blog-social-5 a.more-less i {
    padding-right: 4px;
    vertical-align: sub;
}

.post-sharing.post-sharing-5 .blog-social-5 a i {
    padding-right: 15px;
    font-size: 15px;
}

.blog-inner .post-sharing.post-sharing-5:hover .blog-social-5 {
    display: table;
    left: 70px;
}