/* Small Desktop */
@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    .sc_news_grid.classic-style .title-section .title h2{
		font-size: calc((100vw / 100 ) * 2.3) !important;
	}
}
/* only for tablet */
@media only screen and (max-width: 999px) and (min-width: 690px) {
	/* Header */
	
	div.container{
		max-width: 650px;
	}
	.wpb_column.vc_col-sm-9 {
		width: 75%;
	}
	.wpb_column.vc_col-sm-3 {
		width: 25%;
	}
	.wpb_column.vc_col-sm-8 {
		width: 66.66666667%;
	}
	.wpb_column.vc_col-sm-4 {
		width: 33.33333333%;
	}
	
	/* shortcode news */
	.sc_news.big-news-style .title-section .title h2{
		font-size: 43px;
	}
	.sc_news.classic-style .title-section .title > h2,
	.sc_news.classic-style .title-section .title > h2{
		font-size: 21px;
		line-height: 1.2;
	}
    
	
	/* shortcode news grid*/
    .sc_news_grid.classic-style .title-section .title h2{
		font-size: calc((100vw / 100 ) * 2) !important;
	}
	.sc_news_grid.grid-masonry-style .item .title-section a h2{
		font-size: 32px;
	}
	.sc_news_grid.grid-masonry-style .item.child-num2 .title-section a h2{
		font-size: 40px ;
	}
	.sc_news_grid.classic-style .title-section .title h2{
		font-size: 26px;
	}
    .sc_news_grid.classic-style .item .featured-image{
        padding-top: 60%;
    }

    /* categories */
    .new-block .cat{
        font-size: 20px;
    }
    .new-block .cat span:after{
        border-top-width: 37px;
    }
    .sc_news.big-news-style .cat span:after {
        border-top-width: 37px;
    }
    .sc_news_grid.classic-style .cat{
        font-size: 17px;
        line-height: 1.08;
    }
    .sc_news_grid.classic-style .cat span:after{
        border-top-width: 25px;
    }

}

/* mobile */
@media only screen and (max-width: 690px) {

	.home .main-content.container{
		max-width: 100%;
	}
	.title h1,
	.title h2{
		line-height: 1 !important;
	}
	.material .wpb_row, .material .wpb_content_element{
		margin-bottom: 10px;
	}
	div.wpb_wrapper > div{
		margin-bottom: 10px;
	}
	
	body[data-slide-out-widget-area-style="slide-out-from-right-hover"] .slide-out-widget-area-toggle.mobile-icon .lines:before, body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before{
		width: 22px !important;
	}
	#top .mobile-search{
		display: none;
	}
	#ajax-content-wrap .container-wrap {
		padding-top: 10px !important;
		padding-bottom: 0;
	}
	#footer-widgets{
		display: none;
	}
	#footer-outer #copyright{
		text-align: center;
	}
	/* shortcode news */
	
	.sc_news.big-news-style .title-section{
		padding: 10px;
	}
	/* .sc_news .cat{
		font-size: 20px;
		left: 1px;
	} */
	
	.sc_news.big-news-style .title h2{
		font-size: 25px;
	}
	.sc_news.classic-style .title h2{
		font-size: 18px ;
	}
	/* :horizontal style */
	.sc_news.horizontal-style .title h2{
		font-size: 22px;
	}
	.sc_news.horizontal-style .title-section{
		padding: 10px 15px 5px 15px;
	}
	
	/* Shortcode new grid */
	.sc_news_grid.grid-masonry-style .item.child-num4 .featured-image{
		padding-top: 63%;
	}
	.sc_news_grid.grid-masonry-style .items .item{
		width: 100%;
		margin: 10px 0;
	}
	.sc_news_grid.grid-masonry-style .items{
		margin: 0;
	}
	.sc_news_grid.grid-masonry-style .item .title-section a h2{
		font-size: 25px;
	}
	.sc_news_grid.grid-masonry-style .item.child-num2 .title-section a h2{
		font-size: 28px;
	}
	.sc_news_grid.classic-style .item{
		width: 100%;
    	margin: 10px 0;
	}
	
	.sc_news_grid .image-wrapper.mobile_portrait   img{
		width: 100% !important;
		height: auto;
	}

    /* categories */
    .sc_news.big-news-style .cat span:after{
		border-top-width: 37px;
	}
	.new-block .cat span:after{
		right: -10px;
	}
    .new-block .cat{
        font-size: 15px;
    }
    .new-block .cat span:after{
        border-top-width: 28px;
    }
    .sc_news.big-news-style .cat span:after {
        border-top-width: 28px;
    }

    .sc_news.horizontal-style .cat{
        font-size: 13px;
    }
    .sc_news.horizontal-style .cat span:after{
        border-top-width: 25px;
    }

	/* single post */
	.single-post .heading{
		font-size: 35px;
	}
	.single-post .sub-heading{
		font-size: 20px;
		max-width: 100%;
	}
	.sc_related_article .preview-part .full-info-layout{
		width: 100%;
		margin: 10px 0;
	}
	.sc_related_article .preview-part .image-wrapper{
		padding-top: 63%;
	}
	.sc_related_article .preview-part .image-wrapper.mobile_portrait > img{
		width: 100% !important;
		height: auto;
	}
	.single-post .container.main-content{
		max-width: 100% !important;
		padding:  0 25px;
	}
	.single-post .single-post-wrapper .feature-image{
		position: relative;
		width: 100vw;
		left: 50%;
		margin-left: -50vw;
	}
}