.share-buttons .share-wrapper {
  padding: 6px 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.share-buttons a:first-of-type {
  margin-left: 10px;
}

.share-buttons a {
  transition: all 0.5s ease;
}

.share-buttons a:hover {
  color: #000000;
}

.share-buttons a i {
   display: inline-block;
   padding: 6px 7px;
}
