.left-post-list-sidebar{
	padding-bottom: 80px;
}

.left-post-list-sidebar .rows{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.left-post-list-sidebar .cols{
	padding: 0 8px;
	margin-bottom: 39px;
}

.left-post-list-sidebar article.custom-posts{
	height: 100%;
	border: 1px solid #ccc;
}

.left-post-list-sidebar article.custom-posts .img-holder{
	/*width: calc(100% + 2px);*/
	/*margin-left: -1px;*/
	height: 125px;
}

.left-post-list-sidebar article.custom-posts .img-holder img{
	vertical-align: top;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.left-post-list-sidebar article.custom-posts .entry-cont-foot-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px 15px 17px;
	height: calc(100% - 134px);
}

.left-post-list-sidebar article.custom-posts .entry-content .entry-header{
	margin-bottom: 10px !important;
}

.left-post-list-sidebar article.custom-posts .entry-content .entry-header .blog-type{
	font-size: 16px;
	line-height: 2.25;
	font-weight: 500;
	color: #d56128;
	margin: 0;
	text-transform: uppercase;
}

.left-post-list-sidebar article.custom-posts .entry-content .entry-header .entry-title{
	font-size: 20px;
	line-height: 1.25;
	font-weight: 500;
	color: #002d5b;
	margin: 0;
}

.left-post-list-sidebar article.custom-posts .entry-content .entry-meta{
	color: #58595b;
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 10px !important;
}

.left-post-list-sidebar article.custom-posts .entry-content .entry-meta .metas{
	display: flex;
	align-items: center;
}
.left-post-list-sidebar article.custom-posts .entry-content .entry-meta .metas.posted-on {
	/*margin-top: -9px !important;*/
}

.left-post-list-sidebar article.custom-posts .entry-content .entry-meta .icon{
	margin-right: 6px;
	line-height: initial;
}
.left-post-list-sidebar article.custom-posts .entry-footer {
	padding-top: 12px;
}
.left-post-list-sidebar article.custom-posts .entry-footer .custom-btn{
	display: inline-block;
	font-size: 13px;
	line-height: 1.30;
	font-weight: 600;
	/*max-width: 122px;*/
	min-height: 32px;
	padding: 10px 20px 8px;
	background-color: #002d5b;
	color: #fff;
	border-radius: 20px;
	transition: ease 0.2s;
}


.left-post-list-sidebar article.custom-posts .entry-footer .custom-btn:hover{
	background-color: #012243;
}

.btn-wrapper{
	text-align: center;
	display: block;
	margin-top: 40px;
	width: 100%;
}

.huloop_loadmore{
	border: 0 !important;
	font-size: 20px;
	display: inline-block;
	font-weight: 600;
	transition: ease 0.2s;
}

@media screen and (min-width: 200px) {
	.left-post-list-sidebar .cols {
		width: auto;
	}

	.left-post-list-sidebar article.custom-posts .img-holder {
		height: auto;
	}

	.left-post-list-sidebar article.custom-posts .entry-cont-foot-wrapper {
		height: auto;
	}
}

@media screen and (min-width: 767px) {
	.left-post-list-sidebar article.custom-posts .img-holder{
		height: 125px;
	}

	.left-post-list-sidebar article.custom-posts .entry-cont-foot-wrapper{
		height: calc(100% - 125px);
	}

	.left-post-list-sidebar .cols {
		width: 50%;
	}
}

@media screen and (min-width: 1200px){
	.left-post-list-sidebar .cols {
		width: 33.33%;
	}
}


