/* eaqPost */

.eaqPost,
.eaqPost:visited {
	display: block;
	transition: .3s opacity;
}

.eaqPost-illustration {
	background: #eee;
	padding-bottom: 64%;
	position: relative;
	background-size: cover;
	background-position: center center;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2) inset;
}

.eaqPost-startdate {
	position: absolute;
    display: inline-block;
    top: 15px;
    right: 15px;
    background: #fff;
    color: #007dd5;
    border-radius: 3px;
    font-size: 13px;
    padding: 7px 10px;
    line-height: 1.2;
}


.eaqPost-lead {
	line-height: 1.45;
	color: #555;
}

.eaqPost-lead p {
	margin: 0;
}

.eaqPost-wrap {
	margin-bottom: 20px;
}

.eaqPost-title {
	line-height: 1.4;
    margin-top: 6px;
    font-weight: 600;
}


@media (min-width: 600px) {
	.eaqPosts {
		margin: 0 -10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.eaqPost-wrap {
		width: 50%;
		/*margin: 1%;*/
		padding: 10px;
	}
	
}

@media (min-width: 768px) {
	.eaqPosts {
		margin: -15px -15px 0;
	}
	
	.eaqPost-wrap {
		padding: 15px;
		margin-bottom: 5px;
	}
}

@media (min-width: 900px) {	
	/*.eaqPost-wrap {
		width: 33.3%;
	}
	*/
	
	.eaqPost:hover {
		opacity: 0.85;
	}
}

