.widget_sd_widget_social {
  font-size: 0;
}
.widget_sd_widget_social a {
  color: #7C7B7A;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.widget_sd_widget_social a:hover {
  color: #FFCB33;
}
.widget_sd_widget_social svg {
  height: 20px;
  width: 20px;
}
.widget_sd_widget_social:not(:last-of-type) {
  margin-right: 20px;
}

@media screen and (max-width: 1600px) {
  .widget_sd_widget_social svg {
    height: 17px;
    width: 17px;
  }
  .widget_sd_widget_social:not(:last-of-type) {
    margin-right: 17px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_social svg {
    height: 15px;
    width: 15px;
  }
  .widget_sd_widget_social:not(:last-of-type) {
    margin-right: 15px;
  }
}

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