.sharethis-wrapper {
  float: left;
  margin-right: 25px;
}
.no-sidebar .sharethis-wrapper {
  float: none;
  position: absolute;
  left: -38.5rem;
}
.sharethis-wrapper > div {
  height: 44px;
  display: block;
}
.sharethis-wrapper .st-custom-button {
  border-radius: 6px;
  background-color: #127bbb;
  color: #fff;
  padding: 13px 12px;
  font-size: 1.375rem;
  cursor: pointer;
  width: 45px;
  height: 45px;
  margin: 1rem 0;
  border: none;
  position: relative;
}
.sharethis-wrapper .st-custom-button:hover {
  background-color: #1a6696;
}

.sharethis-wrapper .st-custom-button[data-network="twitter"]::before {
  display: block;
  content: url(/themes/custom/icecream/images/share-this/twitter-white-01.svg);
  position: relative;
  font-size: 2rem;
  line-height: 0;
}

.sharethis-wrapper .st-custom-button[data-network="twitter"]:hover::before {
  content: url(/themes/custom/icecream/images/share-this/twitter-white-01.svg);
}

.sharethis-wrapper .st-custom-button[data-network="facebook"]::before {
  display: block;
  content: url(/themes/custom/icecream/images/share-this/facebook-white-01.svg);
  position: relative;
  font-size: 2rem;
  line-height: 0;
  left: 5px;
  top: -3px;
}
.sharethis-wrapper .st-custom-button[data-network="facebook"]:hover::before {
  content: url(/themes/custom/icecream/images/share-this/facebook-white-01.svg);
}

.sharethis-wrapper .st-custom-button[data-network="linkedin"]::before {
  display: block;
  content: url(/themes/custom/icecream/images/share-this/linkedin-white-01.svg);
  position: relative;
  font-size: 2rem;
  line-height: 0;
  top: -3px;
}
.sharethis-wrapper .st-custom-button[data-network="linkedin"]:hover::before {
  content: url(/themes/custom/icecream/images/share-this/linkedin-white-01.svg);
}

.sharethis-wrapper .st-custom-button[data-network="googleplus"]::before {
  display: block;
  content: url(/themes/custom/icecream/images/share-this/googleplus-white-01.svg);
  position: relative;
  font-size: 2rem;
  line-height: 0;
  top: 2px;
}

.sharethis-wrapper .st-custom-button[data-network="googleplus"]:hover::before {
  content: url(/themes/custom/icecream/images/share-this/googleplus-white-01.svg);
}

.sharethis-wrapper .st-custom-button .count {
  display: block;
  bottom: 5px;
  right: -16px;
  width: 30px;
  height: 30px;
  line-height: 18px;
  color: #555555;
  font-weight: bold;
  font-size: .70rem;
  text-align: center;
  padding: 0.5em 0;
  position: relative;
  z-index: 999;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #e5e5e9;
}

.st-custom-button[data-network="googleplus"] .count {
  bottom: 0;
}

.st-custom-button[data-network="facebook"] .count {
  bottom: 10px;
}
