/*
Theme Name: Van Essen
Author: Buro Zero
Author URI: http://burozero.com/
Description: Theme made by Buro Zero for Van Essen
Version: 1.0
*/


.content_side .content p.lead {
font-size: 19px;
line-height:24px;
}

.footer-col-one-fourth {
	float: left;
	width: 20%;
	margin-right: 6%;
}

.footer-col-one-fourth.last {
	margin-right:0;
}

.footer-col-one-fourth .footer_content {
	width:100%;
	margin: 0 0 12px;
}

.content_side .content blockquote {
max-width: 500px;
margin: 2em 0;
padding: 0.25em 50px;
position: relative;
}

.content_side .content blockquote p {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
line-height: 1.45;
color: #383838;
margin: 0;
padding: 0;
}

.content_side .content blockquote:before {
display: block;
content: "\201C";
font-family: Georgia, serif;
font-size: 80px;
position: absolute;
left: 0px;
top: -5px;
color: #7a7a7a;
}

.content_side .content blockquote footer p {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
.content_side .content blockquote footer p:before {
content: "\2014 \2009";
}

@media screen and (max-width:740px){
	.footer-col-one-fourth {
		width: 45%;
		margin-right: 10%;
	}
	.footer-col-one-fourth:nth-child(2n+2) {
		margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
		.footer-col-one-fourth {
		width: 100%;
		margin-right: 0;
	}
}