.sharethis-buttons,
.field-name-addtoany {
    width: 100%;
    padding-bottom: 20px;
}
.sharethis-buttons span {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-bottom: 4px;
    color: #CCC;
    border: var(--border-thin);
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .sharethis-buttons {
    border-right: none;
    }
}


.sharethis-buttons span:hover {
    opacity: .5;
    cursor: pointer;
}

/* FOOTER */
.follow-link-wrapper {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 4px;
    border: var(--border-thin);
    border-radius: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}
a.follow-link {
    background-image: none;
}
a.follow-link::before {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    font-size: 1.2em;
}

/*AddToAny*/
.a2a_svg, .a2a_count { 
    border-radius: 100% !important;
    background: #FFF!important;
    border: var(--border-thin);
}
.a2a_svg svg {
    top: 10%!important;
    width: 80%!important;
    height: 80%!important;
}
.a2a_svg path {
    fill: var(--color-text-light);
    opacity: .5;
}
