.hae-social-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.hae-social-icons a {
  color: inherit;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: inherit;
}
.hae-social-icons a:hover {
  color: inherit;
}
.hae-social-icons li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--hi-color-accent);
}
.hae-social-icons li:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.hae-social-icons li + li {
  margin-left: 10px;
}
.hae-social-icons svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  stroke: currentColor;
}

li.hae-social-facebook {
  background-color: #3b5998;
}
li.hae-social-facebook.hae-social-outline {
  color: #3b5998;
}

li.hae-social-twitter {
  background-color: #1DA1F2;
}
li.hae-social-twitter.hae-social-outline {
  color: #1DA1F2;
}

li.hae-social-linkedin {
  background-color: #cd201f;
}
li.hae-social-linkedin.hae-social-outline {
  color: #cd201f;
}

li.hae-social-tumblr {
  background-color: #61CE70;
}
li.hae-social-tumblr.hae-social-outline {
  color: #61CE70;
}

li.hae-social-skype {
  background-color: #313B69;
}
li.hae-social-skype.hae-social-outline {
  color: #313B69;
}

li.hae-social-pinterest {
  background-color: #4054B2;
}
li.hae-social-pinterest.hae-social-outline {
  color: #4054B2;
}

li.hae-social-whatsapp {
  background-color: #CC8383;
}
li.hae-social-whatsapp.hae-social-outline {
  color: #CC8383;
}

.hae-social-text li,
.hae-social-classic li {
  background-color: transparent;
}
.hae-social-text li + li,
.hae-social-classic li + li {
  margin-left: 1em;
}

.hae-social-rounded li {
  border-radius: 10%;
}

.hae-social-circle li {
  border-radius: 50%;
}

.hae-social-rounded li,
.hae-social-circle li,
.hae-social-square li {
  width: 2.5em;
  height: 2.5em;
}
.hae-social-rounded li:not(.hae-social-outline),
.hae-social-circle li:not(.hae-social-outline),
.hae-social-square li:not(.hae-social-outline) {
  color: var(--hi-color-primary-foreground);
}

.hae-text-social {
  padding-left: 5px;
}

.hae-social-icon-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hae-social-outline {
  color: var(--hi-color-accent);
  border: solid 1px currentColor;
  background-color: transparent !important;
}
.hae-social-outline:hover {
  background-color: currentColor !important;
}
.hae-social-outline:hover i, .hae-social-outline:hover svg {
  color: var(--hi-color-primary-foreground);
}

.hae-social-xs {
  font-size: 0.875em;
}

.hae-social-sm {
  font-size: 1em;
}

.hae-social-md {
  font-size: 1.25em;
}

.hae-social-lg {
  font-size: 1.5em;
}

.hae-social-xl {
  font-size: 2em;
}

/*# sourceMappingURL=social-icon.css.map */
