.widget_sd_widget_social {
  font-size: 0;
  margin-right: 10px;
}
.widget_sd_widget_social a {
  display: flex;
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  border: 1px solid #84c44c;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.widget_sd_widget_social a svg {
  width: 16px;
  height: 16px;
}
.widget_sd_widget_social a svg path {
  fill: #212325;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.widget_sd_widget_social a:hover {
  background-color: #84c44c;
}
.widget_sd_widget_social a:hover svg path {
  fill: #FFF;
}

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