.workcontrol_socialshare{
    display: block;
    width: 100%;
    padding: 20px 15px;
    background: #fbfbfb;
    border-bottom: 1px solid #eee;
    text-align: right;
    border-radius: 6px;
}

.workcontrol_socialshare_cta{
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875em;
    text-shadow: 1px 1px 0px #eee;
    color: #777777;
}

.workcontrol_socialshare_item{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 6px;    
}

.workcontrol_socialshare_item span{
    vertical-align: middle;
    font-size: 0.875em;
    color: #fff;
    padding-left: 8px;
    text-transform: uppercase;
}

.workcontrol_socialshare_item img{
    width: 25px !important;
    max-width: 100%;
}

.workcontrol_socialshare_item a{
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    background: #ccc;
    transition-duration: 0.3s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.workcontrol_socialshare_facebook a{
    background: #5B74A9;
}

.workcontrol_socialshare_facebook a:hover{
    background: #3B5998;
}

.workcontrol_socialshare_pinterest a{
    background: #cc3333;
}

.workcontrol_socialshare_pinterest a:hover{
    background: #cc1111;
}

.workcontrol_socialshare_twitter a{
    background: #333333;
}

.workcontrol_socialshare_twitter a:hover{
    background: #000000;
}

.workcontrol_socialshare_whatsapp a{
    background: #1eb1a5;
}

.workcontrol_socialshare_whatsapp a:hover{
    background: #1EA397;
}
.workcontrol_socialshare_linkedin a{
    background: #0066cc;
}

.workcontrol_socialshare_linkedin a:hover{
    background: #0044cc;
}
.workcontrol_socialshare_mail a{
    background: #D2337C;
}

.workcontrol_socialshare_mail a:hover{
    background: #B92D66;
}

@media (max-width: 48em){
    .workcontrol_socialshare_cta{
        display: none;
    }
    .workcontrol_socialshare{
        text-align: center;
    }
}