/* widget share-buttons */
.widget-share-buttons.style-flat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
}

.widget-share-buttons.style-flat a {
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: calc(33.333% - 6px);
    color: #fff;
    margin: 0 3px 6px 3px;
}

.widget-share-buttons.style-flat a::before {
    font-size: 28px;
}

.widget-share-buttons.style-flat a span:first-child {
    margin-top: 8px;
    margin-bottom: 6px;
}

.widget-share-buttons.style-line a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    color: #fff;
    margin-bottom: 6px;
}

.widget-share-buttons.style-line a::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-right: 1px solid #fff;
}

.widget-share-buttons.style-line a span {
    padding: 0 3px;
}

.widget-share-buttons.style-line a span:first-child {
    padding-left: 15px;
}

.widget-share-buttons a span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.widget-share-buttons a.soc-facebook {
    background-color: #4267B2;
}

.widget-share-buttons a.soc-twitter {
    background-color: #1dcaff;
}

.widget-share-buttons a.soc-pinterest {
    background-color: #E60023;
}

.widget-share-buttons a.soc-linkedin {
    background-color: #0e76a8;
}

.widget-share-buttons a.soc-instagram {
    background-color: #E1306C;
}

.widget-share-buttons a.soc-youtube {
    background-color: #e52d27;
}

.widget-share-buttons a.fa-comment {
    background-color: #464646;
}

.widget-share-buttons a.fa-pencil {
    background-color: #837d7d;
}

.widget-share-buttons a:hover {
    opacity: .8;
    color: #fff !important;
}
