/* Share CSS */

.actunews-share-item-content {
    padding: 8px;
    opacity: 0.9;
    transition: opacity .5s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid;
}
.actunews-inline-sharing.with-background .actunews-share-item-content {
    border: none;
}
.actunews-inline-sharing.with-background .actunews-share-item.more .actunews-share-item-content {
    background: var(--background-in-style);
}
.actunews-share-item {
    transition: all .2s linear;
    backface-visibility: hidden;
    perspective: 1000;
}
@media only screen and (min-width: 960px) {
    .actunews-share-item-content {
        padding: 13px;
    }

    .actunews-inline-sharing .actunews-share-item-content span {
        font-size: 15px;
    }
}

.actunews-share-item-content:hover {
    opacity: 1;
}



.actunews-inline-sharing.small .actunews-share-item-content {
    padding: 10px 5px;
}

.actunews-inline-sharing.small .actunews-share-item-content.more {
    padding: 10px 4px;
}

.actunews-inline-sharing.tiny .actunews-share-item-content {
    padding: 7px 3px;
}

.actunews-inline-sharing.tiny .actunews-share-item-content.more {
    padding: 7px 2px;
}

.actunews-inline-sharing .actunews-share-item i {
    font-size: 18px;
}

.actunews-inline-sharing.small .actunews-share-item i {
    font-size: 14px;
}

.actunews-inline-sharing.tiny .actunews-share-item i {
    font-size: 11px;
}

.actunews-inline-sharing .actunews-share-item-content span {
    font-size: 12px;
}

.actunews-inline-sharing.small .actunews-share-item-content span {
    font-size: 12px;
}

.actunews-inline-sharing.tiny .actunews-share-item-content span {
    font-size: 9px;
}

.actunews-inline-sharing {
    font-size: 0;
    margin: -4px;
    margin-top: 30px;
}

.actunews-inline-sharing.small {
    margin: -3px;
}

.actunews-inline-sharing.tiny {
    margin: -2px;
}

.actunews-inline-sharing .actunews-share-item {
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    padding: 4px;
}

.actunews-inline-sharing.justified .actunews-share-item {
    width: 16.6666%;
}

.actunews-inline-sharing.small .actunews-share-item {
    padding: 3px;
}

.actunews-inline-sharing.tiny .actunews-share-item {
    padding: 2px;
}

.actunews-inline-sharing .actunews-share-item {
    width: 60px;
}

.actunews-inline-sharing.small .actunews-share-item {
    width: 40px;
}

.actunews-inline-sharing.tiny .actunews-share-item {
    width: 30px;
}

.actunews-inline-sharing.rounded .actunews-share-item-content {
    padding: 0;
}

.actunews-inline-sharing.rounded .actunews-share-item-content {
    border-radius: 50%;
}

.actunews-inline-sharing.rounded .actunews-share-item-content:before {
    content: "";
    padding-top: 100%;
}

.actunews-share-item-content span {
    display: none;

}

@media only screen and (min-width: 768px) {
    .actunews-inline-sharing.justified {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-spacing: 6px;
        margin: -6px;
        width: calc(100% + 12px);
    }

    .actunews-inline-sharing.justified .actunews-share-item {
        display: table-cell;
        text-align: center;
        padding: 0;
    }

    .actunews-inline-sharing.prio .actunews-share-item-content span {
        display: inline-block;
    }

    .actunews-inline-sharing.prio .actunews-share-item:nth-child(-n+2) {
        width: auto;
    }

    .actunews-inline-sharing.justified.prio .actunews-share-item:nth-child(1),
    .actunews-inline-sharing.justified.prio .actunews-share-item:nth-child(2) {
        width: 70%;
    }

    .actunews-inline-sharing.prio.justified .actunews-share-item:nth-child(1),
    .actunews-inline-sharing.prio.justified .actunews-share-item:nth-child(2) {
        width: 33.3333%;
    }
}
.actunews-inline-sharing.justified {
    margin-top: 30px;
}
.actunews-inline-sharing.prio .actunews-share-item:nth-child(n+3) .actunews-share-item-content span {
    display: none;
}

.actunews-inline-sharing.prio .actunews-share-item:nth-child(n-3) .actunews-share-item-content {
    padding-left: 13px;
    padding-right: 13px;
}

.actunews-inline-sharing .actunews-share-item-content span {
    margin-left: 10px;
}

body.rtl .actunews-inline-sharing .actunews-share-item-content span {
    margin-left: 0;
    margin-right: 10px;
}



.actunews-inline-sharing.without-background .actunews-share-item .actunews-share-item-content { 
    color: var(--actunews-networks-color); 
}
.actunews-inline-sharing.with-background .actunews-share-item .actunews-share-item-content { 
    background: var(--actunews-networks-color);
    color: var(--actunews-networks-text-color);
    border-color: var(--actunews-networks-color);
}
