/*
Theme Name: Darkstar Child Theme
Theme URI: https://themes.skilltechwebdesign.com/darkstar/
Author: Skilltech
Author URI: https://www.skilltechwebdesign.com/
Description: The Darkstar Theme Child Theme
Version: 1.0.0
Template: darkstar
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
*/
@media (max-width: 1199px) {
  .sk__mobile-navbar { display: block !important; }
  nav.navbar.sk__navbar { display: none !important; }
}

@media (min-width: 1200px) {
  .sk__mobile-navbar { display: none !important; }
  nav.navbar.sk__navbar { display: block !important; }
}