.bx-newslist {    margin: 20px 10px 30px;}
.bx-newslist-block {
	padding: 0 14px;

}
.bx-newslist-container{margin-bottom: 40px;}
.bx-newslist .row:before, .bx-newslist .row:after{display: none;}
@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;
	}
.small_date_act{  font-size: 0.8em;}
}
/* POST FORMATS */
.bx-newslist-img, .bx-newslist-img-action{ 
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

.bx-newslist-name-img {
	height: 180px;
    display: flex;
    font-size: 2em;
    padding: 20px;
    align-items: center;
    justify-content: center;
	    text-shadow: 4px 4px 9px #63636391;
		margin-bottom: 10px;
		text-align: center !important;
}
.bx-newslist-title,
.bx-newslist-title>a, .empty {
	color: #fff;
    margin: 0;
    font-weight: 600;
    padding: 8px 5px;
    margin: 0 0 10px 0;
    font-size: 1.15em;
    letter-spacing: 1px;
    text-align: center;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.small_date_act a	{color: #c4c8d1 !important; }
.bx-newslist-title a:hover, .small_date_act a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
	color: #fff !important;
}
.bx-newslist .center {
    margin-top: 5px;
    margin-bottom: 15px;
}
.bx-newslist-block.c_card {    padding: 0; 	border-radius: 5px;     height: 100%;}
.bx-newslist-block.c_card .bx-newslist-title a:hover{color: #fff;}
.bx-newslist-img {
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}
.bx-newslistImg{padding: 15px;}
.bx-lg .bx-newslist-title {
	font-size: 24pt;
}
.bx-md .bx-newslist-title {
	font-size: 20pt;
}
.bx-xs .bx-newslist-title {
	font-size: 18pt;
}
.bx-newslist-view,
.bx-newslist-date,
.bx-newslist-comments,
.bx-newslist-author,
.bx-newslist-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.bx-newslist-view i.fa,
.bx-newslist-date i.fa,
.bx-newslist-comments i.fa,
.bx-newslist-author i.fa,
.bx-newslist-tags i.fa,
.bx-newslist-other i.fa {
	width: 13px;
	color: #b4b4b4;
}
.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;
}
.small_date_act{
	display: block;
margin: 5px 10px; line-height: 18px;}
@media (max-width: 768px) and (min-width: 300px) {
.bx-newslist-block.c_card{
	display: flex;
    overflow: hidden;
    width: 100%;
    justify-content: space-between;
    padding: 20px;}

.bx-newslist-name-img, .bx-newslistImg{	 
    padding: 0;
    width: 50%;
	margin: 0;
}
.newslist-title{
	width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
h3.bx-newslist-title.bg1, .bx-newslist-title, .bx-newslist-title a, .empty {
    background: 0;
    color: #263080 !important;
}
h3.bx-newslist-title.bg1, .bx-newslist-title, .bx-newslist-title a, .emp {font-size: 1.4em !important;}
small.small_date_act.text_footer, .small_date_act a {
    color: #3c4973 !important;
}
}