/*
 Theme Name:   Knirpse Child
 Theme URI:    http://vecurosoft.com/products/wordpress/knirpse/
 Description:  This is a child theme for Knirpse WordPress Theme
 Author:       Vecurosoft
 Template:     knirpse
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  knirpse-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.sticky-wrapper,
.sticky-active,
.header-menu-area {
    position: sticky; /* ya fixed agar chahoge */
    top: 0;
    width: 100%;
    z-index: 9999; /* sab elements ke upar */
    background: #fff; /* header ka background, optional gradient bhi ho sakta */
}

/* Images ko header ke neeche rakho */
.content img,
.slider img,
img {
    position: relative; 
    z-index: 1; /* header ke neeche */
}


