.widget_sd_widget_social {
  font-size: 0;
  display: inline-flex;
  margin-right: 15px;
}
.widget_sd_widget_social a {
  display: flex;
  background-color: #ffffff;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.widget_sd_widget_social a svg {
  width: 20px;
  height: 20px;
}
.widget_sd_widget_social a svg path {
  fill: #FFF;
}
.widget_sd_widget_social a.social-facebook {
  background-color: #0866ff;
}
.widget_sd_widget_social a.social-linkedin {
  background-color: #0a66c2;
}
.widget_sd_widget_social a.social-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.widget_sd_widget_social:last-of-type {
  margin-right: 0;
}

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