/*
 * @author 			Steven Walters
 * @website			http://elephanteardesign.com
 * @description		custom CSS for http://palmettoconservation.org/
 * @version			1.0
 * Theme Name:		PCF
 * Author:			Elephant Ear Design
 * Author URI:		http://elephanteardesign.com
 * Version:			1.0
 */
body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	min-width: 320px;
	overflow-x: hidden;
	background-color: #ABC6E5;
	font-size: 14px;
}
a {
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;	
	color: #007E97;
}
div {
	position: relative;
}
.container {
	width: 1180px;
	margin: 0 auto;
	z-index: 5;
	position: relative;	
}
@media screen and (max-width: 1190px) {
	.container {
		width: 990px;
	}
}
@media screen and (max-width: 1000px) {
	.container {
		width: auto;
	}
}
.clear {
	clear: both;
}
.button-group {
	text-align: center;
	margin-top: 35px;
}
button.eed-button,
a.eed-button {
	min-width: 160px;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	color: #fff !important;
	background-color: #637750;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
	text-decoration: none;
	font-style: normal !important;
	margin-bottom: 5px;
	border:none;
	cursor:pointer;
	padding-left:8px; 
	padding-right:8px;
}

img {
	max-width:100%;
}

hr {
	margin:30px 0; 
	border:none;
	border-top:2px solid #edebdb;
}

@media screen and (max-width: 600px) {
	.button-group a.eed-button {
		width: 100%;
		display: block;
	}
}
button.eed-button.sienna,
a.eed-button.sienna {
	background-color: #B45F24;
}
button.eed-button.blue,
a.eed-button.blue {
	background-color: #5E6C7C;
}
button.eed-button:before,
a.eed-button:before{content:'-';color: #fff;margin-right:5px; }
button.eed-button:after,
a.eed-button:after{content:'-';color: #fff;margin-left:5px;}
button:hover.eed-button,
a:hover.eed-button  {
	background-color: #3A4B2F;
}
#header {
	z-index: 10;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 50%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	
}
#header a.logo {
	display: inline-block;
	float: left;
	margin-top: 20px;
	width: 280;
	height: auto;
}
@media screen and (max-width: 990px) {
	#header a.logo {
		margin-left: 5px;
	}
}
@media screen and (max-width: 400px) {
	#header a.logo {
		width: 250px;
	}
}
#header a.logo img {
	width: 100%;
	maxin-width: 100%;
}
ul.sub-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;	
}
ul.sub-nav li {
	float: left;
    padding-bottom: 0.8em;
}
ul.sub-nav li a {
	color: #fff;
	display: block;
	padding: 10px 20px 0 20px;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 14px;
}
ul.sub-nav li.support-nav{
	background:#1FAC95;
}
ul.sub-nav li.newsletter-nav{
	background:#B45F24;
}
ul.sub-nav li.support-nav, ul.sub-nav li.newsletter-nav{
	transition:all ease-in-out;
    opacity:1;
}
ul.sub-nav li.support-nav:hover , ul.sub-nav li.newsletter-nav:hover {
	transition:all ease-in-out;
    opacity:0.8;
}

ul.sub-nav li a.social {
	padding: 10px;
}
ul.sub-nav li a:hover {
	color: #fff;
}
ul.main-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
ul.main-nav li {
	float: left;
}
ul.main-nav li a {
	color: #fff;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
ul.main-nav li a:hover {
	color: #F17B2D;
}
.home-col {
	width: 50%;
	display: inline-block;
	float: left;
}
@media screen and (max-width: 1190px) {
	ul.main-nav li a {
		padding: 10px 10px;
		font-size: 12px;	
	}
	ul.sub-nav li a {
		font-size: 12px;
	}
}
@media screen and (max-width: 990px) {
	ul.main-nav li a {
		padding: 10px 5px;
	}
	ul.sub-nav li a {
		padding: 10px 10px 0 10px;
	}
}
@media screen and (max-width: 830px) {
	ul.main-nav li a {
		font-size: 11px;	
	}
	ul.sub-nav li a {
		font-size: 11px;
	}
}
@media screen and (max-width: 790px) {
	ul.sub-nav,
	ul.main-nav {
		display: none;
	}
}

/**********************************************/
a#mobile-menu-button {
	width: 30px;
	height: 24px;
	text-decoration: none;
	display: none;
	position: absolute;
	top: 30px;
	right: 15px;
}
@media only screen and (max-width: 790px) {
	a#mobile-menu-button {
		display: block;
	}
}
#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: #B45F24;
	padding-right: 20px;
	text-decoration: none;
}
ul.mobile-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:center;
}

ul.mobile-nav li a {
	color: #39492D;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 10px;
	display: block;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}
ul.mobile-nav li.sub a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	padding: 10px;
	display: block;
	background-color: #1FAC95;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}
ul.mobile-nav li.sub.newsletter a {
	background-color:#B45F24;
}
ul.mobile-nav li.social {
	background-color: #39492D !important;
}
ul.mobile-nav li.social a.icon {
	float: left;
	background-color: #39492D !important;
	border: none;
}
/**********************************************/
@media screen and (max-width: 700px) {
	.home-col {
		width: auto;
		display: block;
		float: none;
	}
}
.home-col-wrapper {
	padding: 20px;
}
.home-box {
	margin: 40px 0 50px 0;
	text-align: center;
}
@media screen and (max-width: 700px) {
	.home-box {
		margin-bottom: 40px;
	}
}
.home-box .icon {
	position: absolute;
	top: -33px;
	left: 50%;
	margin-left: -43px;
	width: 86px;
	height: 86px;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2;
}
.home-box img.header {
	width: 100%;
	max-width: 100%;
	z-index: 1;
}
.home-box-content {
	padding: 30px;
	text-align: left;
}
.home-box h2 {
	text-transform: uppercase;
	color: #fff;
	padding: 0;
	margin: 60px 0 5px 0;
	display: inline-block;
	background-color: inherit;
	font-weight: 300;
	font-size: 28px;
}
.home-box.trail {
	background-color: #fff;
}
@media screen and (max-width: 850px) {
	.home-box h2 {
		font-size: 22px;
	}
	.home-box h2:before{margin:14px 10px 0 0;}
	.home-box h2:after{margin:14px 0 0 10px;}	
}
@media screen and (max-width: 720px) {
	.home-box h2 {
		font-size: 18px;
	}
}
.home-box.get-involved {
	background-color: #3A4B2F;
}
.home-box.get-involved .home-box-content {
	background-color: #637750;
	padding-top: 0;
}
ul.get-involved-list {
	list-style: none;
	margin: 0;
	padding: 30px 0;
}
ul.get-involved-list li {
	width: 25%;
	display: inline-block;
	float: left;
}
ul.get-involved-list li a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	display: block;
	position: relative;
	padding-top: 105px;

}
ul.get-involved-list li a .icon {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	margin-left: -50px;
	left: 50%;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;		
}
@media screen and (max-width: 900px) {
	ul.get-involved-list li {
		margin-bottom: 10px;
		width: 50%;
	}
}
@media screen and (max-width: 700px) {
	ul.get-involved-list li {
		width: 25%;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 450px) {
	ul.get-involved-list li {
		width: 50%;
		margin-bottom: 10px;
	}
}
ul.get-involved-list li a:hover .icon {
	background-color: #F17B2D;
}
.home-box.twitter {
	background-color: #36404B;
	font-size: 32px;
	color: #fff;
	font-weight: 300;
}
.home-box.twitter .home-box-content {
	background-color: #5E6C7C;
}

.home-box.quote {
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-image:url('images/layout/bg-quote.png');
	color: #fff;
	font-weight: 400;
	/*font-family: 'Roboto Slab', serif;*/
}
.home-box.quote strong {
	font-weight: 400;
}
.home-box.quote.blue {
	background-color: #507FB4;
}
.home-box.quote.orange {
	background-color: #F17B2D;
}
.quote-by {
	font-weight: 700;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	margin-top: 15px;
}
.quote-title {
	text-align: right;
	font-style: italic;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}
.home-box.news h3 {
	text-align: left;
	color: #36404B;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-size: 36px;
	text-transform: uppercase;
}
.home-box.news .home-box-content {
	background-image: url('images/home/bg-news-box.png');
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	min-height: 300px;
}
.home-box.news a {
	font-family: 'Roboto Slab', serif;
	text-decoration: none;
	color: #6D3214;
	font-weight: 700;
	font-size: 16px;
}
ul.home-news-list {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 13px;
}
ul.home-news-list h4 {
	margin: 0;
	padding: 0;
}
ul.home-news-list li {
	margin-bottom: 15px;
}
.home-box.events {
	background-color: #36404B;
}
.home-box.facebook {
	background-color: #6D3214;
}
.home-box.instagram {
	background-color: #425367;
}
.home-box.events .home-box-content, .home-box.facebook .home-box-content, 
.home-box.instagram .home-box-content   {
	background-color: #FFFFFF !important;
	padding-top: 0;
}
#home-container {
	position: absolute;
	top: 320px;
	left: 0;
	z-index: 5;
	width: 100%;
	padding-top: 130px;
	background-image: url('images/layout/bg-page1.png');
	background-repeat: no-repeat;
	/*background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	*/		
}
@media screen and (max-width: 990px) {
	#home-container {
		background-position: center top;
		top: 200px;
	}
}
@media screen and (max-width: 700px) {
	#home-container {
		top: 140px;
	}
}
#slider {
	width: 100%;
	height: 500px;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 14px;
	color: #fff;
	position: absolute;
}
.slider-overlay {
	height: 500px;
	width: 100%;
	/*background: rgba(0,0,0,0.50);*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 888;
	background: rgba(0,0,0,0);
	
}
.slider-overlay2 {
	height: 250px;
	width: 100%;
	/*background: rgba(0,0,0,0.50);*/
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 8888;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 62%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(62%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 62%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 62%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 62%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 62%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */


	
}
.fullwidthbanner-container {
   max-height: 500px;
   height: 500px;
   overflow:hidden;
   background-color: #333;
	position: absolute;
	z-index: 100;  
	top: 0;
	left: 0;
	width: 100%;
}
.fullwidthbanner {
	font-size: 100%;
	min-height: 300px;
	height: 500px;
}
.fullwidthbanner ul {
	opacity:0
}
 
/**********************************************/
#para-bg-1 {
	width: 307px;
	height: 150px;
	position: absolute;
	top: -170px;
	right: 0;
	z-index: 1;
	background-image: url('images/layout/branch-1.png');
	background-repeat: no-repeat;
	background-position: left top;
	display: none;
}
.container-center {
	text-align: center;
}
.img-100 {
	width: 100%;
	max-width: 100%;
}
.content-l {
	width: 800px;
	float:left;
}
.content-r {
	width: 350px;
	float:right;
}
.content-r-padding {
	padding: 0 0 0 20px;
}
@media only screen and (max-width: 1190px) {
	.content-l {
		width: 600px;
	}
}
@media only screen and (max-width: 990px) {
	.content-l {
		width: auto;
		float:none;
		padding: 10px;
	}
	.content-r {
		margin: 0 auto;
		float:none;
	}
	.content-r-padding {
		padding: 0;
	}
}
.content-l-wrapper {
	border: 5px dashed #9B714C;
}
.content-l-padding {
	padding: 30px;
	background-color: #fafafa;
	background: rgba(255,255,255,0.7);
	margin: 10px;
}
h1.page-title {
	color: #F17B2D;
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	padding: 3px 10px;
	text-shadow: 1px 1px 1px #222;
}
h1.page-title small {
	display: inline-block;
	border: 2px solid #fff;
	padding: 10px 15px;
	font-size: 32px;
	letter-spacing: .05em;
	color: #fff;
	font-weight: 400;
	text-shadow: none;
	background: rgba(99,119,80, 0.80);
}
@media only screen and (max-width: 990px) {
	h1.page-title {
		font-size: 28px !important;
		margin-top: 20px !important;
	}
	h1.page-title small {
		font-size: 18px;
	}
}
#page-top-bg {
	position: absolute;
	height: 500px;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	background-color: #39492D;
	/*background-image: url('images/layout/headers/header1.jpg');*/
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;			
}
#page-top-bg .overlay {
	background: rgba(0,0,0,0);
	width: 100%;
	height: 100%;
}
#main-container {
	position: absolute;
	top: 290px;
	min-height: 500px;
	left: 0;
	z-index: 5;
	width: 100%;
	padding-top: 170px;
	background-image: url('images/layout/bg-page1.png');
	background-repeat: no-repeat;
	background-position: center top;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	*/		
}
@media only screen and (max-width: 990px) {
	#main-container {
		top: 200px;
	}
}
.subnav-wrapper {
	margin-bottom: 20px;
	text-align: center;
}
ul.subnav-list {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 4;
}
ul.subnav-list li {
	padding: 0;
	margin: 3px;
	text-align: center;
}
ul.subnav-list li a {
	text-align: center;
	display: block;
	position: relative;
	margin: 0 3px 6px 3px;
	float: left;
	padding: 0 25px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 40px;
	vertical-align: middle;
	color: #39492D;
	border: 1px solid #39492D;
}
@media screen and (max-width: 700px) {
	ul.subnav-list li a {
		float: none;
	}	
}
ul.subnav-list li a:hover {
	border-color: #482714;
	background-color: #482714;
	color: #fff;	
}
ul.subnav-list a.active {
	border-color: #39492D;
	background-color: #39492D;
	color: #fff;
}
.main-content {
	font-size: 14px;
	line-height: 28px;
	position: relative;
	margin-bottom: 50px;
}
.main-content h3 {
	font-size: 36px;
	line-height: 38px;
	font-family: 'Roboto Slab', serif;
	/*text-transform: uppercase;*/
	font-weight: 400;
	color: #637750;
	border-bottom: 2px solid #F17B2D;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 0 5px 0;
	clear: both;
}
.main-content h4 {
	font-size: 24px;
	line-height: 24px;
	/*text-transform: uppercase;*/
	font-weight: 400;
	color: #34404B;
	border-bottom: 2px solid #637750;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 0 5px 0;
	clear: both;
}
.main-content hr {
    border: 0;
    border-bottom: 2px solid #5D6B7B;
    background: transparent;
}
.main-content a.title {
	font-size: 22px;
	line-height: 28px;
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color: #F17B2D;
	margin-bottom: 10px;
	text-decoration: none;
}
.main-content a:hover.title {
	color: #3A4B2F;
}
/********************************************/
h3.sidebar-header {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color: #6C3117;
	font-size: 24px;
	margin: 5px 0 20px 0;
	padding: 0;
}
ul.sidebar-passages {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.sidebar-passages li {
	margin-left: 10px;
}
ul.sidebar-passages li a {
	color: #39492D;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	font-size: 13px;
	font-weight: 700;
}
ul.sidebar-passages li a:hover {
	color: #6D3114;
}
.trail-etiquette {
	/*border: 3px dotted #6D3114;
	background-color: #ffffee;*/
	margin-top: -40px;
	margin-bottom: 20px;
}
.trail-etiquette-content {
	border-top: 2px dotted #39492D;
	border-bottom: 2px dotted #39492D;
	padding: 10px 20px 20px 20px;
	font-size: 16px;
	text-align: center;
	font-style: italic;
}
.trail-etiquette-content h2 {
	font-size: 28px;
	line-height: 32px;
	/*text-transform: uppercase;*/
	font-weight: 300;
	color: #6D3114;
	margin: 5px 0 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
}
.trail-tip {
	/*border: 3px dotted #6D3114;
	background-color: #ffffee;*/
}
.trail-tip-content {
	border-top: 2px dotted #6D3114;
	border-bottom: 2px dotted #6D3114;
	padding: 0 20px 20px 20px;
	font-size: 14px;
	text-align: center;
	font-style: italic;
}
.trail-tip-content h2 {
	font-size: 28px;
	line-height: 32px;
	/*text-transform: uppercase;*/
	font-weight: 300;
	color: #6D3114;
	margin: 5px 0 10px 0;
	text-align: center;
	text-transform: uppercase;
}
/********************************************/
#footer {
	/*background-color: #39492D;*/
	color: #fff;
	margin-bottom: 20px;
	font-size: 13px;
}
.footer-wrapper {
	border: 5px dashed #9B714C;
}
.footer-padding {
	padding: 10px 30px;
	/*background-color: #fafafa;
	background: rgba(58,75,47,0.8);*/
	background-color: #39492D;
	margin: 10px;
}
#footer a.logo {
	display: block;
	width: 200px;
	height: auto;
	margin: 0 auto;
}
#footer a.logo img {
	width: 100%;
	maxin-width: 100%;
}
@media only screen and (max-width: 1000px) {
	#footer {
		padding: 0 10px;
	}
}
/********************************************/
.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 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: 100%;
	font-size: 1.2em;
}
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	border-color: #00529B;
	/*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: #3F83C1;
	color: #fff;
}
/**********************************************/
.ai1ec-agenda-widget-view {
	max-width: 100% !important;
}
.ai1ec-agenda-widget-view .ai1ec-date {
	background: transparent !important;
	background-color: none !important;
	border: none !important;
	/*border-bottom: 1px dotted #ccc !important;*/
}
.ai1ec-agenda-widget-view .ai1ec-date:last {
	border-bottom: none !important;
}
.ai1ec-agenda-widget-view .ai1ec-month,
.ai1ec-agenda-view .ai1ec-month {
	background: none !important;
	border-radius: 0 !important;
	text-shadow: none !Important;
	color: #333 !important;
}
.ai1ec-agenda-widget-view .ai1ec-date-title,
.ai1ec-agenda-view .ai1ec-date-title {
	border-radius: 0 !important;
	border: none !important;
	box-shadow: none !important;
	background-image: none !important;
}
.ai1ec-agenda-widget-view .ai1ec-event a {
	border-radius: 0 !important;
	background: transparent !important;
	border: none !important;
	border-bottom: none !important;
	color: #36404B !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	font-family: 'Open Sans', sans-serif !important;
}
#ai1ec-event-modal {
	border-radius: 0 !important;
	box-shadow: none !important;
}
.ai1ec-popover {
	border-radius: 0 !important;
	box-shadow: none !important;
	width: 300px !important;
}
.ai1ec-popover a {
	color: #36404B !important;
}
.ai1ec-allday-badge {
	background: none !important;
	background-color: #98C13C !important;
	color: #fff !important;
	border-radius: 0 !important;
	border: none !important;
	float: right !important;
}
.timely .ai1ec-btn {
	float: right !important;
	display: block !important;
	margin-top: 10px !important;
}
.timely .ai1ec-btn-xs {
	border-radius: 0 !important;
}
.timely .ai1ec-btn-default {
	background-color: transparent !important;
	border: none !important;
	color: #666 !important;
}
.ai1ec-dropdown-menu {
	box-shadow: none !important;
	border-radius: 0 !important;
}
.ai1ec-agenda-widget-view .ai1ec-day {
	/*color: #98C03D !important;*/
}
.ai1ec-calendar-toolbar .dropdown:hover > .dropdown-menu {
     display: block !important;
}
.ai1ec-views-dropdown {
	display: none !important;
}
/**********************************************/
.fancybox-title-float-wrap .child {
	border-radius: 0 !important;
	background: transparent !important;
}
/******************************************/
table {
	font-size: 14px;
}
.main-content:not(table) img {
	max-width: 100%;
	height: auto;
}
img.alignright,div.alignright {float:right; margin:0 0 1em 1em}
img.alignleft,div.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter,div.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}


/*************************************** BENJI STYLES: ****************************************/
/**********************************************************************************************/
/********* Rather than go line-by-line I am repeating styles with my edits down here. *********/
/**********************************************************************************************/
/**********************************************************************************************/


body {
    background-color: #64723e !important;
}

#home-container, #main-container {
    background-image: url('/wp-content/themes/pcf/images/PCF-webBack_20151027.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}


#footer {
	margin:0;
    background: url('/wp-content/themes/pcf/images/PCF-webFooter.png') no-repeat;
    background-size: cover;
    padding-top: 10em;
	color:#859853;
}

.footer-wrapper {
	border:none;
}

.footer-padding {
    padding: 10px 30px;
	background-color:transparent;
	margin:0;
}

.home-box, .trail-tip-content, .trail-etiquette-content {
    box-shadow: 0 0 60px #122;
}

h1.page-title {
    text-shadow: 0 0 10px #000;
	color:#FFF;
	font-weight:bold;
}

.home-box.news {
	background:#6D3214;
	}

.home-box.news h3 {
	font-weight:bold;
	color:#FFF;
	padding:0.25em 0.5em;
}

.passage-stat h4 {
	font-family: 'Open Sans', sans-serif !important;
	font-weight:bold !important;
	font-size:0.6em !important;
	letter-spacing:.05em !important;
	}

ul.pagelist-passages li a .passage-wrapper {
	background:none !important;
}

.passage-title {
    margin-bottom: 10px !important;
    padding: 10px 5px 0 20px !important;
    border-bottom: none !important;
}

ul.pagelist-passages li a {
    margin: 20px !important;
    padding: 20px 25px 20px 5px !important;
    border:none !important;
    background: url('/wp-content/themes/pcf/images/PCF-webMap.png');
    background-size: 100% 100%;
}

.passage-txt {
	color:#394a2e !important;
	}

.content-l-wrapper {
	border:none !important;
	}

h1.page-title small {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .2em;
}


#header a.logo {
    height: 200px;
}

.container-center {
    position: relative;
    top: -100px;
    z-index: 10;
}

#main-container .container-center {
	top:0;
	}

.content-l-padding {
    /* background-color: #fafafa; */
    background: #FFF;
}

#header {
	z-index: 8;
background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	}

.trail-tip-content, .trail-etiquette-content {
    border-top:none;
    border-bottom:none;
    padding: 40px;
    font-size: 16px;
    text-align: left;
    font-style:normal;
}

.trail-tip-content {
    background:#6D3114;
    color:#cba392;
}

.trail-etiquette-content {
    background:#39492D;
    color:#99ad8b;
}

.trail-tip-content strong, .trail-etiquette-content strong {
    color:#FFF;
    text-transform:uppercase;
}

.trail-etiquette {
    margin-top: -20px;
}