/* Welcome
---------------------------------------------------------------------------------------------------- */

.welcome {
	background: url(images/welcome.png) top center no-repeat;
	height: 575px;
	color: #fff;
}

.welcome .wrap {
	margin: 0 auto;
	max-width: 1024px;
}

.welcome .widget {
	float: right;
	padding-top: 160px;
	text-align: center;
	width: 50%;
}

.welcome .widget-title {
	color: #fff;
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.welcome p {
	font-family: 'Bitter', sans-serif;
	font-style: italic;
	font-size: smaller;
	letter-spacing: 1px;
	margin-left: 40px;
	margin-right: 40px;
}

.welcome p:last-child {
	margin-bottom: 0;
}

.welcome .cta {
	background-color: #e3e008;
	border-bottom: 3px solid #73d2e0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 900;
	padding: 15px 70px 12px;
	letter-spacing: 2px;
	text-transform: uppercase
}

.welcome .cta:hover {
	background-color: #73d2e0;
}


/* Take Action
---------------------------------------------------------------------------------------------------- */

.take-action {
	background-color: #ffffff;
	padding: 60px 40px 40px;
	text-align: center;
}

.take-action .wrap {
	margin: 0 auto;
	max-width: 1024px;
}

.take-action .widget-title {
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.take-action .widget-title::after {
	border-bottom: 6px solid #43a4b7;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 20px;
	width: 20%;
}


.take-action .one-third {
	float: left;
	width: 33.33%;
}

.take-action .block {
	background-color: transparent;
	border-radius: 3px;
	display: block;
	padding: 20px;
}

.take-action .block:hover {
	background-color: #f2f2f2;
}

.take-action a,
.take-action a:hover {
	color: #253234;
}

.take-action span.description {
	display: block;
	font-family: 'Bitter', sans-serif;
	font-style: italic;
	font-size: smaller;
	letter-spacing: 1px;
	line-height: 1.5;
	margin-bottom: 0;
	text-transform: lowercase;
}

.take-action img {
	height: 180px;
	margin-bottom: 10px;
	width: 180px;
}


/* Recent Posts
---------------------------------------------------------------------------------------------------- */

.featured-content .entry {
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.recent-posts>.featured-content:first-child .entry {
	border-bottom: none;
	margin-bottom: 80px;
}

.recent-posts>.featured-content:nth-of-type(2) .entry-title {
	letter-spacing: 1px;
}

.featured-content p:last-child {
	margin-bottom: 0;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media (max-width: 800px) {

	.welcome {
		background-attachment: fixed;
		-webkit-background-size: cover;
		-moz-background-size:    cover;
		background-size:         cover;
		height: auto;
		margin-top: 0;
		padding-bottom: 0;
		padding-top: 0;
	}

	.welcome .widget {
		padding-bottom: 60px;
		padding-top: 60px;
		width: 100%;
	}

}

@media (max-width: 600px) {

	.welcome .widget_text .widget-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.take-action .one-third {
		width: 100%;
	}

}