/* ======================================================================================================================================================
Share Box
====================================================================================================================================================== */

.av-social-sharing-box {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.av-share-box {
    width: 100%;
    clear: both;
    float: left;
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: -50px;
    padding: 0;
}


.av-share-box .av-share-link-description {
    margin-bottom: 20px;
}

#top .av-share-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    display: table;
    text-align: center;
    table-layout: fixed;
    border-radius: 3px;
    background: transparent;
}

.av-social-sharing-box.av-social-sharing-box-fullwidth .av-share-box ul {
    width: 100%;
}

#top .av-social-sharing-box.av-social-sharing-center .av-share-box ul {
    margin: 0 auto;
}

.av-social-sharing-box.av-social-sharing-right .av-share-box ul {
    float: right;
}

.av-share-box ul li {
    margin: 0;
    padding: 0;
    display: table-cell;
    border-left-style: solid;
    border-left-width: 1px;
}

.av-share-box ul li:first-child {
    border: none;
}

.av-share-box ul li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.av-social-sharing-box.av-social-sharing-box-same-width .av-share-box ul li a {
    width: 55px;
    height: 55px;
}

.av-social-sharing-box.av-social-sharing-box-buttons .av-share-box ul li a {
    border-radius: 25px;
}

.av-social-sharing-box.av-social-sharing-box-circle .av-share-box ul li a {
    border-radius: 50%;
}

.av-social-sharing-box.av-social-sharing-box-rounded .av-share-box ul li:first-child a {
    border-radius: 25px 0 0 25px;
}

.av-social-sharing-box.av-social-sharing-box-rounded .av-share-box ul li:last-child a {
    border-radius: 0 25px 25px 0;
}

.av-social-sharing-box.av-social-sharing-box-icon .av-share-box ul li a {
    background: transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
}

.av-social-sharing-box.av-social-sharing-box-buttons .av-share-box ul li:nth-child(n + 1) a,
.av-social-sharing-box.av-social-sharing-box-circle .av-share-box ul li:nth-child(n + 1) a,
.av-social-sharing-box.av-social-sharing-box-icon .av-share-box ul li:nth-child(n + 1) a {
    margin-left: 2px;
}

.av-share-box .avia-related-tooltip {
    width: 150px;
}

.av-social-sharing-box .av-share-box {
    margin: 0;
}

#top .av-social-sharing-box:not(.av-social-sharing-box-default) .av-share-box ul {
    border: none;
}

#top .av-social-sharing-box:not(.av-social-sharing-box-default) .av-share-box ul li {
    border-left: none;
}

.av-social-sharing-box.av-social-sharing-box-color-bg .av-share-link a {
    color: #fff;
    background-color: var(--sxc-brand-color);
}

.av-social-sharing-box.av-social-sharing-box-color-bg a:hover {
    opacity: 0.75;
}

/*	#top #wrap_all needed because of layout.css	*/
#top #wrap_all .av-social-sharing-box.av-social-sharing-box-icon-simple .av-share-link a:hover {
    background: transparent;
    color: var(--sxc-brand-color);
}


#top #wrap_all .av-share-box .av-share-link:hover,
#top #wrap_all .av-share-box .av-share-link:hover a {
    background-color: var(--sxc-brand-color);
    transition: all .25s ease;
}

footer.entry-footer .av-share-box {
    padding-bottom: 24px;
}

footer.entry-footer .av-share-box ul li a {
    font-size: 24px;
    min-width: 44px;
    padding: 10px;
}