@media only screen and (max-width:1200px){
	.th_featured_news .th_featured_item .th_content h3 a{font-size:18px;} 
}
@media only screen and (max-width:1040px){ 
	header .th_header_search a{padding:0 20px;white-space: nowrap;}
	.th_toggle_nav{display:block}
	header nav{position:fixed;right:-100%;top:0;background-color:#000;width:250px;height:100%;z-index:99}
	.th_category_sec .th_item h3{font-size:16px;}
}
@media only screen and (max-width:991px){ 
	.th_category_sec .th_item{min-width:22%}
	.th_posts_listing{padding-left:0;margin-top:70px}
	.th_banner_sec{padding:60px 0}  
	.th_primary_post .th_content h3{font-size:30px}
	.th_related_post li img{width:66px;height:66px;}
	.th_success_rating_sec{padding:30px 20px;}
	
}
@media only screen and (max-width:860px){
	.th_rating_item .th_point{flex-direction:column;align-items:start}
	.th_rating_item .th_point .th_text {padding-left: 0;margin-top: 20px;}
}
@media only screen and (max-width:767px){
.th_landscape_post .th_item{flex-direction:column;}
	.th_landscape_post .th_item .th_image, .th_landscape_post .th_item .th_content{width:100%;}
	.th_category_main.large .th_item img { height: 120px;}
	.th_landscape_post .th_item .th_image img { min-height: 150px;height: 150px;width: 100%;}
}

@media only screen and (max-width:575px){
	header .d-none{display:none;}
	.th_category_sec .th_item {min-width: 42%;}
	.th_right_sidebar{padding-left:0;margin-top:40px}
	.th_success_rating_sec h2{font-size:30px;margin-bottom:20px}
	.th_rating_item{flex-direction:column}
	.th_rating_item .th_point{flex-direction:row;width: 100%;margin-bottom: 20px;}
	.th_rating_item .th_point .th_text {padding-left: 20px;margin-top: 0;}
}