.widget_sd_widget_social {
  font-size: 0;
  display: inline-flex;
  margin-right: 10px;
}
.widget_sd_widget_social a {
  display: flex;
  background-color: #faefe4;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  color: #ef7b10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.widget_sd_widget_social a:hover {
  color: #faefe4;
  background-color: #ef7b10;
}
.widget_sd_widget_social a svg {
  height: unset;
  width: unset;
  max-width: 20px;
  max-height: 20px;
}

@media screen and (max-width: 1600px) {
  .widget_sd_widget_social {
    margin-right: 8px;
  }
  .widget_sd_widget_social a {
    height: 33px;
    width: 33px;
  }
  .widget_sd_widget_social a svg {
    max-width: 17px;
    max-height: 17px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_social {
    margin-right: 7px;
  }
  .widget_sd_widget_social a {
    height: 29px;
    width: 29px;
  }
  .widget_sd_widget_social a svg {
    max-width: 15px;
    max-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .widget_sd_widget_social {
    margin-right: 15px;
  }
  .widget_sd_widget_social a {
    height: 35px;
    width: 35px;
  }
  .widget_sd_widget_social a svg {
    max-width: 20px;
    max-height: 20px;
  }
}

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