/* ==========================================================================
   Content
   ========================================================================== */

.entry-header {
	margin-bottom: 1.5rem;
}

.entry-title {
	margin: 0 0 0.5rem;
	font-size: 1.75rem;
}

.entry-content {
	margin-bottom: 2rem;
}

.entry-content p {
	margin: 0 0 1rem;
}

.page-header {
	margin-bottom: 2rem;
}

.posts-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.posts-list li {
	padding: 1rem 0;
	border-bottom: 1px solid #eee;
}

.posts-list li:last-child {
	border-bottom: 0;
}

.posts-list .entry-title {
	font-size: 1.25rem;
}

.no-results {
	text-align: center;
	padding: 3rem 1rem;
}
