/* *********** */
/* POSTS Cover */
/* *********** */

.tx-posts .posts-cover::after{
	display: table;
	content: '';
	clear: both;
}

.tx-posts .posts-cover .posts-cover-item{
	float: left;
	width: 49%;
	padding: 20px;
}
.tx-posts .posts-cover .posts-cover-items{
	padding: 10px 0;
}
.tx-posts .posts-cover .posts-cover-items:after{
	clear: both;
	content: '';
	display: table;
}
.tx-posts .posts-cover .posts-cover-item:hover{
	background: #f1f1f1;
}
.tx-posts .posts-cover .posts-cover-item h3 a{
	font-size: 16px;
	font-style: normal;
	color: #084261;
	font-weight: 700;
	line-height: 18px;
	margin: 10px 0;
	display: inline-block;
	text-decoration: none;
}
.tx-posts .posts-cover .posts-cover-item:hover h3 a{
	color: #084261;
}
.tx-posts .posts-cover .posts-cover-item span{
	font-size: 14px;
	margin-bottom: -5px;
	display: block;
	font-family: 'Noto Sans' !important;
}
.tx-posts .posts-cover .posts-cover-item b{
	font-weight: normal;
	font-weight: 700;
}
.tx-posts .posts-cover .posts-cover-item:nth-child(even){
	border-left: 3px solid #f0f0f0;
}
.tx-posts .posts-cover .posts-cover-item .post-image{
	width: 45%;
	float: left;
	margin-right: 10px;
}
.tx-posts .posts-cover .posts-cover-item .post-image img{
	width: 100%;
	height: auto;
}
.tx-posts .posts-cover .posts-cover-item p{}

.tx-posts .posts-cover .posts-cover-all{
	text-align: center;
	padding-bottom: 20px;
}
.tx-posts .posts-cover .posts-cover-all a{
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	color: #FFFFFF;
	background: #084261;
	font-size: 16px;
	padding: 10px 30px;
}

/* ******************************************************************************************** */
/* *************************** 		RESPONSIVE ADAPTATION 		******************************** */
/* ******************************************************************************************** */
/* TABLET */
@media only screen and (max-width: 800px){

}

/* PHONE */
@media only screen and (max-width: 619px) {
	.tx-posts .posts-cover .posts-cover-item{
		width: 100%;
	}
	.tx-posts .posts-cover .posts-cover-item + .posts-cover-item{
		margin: 0;
	}
	.tx-posts .posts-cover .posts-cover-all{
		width: 100%;
		margin-top: 20px;
	}
	.tx-posts .posts-cover .posts-cover-all a span{
		display: block;
	}

	.tx-posts .posts-cover .posts-cover-item:nth-child(even){
		border: none;
		border-top: 3px solid #f0f0f0;
	}
}
