/* Category block */

.new-block .cat{
	position: absolute;
	left: 0;
	bottom: -4px;
	background-color: #c40000;
	color: #fff;
	font-weight: bold;
	font-size: 27px;
	/* line-height: 1; */
}
.new-block .cat span{
	position: relative;
	padding: 3px 10px 3px 15px;
	display: block;
}
.new-block .cat span:after{
	content: "";
    position: absolute;
    border-right: 10px solid transparent;
    right: -10px;
    top: 0;
}

.new-block .cat.white-bg-black{
	background-color:#000;
}
.new-block .cat.white-bg-black span{
	color:#fff;
}

.new-block .cat span:after{
	border-top: 47px solid #c50000;
}
.new-block .cat.white-bg-black span:after{
	border-top: 47px solid #000;
}

.sc_news.big-news-style .cat span:after{
    border-top: 47px solid #c50000;
}
.new-block.big-news-style .cat.white-bg-black span:after{
	border-top-color:#000;
}
.new-block .title-section span.title-part{
	display: inline-block;
	line-height: 1;
}
.new-block .title-section .title>*:is(h1,h2,h3,h4,h5,h6){
	line-height: 1;
}

.new-block .image-wrapper.landscape .featured-image{
	position: relative;
}
.new-block:not(.horizontal-style) .image-wrapper.landscape .featured-image img{
	width: auto !important;
	height: 100% !important;
}
.new-block .image-wrapper.portrait .featured-image img{
	width: 100% !important;
	height: auto !important;
}
/* shortcode news */

.sc_news .item {
	background-color: #fff;
}
.sc_news .image-wrapper{
	position: relative;
}
.sc_news  .featured-image{
	display: flex;
}
.sc_news .image-wrapper .featured-image img{
	margin-bottom: 0;
}
.sc_news.classic-style .image-wrapper .featured-image{
	position: relative;
	overflow: hidden;
	padding-top: 88%;
}
.sc_news.classic-style .image-wrapper .featured-image img{
	margin-bottom: 0;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 100%;
	width: auto;
	max-width: none;
}
.sc_news .image-wrapper.portrait .featured-image img{
	height: auto;
	width: 100%;
}

.sc_news .title{
	font-weight: bold;
	color: #000;
	font-size: 27px;
	line-height: 1.2;
	display: inline-block;
	width: 100%;
}
.sc_news .title-section{
	background-color: #fff;
    padding: 10px 15px 10px 15px;
}


/* Big new style */
.sc_news.big-news-style .title > h2{
	font-size: 54px;
}
.sc_news.big-news-style .title-section{
	padding: 20px 15px 20px 15px;
}
.sc_news.big-news-style .image-wrapper .featured-image{
	position: relative;
	overflow: hidden;
	padding-top: 50%;
}
.sc_news.big-news-style .image-wrapper .featured-image img{
	margin-bottom: 0;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: auto;
	width: 100%;
	max-width: none;
}

/* :horizontal */
.sc_news.horizontal-style .cat{
	font-size: 13px;
}
.sc_news.horizontal-style .cat span:after {
    border-top-width: 26px;
}
.sc_news.horizontal-style .item{
	display: flex;
	flex-direction: row;
}
.sc_news.horizontal-style .item .image-wrapper{
	width: 40%;
	display: inline-flex;
}
.sc_news.horizontal-style .item .title-section{
	width: 60%;
}
.sc_news.horizontal-style .item .image-wrapper .featured-image{
	display: inline-grid;
	position: relative;
}

/* classic style */
.sc_news.classic-style .title h2{
	font-size: 27px;
}

/* Shortcode grid new */

.sc_news_grid .image-wrapper{
	background-color: #fff;
}
.sc_news_grid .image-wrapper .featured-image{
	display: flex;
}
.sc_news_grid img{
	margin-bottom: 0 !important;
}
.sc_news_grid .items{
	margin: 0 -1%;
}
.sc_news_grid .items .item{
	background-color: #fff;
	position: relative;
}
.sc_news_grid .items  .item .image-wrapper{
	position: relative;
}
.sc_news_grid .title-section {
	padding: 15px;
}
.sc_news_grid .title{
	color:#000;
}
.sc_news_grid.grid-masonry-style .items{
	display: flex;
	flex-wrap: wrap;
}
.sc_news_grid .items .item{
	width: 48%;
    margin: 1%;
    background-color: #fff;
}
.sc_news_grid .featured-image{
	display: flex;
    position: relative;
    padding-top: 63%;
    overflow: hidden;
}
.sc_news_grid .image-wrapper a img{
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    transform: translateX(-50%);
}
.sc_news_grid .image-wrapper.portrait img{
    width: 100%;
    height: auto;
}

.sc_news_grid.grid-masonry-style .item .title-section {
	background-color: #fff;
	padding: 15px;
}
.sc_news_grid.grid-masonry-style .item .title-section a h2{
	color: #000;
	line-height: 1;
	display: block;
	font-size: 40px;
	line-height: 1;
	font-weight: normal;
}
.sc_news_grid.grid-masonry-style .item.child-num2 .title-section,
.sc_news_grid.grid-masonry-style .item.child-num2{
	background-color:#c50000;
}
.sc_news_grid.grid-masonry-style .item.child-num2 .title-section a h2{
    color: #fff;
    font-size: 56px;
    line-height: 1;
    font-weight: bold;
}
.sc_news_grid.grid-masonry-style .item.child-num3{
	width: 60%;
}
.sc_news_grid.grid-masonry-style .item.child-num4{
	width: 36%;
}
.sc_news_grid.grid-masonry-style .item.child-num4 .featured-image{
	padding-top: 105%;
}
.sc_news_grid .cat span{
	font-size: 20px;
}

.sc_news_grid .cat span:after{
	border-top-width: 37px;
}

/* Shortcode grid new classic*/
.sc_news_grid.classic-style .item .featured-image {
	padding-top: 80%;
}
.sc_news_grid.classic-style .items{
	display: flex;
    flex-wrap: wrap;
}
.sc_news_grid.classic-style .item{
	width: 31.3333%;
	margin: 1%;
}
.sc_news_grid.classic-style .item.child-num2,
.sc_news_grid.classic-style .item.child-num2 .title-section {
	background-color: #000;
}
.sc_news_grid.classic-style .item.child-num2 .title-section a h2{
	color: #fff;
}
.sc_news_grid.classic-style .title-section .title{
	font-weight: normal;
	font-size: 26px;
}
.sc_news_grid.classic-style .title-section .title h2{
	font-weight: normal;
	font-size: 32px;
	line-height: 1;
}

/* New detail */
.nectar-social{
	display: none;
}

/* Shortcode related article */
.single-post .sc_related_article{
	margin-top: 20px;
}
.sc_related_article .preview-part{
	display: flex;
}
.single-post .sc_related_article{
	margin-top: 20px;
}
.single-post .feature-image .wp-caption{
	display: block;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}
.single-post .feature-image .wp-caption > img{
	display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

.sc_image .desktop-image >  img,
.sc_image .mobile-image >  img{
	width: 100% !important;
	height: auto;
	margin-bottom: 0;
}
.sc_image .mobile-image{
	display: none;
}
@media only screen and (max-width: 560px) {
	.sc_image .mobile-image{
		display: block;
	}
	.sc_image .desktop-image{
		display: none;
	}
}

.sc_related_article .preview-part{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.sc_related_article .preview-part img{
	margin-bottom: 0;
}
.sc_related_article .preview-part .image-wrapper{
	display: flex;
	display: flex;
    position: relative;
    overflow: hidden;
    padding-top: 80%;
}
.sc_related_article .preview-part .image-wrapper > img{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto !important;
    height: 100%;
    max-width: none;
}
.sc_related_article .preview-part .image-wrapper.portrait > img{
	width: 100%;
	height: auto;
}
.sc_related_article .preview-part .full-info-layout{
	width: 23%;
	margin: 1%;
	background-color: #fff;
}
.sc_related_article .preview-part .title-wrapper{
	background-color: #fff;
	padding: 15px;
}
.sc_related_article .preview-part .title-wrapper .title{
	color: #000;
	font-size:25px;
	line-height: 1;
}
.sc_related_article .list-part .more-label{
	font-size: 25px;
	margin-top: 20px;
}
.sc_related_article  .list-part .simple-layout a{
	color: #464646;
	text-decoration: underline;
}
.sc_related_article .list-part .st-row{
	display: flex;
	flex-flow: column;
}
.sc_related_article .list-part .st-row.column2{
	flex-flow:row;
	margin: 0 -1.5%;
}
.sc_related_article .list-part .st-row.column2 .st-col-6{
	flex: 0 0 auto;
    width: 44%;
    margin: 1.5%;
}
/* single post */
body.material .post .content-inner > *{
	margin-top: 20px;
}
.single-post[data-bg-header="true"] .container-wrap:not(.no-sidebar) > .main-content{
	padding-top: 10px;
}

.single-post-wrapper  p{
	margin-bottom: 0;
	padding-bottom: 0;
}
.single-post-wrapper  > *{
	margin-top: 15px;
}
.single-post .advert {
	margin-top: 20px;
}
.single-post .advert img{
	width: 100%;
	height: auto;
}
.single-post .heading{
	font-weight: bold;
	color: #000;
	font-size: 60px;
	margin-top: 10px;
	line-height: 1;
}
.single-post .sub-heading{
	font-size: 24px;
    color: #515151;
    font-weight: bold;
    margin-top: 15px;
    line-height: 1.2;
}
.single-post .author_date{
	color: grey;
}
.single-post .author_date .author{
	text-transform: capitalize;
}
.single-post .main-content .content-inner{
	padding-bottom: 0;
}
.single-post .main-content .content-inner .pf-content > *{
	margin-top: 20px;
}
.single-post .main-content .post-content{
	min-height: auto;
}
.single-post-wrapper .category-section {
	margin-top: 20px;
}
.single-post-wrapper .category-section .section-title {
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.single-post-wrapper ul.category-list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.single-post-wrapper ul.category-list li {
	background-color: #dedede;
	margin-right: 8px;
	display: inline-block;
}
.single-post-wrapper ul.category-list li a {
	color: #282828;
	padding: 8px 16px;
	display: inline-block;
}
.st-row {
	display: flex;
}
.st-col-6 {
	flex: 0 0 auto;
    width: 50%;
}

#slide-out-widget-area .off-canvas-menu-container.mobile-only {
	display: none;
}

/* Responsive */
@media only screen and (min-width: 999px){
	.slide-out-widget-area-toggle{
		display: none !important;
	}
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
/* 	
	.title h1{
		font-size: 50px !important;
	}
	.title h2{
		font-size: 40px !important;
	} */
}

@media only screen and (max-width: 1300px) and (min-width: 1200px) {
	
	.title h1{
		font-size: 50px !important;
	}
	.title h2{
		font-size: 40px !important;
	}
}


