.social-share {
    margin: 20px 0px 0px 0px;
    display: block;
    float: left;
}

.social-share-item {
    background-color: #993841;
    display: inline-block;
    padding: 10px 0px 8px 12px;
    margin: 8px 8px 0px 0px;
    min-width: 120px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    color: #efcbd0;
    font-size: 22px;
    font-family: 'eurostileregular', sans-serif;
    transition: 0.3s;
    cursor: pointer;
}
.social-share-item:hover {
    background-color: #b22f3b;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.30);
    color: white;
}

.social-share.post {
    text-align: center;
    float: none;
    margin-bottom: -12px;
}
.social-share.post .social-share-item {
    background-color: #8aaabd;
    color: #d9e9f3;
    text-align: left;
    min-width: 150px;
}
.social-share.post .social-share-item:hover {
    background-color: #789baf;
    color: white;
}
.social-share.post .social-share-count {
    border-left-color: #7796a9;
}

.social-share-count {
    float: right;
    font-size: 15px;
    color: white;
    min-width: 40%;
    text-align: center;
    border-left: #843138 solid 1px;
    padding-top: 0px;
    padding-left: 4px;
    margin: 0px 6px 0px 0px;
    
}