/*
Theme Name: Zynixo Child
Author: Themepul
Author URI: https://themeforest.net/user/themepul/portfolio
Description: This child theme only for Zynixo Theme
Version: 1.0.0
Template: zynixo
*/

:root {
  --font-body: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Topper Pack Nav Menu: match Elementor tablet portrait (1024px) instead of Bootstrap lg (992px). */
@media (max-width: 1024px) {
  .topppa-menu-area .main-menu-area.d-lg-inline-block {
    display: none !important;
  }

  .topppa-menu-area .navbar-right.d-lg-none {
    display: inline-flex !important;
  }
}

@media (min-width: 1025px) {
  .topppa-menu-area .main-menu-area.d-lg-inline-block {
    display: inline-block !important;
  }

  .topppa-menu-area .navbar-right.d-lg-none {
    display: none !important;
  }
}
