/*
Theme Name: PrintSpace - Child
Theme URI: https://harutheme.com/printspace
Author: HaruTheme
Author URI: https://harutheme.com/
Description: This is child theme of PrintSpace
Template: printspace
Version: 1.0.0
*/

/*---------------------------------
  	Write your css code from here
------------------------------------*/

@media (max-width: 768px) {
  .main-navigation ul,
  .mobile-menu ul {
    z-index: 99999 !important;
    position: relative;
  }

  .menu-toggle {
    z-index: 999999 !important;
  }
}