.socialHub {
  list-style: none;
  margin-left: 5px;
}
.socialHubItem {
  float: left;
  background: #eee;
  margin-right: 5px;
}
.socialHubItem > a {
  padding: 0;
  display: block;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  width: 25px;
  height: 25px;
  position: relative;
}
.socialHubItem > a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.socialHubItem > a > span {
  display: none;
}

/*# sourceMappingURL=style.css.map */
