/* ================= Post preview ================== */

.post-preview {
    position: relative;
    margin-bottom: 1em;
}

.simpleParallax {
    height: 100%;
}

.post-preview-thumbnail {
    height: 260px;
}

.post-preview-content {
	padding-top: .5em;
}

.post-preview .post-date {
	margin: .5em 0;
	opacity: .6;
	font-size: .8em;
	color: #fff;
	font-weight: 300;
}

.post-title {
	font-size: 1.3em;
	color: #fff;
}

.post-excerpt {
	color: #fff;
	opacity: .6;
}

.post-excerpt p {
	margin: .5em 0;
	line-height: 1.4;
	font-weight: 300;
}

.post-link {
	position: absolute;
	bottom: 0;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 3;
}