.rd-share-post {
    float: left;
    width: 100%;
    text-align: center;
    margin: -6px 0px 15px -5px !important;
}

.rd-head-post-content .rd-share-post {
    margin:  10px 0px 0px -5px !important;

}


.rd-share-post li {
    list-style: none;
    height: 30px;
    float: left;
    display: inline-block;
    margin: 6px 3px;
    border-radius: 00px;
    overflow: hidden;
}
.rd-share-post li:hover {
    opacity: .75
}
.rd-share-post li a {
    float: left;
    font-size: 13px;
    font-weight: 400!important;
}
.rd-share-post li img {
    height: 30px;
    width: 30px;
    box-shadow: 0 0 0 1px RGBA(150,150,150,0.15);
}
.rd-share-post .rd-share-social {
    color: #FFF;
    float: left;
    padding-right: 15px;
    height: 30px;
    line-height: 30px
}
.rd-share-post .rd-facebook {
    background: #435b8d none repeat scroll 0 0;
}
.rd-share-post .rd-google {
    background: #e14b19 none repeat scroll 0 0;
}
.rd-share-post .rd-twitter {
    background: #4da3cc none repeat scroll 0 0;
}
.rd-share-post .rd-linkedin {
    background: #007bb6 none repeat scroll 0 0;
}
.rd-share-post .rd-telegram {
    background: #2da5e1 none repeat scroll 0 0;
}
.rd-share-post .rd-whatsapp {
    background: #02d301 none repeat scroll 0 0;
}