.irregular > span {
  display: block;
  /*padding-top: 18px;*/
}

.share ul li:not(:empty) {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}

.share ul li a {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 6px;
}

.share ul li a:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #066BE0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 16px;
  line-height: inherit;
}

.share ul li:hover {
  opacity: 0.8;
}

.share ul li.facebook > div,
.share ul li.twitter > div,
.share ul li.linkedin > div,
.share ul li.facebook iframe,
.share ul li.twitter iframe,
.share ul li.linkedin iframe {
  vertical-align: bottom;
}

.share ul li.print a:before {
  content: "\f02f";
}

.share ul li.email a:before {
  content: "\f0e0";
}

.share ul li.linkedin a:before {
  content: "\f0e1";
}

.share ul li.twitter a:before {
  content: "\f099";
}

.share ul li.facebook a:before {
  content: "\f09a";
}

.share ul li.google a:before {
  content: "\f1a0";
}

.share ul li.pinterest a:before {
  content: "\f231";
}