@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: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "socicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  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: white;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    line-height: 2;
}

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

li.socialIcon a {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.2s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    height: 100%;
}

li.socialIcon a:hover {
    opacity: .88;
    -ms-transform: translate(5px, 0); /* IE 9 */
    -webkit-transform: translate(5px, 0); /* Safari */
    transform: translate(5px, 0);
}

.wp-socialight-wrapper {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  text-align: center;
  right: -50px;
  -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
  will-change: left bottom;
  z-index: 9999999;
}

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

.hide_savvy {
  display: none !important;
}

@media (max-width: 768px) {
    .wp-socialight-wrapper {
        bottom: 0;
        width: 100%;
        top: auto;
        transform: none;
        right: 0;
        bottom: -42px;
    }

    .wp-socialight-wrapper.active-share {
        bottom: 0;
    }

    li.share-on {
        display: none;
    }

    .socialIcon {
        height: 42px;
        line-height: 42px;
        min-width: initial;
        display: inline-block;
    }

    li.socialIcon a:hover {
        -ms-transform: none; /* IE 9 */
        -webkit-transform: none; /* Safari */
        transform: none;
        opacity: .95;
    }

}