@media (max-width: 991px) {
  #navbar-side-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 8px 0 8px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    position: relative !important;
    z-index: 9999 !important;

    /* make the hamburger white + bigger */
    color: #ffffff !important;
    font-size: 34px !important;
    line-height: 1 !important;
    font-family: Arial, sans-serif !important;
    font-weight: 700 !important;
    text-align: center !important;

    /* kill safari / theme blue tap highlight */
    -webkit-text-fill-color: #ffffff !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
  }

  #navbar-side-toggle:hover,
  #navbar-side-toggle:focus,
  #navbar-side-toggle:active {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
  }
}
