/* 1400 */
@media (max-width: 1400px){
	.robbar_wrapper {
		padding: 1rem;
	}
	
}
	
	
/* 1200 */
@media (max-width: 1200px){
	.navmenu_wrapper .nav_menu ul.menu_list li a {
		font-size: 18px;
	}
	.robbar_story_listing_wrap .story_list .text_element {
		padding: 0.8rem;
	}
	
	
	
}
	


/* 992px */
@media (max-width: 992px){
	
	
	/**** Desktop Header hide & Mobile Header Show ****/
	.top_header {
		display: none;
	}
	#mobile_header_wrap {
		display: block;
	}
	/**** //Desktop Header hide & Mobile Header Show ****/
	
	.thumbhalf_img_grid .col-md-6 {
		width: 100%;
	}
	.thumbhalf_img_grid .text_element h2 {
		margin-top: 18px;
		font-size: 25px;
	}
	.col_grid_four .col-md-3 {
		width: 50%;
		margin-top: 18px;
	}
	.content_bar.kolam_area .thumbhalf_img_grid .row {
		flex-direction: column-reverse;
	}
	
	.robbar_story_listing_wrap .story_list .col-md-6 {
		width: 100%;
	}
	
	.robbar_detail_page_wrap h2.heading {
		font-size: 35px;
		margin-top: 20px;
	}
	.robbar_detail_page_wrap .editor_share_sec {
		flex-wrap: wrap;
	}
	.robbar_detail_page_wrap .editor_share_sec .editor_element, .robbar_detail_page_wrap .article_share_sec{
		width: 100%;
	}
	.robbar_detail_page_wrap .article_share_sec {
		margin-top: 10px;
	}
	.author_detail_box .author_inner {
		display: flex;
		flex-wrap: wrap;
	}
	.author_detail_box .author_inner .picture {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
	}
	.author_detail_box .author_inner .info {
		width: 100%;
		text-align: center;
	}
	.authorpg_wrap .auth_grid .col-md-4 {
		width: 50%;
	}
	
}




/* 768px */
@media (max-width: 768px){
	h2 {
		font-size: 30px;
	}
	h4 {
		font-size: 20px;
	}
	p {
		font-size: 17px;
		line-height: 27px;
	}
	.robbar_wrapper {
		width: 88%;
	}
	.thumbhalf_img_grid .text_element h2 {
		margin-top: 18px;
		font-size: 23px;
	}
	.thumbhalf_img_grid .authors a {
		font-size: 17px;
	}
	.thumbhalf_img_grid .text_element p {
		margin: 10px 0;
	}
	.col_grid_four .col-md-3, .col_grid_three .col-md-4 {
		width: 100%;
		margin-top: 30px;
	}
	.col_grid_four .col-md-3:first-child, .col_grid_three .col-md-4:first-child {
		margin-top: 0;
	}
	.content_bar .headtext_sec a.heading {
		font-size: 20px;
		padding: 8px 20px 3px 20px;
	}
	.content_bar .headtext_sec a.more {
		font-size: 16px;
	}
	.content_bar .headtext_sec a.more i.bi {
		font-size: 25px;
		height: 32px;
	}
	.robbar_wrapper a.block_th .content h3 {
		min-height: auto;
		font-size: 18px;
	}
	.author_slider_wrap .item a h4 {
		font-size: 16px;
	}
	.team_slider_wrap .team_content .thumb span.designation {
		font-size: 17px;
	}
	.footer_container {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer_container .flogo_sec {
		width: 180px;
		border-right: none;
		margin-right: auto;
		padding-right: 0;
		margin-left: auto;
	}
	.footer_container .site_link {
		display: none;
	}
	.footer_container .links_sec {
		width: auto;
	}
	.footer_container .links_sec a {
		margin-right: 10px;
		display: block;
		padding: 10px;
	}
	.footer_container .special_link ul {
		align-items: center;
		justify-content: center;
	}
	section.copyright {
		padding: 10px 30px;
	}
	.robbar_story_listing_wrap h2.heading, .team_page_wrap  h2.heading, .authorpg_wrap .headtext_sec h2.heading, .gallery_page_wrap h2.heading {
		font-size: 30px;
	}
	.robbar_story_listing_wrap .story_list .text_element h3 {
		font-size: 20px;
		line-height: 29px;
	}
	.robbar_story_listing_wrap .story_list .text_element {
		padding: 0rem 0.8rem 0.8rem 0.8rem;
	}
	.robbar_story_listing_wrap .story_list {
		margin-bottom: 25px;
		border-radius: 0px;
		border: 1px dashed #000;
	}
	
	.robbar_detail_page_wrap h2.heading {
		font-size: 23px;
		margin-top: 20px;
		line-height: 35px;
	}
	.robbar_detail_page_wrap .editor_share_sec {
		margin-top: 20px;
	}
	.robbar_detail_page_wrap .story_details p {
		font-size: 18px;
		line-height: 28px;
	}
	.robbar_detail_page_wrap .story_details .author_list {
		align-items: center;
		justify-content: center;
	}
	.robbar_detail_page_wrap .moto {
		padding: 15px;
	}
	.robbar_detail_page_wrap figure figcaption {
        font-size: 16px;
    }
	.topic_tag_list ul li a.tag {
		margin: 5px 0 8px 5px;
	}
	.author_detail_box {
		padding: 15px;
		margin-top: 20px;
	}
	.author_detail_box .author_inner {
		padding: 15px;
		box-shadow: 0 0 21px rgba(0,0,0,0.2) !important;
	}
	.author_detail_box .author_inner .picture {
		width: 140px;
		height: 140px;
		border-radius: 140px;
		border: 2px solid #c9c9c9;
	}
	.author_detail_box .author_inner .info h2 {
		font-size: 25px;
		margin: 2px 0;
	}
	.team_page_wrap.mt_50 {
		margin-top: 30px;
	}
	.team_page_wrap  .team_bar {
		padding: 0;
		margin-bottom: 30px;
	}
	.team_page_wrap .team_bar .team_content {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.team_page_wrap .team_bar .team_content article.img_caption {
		width: 200px;
		margin-right: auto;
		padding: 10px;
		margin-left: auto;
	}
	.team_page_wrap .team_bar .team_content article.txt_element {
		width: 100%;
	}
	.team_page_wrap .team_bar .team_content h3 {
		font-size: 24px;
	}
	.team_page_wrap .team_bar.rev_col .team_content article.img_caption {
		margin-right: auto;
		margin-left: auto;
	}
	.searchpg_box_result_sec {
		margin: 13px 0 30px;
		display: flex;
		align-items: normal;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.searchpg_box_result_sec .search_box .form-group {
		margin-top: 13px;
	}
	.authorpg_wrap .search_box {
		padding: 10px;
		margin: 20px 0;
	}
	.authorpg_wrap .auth_grid .col-md-4 {
		width: 100%;
	}
	.authorpg_wrap .auth_grid a {
		padding: 15px;
	}
	.authorpg_wrap .auth_grid a picture {
		margin-right: 10px;
		width: 70px;
	}
	.authorpg_wrap .auth_grid a h4 {
		font-size: 21px;
	}
}



/* 574px */
@media (max-width: 574px){
	.ad_970 a {
		display: none;
	}
	.ad_300 a{
		display: block;
	}
	
}













