/*
 Theme Name:   GP Samachar Pro
 Theme URI:    https://wplitetheme.com/gp-samachar-pro/
 Description:  GeneratePress Child Theme for Mobile responsive News Website. Using this child theme you can easily create any type of News Website. This GeneratePress Child theme design by wplitetheme.com
 Author:       WPLiteTheme.com
 Author URI:   https://wplitetheme.com
 Template:     generatepress
 Version:      1.0
*/

/* Navigation */
.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);
}

/* Scroll Menu */
.inb-scroll-menu {
    background: #ffffff !important;
    display: block !important;
    color: red !important; /* was black */
	width: 100%;
    overflow-x: auto;
	white-space: nowrap;
    position: fixed;
    z-index: 10000;
    border-top: 1px solid #ccc;
}
/* ensure links inside scroll menu are also red */
.inb-scroll-menu a,
.inb-scroll-menu a:visited {
    color: red !important;
}
.inb-scroll-menu a:hover,
.inb-scroll-menu a:focus {
    color: red !important;
    text-decoration: underline;
}

/* Sticky Sidebar widgets */ 
.auto-width.gb-query-loop-wrapper {
    flex: 1;
}
@media (min-width: 768px) {
.sticky-container > .gb-inside-container,
.sticky-container {
    position: sticky;
    top: 150px;
}
#right-sidebar .inside-right-sidebar {
    height: 100%;
}
}

select#wp-block-categories-1 {
    width: 100%;
}

/* Social Share (unchanged colors) */
.wpjankari-social-wrapper {
    margin: 20px 5px 20px 5px;
    font-size: 0;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
}
.wpjankari-social-sharing {
	padding: 8px;
	margin: 4px;
	border-radius: 3px;
    flex: 1;
    transition: background-color 0.3s, transform 0.3s, color 0.3s;
}
.wpjankari-social-sharing:hover {
	transform: translateY(-3px);
	border: none;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
@media only screen and (max-width: 600px) {
    .wpjankari-social-sharing {
		display: inline-block;
    }
}
.wpjankari-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}
.wpjankari-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}
.wpjankari-social-twitter {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}
.wpjankari-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}
.wpjankari-social-telegram {
    fill: #fff;
    background-color: rgb(2, 126, 189);
}
.wpjankari-social-more {
    fill: #fff;
    background-color: rgba(0, 0, 0);
}

/* Sticky footer menu */
@media only screen and (min-width: 960px) {
.sticky-footer-menu { display: none !important; }
}
.sticky-footer-menu {
	position: fixed;
	height: 60px;
	width: 100%;
	bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	z-index: 23235;
	background: #ffffff !important;
	color: red !important;
}
/* ensure footer menu links are red */
.sticky-footer-menu a,
.sticky-footer-menu a:visited {
    color: red !important;
}
.sticky-footer-menu a:hover,
.sticky-footer-menu a:focus {
    color: red !important;
    text-decoration: underline;
}

/* Follow Us Button (unchanged) */
.whatsapphighlight {
	animation: WPLiteTheme-GreenBorderAnimation 1s infinite;
}
@keyframes WPLiteTheme-GreenBorderAnimation {
	0% { border-color: transparent; }
	50% { border-color: #25d366; }
	100% { border-color: transparent; }
}
.telegramhighlight {
	animation: WPLiteTheme-BlueBorderAnimation 1s infinite;
}
@keyframes WPLiteTheme-BlueBorderAnimation {
	0% { border-color: transparent; }
	50% { border-color: #0086ce; }
	100% { border-color: transparent; }
}
