/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.site-header-banner {
	background-position: center 50% !important;
	background-size: cover !important;
	background-color: #f5f5f5;
}

.site-header {
	background: #fff;
}

.home .site-inner {
	max-width: 100%;
}

.site-inner {
	padding-top: 20px;
}

.site-header .wrap {
	padding: 25px 0 0;
}

.title-area {
	width: 650px;
}

.site-header .widget-area {
	width: 350px;
}

.site-description {
	text-indent: 0;
}

.site-inner {
    padding-top: 0px;
}



.genesis-nav-menu {
	text-align: center;
}

.genesis-nav-menu a {
	font-size: 12px;
}

.home-middle .featured-content {
	width: 23.0769230769%;
	margin-left: 2.5641025641%;
	float: left;
}

.home-middle section.featured-content:first-of-type {
	margin-left: 0;
}

.featured-content .entry-title {
	font-size: 16px;
}

.home-bottom .widget {
	width: 31.6239316239%;
	margin-left: 2.5641025641%;
	float: left;
}

.home-bottom section.widget:first-of-type {
	margin-left: 0;
}

.cta {
	background: #8B2252;
	padding: 40px 0;
	color: #fff;
}

.cta .widget {
	margin-top: 30px;
}

.home-top,
.home-bottom,
.cta,
.home-middle {
	margin: 0px 0 0;
}

.home-middle .widget-title {
	text-decoration: underline;
	font-weight: 700;
}

.home-top {
	padding: 0px 0;
}

.home-top {
	border-bottom: 3px solid #000;
}

.home-top .button {
	margin: 0 auto;
	display: block;
	width: 200px;
}

.cta-text {
	text-align: center;
	font-size: 22px;
	font-style: italic;
}

.site-footer {
	background: #e5554e;
	color: #fff;
}

.site-footer a {
	color: #333;
}

.site-footer a:hover {
	color: #fff;
}

.header-top-small {
	display: none;
}

.cta-small {
	display: none;
}

.hide-on-mobile {
	display: block;
}

.show-on-mobile {
	display: none;
}

.corner-ribbon {
	width: 150px;
	background: #e5554e;
	position: absolute;
	left: 0;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
	color: #fff;
	box-shadow: 10px 10px 5px #888;
	font-size: 14px;
	border-bottom-right-radius: 20px;
	display: none;
}

.corner-ribbon a {
	color: #fff !important;
}

/* Custom styles */
.corner-ribbon.sticky {
	position: fixed;
}

.corner-ribbon.shadow {
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */
.corner-ribbon.top-left {
	top: 0;
	left: 0;
}

@media (max-width: 1023px) {
	.title-area {
		width: 100%;
	}
	
	.header-top-small {
		display: block;
	}
	
	.header-top-large {
		display: none;
	}
	
	.site-header .widget-area {
		width: 100%;
		margin-top: 30px;
	}
}

@media (max-width: 865px) {
	.site-header-banner {
		display: none;
	}
	
	.cta-small {
		display: block;
	}
	
	.cta-large {
		display: none;
	}
	
	.home-top img {
		width: 50%;
		margin: 0 auto;
		display: block;
	}
	
	.hide-on-mobile {
		display: none;
	}
	
	.show-on-mobile {
		display: block;
	}
}

@media (max-width: 728px) {
	.home-middle .featured-content,
																															.home-bottom .widget {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 610px) {
	.site-title {
		font-size: 22px;
	}
	
	.site-description {
		font-size: 18px;
	}
	
	.site-header .widget-area {
		margin-top: 60px;
	}
	
	.corner-ribbon {
		display: none;
	}
}