.post header p {
	font-size: 0.95em;
}
.el-post-date {
	text-align: right;
}
.el-post-author p, .el-post-date p {
	margin-bottom: 0px;
}
.blog article.post, .search article, .category article {
	border: 1px solid #d7d7d7;
	padding: 1em;
	margin-bottom: 1.5em;
}
.el-post-title {
	font-size: 1.5em;
}
.el-post-meta {
	font-size: 0.8em;
}
.el-post-body {
	font-size: 0.9em;
}

@media (max-width: 1199px) {
	.el-post-title {
		font-size: 1.3em;
	}
	.el-post-meta {
		font-size: 0.7em;
	}
	.el-post-body {
		font-size: 0.8em;
	}
}
@media (max-width: 575px) {
	.blog article.post, .search article, .category article {
		padding: 0.5em;
	}
	.el-all-posts .col-sm-4 {
		text-align: center;
		margin-bottom: 1em;
	}
	.el-all-posts .img-fluid {
		width: 150px;
	}
}