@import url("https://use.typekit.net/epw5rih.css");
.widget_sd_widget_social {
  font-size: 0;
  display: inline-flex;
  margin-top: 20px;
  margin-right: 10px;
}
.widget_sd_widget_social a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  background-color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: background-color 0.3s ease-out !important;
  -moz-transition: background-color 0.3s ease-out !important;
  -o-transition: background-color 0.3s ease-out !important;
  transition: background-color 0.3s ease-out !important;
}
.widget_sd_widget_social a svg {
  width: 15px;
  max-height: 15px;
}
.widget_sd_widget_social a svg path {
  fill: #0a323c;
  -webkit-transition: fill 0.3s ease-out;
  -moz-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
.widget_sd_widget_social a:hover {
  background-color: #ff4600;
}
.widget_sd_widget_social a:hover svg path {
  fill: #fff;
}

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