/*
Theme Name: Qleviq Child
Theme URI: https://www.qleviq-wp.egenstheme.com/
Template: qleviq
Author: Egenslab
Author URI: https://themeforest.net/user/egenslab/
Description: Qleviq is a modern, high-performance SaaS & Startup WordPress theme crafted for software companies, tech startups, digital agencies, and IT solution providers. Built with a clean design system, smooth animations, and conversion-focused layouts, Qleviq helps you create a powerful online presence that drives leads and business growth. Designed with scalability and performance in mind, Qleviq ensures a seamless experience across all devices while maintaining SEO best practices for better search engine visibility.
Version: 1.0.0
Tested up to: 5.8
Requires PHP: 7.4
Text Domain: qleviq-child
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready,This theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.

*/


/* ==========================================================================
   kTech Solutions - logo sizing
   --------------------------------------------------------------------------
   The kTech logo is far wider and flatter (3.6:1) than the demo logo the
   theme was measured against, so the parent theme's fixed widths render it
   too small in the header. The footer is the opposite problem: the parent
   only constrains the footer logo below 991px, so on desktop it fell back to
   the image's natural 800px width.
   ========================================================================== */

/* --- Header: widened from the parent's 148px --- */
header.style-1 .header-logo,
header.style-2 .header-logo,
header.style-2.it-consult .header-logo,
header.style-4 .header-logo {
    width: 280px;
}

.header-and-topbar-area header.style-3 .header-logo {
    width: 250px;
}

@media (max-width: 1399px) {
    header.style-1 .header-logo,
    header.style-2 .header-logo,
    header.style-2.it-consult .header-logo,
    header.style-4 .header-logo {
        width: 215px;
    }
}

/* Keep the wider logo from outgrowing the header bar on small screens. */
@media (max-width: 575px) {
    header.style-1 .header-logo,
    header.style-2 .header-logo,
    header.style-2.it-consult .header-logo,
    header.style-4 .header-logo {
        width: 175px;
    }
}

/* Mobile off-canvas logo */
.main-menu .mobile-logo-area .mobile-logo-wrap img {
    width: 200px;
}

/* ==========================================================================
   Temporarily hidden navigation items
   --------------------------------------------------------------------------
   Add the "egns-nav-hidden" CSS class to any menu item in
   Appearance > Menus to hide it from the header without deleting it.
   Remove the class to bring it back. Currently applied to: Company.
   ========================================================================== */
.main-menu .menu-list > li.egns-nav-hidden,
.menu-list > li.egns-nav-hidden {
    display: none !important;
}


/* --- Footer: the parent leaves this unconstrained above 991px --- */
@media (min-width: 992px) {
    .footer-section .contact-area-and-logo li img {
        width: 200px;
        height: auto;
    }
}