.custom-headline { 
	font-family: 'Didot';
	color: #4E3414; 
	font-size: 2.4rem;
	line-height: 1.125;
	font-weight: normal;
}
@media all and (max-width: 750px){
	.custom-headline { 
		font-size: 1.8rem;
	}
}
.custom-category { 
	font-family: 'Quickpen'; 
	text-transform: lowercase;
	color: #7DB141;
	font-size: 3rem;
	line-height: 2;
}
@media all and (max-width: 750px){
	.custom-category {
		font-size: 2.5rem;
		line-height: 2.5;
	}
}
.custom-subheadline, #orderForm p { 
	font-family: 'Mr Eaves';
	color: #686868;
	font-size: 1.75rem;
	line-height: 1;
	display: block;
}
hr {
	border: none;
	color: #E3E3E3;
    line-height: 1;
    font-size: 3.2rem;
    text-align: center;
    letter-spacing: 7px;
	padding-top: 2rem;
    padding-bottom: 2rem;
	clear: both;
	margin: 0 !important;
}
hr:before{
	content: "\00B7\00B7\00B7\00B7\00B7";
	display: block;
    margin-top: -32px;
}
@media all and (max-width: 750px){
	hr {
		font-size: 2.4rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
		margin-top: 1rem !important;
		margin-bottom: 0 !important;
	}
	hr:before{
		margin-top: -10px;
	}
}
.btn-container a {
	border: 3px solid transparent;
	border-radius: 0;
	cursor: pointer;
	font-weight: 400 !important;
	font-family: "Didot";
	font-size: 1.4rem;
	line-height: 1;
	padding: .75rem 1rem .5rem;
	text-decoration: none;
	color: #FFF !important;
	margin: .5rem 0;
	display: inline-block;
	text-indent: 0;
}
.btn-green-container a { background-color: #7DB141 !important; }
.btn-coral-container a { background-color: #ED5657 !important; }
.btn-blue-container a { background-color: #2E74B5 !important; }
.btn-brown-container a, .btn-primary-container a { background-color: #4E3414 !important; }

del, s {
	color: #2E74B5;
	font-family: "Didot";
	font-size: 2.4rem;
	line-height: 1;
	text-decoration: none;
}
blockquote {
	padding: 3rem;
	font-weight: normal;
	background-color: #FAFAFA;
}
blockquote p {
	font-weight: normal;
}
blockquote:before {
	display: none;
}

/* Re-center buttons */
.entry-content p .btn-container {
    margin-left: -1.6rem;
}