/*
/* Version: 1776637613 - Force refresh */
Theme Name:  Konvex Child
Theme URI:   https://dojohood.in
Description: Konvex Marketing child theme built on GeneratePress. Powers both manual pages and 600+ programmatic city landing pages.
Author:      Konvex Marketing
Author URI:  https://dojohood.in
Template:    generatepress
Version:     1.0.0
Text Domain: konvex-child
*/

/* All custom styles live in assets/css/konvex-custom.css — enqueued via functions.php */

/* Mobile Menu - Force show on mobile */
@media screen and (max-width: 900px) {
  #kx-hamburger { 
    display: flex !important; 
    visibility: visible !important;
    opacity: 1 !important;
  }
  #kx-nav-center {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  #kx-hamburger {
    display: none !important;
  }
}
