.widget_sd_widget_social {
  font-size: 0;
  display: inline-flex;
  margin-right: 10px;
}
.widget_sd_widget_social a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  line-height: 45px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.widget_sd_widget_social a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  color: #AF6965;
}
.widget_sd_widget_social a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1600px) {
  .widget_sd_widget_social a {
    font-size: 16px;
    line-height: 37px;
  }
  .widget_sd_widget_social a svg {
    width: 17px;
    height: 17px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_social a {
    line-height: 33px;
  }
  .widget_sd_widget_social a svg {
    width: 15px;
    height: 15px;
    margin-right: 7px;
  }
}

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