@media screen and (min-width: 1200px) {
  .widget_sd_widget_menu_toggle {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .menu-toggle {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #159fcb !important;
    display: block !important;
    font-family: "Eurostile", sans-serif;
    color: #FFF;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    float: right;
    margin-top: 0;
    padding: 0;
    height: 40px;
    width: 40px;
  }
  .menu-toggle svg {
    margin: auto;
    color: #FFF;
    height: 20px;
    width: 20px;
  }
}

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