.widget_social li {
  display: block;
}
.widget_social li a {
  background: #eceff1;
  color: #90a4ae;
  display: inline-block;
  font-family: 'Lato';
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 30px;
  margin-bottom: 15px;
  padding: 10px 20px;
  text-transform: capitalize;
  width: 100%;
}
.widget_social li a i {
  font-size: 18px;
  position: relative;
  text-align: left;
  width: 35px;
}
.widget_social li a i:after {
  content: '';
  background: #dce3e7;
  width: 1px;
  height: 25px;
  right: 0;
  top: -3px;
  position: absolute;
}
.widget_social li a:hover {
  color: #fff !important;
}
.widget_social li a .count {
  padding-left: 20px;
}
.widget_social li a.youtube:hover{
  background: #e62117;
}
.widget_social li a.rss:hover {
  background: #f36f24;
}
.widget_social li a.twitter:hover {
  background: #57baf7;
}
.widget_social li a.facebook:hover {
  background: #3b5998;
}
.widget_social li a.vimeo:hover {
  background: #1ab7ea;
}
.widget_social li:last-child a {
  margin-bottom: 0;
}