/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
#child-grid .three > div > a {
	background-color: rgba(255,255,255,0.6) !important;
}

#featured-content article .article-liner {
	background-color: rgba(255,255,255,0);
}

.entry-content p {
	margin-top: 1.1em !important;
	margin-bottom: 1.1em !important;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 1.1em !important;
	margin-bottom: 1.1em !important;
}

.featured-content-slider #featured-content article .row {
	vertical-align: bottom !important;
}

p.site-title {
	margin-top: .3em !important;
	margin-bottom: .3em !important;
}

.site-logo {
	vertical-align: middle !important;
}

.main-navigation li:hover > a, .main-navigation ul ul :hover > a, .main-navigation ul ul a:hover {
	color: #c00000;
	text-decoration: none;
}

a:hover {
	color: #c00000;
}	
}

/* calls to action */
#featured-content article a.call-to-action {
	font-size: 20px;
	font-size: 1.25rem;
}

.site-description {
	font-size: 18px;
	font-size: 1.25rem;
	font-style: italic;
	color: #444444;
}

.jetpack-testimonial-title {
	font-family: 'Playfair Display', serif;
	clear: both;
	width: 100%;
	font-size: 48px;
	margin-bottom: 1em;
	font-style: italic;
}

#front-page-blog .banner {
	font-family: 'Playfair Display', serif;
	clear: both;
	width: 100%;
	font-size: 48px;
	margin-bottom: 1em;
	font-style: italic;
}

.wpcf7 textarea {
	background-color: #fff;
	color: #000;
	width: 100%;
	font-size: 16px;
	border: 1px solid #ebebeb;
	border-radius: 2px 2px 2px 2px;
}

#two-column {
	width: 775px;
}

#two-column #left {
	width: 375px;
	float: left;
	margin-bottom: 8px;
}

#two-column #right {
	width: 375px;
	float: right;
	margin-bottom: 8px;
}

#two-column p {
	margin-bottom: 8px;
}

#two-column input[type="text"], #two-column input[type="email"] {
	border: none;
	font-size: 16px;
	border: 1px solid #ebebeb;
	border-radius: 2px 2px 2px 2px;
	width: 775px;
	padding: 5px;
	margin-bottom: 8px;
}

#two-column #right input[type="text"], #two-column #left input[type="text"], #two-column #left input[type="email"], #two-column #right input[type="email"] {
	width: 375px;
	margin-bottom: 8px;
}

#two-column input[type="submit"] {
	padding: 8px 18px;
	background: #ebebeb;
	color: #464646;
	border: 1px solid #ebebeb;
	float: left;
	font-size: 16px;
}	
}

#two-column input[type="submit"]:hover {
	background: #464646;
	color: #ebebeb;
	border: 1px solid #464646;
}

.wpcf7 select {
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 2px 2px 2px 2px;
	margin: 0;
	font-size: 18px;
	padding: 5px;
	text-indent: 5px;
	width: 509px;
	z-index: 100;
}

.wpcf7-form {
	width: 100%;
}

.wpcf7-form input,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea, {
	width: 100%;
}

@media only screen
and (min-width:1160px) {
	nav.social-navigation {
		margin-top: 32px;
		position: absolute;
		margin-left: 750px;
	}
}