.post_ttl{
	font-weight: 400;
}
.post-item a{
	display: block;
	position: relative;
}
.tax-display.style1 .post-item a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.vid-item{
	position: relative;
}
.vid-item:before {
    content: "\f16a";
    font-family: FontAwesome;
    z-index: 3;
    color: #B41945;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 35px;
}
.custom-display.style2 .vid-item:before{
	top: 50%;
}
.post-item .post_ttl {
    line-height: 1.3;
}
.title_archive_link{
	position: absolute;
	left: 0;
	top: 5px;
	color: #7F9DD5;
    font-size: 16px;

}
/*
	Blog
*/
.tax-display .block-content .post_ttl{
	font-size: 16px;
}
.tax-display.style1 .block-content .post_ttl{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.tax-display.style1 .post-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	width: 50%;
}
.tax-display.style1 .block-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;

}


.tax-display .tax_gallery .block-content{
    background: #fff;
}
.tax-display .block-content{
	padding: 30px 15px 15px;
}
.tax-display .blog_tax_title{
	margin-bottom: 15px;
}
/*
	Style 1
*/
.tax-display.style1 .post_ttl{
	font-size: 16px;
}

.tax-display.style1 .tax-post-item-img {
	width: 89px;
	height: 89px;
	margin-left: 15px;
	position: relative;
}
.tax-display.style1 .block-content .post-item:not(:nth-last-child(-n+2)){
	margin-bottom: 15px;
	padding: 0 17px 15px 15px;
}
.tax-display.style1 .block-content .post-item{
	padding: 0 17px 15px 15px;
	position: relative;
}
.tax-display.style1 .post-item:nth-child(odd):before{
	content: " ";
    width: 1px;
    background: #CECECE;
    position: absolute;
    top: -15px;
    left: 0;
    bottom: 0;
}
.tax-display.style1 .post-item:nth-last-child(2):nth-child(odd):before{
	bottom: 15px;
}
.tax-display.style1 .post-item:nth-last-child(1):nth-child(odd):before{
	bottom: 15px;
}
.tax-display.style1 .post-item:first-child:before{
    top: 0;
}
.tax-display.style1 .post-item:not(:nth-last-child(-n+2)):after{
	content: " ";
    height: 1px;
    background: #CECECE;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
}
.tax-display.style1 .block-content .post-item img{
	margin-left: 15px;
}
.tax-display.style1.has-featured .tax_gallery{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	clear: both;
}
.tax-display.style1.has-featured .tax_gallery .block-content{
	width: 65%;
	margin-left: 15px;
}
.tax-display.style1.has-featured .tax_gallery .featured_post{
	width: 35%;
	padding: 38px 35px;
	position: relative;
}
.tax-display.style1.has-featured .tax_gallery .featured_post:after {
    content: " "; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.95) 0%,rgba(0,0,0,0) 80%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.95)),color-stop(80%, rgba(0,0,0,0)));
    background: -o-linear-gradient(top, rgba(255,255,255,0.95) 0%,rgba(0,0,0,0) 80%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.95) 0%,rgba(0,0,0,0) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
}
.tax-display.style1.has-featured .tax_gallery .featured_post .feat_post_img_ttl{
	font-size: 20px;
	font-weight: 500;
    max-width: 75%;	
}
.tax-display.style1.has-featured .tax_gallery .featured_post > * {
    position: relative;
    z-index: 1;
}
.post-item .readmore,
.featured_post .readmore{
	color: #7F9DD5;
	font-size: 14px;
	font-weight: 600;
}
.featured_post .readmore{
	top: 10px;
}
.readmore > i{
	font-size: 11px;
}
/*
	Style 2
*/
.tax-display.style2 .block-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	padding: 30px 15px;
	max-width: 100%;
}
.tax-display.style2 .post-item{
	width: 25%;
	padding: 0 15px;
	position: relative;	
}
.tax-display.style2 .post-item:not(:last-child):after{
	content: " ";
	left: 0;
	top:0;
	bottom: 0;
	background: #cecece;
	position: absolute;
	width: 1px;
}
.tax-display.style2 .tax-post-item-img {
	width: 100%;
	margin-bottom: 10px;
	background-size: cover !important;
	border-bottom: 5px solid #7F9DD5;
}
.tax-display.style2 .tax-post-item-img:after{
	display: block;
    padding-bottom: 100%;
    content: " ";
}

/*
	Blog End
*/

/*
	Custom Selected posts widget
*/
.custom-display .post_ttl{
	font-size: 16px;
}

.custom-display .custom_gallery{
    background: #fff;
	padding: 30px 30px 15px;
}
.custom-display .blog_custom_title{
	margin-bottom: 15px;
}

.custom-display.has-featured .custom_gallery{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.custom-display.has-featured .custom_gallery .block-content{
	width: 50%;
}
.custom-display.has-featured .custom_gallery .featured_post{
	width: 50%;
    padding: 20px 15px;	
	position: relative;
}
.custom-display.has-featured .custom_gallery .featured_post .feat_post_img_ttl{
	background: #fff;
    border-top: 5px solid #7F9DD5;
    position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 90px;
    
}
.custom-display.style1 .custom-post-item-img{
	width: 100%;
	margin-bottom: 10px;
    background-size: cover;	
}
.custom-display.style1 .custom-post-item-img{
	border-bottom: 5px solid #7F9DD5;
}
.custom-display.style1 .custom-post-item-img:after{
	display: block;
    padding-bottom: 100%;
    content: " ";
}
.custom-display.has-featured .block-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}
.custom-display.has-featured .block-content .post-item{
	width: 50%;
	padding: 0 30px 15px 0;
}
.custom-display.has-featured.style1 .block-content .post-item{
	position: relative;
}
.custom-display.has-featured.style1 .block-content .post-item:nth-child(-n+2){
	margin-bottom: 20px;
}
.custom-display.has-featured.style1 .block-content .post-item:nth-child(-n+2):after{
	content: " ";
	height: 1px;
	background: #CECECE;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.custom-display.has-featured.style1 .block-content .post-item:first-child:after{
	right: 30px;
}
/* Style 2 */
.custom-display.style2 .custom-post-item-img{
	width: 106px;
	height: 106px;
}
.custom-display.style2 .post-item:not(:last-child){
    margin-bottom: 10px;
}
.custom-display.style2 .post-item a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;	
}
.custom-display.style2 .post-item .post-meta{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.custom-display.style2 .post-item:after{
	display: block;
    clear: both;
    content: " ";
}
.custom-display.style2 .post_ttl{
	font-weight: bold;
}
.custom-display.style2 .post-item .custom-post-item-img{
    float: right;
    margin-left: 10px;
}
.custom-display.has-featured.style-2 .block-content{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.custom-display.style2 .post-item p.post_excerpt{
	color: #30323C;
	font-size: 14px;
	margin-top: 5px;
}

/*
	Featured Widget
*/
.Customfeatured_gallery .block-content > .post-item,
.Customfeatured_gallery .nested-items {
    width: 33.333%;
}
.Customfeatured_gallery .nested-items .post-item{
	height: 50%;
	display: block;
}
.Customfeatured_gallery .post-item{
	position: relative;
}
.Customfeatured_gallery .post-item:after{
	content: " ";
	height: 100%;
	position: absolute;
	width: 100%;
	bottom: 0; /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.65)));
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.Customfeatured_gallery .Customfeatured-post-item-img > .feat_ttl_wrap{
	position: absolute;
    bottom: 26px;
    left: 10%;
    right: 12%;
    z-index: 1;
}
.feat_ttl_wrap > *:not(:first-child) {
    margin-top: 12px;
    display: block;
}
.Customfeatured_gallery .Customfeatured-post-item-img > .feat_ttl_wrap .post_ttl{
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}
.Customfeatured_gallery .Customfeatured-post-item-img > .feat_ttl_wrap .post_excerpt{
	color: #fff;
	font-size: 14px;
}
.Customfeatured_gallery .Customfeatured-post-item-img{
	width: 100%;
	background-size: cover !important;
	position: relative;
}
.Customfeatured_gallery .Customfeatured-post-item-img:before{
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom: 0;
	content: " ";
	background: #000;
	opacity: 0.3;
}
.Customfeatured_gallery .Customfeatured-post-item-img:after{
	display: block;
    padding-bottom: 100%;
    content: " ";
}
.Customfeatured_gallery .block-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.Customfeatured_gallery .nested-items .post-item .Customfeatured-post-item-img:after{
	padding-bottom: 50%;
}

/*
	Video Widget
*/
.vid-display .vid_gallery{
    background: #fff;
    padding: 15px;
}
.vid-display .featured_post .post_ttl{
	color: #30323C;
	font-size: 24px;
	font-weight: 400;
	padding: 5px 0px 15px;
}
.vid-display .block-content{
	padding: 5px 0px 0 15px;
}
.vid-display .blog_vid_title{
	margin-bottom: 10px;
}
.vid-display .block-content .post_ttl{
    font-size: 14px;
	color: #30323C;
}

.vid-post-item-img{
	width: 46px;
	height: 48px;
}
.vid_gallery,
.vid_gallery .post-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.vid_gallery .post-item{
    margin-bottom: 10px;
    border: 0.5px solid #858585;
    padding: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.vid_gallery .block-content{
	width: 33.33%;
}
.vid_gallery .block-content .vid_list .shade{
	max-height: 338px;
	overflow: scroll;
	position: relative;
}
.vid_gallery .block-content .vid_list{
	position: relative;
}
.vid_gallery .vid_list:before,
.vid_gallery .vid_list:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 8px;
}
.vid_gallery .vid_list:before{
    top: 0; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.65)),to(rgba(0,0,0,0)));
	background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.vid_gallery .vid_list:after {
    bottom: 0; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.65)));
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
   
}
.vid_gallery .featured_post{
	width: 66.66%;
}
.vid_gallery .post_ttl{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-right: 10px;
}
#vid_filter{
	position: relative;
	margin-bottom: 13px;
}
#vid_filter input{
	border: 1px solid #BEBEBE; 
	font-size: 13px;
	min-height: 28px;
}
#vid_filter i{
    position: absolute;
    top: 50%;
    left: 7px;
    font-size: 0.6em;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (min-width: 651px){
	.vid_gallery .close{
		display: none;
	}
}
@media (max-width: 650px){
	.elementor-widget-blog-tax-display .blog_tax_title{
		text-align: center;
	}
	.title_archive_link{
		position: relative;
		top:-2px;
		margin-bottom: 15px;
		display: block;
		text-align: center;
	}
	.vid-display .block-content{
		padding: 0;
	}
	.tax-display.style1.has-featured .tax_gallery .block-content{
		margin-left: 0;
		padding: 15px 15px 0;
	}
	.tax-display.style1 .block-content .post-item{
		padding: 0 17px 0px 15px;
	}
	.tax-display .block-content .post_ttl{
		font-size: 18px;
	}
	.Vid_title,
	.elementor-widget-blog-custom-display .blog_custom_title,
	.custom-display .blog_custom_title{
		text-align: center;
	}
	.custom-display.style2 .post-item p.post_excerpt{
		display: none;
	}
	.tax-display.style1.has-featured .tax_gallery .featured_post .feat_post_img_ttl{
		max-width: inherit;
	}
}
/*
	Slider Navigation
*/
.block-content.slick-slider .slick-prev{
	right: -12px
}
.block-content.slick-slider .slick-next{
	left: -10px
}
.block-content.slick-slider .slick-prev,
.block-content.slick-slider .slick-next{
	background: none;
}
.custom_gallery .block-content.slick-slider .slick-prev{
	right: -40px
}
.custom_gallery .block-content.slick-slider .slick-next{
	left: -40px
}
.custom_gallery .block-content.slick-slider .slick-prev,
.custom_gallery .block-content.slick-slider .slick-next{
	top: 31.8%;
}
.custom-display.has-featured .block-content.slick-slider .post-item{
	padding-right: 0;
}
.block-content.slick-slider .slick-prev:before,
.block-content.slick-slider .slick-next:before{
	color: #000 !important;
	
}