@charset "UTF-8";
/* =======================
 *      Colors
 * ======================= */
/* =======================
 *      Sizes
 * ======================= */
/* =======================
 *     Media Queries
 * ======================= */
/* =======================
 *        Text
 * ======================= */
/* =======================
 *       Position
 * ======================= */
/* =======================
 *    Form generation
 * ======================= */
/* =======================
 *    Padding & Margin
 * ======================= */
/* =======================
 *    Background images
 * ======================= */
/* =======================
 * Animations & transition
 * ======================= */
/* =======================
 * Black Magick  ))<>((
 * ======================= */
.social-sharing__items {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.social-sharing__item {
  display: inline-block;
  margin-right: .75rem;
}

.social-sharing__item-link {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms;
  text-decoration: none;
  background-color: #f0f0f0;
  color: #717171;
  position: relative;
}

.social-sharing__item-link span {
  position: absolute;
  left: -9999px;
}

.social-sharing__item-link:hover {
  background-color: #3B9BA9;
  color: #fff;
}

.social-sharing__item-link:active {
  background: #494A49;
}

.social-sharing__item-link:active:before {
  transform: translateX(25%) scale(1.1);
}

.social-sharing__item-link:before {
  transform: translateX(25%);
}

.social-sharing__item-link.facebook:before {
  content: "";
  color: inherit;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  margin-right: .5em;
}

.social-sharing__item-link.twitter:before {
  content: "";
  color: inherit;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  margin-right: .5em;
}

.social-sharing__item-link.linkedin:before {
  content: "";
  color: inherit;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  margin-right: .5em;
}

.social-sharing__item-link.mail:before {
  content: "";
  color: inherit;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: .5em;
}

.social-sharing__item-link.mail:before {
  font-weight: 400;
}

.social-sharing__item-link.print:before {
  content: "";
  color: inherit;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: .5em;
}

/*# sourceMappingURL=style.css.map */
