.widget_sd_widget_social {
  font-size: 0;
  display: inline-flex;
  margin-right: 10px;
}
.widget_sd_widget_social a {
  display: flex;
  align-items: center;
}
.widget_sd_widget_social a svg {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin-right: 15px;
  padding: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.widget_sd_widget_social a svg path {
  fill: #FFF;
}
.widget_sd_widget_social a.linkedin svg {
  background-color: #2867b2;
}
.widget_sd_widget_social a.twitter svg {
  background-color: #000;
}
.widget_sd_widget_social a.youtube svg {
  background-color: #fe0000;
}
.widget_sd_widget_social a.instagram svg {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

@media screen and (max-width: 1600px) {
  .widget_sd_widget_social {
    margin-right: 8px;
  }
  .widget_sd_widget_social a svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    margin-right: 12px;
    padding: 5px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_social {
    margin-right: 7px;
  }
  .widget_sd_widget_social a svg {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    margin-right: 11px;
    padding: 4px;
  }
}

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