.share-count {
 float: left;
 margin-right: 15px;
 font-size:20px;
 color: rgb(102, 102, 102);
 border-right: 2px solid #ada8a8;
 padding-right: 10px;
 }
 
 .counter{
     font-weight: 600;
 }
 
 .social-share{
    /* margin-top:15px;*/
     width:100%;
 }
 
 .share-btns{
     margin-top:10px;
     float:left;
 }
 
.facebook{
 background: #3B5998;
 padding: 8px 14px;
 float: left;
}

.facebook i  {
 color: #fff;
}

.facebook a {
 color: #fff;
 text-decoration:none;
}
 
 
 .twitter{
    background: #1DA1F2;
    padding: 8px 14px;
    color: #fff;
    float: left;
    cursor: pointer;
    margin-left: 5px;
    color:#fff;
 }
 
 .twitter a{
     color:#fff;
     text-decoration:none;
 }