/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.socials a:hover {
	color: #FFF;
	background: #3fa044;
}

.socials a {
	height: 36px;
	width: 36px;
	margin-left: 1px;
	color: #3fa044;
	border: 1px solid #3fa044;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	font-size: 18px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.header-text {
	font-family: 'Lato', sans-serif;
	color: #3fa044;
	font-size: 14px;
	text-align: right;
	margin-bottom: 10px;
}

.searchform {
	height: 36px;
	width: 200px;
	border: 1px solid #3fa044;
	margin-left: 20px;
}

.searchform .searchsubmit {
	border: none;
	height: 34px;
	width: 34px;
	padding: 0;
	box-shadow: none;
	float: right;
	background: none;
	color: #3fa044;
	font-size: 14px;
}

.main-navigation {
	clear: both;
	display: block;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	position: relative;
	border-bottom: 3px solid #d2a675;
	background: #3fa044;
}

.main-navigation li:hover > a {
	background: #d2a675;
}

.main-navigation .current-menu-parent > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_parent > a {
	background: #248C16;
}

#slider-banner .bx-wrapper .bx-pager.bx-default-pager a {
	width: 18px;
	height: 18px;
	border-radius: 15px;
	box-shadow: 0 0 0 2px #3fa044 inset;
	position: relative;
	background: none;
	overflow: hidden;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	background: #3fa044;
	height: 10px;
	width: 10px;
	margin: 0 5px;
	outline: 0;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

a {
	color: #3fa044;
	text-decoration: none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

#slider-banner .bx-wrapper .bx-pager.bx-default-pager a:after {
	background: #3fa044;
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	transition: height .5s ease 0;
	width: 100%;
}

.bx-wrapper .bx-prev {
	left: -100px;
	background: none;
}

.bx-wrapper .bx-next {
	right: -100px;
	background: none;
}

.event-date-archive {
	font-size: 13px;
	font-style: italic;
	color: #FFF;
	background: #3fa044;
	padding: 5px 10px;
	display: inline-block;
	line-height: 1;
	border-radius: 2px;
	margin-bottom: 10px;
}

.sidebar h3.widget-title {
	background: #F1F2F3;
	border-left: 5px solid #3fa044;
	font-size: 22px;
	text-transform: uppercase;
	padding: 10px 15px;
	line-height: 24px;
}

.featured-post .featured-image {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.featured-post 
.featured-overlay {
	background: #3fa044;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 100%;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transform: rotateY(0deg) scale(0.3);
	-ms-transform: rotateY(0deg) scale(0.3);
	-webkit-transform: rotateY(0deg) scale(0.3);
}

.bttn:after {
	content: "";
	background: #3fa044;
	height: 3px;
	width: 0;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	position: absolute;
	left: 0;
	bottom: -3px;
}

#bottom-footer {
	background: #d2a675;
	padding: 15px 0;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	color: #FFFFFF;
	font-weight: 300;
}

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