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

.workcontrol_socialshare_cta{
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    font-weight: 400;
    font-size: 0.600em;
    color: orange;
}

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

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

.workcontrol_socialshare_item img{
    width: 16px;
    max-width: 100%;
}

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

.workcontrol_socialshare_facebook a{
    background: #5B74A9; /* #5B74A9;*/
}

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

.workcontrol_socialshare_instagram a{
    background: #FE2E9A;
}

.workcontrol_socialshare_instagram a:hover{
    background: #FE2E8A;
}

.workcontrol_socialshare_googleplus a{
    background: #E4564B; /* #E4564B; */
}

.workcontrol_socialshare_googleplus a:hover{
    background: #CB3D38; /* #CB3D38; */
}

.workcontrol_socialshare_twitter a{
    background: #059FF5; /* #059FF5;*/
}

.workcontrol_socialshare_twitter a:hover{
    background: #0083B6; /* #0083B6;*/
}

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