.ls-socials__content {
  margin: 0 -0.25rem;
}
.ls-socials__item {
  width: 50px;
  height: 50px;
  margin: 0.25rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 50px;
  vertical-align: top;
  text-decoration: none;
  color: #fff !important;
  z-index: 1;
  transition: 0.2s ease-in-out;
}
.ls-socials__item .fa-facebook {
  text-transform: none;
}
.ls-socials__item .fa-facebook:before {
  font-family: "Glyphter" !important;
  content: "I" !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in-out;
}
.ls-socials__item:hover {
  background: #fff;
}
.ls-socials__item:hover i:before {
  color: #12492f;
}
/*# sourceMappingURL=block-socials.css.map */