/*-----------------------------------------------------------------------------------

/* Hide the button on screens wider than 992px (desktop) 
@media (min-width: 992px) {
  .tp-header-sidebar-btn {
    display: none;
  }
}

/*----------------------------------------*/