.entry-share .text{
  display: inline-block;
  margin-right: 5vw;
}

.entry-share-btns {
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.entry-share-btns li {
  display: inline-block;
}
.entry-share-btns li:hover,
.entry-share-btns li:focus {
  background: #BEBEBE;
}
.entry-share-btns a,
.entry-content .entry-share-btns a {
  display: block;
  text-decoration: none;
  color: #222;
  border: none;
  padding: 4px 4px 2px;
}
.entry-share-btns a:hover,
.entry-share-btns a:focus {
  text-decoration: none;
  color: #fff;
}
.entry-share-btns b {
  display: none;
  font-weight: 400;
}
.entry-share-btns .count {
  display: inline-block;
  margin-left: 2px;
  padding-left: 5px;
  border-left: 1px solid #555;
}
.entry-share-btns li:hover .count {
  border-left: 1px solid #444;
}
.entry-share-btns svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: -3px;
}
.entry-share-btns svg path{
  fill: #222;
}
