header .widget_sd_widget_button {
  position: relative;
  top: -3px;
}

@media screen and (max-width: 1200px) {
  header .widget_sd_widget_button {
    top: unset;
  }
}
@media screen and (max-width: 767px) {
  header .widget_sd_widget_button {
    display: none;
  }
}

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