/* Icons */

*,
*:after,
*:before {
  box-sizing: inherit;
}

.clip {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.svg--source {
  display: none;
}

.svg--icon {
  width: 100%;
  max-width: 2rem;
  height: 100%;
  max-height: 2rem;
  display: block;
  margin: 0 auto;
  fill: currentColor;
}

.wrapper {
  position:relative;
  top: -30px;
  //bottom: 0px;
  //right: 9%;
  left: 50%;

  //padding: 0.4rem;
  z-index: 10000;
}

.share {
  width: 1.8rem;
  height: 1.8rem;
  float: left;
  margin: 0 1rem .2rem 0;
  color: #fff;
  border: .125rem solid #f3f3f3;
  box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.15);
  border-radius: 50%;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.share:last-child {
  margin-right: 0;
}
.share:focus {
  outline-color: inherit;
}

.twitter:hover, .twitter:focus {
  color: #f9f9f9;
  box-shadow: 0 0 24px 0 #f9f9f9;
}

.github:hover, .github:focus {
  color: #4183c4;
  box-shadow: 0 0 24px 0 #4183c4;
}

.pinterest:hover, .pinterest:focus {
  color: #bd081c;
  box-shadow: 0 0 24px 0 #bd081c;
}

.youtube:hover, .youtube:focus {
  color: #cd201f;
  box-shadow: 0 0 24px 0 #cd201f;
}

.facebook:hover, .facebook:focus {
  color: #f9f9f9;
  box-shadow: 0 0 24px 0 #f9f9f9;
}

.google:hover, .google:focus {
  color: #dd4b39;
  box-shadow: 0 0 24px 0 #dd4b39;
}