.bx-newslist {}
.bx-newslist-block {
	padding: 0 14px;
	margin-bottom: 10px;
}
/*@media (min-width: 992px) {
	.bx-newslist .bx-newslist-container:nth-child(3n+1) {
		clear: both;
	}
}*/
@media (min-width: 768px) and (max-width: 991px) {
	.bx-newslist .bx-newslist-container:nth-child(2n+1) {
		clear: both;
	}
}
/* POST FORMATS */
.bx-newslist-img,
.bx-newslist-audio,
.bx-newslist-youtube,
.bx-newslist-slider {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.bx-newslist-img img {
	width: auto;
	height: 100%;
}
.bx-newslist-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}
.bx-newslist-content {
	font-size: 14px;
	margin-bottom: 5px;
}
.bx-newslist-more {
	margin-top: 5px;
	margin-bottom: 5px;
}
.bx-newslist-img a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.bx-newslist-img{
	width: 100%;
	height: 100%;
}
.bx-newslist{
	max-width: 100%;
}

.bx-newslist .row-group{
	display: flex;
	justify-content: center;
}

.bx-newslist .row-group.vertical > div{
	width: 25%;
}

.bx-newslist .row-group.vertical > div .bx-newslist-block{
	height: 385px;
}

.bx-newslist .row-group.horizontal > div{
	width: 33%;
}

.bx-newslist .row-group.horizontal > div .bx-newslist-block{
	height: 261px;
}

@media (max-width: 1024px) {
	.bx-newslist .row-group.vertical > div .bx-newslist-block{
		height: 253px;
	}

	.bx-newslist .row-group.horizontal > div .bx-newslist-block{
		height: 157px;
	}
}

@media (max-width: 425px) {
	.bx-newslist .row-group {
		flex-direction: column;
	}

	.bx-newslist .row-group > div.bx-newslist-container{
		width: 100%;
	}

	.bx-newslist div.row-group > div .bx-newslist-block{
		height: auto !important;
	}

	.bx-newslist-img img {
		width: 100%;
		height: auto;
	}
}