h1.cps-post-title {
	position: relative;
	border-top: solid 2px #e36f78;
	border-bottom: solid 2px #e36f78;
	padding: 15px;
	margin-bottom: 20px;
}

h1.cps-post-title:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	width: 100%;
	border-bottom: solid 4px #e36f78;
}

h1.cps-post-title:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	display: block;
	width: 100%;
	border-bottom: solid 4px #e36f78;
}