#page-title.page-title-parallax {
	padding: 50px 0;	
}

.stacked-items .entry-title-separator {
	border-top: 6px solid #b4cecb; 
	max-width: 80px; 
	margin-bottom: 1em;
}

.stacked-items {
	/* margin-bottom: 1.5em; */
}

@media (min-width: 641px) { 
	.stacked-items:first-child {
		margin-bottom: 1.5em !important;
	}
}

.stacked-items .entry-content p {
	line-height: 1.25em !important;
	margin-bottom: 1em;
	font-size: 1.1em;
}

.stacked-items .entry-meta li {
	margin-bottom: 0.5em;
}

.stacked-items .entry-button a {
	border: 1px solid #500000;
	color: #500000;
	padding-top: .3em;
	padding-bottom: .3em;
	padding-left: .4em;
	padding-right:.4em;
	border-radius: 3px;
	transition: .3s;
}

.stacked-items .entry-button:hover {
	opacity: 0.9;
}

.stacked-items .entry-button a .right-arrow {
	padding-left: .2em;
}