/*
Theme Name: Tourex Child
Theme URI: https://wp.favdevs.net/tourex/
Author: Mthemeus
Author URI: https://themeforest.net/user/mthemeus
Template: tourex
Tested up to: 5.8
Requires PHP: 7.4
Description: Tourex Child Theme - A child theme for Tourex, Tour & Travel Booking WordPress Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: tourex-child
Copyright (C) 2025 Mthemeus
*/

/* 
    Add your custom styles below 
*/
/* limit submenu height WITHOUT breaking JS */
/*.tgmobile__menu-outer ul.sub-menu {
    max-height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
}*/
/* FORCE ALL MOBILE SUBMENUS OPEN 
.tgmobile__menu-outer .navigation li .sub-menu {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* OPTIONAL: remove the (+) button 
.tgmobile__menu-outer .dropdown-btn {
    display: none !important;
}*/