.widget_sd_widget_menu_toggle {
  display: none;
}

@media screen and (max-width: 1199px) {
  .widget_sd_widget_menu_toggle {
    display: inline-block;
  }
  .menu-toggle {
    display: block !important;
    font-family: "Barlow", sans-serif;
    background-color: #89D94a;
    color: #FFF;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    float: right;
    margin-top: 0;
    line-height: 34px;
    padding: 0 11px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-toggle svg {
    width: 20px;
    height: 20px;
    color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-toggle:focus, .menu-toggle:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-toggle:focus svg, .menu-toggle:hover svg {
    color: #89D94a;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

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