/*
 Theme Name:   luxnari
 Theme URI:    https://rnvlive.com/
 Author:       luxnari
 Author URI:   https://rnvlive.com/
 Template:     generatepress
 Version:      1.4
*/

.inb-scroll-menu {
    background: white;
    display: block !important;
    color: black;
	width: 100%;
    overflow-x: auto;
	white-space: nowrap;
    position: fixed;
    box-shadow: 0 3px 4px rgb(0 0 0 / 13%) !important;
    z-index: 10000;
    border-top: 1px solid #ccc;
}
.page-header-image-single .attachment-full {
    box-shadow: rgba(23, 43, 99, .3) 0 7px 28px;
    border-radius: 16px;
    margin-bottom: -5px;
    transition: opacity 0.3s ease-in-out;
}
.wplite-banner-ads {
	margin-bottom: 15px;
}
/* GeneratePress Site CSS */ 
.auto-width.gb-query-loop-wrapper {
    flex: 1;
}
@media (min-width: 768px) {
.sticky-container > .gb-inside-container,.sticky-container {
    position: sticky;
    top: 80px;
}
#right-sidebar .inside-right-sidebar {
    height: 100%;
}
}
select#wp-block-categories-1 {
    width: 100%;
}

/* Rank MathCSS */
.rank-math-breadcrumb p {
	background: #e5e8ec;
	color: #000000;
	padding: 5px 10px;
	border-radius: 4px;
    font-size: 11px;
	font-weight: 700;
}
@media (max-width: 768px){
	.rank-math-breadcrumb p {
		margin: 0px 10px;
	}
}
/*Table of contents*/
#toc_container li a {
    display: block;
    width: 100%;
    color: var(--link-text);
    padding: 10px 1em;
    border-top: 1px solid #aaa;
}
#toc_container {
    background: #f9f9f900;
    border: 1px solid #aaa;
    padding: 0px;
}
#toc_container span.toc_toggle {
    font-weight: 400;
    background: #fff;
    padding: 3px 20px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    display: block;
}
/*Post Date*/
.post-dates {
    font-size: 12px;
	font-weight: 400;
    color: var(--text-1);
}

/*WhatsApp Highlight*/
.whatsapphighlight {
	animation: WPLiteTheme-GreenBorderAnimation 1s infinite;
}
@keyframes WPLiteTheme-GreenBorderAnimation {
	0% {
		border-color: transparent;
	}
	50% {
		border-color: #25d366;
	}
	100% {
		border-color: transparent;
	}
}
/*Tag Cloud*/
.widget_epcl_tag_cloud a, .widget_tag_cloud a, .wp-block-tag-cloud a {
    font-size: 12px!important;
    margin-bottom: 8px;
    margin-right: 8px;
}
.widget_epcl_tag_cloud a, .widget_tag_cloud a, .wp-block-tag-cloud a,  div.tags a{
    color: #333333;
    display: inline-block;
    padding: 4px 15px;
    line-height: 1.2;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #333333;
    border-radius: 25px;
}

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



/*Global Colors*/

.inb-scroll-webstory-grid{display:flex!important;overflow-x:scroll!important;flex-wrap:nowrap!important;column-gap:10px}
.inb-scroll-webstory-grid .gb-grid-column{box-sizing:border-box;min-width:210px;width:00px;margin-bottom:10px}.inb-webstory-img{max-width:100%;width:100%;min-height:300px;height:300px}@media (min-width:769px){.three-col-cate-img{max-height:226px}.inb-scroll-webstory-grid{margin-bottom:10px}.inb-scrollbar::-webkit-scrollbar{height:10px}.inb-scroll-webstory-grid::-webkit-scrollbar-track{background-color:#fff;border:1px solid #fff;border-radius:30px}
.inb-scroll-webstory-grid::-webkit-scrollbar-thumb{background:linear-gradient(to bottom right,red 0, 100%);border-radius:30px;cursor:pointer}.inb-scroll-webstory-grid::-webkit-scrollbar-thumb:hover{background-color:#ff4a3d}}
/* End GeneratePress Site CSS */

/* End GeneratePress Site CSS */
/* social-sharing-icon */ 

    .sticky-social-icons {
                position: fixed;
                width: 60px;
                height: 60px;
                bottom: 80px;
                right:20px;
               
    			background: radial-gradient(#fad0c4 , #9f41f1 );
                color: #FFF;
                border-radius: 50px;
                text-align: center;
                box-shadow: 2px 2px 3px #999;
                z-index: 999;
                transition: all 0.3s ease-in-out 0s;
                cursor: pointer;
                outline: none;
            }

            .sticky-social-icons::after {
                content: '';
                width: 30px;
                height: 30px;
                border-radius: 100%;
                border: 6px solid #9f41f1;
                position: absolute;
                z-index: -1;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                animation: ring 1.5s infinite;
            }

            @keyframes ring {
                0% {
                    width: 50px;
                    height: 50px;
                    opacity: 1;
                }

                100% {
                    width: 110px;
                    height: 110px;
                    opacity: 0;
                }
            }

            .sticky-social-icons svg {
                margin-top: 15px
            }

/* social-sharing-icon */ 



