/*
 Theme Name:   GP Sarkari Plus
 Theme URI:    https://arvetoexpress.online
 Description:  GeneratePress Child Theme for Mobile Responsive Sarkari Result & News Website.
 Author:       RJK BHAI
 Author URI:   https://arvetoexpress.online
 Template:     generatepress
 Version:      1.1
 Screenshot:   screenshot.png
*/
/* -------------------------------
 Sticky Top Scroll Menu
-------------------------------- */
.inb-scroll-menu {
    background: white;
    display: block !important;
    color: black;
	width: 100%;
    overflow-x: auto;
	white-space: nowrap;
    position: fixed;
    z-index: 10000;
    border-top: 1px solid #ccc;
}

/* Push content below sticky header */
.main-navigation {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.site-content .content-area {
	margin-top: 35px;
}
.offside-js--is-open .slideout-overlay {
	background: rgba(0, 0, 0, .2);
	backdrop-filter: saturate(180%) blur(10px);
}


/* -------------------------------
 Sticky Footer Menu (Mobile Only)
-------------------------------- */
@media only screen and (min-width: 960px) {
    .sticky-footer-menu {
        display: none !important;
    }
}

.sticky-footer-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    bottom: 0;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 23235;
}


/* Desktop (default) */
.gb-element-9f5b33df {
    margin-left: 0;
}

/* Tablet + Mobile (max-width: 1024px) */
@media (max-width: 1024px) {
    .gb-element-9f5b33df {
        margin-left: 40px;
    }
}

.gp-icon svg {
	color:blue;
    height: 1em;
    width: 1em;
    margin-left: -47%;
    top: 58px;
	position: fixed;
z-index: 9999;
	
}


.main-navigation .menu-toggle {
    flex-grow: 1;
    width: 0;
    height: 0px;
}

