.dnetor-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;
}
.dnetor-social-icons a {
  color: inherit;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: inherit;
}
.dnetor-social-icons a:hover {
  color: inherit;
}
.dnetor-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(--e-global-color-accent);
}
.dnetor-social-icons li:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.dnetor-social-icons li + li {
  margin-left: 10px;
}
.dnetor-social-icons svg {
  width: 1em;
  height: 1em;
}
.dnetor-social-icons svg *[stroke^="#"],
.dnetor-social-icons svg *[stroke^="url(#"] {
  stroke: currentColor;
}
.dnetor-social-icons .dnetor-text-social {
  padding-left: 5px;
}
.dnetor-social-icons .dnetor-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

li.dnetor-social-twitter {
  background-color: #1da1f2;
}
li.dnetor-social-twitter.dnetor-social-outline {
  color: #1da1f2;
}

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

li.dnetor-social-tumblr {
  background-color: #61ce70;
}
li.dnetor-social-tumblr.dnetor-social-outline {
  color: #61ce70;
}

li.dnetor-social-skype {
  background-color: #313b69;
}
li.dnetor-social-skype.dnetor-social-outline {
  color: #313b69;
}

li.dnetor-social-pinterest {
  background-color: #4054b2;
}
li.dnetor-social-pinterest.dnetor-social-outline {
  color: #4054b2;
}

li.dnetor-social-whatsapp {
  background-color: #cc8383;
}
li.dnetor-social-whatsapp.dnetor-social-outline {
  color: #cc8383;
}

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

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

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

.dnetor-social-rounded li,
.dnetor-social-circle li,
.dnetor-social-square li {
  width: 2.2em;
  height: 2.2em;
  color: #fff;
}

.dnetor-social-share li {
  cursor: pointer;
}

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