.fb-like.fb_iframe_widget {
  top: -5px;
}
.social-buttons .pinterest {
  position: relative;
  top: -6px;
}
.social-buttons .social-message {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  font-weight: 700;
  padding-right: 10px;
}
.social-buttons ul.social {
  list-style-type: none;
  overflow: auto;
  display: inline-block;
}
.social-buttons ul.social li {
  float: left;
  margin: 0;
}
.social-buttons ul.social li:before {
  display: none;
}
.social-buttons ul.social li a i {
  list-style-type: none;
  float: left;
  background: #205D7A;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  font-size: 20px;
  text-align: center;
  margin-right: 10px;
  padding-top: 13%;
  transition: all 0.2s ease-in-out;
}
.social-buttons ul.social li a i:hover {
  opacity: .7;
}
.social-buttons ul.social .fa-facebook {
  background: #3b5998;
}
.social-buttons ul.social .fa-twitter {
  background: #00aced;
}
.social-buttons ul.social .fa-google-plus {
  background: #d34836;
}
.social-buttons ul.social .fa-pinterest {
  background: #bd081c;
}
