.bfrloading { display:none; }

/* Running Text */
.rn_post_plc {
	height: 25px;
	border-radius: 50px;
	background: #ccc;
	width: 100%;
}


/* Slide */

/* Post */
.placeholder_bg {
	position: relative;
	overflow: hidden;
	background: #F1F1F1!important;
}
.plc_title {
	background: #ccc;
	height: 28px;
	border-radius: 50px;
	width: 100%;
	opacity: 0.2;
}
.meta_title { display:flex; gap: 5px; margin-top: 10px;}
.meta_title span {
	height: 10px;
	width: 80px;
	border-radius: 20px;
	background: #F1F1F1;
}
.meta_title span:first-child { width:15px; }

.meta_text { 
	flex: 1 1 auto;
}
.meta_text span { 
	height:10px!important; 
	border-radius:20px;
	background: #dedede;
}


.hero_mask {
	visibility: hidden;
	height: 0;
}
	
	/* Ajx Load 
	article.infinite-scroll-item .placeholder_bg:after {
		display: none;
	}
	article.infinite-scroll-item .bfrloading { display:block; }
	article.infinite-scroll-item .aftload { display:none; }*/