/*
Theme Name: Gigas Child
Description: Child Theme for Gigas Theme
Author: zozothemes
Version: 1.0
Template: gigas
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/* =========================================
   Custom Styles
========================================= */

.sticky-outer .sticky-head.header-sticky {
    z-index: 999 !important;
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
    ul.nav.wp-menu > li > a,
    .header-navbar.navbar .wp-menu li > ul.sub-menu li a {
        font-size: 15px;
    }
}

@media screen and (min-width: 1366px) {
    ul.nav.wp-menu > li > a,
    .header-navbar.navbar .wp-menu li > ul.sub-menu li a {
        font-size: 16px;
    }
}

.bi-twitter-x::before {
    content: "";
    background-image: url('/wp-content/uploads/2025/01/twitter-x.svg');
    background-repeat: no-repeat;
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
}

.bi-twitter-x:hover::before {
    background-image: url('/wp-content/uploads/2025/01/twitter-x-wh.png');
}

.gigas-page-header {
    display: block !important;
}