/*
Theme Name: Zonar Child
Theme URL: https://themeforest.net/item/zonar-personal-portfolio-wordpress-theme/29496846
Description: Child theme of Zonar
Author: webRedox WordPress team
Author URI: http://webredox.net/
Template: zonar
Version: 1.0
Text Domain: zonar-child
*/ 
/*******Add Your Css Below This Line*********/

/* ===========================================
   1. HEADER - Simple permanent menu
   =========================================== */

/* Hide the hamburger menu button */
.nav-button {
    display: none !important;
}

/* Hide the expandable menu panel */
.nav-holder,
.nav-overlay {
    display: none !important;
}

/* Hide the page title (e.g., "HOME SLIDER") */
.page-subtitle {
    display: none !important;
}

/* Style the orange header area for our simple menu */
.hc_dec_color {
    display: flex;
    align-items: center;
    padding: 0 30px;
}

/* Simple menu container */
.simple-nav {
    display: flex;
    gap: 30px;
}

.simple-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
}

.simple-nav a:hover {
    opacity: 0.7;
}

/* Hide the coordinates/location tooltip on slider */
.hero-decor-numb {
    display: none !important;
}