.social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-buttons__button {
  margin: 10px 3px 0;
}

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

.social-buttons a:link, .social-buttons a:visited, .social-buttons a:active {
  text-decoration: none;
}

.social-buttons a {
  text-decoration: none;
}

.social-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  width: 35px;
  height: 35px;
  text-decoration: none;
}

.social-button__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 100%;
  background: #fff !important;
  text-align: center;
}

.social-button i,
.social-button svg {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-button i {
  font-size: 17.5px;
}

.social-button svg {
  height: 50%;
  width: 50%;
}

.social-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-button:focus, .social-button:hover {
  color: #fff !important;
}

.social-button:focus::after, .social-button:hover::after {
  width: 100%;
  height: 100%;
  margin-left: -50%;
}

.social-button--mail {
  color: #0072c6 !important;
}

.social-button--mail::after {
  background: #0072c6 !important;
}

.social-button--facebook {
  color: #3b5999 !important;
}

.social-button--facebook::after {
  background: #3b5999 !important;
}

.social-button--linkedin {
  color: #0077b5 !important;
}

.social-button--linkedin::after {
  background: #0077b5 !important;
}

.social-button--github {
  color: #6e5494 !important;
}

.social-button--github::after {
  background: #6e5494 !important;
}

.social-button--codepen {
  color: #212121 !important;
}

.social-button--codepen::after {
  background: #212121 !important;
}

.social-button--steam {
  color: #7da10e !important;
}

.social-button--steam::after {
  background: #7da10e !important;
}

.social-button--snapchat {
  color: #eec900 !important;
}

.social-button--snapchat::after {
  background: #eec900 !important;
}

.social-button--twitter {
  color: #55acee !important;
}

.social-button--twitter::after {
  background: #55acee !important;
}

.social-button--instagram {
  color: #e4405f !important;
}

.social-button--instagram::after {
  background: #e4405f !important;
}

.social-button--npmjs {
  color: #c12127 !important;
}

.social-button--npmjs::after {
  background: #c12127 !important;
}
/*# sourceMappingURL=social_icons.css.map */