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

.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: #ccc;
}

.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.875em;
    color: #fff;
    padding-left: 8px;
    text-transform: uppercase;
}

.workcontrol_socialshare_item img{
    width: 22px;
    height: 22px;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.workcontrol_socialshare_item a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 42px;
    height: 42px;
    padding: 0;
    background: #ccc;
    transition-duration: 0.3s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.workcontrol_socialshare_item button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    cursor: pointer;
    background: #ccc;
    transition-duration: 0.3s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.workcontrol_socialshare_label{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    color: #fff;
    font-weight: 700;
    font-size: 0.75em;
    line-height: 1;
}

.workcontrol_socialshare_icon{
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.workcontrol_socialshare_facebook a{
    background: #5B74A9;
}

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

.workcontrol_socialshare_googleplus a{
    background: #E4564B;
}

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

.workcontrol_socialshare_twitter a{
    background: #059FF5;
}

.workcontrol_socialshare_twitter a:hover{
    background: #0083B6;
}
.workcontrol_socialshare_whatsap a{
    background: #4ac958;
}

.workcontrol_socialshare_whatsap a:hover{
    background: #36b643;
}

.workcontrol_socialshare_linkedin a{
    background: #0A66C2;
}

.workcontrol_socialshare_linkedin a:hover{
    background: #004182;
}

.workcontrol_socialshare_native button{
    background: #6b7280;
}

.workcontrol_socialshare_native button:hover{
    background: #4b5563;
}

.workcontrol_socialshare_copy button{
    background: #111827;
}

.workcontrol_socialshare_copy button:hover{
    background: #000;
}

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