/*
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 Style Code Right Here */


.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);
    position: relative;
    width: 14px;
    height: 14px;
    color: red;
    background-repeat: no-repeat;
}

.bi-twitter-x::before:hover {
  
 
    content: " ";
    background-image: url(/wp-content/uploads/2025/01/twitter-x-wh.png);
    position: relative;
    width: 14px;
    height: 14px;
    color: red;
    background-repeat: no-repeat;
}
.gigas-page-header {
    display: block !important; 
}

