/*
 Theme Name: Blinzo Web Developer 
 Theme URI:    https://www.blinzo.com/
 Description:  Blinzo Media 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 blinzo.com
 Author:       Blinzo.com
 Author URI:   https://www.blinzo.com
 Template:     generatepress
 Version:      1.3.0
*/


.inb-scroll-menu {
    background: white;
    display: block !important;
    color: black;
	width: 100%;
    overflow-x: auto;
	white-space: nowrap;
    position:static;
    z-index: 10000;
    border-top: 1px solid #ccc;
	scrollbar-width: none!important;
}
/* 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: 50px;
}
#right-sidebar .inside-right-sidebar {
    height: 100%;
}
}

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


/*Rank Math Breadcrumb*/
.rank-math-breadcrumb p {
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    margin-bottom: 0px;
}

.rank-math-breadcrumb a {
    color: #000000;
}

/* Style the links on hover */
.rank-math-breadcrumb a:hover {
    color: #000000;
}

/* Featured Image Caption Styling */
.wplt-featured-caption{
	margin-top:0;
	padding-bottom: 40px;
	text-align:left;
	font-size:13px;
	line-height:1.5;
	color:#555;
	font-style:normal;
}

@media (max-width:768px){
	.wplt-featured-caption{
		font-size:13px;
		padding:5px 8px;
	}
}
.wp-block-image img {
    margin-bottom: 20px;
}


@media (max-width: 768px) {
  #right-sidebar {
    display: none;
  }
}

