@import url("https://use.typekit.net/epw5rih.css");
.sd-block-follow-us {
  color: #ff4600;
}
.sd-block-follow-us .sd-block-follow-us-inner {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  gap: 15px;
}
.sd-block-follow-us .sd-block-follow-us-inner aside.widget_sd_widget_social {
  margin: 0;
}
.sd-block-follow-us .sd-block-follow-us-inner aside.widget_sd_widget_social a {
  background-color: transparent;
  border: 1px solid #ff4600;
  border-radius: 5px;
  color: #ff4600;
  height: 45px;
  width: 45px;
}
.sd-block-follow-us .sd-block-follow-us-inner aside.widget_sd_widget_social a svg {
  max-height: 20px;
  height: 20px;
  width: 20px;
}
.sd-block-follow-us .sd-block-follow-us-inner aside.widget_sd_widget_social a svg path {
  fill: #ff4600;
}
.sd-block-follow-us .sd-block-follow-us-inner aside.widget_sd_widget_social:hover a {
  background-color: #ff4600;
}
.sd-block-follow-us .sd-block-follow-us-inner aside.widget_sd_widget_social:hover a svg path {
  fill: #fff;
}
.sd-block-follow-us .sd-block-follow-us-inner .widget_text {
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .sd-block-share.mobile_hide-yes {
    display: none;
  }
  .sd-block-share.mobile_align-left {
    text-align: left;
  }
  .sd-block-share.mobile_align-center {
    text-align: center;
  }
  .sd-block-share.mobile_align-right {
    text-align: right;
  }
  .sd-block-follow-us .sd-block-follow-us-inner {
    justify-content: flex-start;
    gap: 10px;
  }
  .sd-block-follow-us .sd-block-follow-us-inner .widget_text {
    width: 100%;
    text-align: left;
  }
}

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