.home.page .site-header-inside .site-identity {
	text-align: left;
	align-content: flex-start;
	-webkit-align-content: flex-start;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.site-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	word-wrap: break-word;
}

.home.page .site-header-inside .site-identity .site-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.home.page .site-header-inside .site-identity .site-title a {
	color: #1f7a61;
}

.site-description {
	display: none;
}

.home.page .site-header-inside .site-identity .site-description {
	display: block;
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	width: 100%;
	text-transform: uppercase;
}

@media screen and (min-width: 480px) {
	.site-title {
		font-size: 60px;
		font-size: 6rem;
	}
	
	.home.page .site-header-inside .site-identity .site-title {
		font-size: 36px;
		font-size: 3.6rem;
	}
	
	.home.page .site-header-inside .site-identity .site-description {
		font-size: 60px;
		font-size: 6rem;
	}
}

@media screen and (min-width: 768px) {
	.site-title {
		font-size: 84px;
		font-size: 8.4rem;
		margin-top: 36px;
	}
	
	.home.page .site-header-inside .site-identity .site-title {
		font-size: 48px;
		font-size: 4.8rem;
	}
	
	.home.page .site-header-inside .site-identity .site-description {
		font-size: 84px;
		font-size: 8.4rem;
	}
}

.social-navigation {
	font-size: 36px;
}

.custom-button {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.custom-button a {
	background: #1f7a61;
	padding: 20px;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
}

#options-table tr td {
	width: 33%;
	border: none;
	padding: 0 15px;
	vertical-align: top;
}

.front-page-section-media {
	max-height: 400px;
}

#post-164 .entry-header {
	display: none;
}

#actionbar {
	display: none;
}

#contact-form-3 {
	text-align: center;
}

#g3-name, #g3-email {
	margin: 0 auto;
}

input[type="submit"], input[type="submit"]:hover, input[type="submit"]:active {
	background-color: #1f7a61;
}

#content {
	padding-top: 0;
}

.menu-anchor {
	visibility: hidden;
	position: relative;
	top: -220px;
}

.front-page-section-title {
	margin-bottom: 40px;
}

#menu-primary > li:last-child {
	color: #1f7a61;
}

@media screen and (min-width: 960px) {
	#menu-primary > li:last-child {
		background: #1f7a61;
		color: #fff;
		margin-left: 10px;
	}
}