.jssocials-share-twitter .jssocials-share-link, .jssocials-share-twitter .jssocials-share-link:hover, .jssocials-share-twitter .jssocials-share-link:active, .jssocials-share-twitter .jssocials-share-link:focus {
  border: 0 solid #0092ba;
  background-color: #65CCEF;
  text-decoration: none;
}
.jssocials-share-facebook .jssocials-share-link, .jssocials-share-facebook .jssocials-share-link:hover, .jssocials-share-facebook .jssocials-share-link:active, .jssocials-share-facebook .jssocials-share-link:focus {
  border: 0 solid #314b83;
  background-color: #4769A5;
  text-decoration: none;
}
.jssocials-share-googleplus .jssocials-share-link, .jssocials-share-googleplus .jssocials-share-link:hover, .jssocials-share-googleplus .jssocials-share-link:active, .jssocials-share-googleplus .jssocials-share-link:focus {
  border: 0 solid #ab2b1d;
  background-color: #EA4335;
  text-decoration: none;
}
.jssocials-share-linkedin .jssocials-share-link, .jssocials-share-linkedin .jssocials-share-link:hover, .jssocials-share-linkedin .jssocials-share-link:active, .jssocials-share-linkedin .jssocials-share-link:focus {
  border: 0 solid #278cc0;
  background-color: #2ba3e1;
  text-decoration: none;
}
.jssocials-share-pinterest .jssocials-share-link, .jssocials-share-pinterest .jssocials-share-link:hover, .jssocials-share-pinterest .jssocials-share-link:active, .jssocials-share-pinterest .jssocials-share-link:focus {
  border: 0 solid #ae1319;
  background-color: #cd252b;
  text-decoration: none;
}
.jssocials-share-email .jssocials-share-link, .jssocials-share-email .jssocials-share-link:hover, .jssocials-share-email .jssocials-share-link:active, .jssocials-share-email .jssocials-share-link:focus {
  background: #3490F3;
  text-decoration: none;
}
.jssocials-share-bufferapp .jssocials-share-link, .jssocials-share-bufferapp .jssocials-share-link:hover, .jssocials-share-bufferapp .jssocials-share-link:active, .jssocials-share-bufferapp .jssocials-share-link:focus {
  background: #111;
  text-decoration: none;
}
.jssocials-share-whatsapp .jssocials-share-link, .jssocials-share-whatsapp .jssocials-share-link:hover, .jssocials-share-whatsapp .jssocials-share-link:active, .jssocials-share-whatsapp .jssocials-share-link:focus {
  background: #29a628;
  text-decoration: none;
}
.jssocials-share a:visited {
  color: #fff !important;
  text-decoration: none;
}
.jssocials-share-link {
  padding: .2em .6em;
  border-radius: 0.3em;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
  color: #fff;
  -webkit-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .15);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .2);
}
.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 100%);
  background-clip: padding-box;
  -webkit-transition: background 50ms linear;
  -moz-transition: background 50ms linear;
  -ms-transition: background 50ms linear;
  -o-transition: background 50ms linear;
  transition: background 50ms linear;
}
.jssocials-share-count-box {
  position: relative;
  border-radius: 0.3em;
  border: 1px solid #dcdcdc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  top: -2px;
  height: 40px;
  display: inline-block;
  border: 1px solid #ddd;
  color: #999;
  background: #fff;
  vertical-align: middle;
}
.jssocials-share-count-box:before {
  content: "";
  position: absolute;
  top: 17px;
  left: -9px;
  display: block;
  width: 0;
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #dcdcdc transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.jssocials-share-count-box:after {
  content: "";
  position: absolute;
  top: 17px;
  left: -7px;
  display: block;
  width: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #fff transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.jssocials-share-count-box .jssocials-share-count {
  line-height: 38px;
  color: #444;
  padding-left: 5px;
}
