[class*=" socicon-"]:before, [class^=socicon-]:before, [data-icon]:before {
    font-family: socicon !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff
}

@font-face {
    font-family: socicon;
    src: url(fonts/socicon.eot);
    src: url(fonts/socicon.eot?#iefix) format("embedded-opentype"), url(fonts/socicon.woff) format("woff"), url(fonts/socicon.ttf) format("truetype"), url(fonts/socicon.svg#socicon) format("svg");
    font-weight: 400;
    font-style: normal
}

[data-icon]:before {
    content: attr(data-icon)
}

[class*=" socicon-"]:before, [class^=socicon-]:before {
    font-size: 18px !important
}

.socicon-twitter:before {
    content: "\e040"
}

.socicon-facebook:before {
    content: "\e041"
}

.socicon-buffer:before {
    content: "\e018"
}

.socicon-google:before {
    content: "\e067"
}

.socicon-linkedin:before {
    content: "\e049"
}

.socicon-whatsapp:before {
    content: "\e01b"
}

.socicon-mail:before {
    content: "\e01f"
}

li.socialIcon.fb a {
    background: #4f72a5
}

li.socialIcon.tw a {
    background: #30bdee
}

li.socialIcon.gg a {
    background: #dd402a
}

li.socialIcon.ld a {
    background: #2989ae
}

li.socialIcon.bf a {
    background: #333
}

li.socialIcon.wa a {
    background: #20b038
}

li.socialIcon.ml a {
    background: #fc9d3c
}

ul.wp-socialight-wrapper-list {
    -webkit-padding-start: 0;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.wp-socialight-wrapper.wp-socialight-ltr.active-share {
    left: 0;
    right: auto
}

.wp-socialight-wrapper.wp-socialight-ltr {
    right: auto;
    left: -50px
}

li.share-on {
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #000 !important;
    line-height: 2;
    margin-bottom: 7px;
    border-radius: 14px;
}

.socialIcon {
    list-style-type: none;
    height: 50px;
    line-height: 50px;
    min-width: 100%;
    margin-bottom: 5px;
}

li.socialIcon a {
    display: block;
    position: relative;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    height: 100%;
    border-radius: 50%;
}

li.socialIcon a:hover {
    opacity: .88;
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0)
}

.wp-socialight-wrapper {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    text-align: center;
    right: -50px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    will-change: left bottom;
    z-index: 9999999
}

.wp-socialight-wrapper.active-share {
    right: 10px;
}

.hide_savvy {
    display: none !important
}

li.share-on a {
    color: #000 !important;
}

@media (max-width: 768px) {
    .wp-socialight-wrapper {
        left: -50px;
    }

    li.share-on {
        font-size: 13px;
        line-height: 1.5;
    }
    .wp-socialight-wrapper {
        top: 75%;
        transform: translateY(-75%);
    }
    .wp-socialight-wrapper.active-share {
        right: auto;
        left: 10px
    }

    .wp-socialight-wrapper {

        width: 40px;

    }

    .socialIcon {
        height: 40px;
        line-height: 40px;
    }
}