/*
Theme Name: Softlab Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: -
Version: 1.0
Template: softlab
Text Domain:  softlab-child
*/

@media only screen and (min-width: 1000px) {
  .wgl-theme-header .wgl-sticky-header {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 1000px) {
  .wgl-mobile-header {
    position: fixed !important;
    width: 100% !important;
  }
}

.mobile-hamburger-toggle {
  height: 15px !important;
}