.related-tab-1.active {
	color: white;
	background: #f16622 !important;
	font-weight: 400;
	border-radius: 1px !important;outline: none;
}
.related-tab-1{
	background: #fff !important;
	color: #000;font-weight: 400;

}
.related-tabs-button
{
	border-bottom: 2px solid #f16622;
	margin: 20px auto;
}
ul.related_review {
	list-style: none;
	animation-delay: 1.5s;

}
ul.related_review {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.recent_posts_cus .tptn_posts_daily ul{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	list-style: none;
}
.most-viewd-post{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	list-style: none;
}
.recent_posts_cus .wpp-list{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	list-style: none;
}
.trnding_posts_single{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	list-style: none;
}
ul.related_review img, .trnding_posts_single img, .wpp-list img, .most-viewd-post img {
	width: 100%;
	max-width: 211px;
	height: 100%;
	max-height: 122px;
}
ul.related_review a, .trnding_posts_single a, .wpp-list a , .most-viewd-post a {
	display: inline-block; font-size: 15px !important;color: #000;
}
ul.related_review a:hover, .trnding_posts_single a:hover, .wpp-list a:hover , .most-viewd-post a:hover {
	display: inline-block; font-size: 15px !important;color: #f37920!important;
}
.animate {
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -12%, 0);
		transform: translate3d(0, -12%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -12%, 0);
		transform: translate3d(0, -12%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
