/*****************************************
	$Social Counter
******************************************/
.social-counter > span {
  display: inline-block;
  padding: 5px 7px;
  margin: 0 5px 5px 0;
}
.social-counter {
  padding: 10px 0 5px;
}
.social-counter span {
  color: #fff;
}
.social-counter span .shareme {
  display: none;
  margin: 0;
  padding: 0;
}
.social-counter span .shareme span {
  margin: 0;
  padding: 0;
}
.social-counter span .counter {
  display: inline-block;
  padding: 0;
  background: #fff;
  color: #000;
  padding: 0 10px;
  margin: 0 0 0 10px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.social-counter span .counter:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}
.social-counter span i {
  display: inline-block;
  min-width: 15px;
  text-align: center;
  margin: 3px 0;
}
.social-counter span.twitter {
  background: #00c3f3;
}
.social-counter span.facebook {
  background: #2d609b;
}
.social-counter span.pinterest {
  background: #ce2123;
}
.social-counter span.linkedin {
  background: #1984bc;
}
.social-counter span.total-count {
  background: #222;
  font-weight: bold;
  text-transform: uppercase;
}
.social-counter span.total-count span {
  min-width: 25px;
  font-size: 20px;
  line-height: 0.9em;
  text-align: center;
  color: #fff;
  background: none;
  margin: 0 5px;
  padding: 0;
}
.social-counter span.total-count span:after {
  display: none;
}
.social-counter span:hover i {
  font-size: 17px;
  margin: 0;
}
.social-counter span a {
  color: #fff;
  text-decoration: none;
}
