#share-bar h4 {
  margin-bottom: 10px;
}

.share-buttons > a:hover {
  text-decoration: none;
}

.share-button {
  display: inline-block;
  margin: 0px;
  margin-bottom: 10px;
  margin-right: 3px;
  border: 1px solid #D3D6D2;
  padding: 5px 10px 5px 10px;
  font-size: 24px;
}
.share-button:hover {
  opacity: 1;
  color: #ffffff;
}

.fi-social-facebook {
  color: #3b5998;
}
.fi-social-facebook:hover {
  background-color: #3b5998;
}

.fi-social-twitter {
  color: #55acee;
}
.fi-social-twitter:hover {
  background-color: #55acee;
}

.fi-social-google-plus {
  color: #dd4b39;
}
.fi-social-google-plus:hover {
  background-color: #dd4b39;
}

/* Tumblr button */
.fi-social-tumblr {
  color: #32506d;
}
.fi-social-tumblr:hover {
  background-color: #32506d;
}

/* Reddit button */
.fi-social-reddit {
  color: #ff4500;
}
.fi-social-reddit:hover {
  background-color: #ff4500;
}

.fi-social-linkedin {
  color: #007bb5;
}
.fi-social-linkedin:hover {
  background-color: #007bb5;
}

/* Email button */
.fi-mail {
  color: #444444;
}
.fi-mail:hover {
  background-color: #444444;
}

/*# sourceMappingURL=share-bar.css.map */
