.blixx-socials {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.blixx-socials li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.blixx-socials li + li {
    margin-left: 6px;
}

.blixx-socials li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: white;
    position: relative;
    transition: all 100ms ease-in-out;
    will-change: transform;
}

.blixx-socials li a:hover {
    transform: scale(1.1);
}

.blixx-socials li a svg {
    width: 30px;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.blixx-socials li a svg path {
    fill: currentColor;
}

.blixx-socials li a.share-twitter  { background-color: #00ACE7; }
.blixx-socials li a.share-facebook { background-color: #335B9F; }
.blixx-socials li a.share-linkedin  { background-color: #0074B8; }
.blixx-socials li a.share-whatsapp  { background-color: #4dc247; }
.blixx-socials li a.share-email     { background-color: #333333; }
