/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.site-header {
	background-color: #90afc5;
}

.site-header header-image {
	width: 400px;
	height: 600px;
}

.content blockquote {
	font-family: Georgia, serif;
	color: #336b87;
}

.content .post {
	font-family: Georgia, serif;
	Font-size: .8em;
	color: #1a1a1a;
}

.content .post h1 {
	font-family: Georgia, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #336b87;
}

.content .post h2 {
	font-family: Georgia, serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #336b87;
}

.content .post h3 {
	font-family: Georgia, serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #1a1a1a;
}

.content .page {
	font-family: Georgia, serif;
	color: #1a1a1a;
}

.featuredpost .post title {
	font-family: Georgia;
	font-size: .7em;
	color: #336b87;
}

.featuredpost .post p {
	font-family: Georgia;
	color: white; 
	font-size: .8em;
}

.title-area {
	width: 30%;
}

.site-header .genesis-nav-menu {
	width: 100%;
}

.breadcrumb {
	border-bottom: .2em solid #2a3132;
	font-size: 1em;
	margin-bottom: 1em;
	padding-bottom: .5em;
}

#at-wmb-goal-email-input {
	font-size: .7em !important;
}

#at-wmb-goal-submit {
	
	font-size: .6em !important;
	width: 90px !important;
}

.home-even,
.home-odd {
	clear: both;
	font-size: 2em;
	overflow: hidden;
	padding: .6em 0;
	text-align: center;
}

.home-section-1 {
	height: 9em;
}


.home-section-2 {
	height: 10em;
}


.home-section-3 {
	height: 20em;
}



.entry-header:after {
	border-bottom: 0 solid #2a3132;
	content: "";
	display: block;
	padding-bottom: 0;
	width: 25%;
	margin-bottom: 2px;
}

.post .header:after {
	border-bottom: 2px solid #2a3132;
	margin-bottom: 1px;
}

.parallax-pro-pink a,
.parallax-pro-pink .entry-title a:hover,
.parallax-pro-pink .genesis-nav-menu .current-menu-item > a,
.parallax-pro-pink .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-pink .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-pink .home-odd .featured-content .entry-title a:hover,
.parallax-pro-pink .site-footer a:hover,
.parallax-pro-pink .site-header .widget-area a:hover {
	color: #336b87;
	
}

.parallax-pro-pink input:hover[type="button"],
.parallax-pro-pink input:hover[type="reset"],
.parallax-pro-pink input:hover[type="submit"],
.parallax-pro-pink .archive-pagination li a:hover,
.parallax-pro-pink .archive-pagination .active a,
.parallax-pro-pink .button:hover,
.parallax-pro-pink .footer-widgets,
.parallax-pro-pink .pricing-table a.button:hover {
	background-color: #3782CD;
}




.body {
	width: 1290px;
	padding-left: 20px;
}