/*
 * @author 			Steven Walters
 * @website			http://elephanteardesign.com
 * @description		custom CSS for foodshare.com
 * @version			1.0
 * Theme Name:		Foodshare Theme
 * Author:			Elephant Ear Design
 * Author URI:		http://elephanteardesign.com
 * Version:			1.0
 */
body,html {
	margin: 0;
	overflow-x: hidden;
	min-width: 320px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	min-width: 320px;
	color: #999999;
}
a {
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	color: #EC592C;
	text-decoration: none;
	outline: none;
}
/*div {
	position: relative;
}*/
.container, .socialContainer {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 1110px) {
	.container, .socialContainer {
		width: auto;
		margin: 0 15px;
	}
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
#header {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	z-index: 15;
	position: fixed !important;
	top: 0 !important;
	width: 100%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#header.header-scrolled {
	/*-webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.25);
	background: rgba(255,255,255,0.95);*/
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
#header .socialContainer {
	text-align: right;
}
#header a.donate {
	text-transform: uppercase;
	display: inline-block;
	padding: 0 20px;
	margin-right: 10px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	background-color: #A52B37;
	vertical-align: top;
}
@media only screen and (max-width: 940px) {
	#header a.donate {
		line-height: 40px;
	}
}
@media only screen and (max-width: 750px) {
	#header a.donate {
		display: none;
	}
}
#header a.donate:hover {
	color: #FFFF80;
	background-color: #466200;
}
#header .social {
	display: inline-block;
}
#header .social a {
	display: inline-block;
	/*float: right;*/
	margin: 15px 10px;
	/*padding: 15px;*/
	background-repeat: no-repeat;
	background-position: center center;
}
#header .social img {
	width: 30px;
	height: 30px;
}
@media only screen and (max-width: 940px) {
	#header .social a {
		margin: 12px 5px;
	}
	#header .social img {
		width: 24px;
		height: 24px;
	}
}
.header-wrapper {
	background-color: #7EA21C;
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	height: 58px;
}
/*div.main-nav {
	position: absolute;
	top: 0;
}*/
ul.main-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
/*div.main-nav a {
	text-transform: uppercase;
	display: inline-block;
	padding: 0 20px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	line-height: 58px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	float: left;
}*/
ul.main-nav li {
	float: left;
	position: relative;
}
ul.main-nav li a {
	text-transform: uppercase;
	display: inline-block;
	padding: 0 20px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	line-height: 58px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}
/*div.main-nav.left, ul.main-nav.left {
	right: 50%;
	margin-right: 130px;
}
div.main-nav.right, ul.main-nav.right {
	left: 50%;
	margin-left: 130px;
}
ul.main-nav.full {
	right: 0;
}*/
ul.main-nav li:hover a {
	color: #FFFF80;
	background-color: #466200;
}
div.logo-wrapper {
	width: 260px;
	position: absolute;
	top: 0;
	left: 0;
	/*margin-left: -130px;*/
}
#header a.logo {
	display: block;
	width: 260px;
	height: 149px;
	margin-top: -60px;
}
#header a.logo img {
	width: 260px;
	height: 149px;
}
#header a:hover.logo {
	background-color: transparent;
}
#header.header-scrolled div.main-nav a {
	/*padding: 0 0 20px 0;*/
}
#header.header-scrolled a.logo {
	/*background-color: transparent;
	width: 70%;
	padding: 5px 0 !important;*/
}
.header-scrolled {
	/*background-color: #fff;
	background: rgba(255,255,255,0.95);
	border-bottom: 5px solid #000;*/
}
@media only screen and (max-width: 1100px) {
	ul.main-nav li a {
		padding: 0 10px;
		font-size: 12px;
	}
}
@media only screen and (max-width: 940px) {
	.header-wrapper {
		top: 48px;
	}
	div.logo-wrapper {
		width: 220px;
		/*margin-left: -100px;*/
	}
	#header a.logo {
		width: 220px;
		height: 126px;
		margin-top: -48px;
	}
	#header a.logo img {
		width: 220px;
		height: 126px;
	}
	ul.main-nav li a {
		padding: 0 6px;
		font-size: 11px;
	}
	/*div.main-nav.left {
		margin-right: 100px;
	}
	div.main-nav.right {
		margin-left: 100px;
	}*/
}
@media only screen and (max-width: 800px) {
	ul.main-nav li a {
		padding: 0 6px;
		font-size: 10px;
	}
}
@media only screen and (max-width: 750px) {
	ul.main-nav {
		display: none;
	}
}
ul.main-nav li .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	visibility: hidden;
	opacity: 0;
	background-color: #466200;
	position: absolute;
	min-width: 100%;
	left: 0;
	z-index: 10000;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
ul.main-nav li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}
ul.main-nav li .sub-menu li {
	float: none !important;
}
ul.main-nav li .sub-menu li a {
	text-decoration: none;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 12px 20px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;		
}
ul.main-nav li .sub-menu li a:hover {
	color: #FFFF80;
}
/***********************************************/
#home-calendar {
	background-image: url('images/home/bg-wood.jpg');
	background-color: #342118;
	padding: 50px 0;
	color: #fff;
}
#home-calendar .fe {
	display: inline-block;
	float: left;
	min-height: 90px;
}
#home-calendar .fe .fe-date {
	background-image: url('images/layout/bg-calendar-date.png');
	background-repeat: no-repeat;
	width: 113px;
	height: 89px;
	display: inline-block;
	float: left;
	margin-right: 20px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}
#home-calendar .fe .fe-date .day {
	font-family: 'Lobster', cursive;
	font-size: 62px;
	margin-bottom: -12px;
}
#home-calendar .fe-title {
	width: 35%;
}
#home-calendar .fe-title a {
	line-height: 90px;
	vertical-align: middle;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	display: inline-block;
	text-decoration: none;
	font-size: 28px;
}
#home-calendar .fe-div {
	background-image: url('images/layout/cal-divider.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#home-calendar .fe-padding {
	padding: 37px 20px 0 20px;
	min-height: 50px;
}
#home-calendar .fe-time {
	width: 15%;
}
#home-calendar .fe-time .fe-padding {
	background-image: url('images/layout/icon-clock.png');
	background-position: 20px top;
	background-repeat: no-repeat;
}
#home-calendar .fe-location {
	width: 30%;
}
#home-calendar .fe-link {
	width: 20%;
}
#home-calendar .fe-link.fe-div {
	background-image: none;
}
#home-calendar .fe-location .fe-padding {
	background-image: url('images/layout/icon-marker.png');
	background-position: 20px top;
	background-repeat: no-repeat;	
}
a.button-eed.footer-calendar {
	float:right;
	margin-top:-12px;
	font-size:14px
}
@media only screen and (max-width: 990px) {
	#home-calendar .fe-title a {
		font-size: 22px;
	}

	#home-calendar .fe-title {
		width: 35%;
	}
	#home-calendar .fe-time {
		width: 20%;
	}
	#home-calendar .fe-location {
		width: 15%;
	}
	#home-calendar .fe-link {
		width: 30%;
	}	
}
@media only screen and (max-width: 770px) {

	#home-calendar .fe-title a {
		font-size: 36px;
	}	
	#home-calendar .fe-title {
		width: 60%;
	}
	#home-calendar .fe-time {
		display: none;
	}
	#home-calendar .fe-location {
		display: none;
	}
	#home-calendar .fe-link {
		width: 40%;
	}	
}
@media only screen and (max-width: 700px) {
	#home-calendar .fe-title a {
		font-size: 28px;
	}
}
@media only screen and (max-width: 550px) {
	#home-calendar .fe.fe-title,
	#home-calendar .fe.fe-link {
		display: block;
		float: none;
		clear: both;
		width: auto;
	}
	a.button-eed.footer-calendar {
		float: none;
		margin-top: 10px;
	}
	#home-calendar .fe-title {
		min-height: auto;
	}
	#home-calendar .fe-title a {
		font-size: 36px;
		line-height: 42px;
	}
	#home-calendar .fe-padding {
		padding: 10px 0;
		min-height: auto;
	}
	#home-calendar {
		padding: 25px 0;
	}
}
#searchform {

}
#searchform input[type="text"] {
	padding: 10px 5px;
	outline-width: 0;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
	font-size: 16px;
	width: 70%;
}
#searchform input[type="submit"] {
	color: #7EA21C;
	background-color: #fff;
	border: 1px solid #7EA21C;
	box-shadow: 0;
	border-radius: 0;
	padding: 11px 0;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
	float: right;
	font-size: 14px;
	line-height: 16px;
	width: 25%;
	
}
#searchform input:hover[type="submit"] {
	background-color: #7FA12A;
	color: #fff;
}
/***********************************************/
.main-content {
	font-size: 16px;
	line-height: 30px;
	padding: 60px 0;
}
.page-id-8 .main-content {
	paddding-top: 0;
}
.main-content h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	line-height: 38px;
	font-weight: 300;
}
.main-content h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 26px;
	line-height: 36px;
	font-weight: 400;
}
.main-content .content-wrapper {
	width: 70%;
	float: left;
}
.main-content .content-padding {
	padding: 40px 40px 0 0;
}
.main-content .sidebar {
	width: 30%;
	float: right;
	display: inline-block;
	min-height: 500px;
	margin-top: 20px;
	padding-bottom: 50px;
}
#page-feat-wrapper {
	/*position: fixed;
	top: 0;
	left: 0;*/
	height: 360px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
	background-color: #466200;
}
.page-title-wrapper {
	height: inherit;
	z-index: 5;
}
.page-feat-image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
	height: inherit;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}
.page-title-wrapper h1 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Roboto Slab', serif;
	font-weight: 300 !important;
	font-size: 64px;
	line-height: 72px;
	position: absolute;
	left: 0;
	bottom: 80px;
	text-shadow: 1px 1px #000;
}
.page-title-wrapper h1 small {
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
	line-height: 72px;	
}
.page-title-wrapper h1.news-headline {
	font-size: 48px;
	line-height: 56px;
	bottom: 20px;
}
.page-feat-overlay {
	height: inherit;
	width: 100%;
	background: rgba(0,0,0,0.30);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#main-content-wrapper {
	/*padding-bottom: 80px;*/
}
h1,h2,h3,h4,h5,h6 {
	/*font-family: 'Montserrat', sans-serif;*/
}
.widgettitle {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	color: #999999;
	font-size: 28px;
}
.widget_recent_entries ul {
	list-style: none;
}
.widget_recent_entries ul {
	padding-left: 10px;
}
.widget_recent_entries ul li a {
	display: block;
	font-size: 14px;
	line-height: 18px;
}
.widget_recent_entries ul li .post-date {
	display: block;
	text-align: right;
	font-style: italic;
	color: #ccc;
	font-size: 14px;
}
ul.post-categories {
	list-style: none;
}
ul.post-categories a {
	display: block;
}
@media only screen and (max-width: 750px) {
	.page-title-wrapper h1 {
		font-size: 48px;
	}
}
@media only screen and (max-width: 550px) {
	.page-title-wrapper h1 {
		font-size: 36px;
	}
}
/***********************************************/
h5.news-headline a {
	padding: 0;
	margin: 0;
	font-size: 32px !important;
	line-height: 44px;
	font-weight: 100;
	color: #EC592C;
	text-decoration: none;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
h5.news-headline a:hover {
	color: #7FA12A;
}
.entry-cats {
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
	margin-bottom: -10px;
}
ul.post-categories {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
ul.post-categories li {
	float: left;
}
ul.post-categories li a {
	display: inline-block;
	padding: 0 15px 0 0;
	text-decoration: none;
	color: #7EA21C;
}
ul.post-categories li a:hover {
	color: #222;
}
.entry-tags {
	margin-bottom: 30px;
	color: #999;
}
/***********************************************/
/*#rev_slider_1_1_wrapper {
	width: 100%;
	height: 550px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 14px;
	color: #fff;
}
.fullwidthbanner-container {
   overflow:hidden;
	z-index: 100;  
	min-height: 700px;
	height: 700px;
}
.fullwidthbanner {
	background: #466200;
	min-height: 700px;
	height: 700px;
}
.fullwidthbanner ul {
	opacity:0;
	width: 100%;
}
.fullwidthbanner .caption {
	white-space: normal;
}
.fullwidthbanner .caption {
	font-size: 28px;
	font-weight: 600;
	color: #222;
	text-align: center;
	width: 1100px;
	position: absolute;
	left: 0;
}
.home-text {
	z-index: 80;
	padding: 180px 0 0 10px;
	background: transparent;
	z-index: 999;
	display: none;
	text-shadow: 2px 2px #000;
}
.home-text {
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	color: #fff;
	font-size: 22px;
}
.home-text h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: 700;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
	margin-top: 0;
	padding-top: 0;
}
.home-text h2 small,.home-text h2 strong {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 58px;
	font-weight: 300;
}
.home-text p {
	font-weight: 600;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
@media only screen and (max-width: 460px) {
	.home-text {
	}
	.home-text h2 {
		font-size: 52px;
		line-height: 52px;
	}
	.home-text h2 small {
		font-family: 'Open Sans', sans-serif;
		font-size: 38px;
	}
	.fullwidthbanner .caption {
		width: 300px;
	}
}
@media only screen and (max-width: 1110px) { 
	#home-text {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 760px) {
	#home-text {
		font-size: 22px;
		line-height: 28px;	
	}
	#home-text span {
		display: block;
	}
}*/
a.button-eed {
	display: inline-block;
	line-height: 48px;
	vertical-align: middle;
	text-align: center;
	/*border: 1px solid #1BA7E4;*/
	color: #fff !important;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	padding: 0 15px;
	text-shadow: none;
}
a:hover.button-eed {
	color: #fff;
	border-color: #fff;
}
a.button-eed.green {
	background-color: #7EA21C;
}
a.button-eed.orange {
	background-color: #EC592C;
}
a:hover.button-eed.green {
	background-color: #EC592C;
}
a:hover.button-eed.orange {
	background-color: #7EA21C;
}
a.button-eed.home-slider {
	margin-left:260px;
	margin-top:20px;
}
@media only screen and (max-width: 460px) {
	a.button-eed.home-slider {
		margin-left:0;
	}
}
/***********************************************/
/*#home-main-content {
	z-index: 5;
	margin-top: 500px;
}*/
#home-stats {
	z-index: 5;
	position: relative;
}
#home-stats .figure {
	display: none;
}
.home-stats-blocks {
	height: 250px;
	background-color: #fff;
	overflow: visible;
}
.home-stats-section {
	display: inline-block;
	float: left;
	width: 33%;
}
.home-stats-section.middle {
	width: 34%;
	position: relative;
}
.home-stats-section.middle img.feat-stat-bg {
	margin: -32px auto -32px auto;
	display: block;
}
.home-stats-section.middle .text {
	width: 100%;
	top: 40px;
	left: 0;
	position: absolute;
	text-align: center;
	color: #999;
	font-size: 16px;
	font-weight: 100;	
}
.home-stats-section.middle .text .decriptor {
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
}
.home-stats-section.middle .text .num {
	font-family: 'Lobster', cursive;
	font-size: 110px;
	line-height: 110px;
	color: #7FA12A;
	transform: rotate(-10deg);
	margin: 0 0 10px 0;
}
.home-stats-wrapper {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 50px;
	color: #999;
	font-size: 16px;
	font-weight: 100;
}
.home-stats-wrapper h6 {
	font-family: 'Lobster', cursive;
	color: #466200;
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 24px;
}
.home-stats-wrapper .num {
	padding: 0;
	font-size: 120px;
	line-height: 110px;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
}
.home-stats-wrapper .num.lg {
	font-size: 100px;
}

.home-stats-wrapper p {
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}
@media only screen and (max-width: 980px) {
	.home-stats-wrapper .num {
		font-size: 80px;
		line-height: 110px;
	}
	.home-stats-wrapper .num.lg {
		font-size: 60px;
	}
}
@media only screen and (max-width: 930px) {
	.home-stats-blocks {
		height: auto;
	}
	.home-stats-section.middle img.feat-stat-bg {
		margin: 10px auto 10px auto;
	}
	.home-stats-section.middle .text .num {
		font-size: 80px;
		line-height: 110px;
	}	
}
@media only screen and (max-width: 800px) {
	.home-stats-section {
		font-size: 14px;
	}
}
@media only screen and (max-width: 730px) {
	.home-stats-wrapper .num {
		line-height: 90px;
	}
	.home-stats-section.middle .text .num {
		font-size: 60px;
		line-height: 80px;
	}		
}	
@media only screen and (max-width: 680px) {
	.home-stats-section {
		display: block;
		float: none;
		width: auto;
	}
	.home-stats-section.middle {
		width: auto;
	}
	.home-stats-wrapper .num {
		font-size: 120px;
		line-height: 110px;
	}
	.home-stats-wrapper .num.lg {
		font-size: 100px;
	}
	.home-stats-section {
		font-size: 16px;
	}
	.home-stats-section.middle .text .num {
		font-size: 110px;
		line-height: 110px;
	}
	.home-stats-wrapper {
		width: auto;
		padding: 40px 0;
	}
}
a.button-more {
	display: block;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	margin: 10px 0 10px -60px;
	width: 120px;
	border: 1px solid #1BA7E4;
	color: #1BA7E4;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	position: absolute;
	bottom: -80px;
	left: 50%;
}
a:hover.button-more {
	color: #fff;
	border-color: #fff;
}
/****************************************/
#about {
	z-index: 4;
	position: relative;
	background-color: #721050;
	color: #fff;
	padding: 70px 0 50px;
}
@media only screen and (max-width: 1110px) { 
	#about {
		padding: 50px 0 30px;
	}
}
#about .col {
	display: inline-block;
	float: left;
	/*min-height: 380px;*/
	width: 50%;
}
#about .col.pic {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('images/home/bg-veggies.jpg');
	height: 100%;
}
#about .col .copy {
	padding: 120px 60px 20px 60px;
	background-position: center 20px;
	background-repeat: no-repeat;
	background-image: url('images/layout/turnip-purple.png');
	font-size: 16px;
	line-height: 32px;	
}
#about .col .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	/*margin-top: 30px;*/
}
#about .col .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 980px) { 
	#about .col .copy {
		line-height: 24px;	
		font-size: 14px
	}
}
@media only screen and (max-width: 750px) {
	#about .col {
		display: block;
		float: none;
		min-height: auto;
		width: auto;
	}
	#about .col.pic {
		height: 250px;
	}
	#about .col .copy {
		padding: 120px 15px 20px 15px;
		line-height: 32px;	
		font-size: 16px
	}
	/*#about .col .videoWrapper {
		margin-top: 0;
	}*/
}
/**********************************************/
#news {
	background-color: white;
	padding: 50px 0;
}
#news .col {
	width: 33%;
	float: left;
	padding-right: 30px;
	box-sizing: border-box;
}
#news h5 {
	margin: 1.67em 0;
}
#news p {
	margin: 1em 0;
	font-size: 16px;
	line-height: 30px;
}
@media only screen and (max-width: 750px) {
	#news .col {
		width: auto;
		float: none;
		padding-right: 0;
	}
}
/**********************************************/
#twitter {
	background-color: #f4f4f4;
	padding: 30px 0;
	font-size: 16px;
	line-height: 30px;
}
#twitter .twitter-icon {
	background-repeat: no-repeat;
	background-image: url('images/home/bg-twitter.png');
	background-position: left center;
	padding: 0 0 0 100px;
	min-height: 70px;
}
@media only screen and (max-width: 750px) {
	#twitter .twitter-icon {
		background: none;
		padding-left: 0;
		min-height: inherit;
	}
}
/**********************************************/
a#mobile-menu-button {
	width: 35px;
	height: 35px;
	text-decoration: none;
	display: none;
	position: absolute;
	top: 15px;
	right: 10px;
}
@media only screen and (max-width: 750px) {
	a#mobile-menu-button {
		display: block;
	}
}
#header.header-scrolled a#mobile-menu-button {
	top: 20px;
}
#page-overlay {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 99999;
	top: 0;
	left: 0;	
	display: none;	
	position: fixed;
}
#mobile-menu {
	z-index: 999999;
	display: none;
	position: fixed;
	top: 50px;
	left: 0;	
	width: 90%;
}
a#mobile-close {
	font-weight: 700;
	padding: 10px;
	display: block;
	color: #fff;
	text-align: right;
	line-height: 20px;
	vertical-align: middle;
	background-color: #EC592C;
	padding-right: 20px;
	text-decoration: none;
}
ul.mobile-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.mobile-nav li a {
	color: #7EA21C;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	padding: 10px;
	display: block;
	background-color: #fff;
	text-transform: uppercase;
}
ul.mobile-nav li a.child {
	color: #666;
	padding-left: 20px;
	background-color: #eee;
}
/**********************************************/
#footer {
	background-color: #222;
	color: #ddd;
	font-size: 12px;
/*	background-position: center 30px;
	background-repeat: no-repeat;
	background-image: url('images/layout/turnip-green.png');*/	
}
#footer a.logo {
	display: inline-block;
	float: right;
}
#footer a.email {
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	color: #EC592C;
	text-decoration: none;
	display: inline-block;
	float: right;
	margin-top: 30px;	
}
#footer a.signup {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	float: right;
	margin: 30px 10px 0 0;	
}
#footer a.logo img {
	width: inherit;
	height: auto;
}
#footer .address {
	float: right;
}
#footer .social {
	float: left;
	display: inline-block;
}
#footer .social a {
	display: inline-block;
	float: left;
	margin: 15px 10px;
	padding: 15px;
	background-repeat: no-repeat;
	background-position: center center;
}
#footer .copyright {
	float: left;
	margin-top: 32px;
}
/*#footer .social a.fb {
	background-image: url('images/layout/icon-fb.png');
}
#footer .social a.linked {
	background-image: url('images/layout/icon-linked-in.png');
}*/
@media only screen and (max-width: 630px) {
	#footer a.logo, #footer a.email, #footer a.signup {
		float: none;
		clear: both;
		display: block;
		margin: 0;
	}
	#footer {
		padding: 20px 0;
		text-align: center;
	}
	#footer .copyright {
		float: none;
		margin: 0;
	}
}
/**********************************************/
form fieldset {
	border: 1px dotted #ccc;
	margin-top: 20px;
}
form fieldset legend {
	/*border: 1px dotted #ccc;*/
	padding: 0 10px;
	background-color: #28AA9F;
	color: #fff;
	font-size: 14px;
}
form #redirected {
	color: #fff;
	background-color: #28AA9F;
	padding: 5px;
}
.wpcf7 {
	font-size: 0.8em;
	font-weight: 700;
}
.wpcf7 label,
.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
	cursor: pointer;
	font-weight: 400;
}
.wpcf7 label.error {
	color: #cc3300;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
}
.wpcf7 label {
	display: inline-block;
}
.wpcf7-list-item-label {
	font-weight: normal;
}
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
	padding: 10px 5px;
	outline-width: 0;
	border: 1px solid #ccc;
	box-shadow: 0 2px 0px #eee inset;
	border-radius: 2px;	
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
	width: 98%;
	font-size: 1.2em;
}
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	border-color: #EC592C;
	/*border-width: 2px;*/
	background-color: #fff;
}
.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
	width: auto;
	height: auto;
	box-shadow: none;
	color: #fff;
}
.wpcf7 select {
	-webkit-appearance: menulist;
}
.wpcf7 textarea {
	height: 100px;
}
.wpcf7 input[type="submit"] {
	color: #555;
	background-color: #ccc;
	border: none;
	box-shadow: 0;
	border-radius: 0;
	width: 200px;
	padding: 15px 0;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;	
}
.wpcf7 input:hover[type="submit"] {
	background-color: #7FA12A;
	color: #fff;
}
/*********************************************/
img {
	max-width: 100%;
	max-height: 100%;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.ajde_evcal_calendar {
	padding: 50px 0 70px;
}