/*
Theme Name: cfaia
Author: Evolv
Author URI: http://www.evolv.com/
Description: Based on the Underscores theme (_s) by Automattic http://underscores.me/ 
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: cfaia
Domain Path: /languages/

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

cfaia is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
.gform_body input {-moz-box-sizing:content-box;}

body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #555;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 0em;
}
.entry-content ul {
	list-style: square outside;
	margin: .5em 0 1.5em 3em;	
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.left-sidebar ul li {
	padding-left: 26px;
	padding-bottom: 9px;
	font-size: 12px;
	background: url(images/bullet-leaf.png) no-repeat 0px 0px;
}

dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
/* =Basics
----------------------------------------------- */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #555;
	background: url(images/foot-bg2.gif) repeat;
}
.bg { background: url(images/main-bg.gif) repeat 0 0 }
.main {
	max-width: 960px;
	padding: 0 0 10px 0;
	margin: 0 auto;
	font-size: 13px;
	line-height: 21px;
	position:relative;
}
.home .main.padleft { padding: 0 10px 10px; clear:both; }
.main2 {
	max-width: 980px;
	padding: 0;
	margin: 0 auto;
	font-size: 13px;
	line-height: 21px;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
#primary {
	margin:0 1em;	
}
.camping { margin-left: -90px !important }
.bg1 {
	background: url(images/foot-bg.gif) repeat 0 0;
	position: relative;
	width: 100%;
	/*padding:25px 2%;*/
	padding: 30px 20px 20px 10px;
}
/* Links */
a {
	/*color: #42c8f3; electric blue */
	color:#38b4dc; /* made electric blue a little darker for better readability */
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #3dbce5;
}
a:hover,
a:focus,
a:active {
	color: #373737
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color:#373737;
}
h1, h2 {
	font-size:24px;
	line-height:1.2em;
	margin-bottom:19px;
	font-weight:400;
	letter-spacing:-1px;
	text-shadow:0 1px 2px #cbcbcb;
}
.left-sidebar h2 {
	padding-top:10px;	
}
.left-sidebar h2:first-child {
	padding-top:0;	
}
h3 {
	font-weight:normal;
	margin-bottom: 0.5em;
	text-shadow:0 1px 2px #cbcbcb;
	font-size:16px;
	word-spacing: 2px;
}
h4 {
	font-weight:800;
	margin-bottom: 19px;
	letter-spacing:-1px;
	text-shadow:0 1px 2px #cacaca;
	font-size:12px;
	word-spacing: 2px;
	text-transform:uppercase;
}
h5 {
	font-size:13px;
	font-weight:normal;	
}
h6 {
	font-size:13px;
	font-weight:normal;	
}
/* Forms */
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 17px;
	padding: 6px 11px;
	text-shadow: 0 1px 0 #127cc8;
	background: url(images/button-bg-light.gif) repeat-x 0 0 #198dca;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 1px 3px 1px #B1B0B0;
	box-shadow: 0 1px 3px 1px #B1B0B0;
	line-height: 1.2em;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	height: 35px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-position: 0 -81px;
	color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
.search-submit {margin-left:5px;}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
	outline: none;
	border: 1px solid #e7e7e7;
	color: #aeaeae;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 10px 14px 7px;
	font-weight: normal;
	height: 18px;
	line-height: 18px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 2px 1px #BAB9B9;
	box-shadow: 0 1px 2px 1px #BAB9B9;
}
textarea {
	outline: none;
	border: 1px solid #e7e7e7;
	color: #aeaeae;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #666;
}
/* Buttons */
a.button, .button, input[type="submit"], input[type="button"], #searchsubmit {
	position: relative;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 17px;
	padding: 6px 11px;
	text-shadow: 0 1px 0 #127cc8;
	background: url(images/button-bg-light.gif) repeat-x 0 0 #198dca;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 1px 3px 1px #B1B0B0;
	box-shadow: 0 1px 3px 1px #B1B0B0;
	line-height: 1.2em;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display:inline-block;
}
input[type=submit]:hover,
.button:hover {
	background-position: 0 -81px;
	color: #fff;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Misc */
.red {color:#990000;}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.slider-text:after;
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.lt-ie8 .skip-link {display:none;}

/* =Menus
----------------------------------------------- */
.main-navigation {
	clear: right;
	float: left;
	margin-top: 15px;
}
.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu li {
	float: left;
	position: relative;
	background: url(images/bg-15.png) repeat 0 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-top: 1px solid transparent;
	max-width:170px;
}
/* .sf-menu li.last-menu-item { margin: 0 auto; } */

.sf-menu li.current-menu-ancestor {
	background:url(images/menu-bg3.gif) repeat-x 0 0 #229fd6;	
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top:0;
}
.sf-menu li.current-menu-ancestor > a {
	color:#fff;
}
.sf-menu > li:hover,
.sf-menu > li.active,
.sf-menu > li.sfHover,
.sf-menu > li.current-menu-ancestor,
.sf-menu > li.current-menu-item {
	background: url(images/menu-bg.gif) repeat-x 0 0 #229fd6;
	border-top: 1px solid #79d4ee;
	-webkit-box-shadow: 0px 1px 2px 0px #1a7b9f;
	box-shadow: 0px 1px 2px 0px #1a7b9f;
}


.sf-menu .sub-menu li.current-menu-item {
	background:url(images/menu-bg3.gif) repeat-x 0 0 #229fd6;	
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top:0;
}
.sf-menu .sub-menu li.current-menu-item a,
.sf-menu .sub-menu li.current-menu-item ul li a:hover {
	color:#fff;	
}
.sf-menu .sub-menu li.current-menu-item ul li a {
	color:#219ad0;   
}


.sf-menu a {
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	padding: 15px 10px;
	text-shadow: 0 1px 0 #127cc8;
}
.sf-menu ul {
	position: absolute !important;
	top: -999em;
	width: 160px; /* left offset of submenus need to match (see below) */
	background: url(images/menu-bg2.png) repeat-y center 0;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-top: 21px;
	padding-bottom: 17px;
	/* shadow */
	-webkit-box-shadow: 1px 2px 3px #B1B0B0;
	box-shadow: 1px 2px 3px #B1B0B0;
}
.sf-menu ul ul {
	background: url(images/menu-bg4.gif) repeat 0 0;
	padding-top: 15px;
}
.sf-menu ul a {
	color: #219ad0;
	padding: 9px 4px 9px 0;
	text-shadow: none;
}
.sf-menu ul li {
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	color: #d3d3d3;
	text-shadow: none;
	width: 95%;
	text-align: center;
	margin-left: 5px;
	background: url(images/bg-15.png) repeat 0 0;
	border: none;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.sf-menu ul > li:hover,
.sf-menu ul > li.sfHover { background: url(images/menu-bg3.gif) repeat 0 0 }
.sf-menu ul > li:hover > a,
.sf-menu ul > li.sfHover > a { /*text-shadow: 0 1px 0 #bababa;*/
	color: #fff;
}
.sf-with-ul { padding: 15px 18px 15px 20px /*!important*/; }
.sf-menu ul .sf-with-ul { padding: 9px 4px 9px 0 !important }


.sf-menu li:hover,
.menu-small-top-menu-container ul.sf-menu li:hover {
visibility: inherit; /* fixes IE7 'sticky bug' */ }
ul.sf-menu li li .sf-sub-indicator { display: none }
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 50%;
	margin-left: -77px;
	top: 56px;
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 156px;
	top: -5px;
	margin: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top: -999em }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/* Mobile Nav Toggle */
a.menu-toggle, a.search-toggle {cursor: pointer;}
.mobile-toggle {
	display: none;
}
#mobile-search-div {
	margin-bottom: 30px;
	margin-right: 30px;
}
/* Small Top Menu  */
.menu-small-top-menu-container ul {
	float: right;
	margin: 18px 28px 0 0;
	list-style:none;
}
.menu-small-top-menu-container ul li,
.menu-small-top-menu-container ul li a {
	font-family: 'Open Sans', "Trebuchet MS", sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	background: none;
	text-transform: capitalize;
}
.menu-small-top-menu-container ul li a { padding: 0 }
.menu-small-top-menu-container ul li {
	float: left;
	background: url(images/topnavdivider.gif) no-repeat top right;
	padding: 0 13px;
	margin: 0;
	border-radius: 0px;
}
.menu-small-top-menu-container ul li.last-menu-item {
	background:none;
	padding:0 0 0 13px;
}
.menu-small-top-menu-container li.current-menu-item a {font-weight:700;}

/* =Home
-----------------------------------------------  */
.home .head-bg {
	height: 460px;
	background: url(images/header-bg.jpg) no-repeat center 0 #fff ;
	min-height: 136px;
}
.home h1.entry-title {
	display:none;
	height:0;
	padding:0;
	margin:0;
}
.home .left-column {margin-top:-20px;}
.logo-home { text-decoration: none }
.home h1 a {
	display: block;
	width: 214px;
	height: 127px;
	text-indent: -5000px;
	background: url(images/cfaia.png) 0 0 no-repeat;
}
.home .content-line { bottom: -5px }
.home #content {
	padding: 0;
	margin-top: 133px;
	background: none !important;
}
.home .vertical-divider { background: url(images/page1-bg3-short.png) no-repeat 680px 0px }
.home .content-bg { bottom: 480px }

/* =Header
-----------------------------------------------  */
#masthead {
	width: 100%;
	position: relative;
	z-index: 2;
	/*background: url(images/header-bg2.jpg) repeat-x 0 0;*/
}
.head-bg {
	background: url(images/header-bg.jpg) no-repeat center 0;
	min-height: 136px;
}
.head-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(images/header-line.png) repeat-x 0 0;
	height: 6px;
	display: block;
}
.logo {
	padding: 11px 20px 0 12px;
	position: relative;
	float: left;
}
.margin-top { margin-top: 50px }

/* =Content
----------------------------------------------- */
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.vertical-divider {
	background:url(images/page1-bg3.png) 360px 114px no-repeat transparent;	
}
/* default page layout with left sidebar */
.right-content .grid_7 {float:right;}

#content {
	width: 100%;
	padding: 49px 0 28px;
	position: relative;
	z-index: 1;
	background: url(images/content-bg.png) repeat-x 0 0
}
.content-line {
	width: 100%;
	height: 13px;
	background: url(images/content-line.png) repeat-x 0 0;
	position: absolute;
	left: 0;
	display: block;
	bottom: -6px;
}
.repeating-widgets .widget ul a {
	font-size: 15px;
}

.content-bg {
	background: url(images/content-bg.png) repeat-x 0 0;
	position: absolute;
	bottom: 169px;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: -1;
}
ul.partnerlist li {
	float: left;
	margin-right: 30px;
}
li { padding-bottom: 9px }
dt {
	width: 150px;
	margin-bottom: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #373737;
	font-weight: 800;
	font-style: normal;
	letter-spacing: -1px;
	text-shadow: 0 1px 2px #cacaca;
	font-size: 12px;
	word-spacing: 2px;
	margin-bottom: 9px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}
dl span {
	float: left;
	width: 75px;
}
dd { line-height: 21px }
dd a { color: #42c8f3 }
dd a:hover {
	color: #373737;
	text-decoration: underline;
}
.page-id-541 #content .site-content {
	padding: 49px 0px 90px;
}

/* =Pisgah Field School Page
-----------------------------------------------  */
.green {
	color: #6a9080;
}
.pfs-logo {
	vertical-align: middle;
}
.pfs-icon {
	float: right;
	position: relative;
	top: 30px;
}
#pfs-stay {
	margin: 0 auto;
	text-align: center;
}
#pfs-stay-left, #pfs-stay-right {
	float: left;
	display: inline;
	width: 45%;
}
#pfs-stay-left {
	margin-right: 15px;
}
#pfs-stay-right {
	margin-left: 15px;
}
#event-key{
    	position:relative; 
    	border-bottom:4px solid #6a9080;
    	padding-bottom:10px;
}
#event-key:before {
   	content:""; 
   	position:absolute; 
   	left:0; 
   	bottom:3px; 
   	width:100%; 
   	height:2px;                          
   	background:#6a9080;
}
#event-key p {
	margin-bottom: 10px;
}
#event-key ul {
    list-style-type: none;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#event-key li {
    	display: inline-block;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0;
	color: #6a9080;
	border-right: 1px solid #6a9080;
	text-align: center;
}
#event-key li.first {
	padding-left: 0;
}
#event-key li.last {
    	padding-right: 0;
	border-right-style: none;
}
.event-title {
	color: #91442e;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	text-shadow: none;
	margin-bottom: 0;
	float: left;
	width: 77%
}
p.clear-float {
	clear: both;
}
.tours-transportation {
	font-size: 16px;
	line-height: 25px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
}
.events-hr {
	margin-top: 25px;
	margin-bottom: -10px;
}
.remove-float {
	clear: both;
}


/* =WooSlider
-----------------------------------------------  */
body .wooslider .wooslider-control-paging li a.wooslider-active {
	background-color: #5d9d4a;
}
.wooslider .slides > li, body .wooslider .wooslider-control-nav li, body .wooslider .wooslider-direction-nav li {
	background-image: none;
}
body .wooslider {
	box-shadow: none;
	background-color: transparent;
	border-style: none;
}
body .wooslider.wooslider-type-slides img {
	border-radius: 4px;
}
body .wooslider .wooslider-control-nav {
	margin-top: 0;
}
body .wooslider .wooslider-direction-nav a::before {
	background-color: #ef4444;
	color: #ffffff;
	font-size: 24px;
	border-radius: 3px;
}

/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.aligncenter, img.alignright, img.alignleft, img.alignnone ,
div.aligncenter img, div.alignright img, div.alignleft img, div.alignnone img {
	background:url(images/img-bg.gif) repeat 0 0;
	-webkit-box-shadow:0 1px 3px 1px #B1B0B0;
	box-shadow:0 1px 3px 1px #B1B0B0;
	padding:12px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
img.alignright, div.alignright {
	margin:0 0 10px 30px;
}
img.alignleft, div.alignleft {
	margin:0 30px 10px 0;
}
.no-border, .button img {
	border:none !important;
	background:none !important;
	-webkit-border-radius:none !important;
	border-radius:0 !important;
	padding:0 !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}
.button img { vertical-align:middle;max-width:none;}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	color:#373737;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
iframe {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}

/* =Comments
----------------------------------------------- 

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
*/

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* =Events Calendar PRO
-----------------------------------------------  */
#tribe_events_filters_wrapper.tribe-events-filters-horizontal, .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
	clear: both;
}
.single-tribe_events #tribe-events-content form.cart, .single-tribe_events #tribe-events-content div.cart {
	clear:both !important;
}

.clearfix::after, .tribe-clearfix::after {
	clear:none !important;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
	background-color: #42c8f3;
}

.tribe-events-calendar thead th {
	background-color: #40ae49;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color: #42c8f3;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"] {
	color: #333;
	background-color: transparent;
}
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] {
	background-color: transparent;
	color: #333;
}
#tribe-events-content .tribe-events-tooltip h4 {
	color: #42c8f3;
}
.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
	padding: 15px 30px 20px 20px;
}
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
	text-shadow: none;
}
#tribe-geo-results h2 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 500;
	text-shadow: none;
}
h2.tribe-events-list-event-title {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 500;
	text-shadow: none;
	border-bottom: 5px solid #40ae49;
	padding-bottom: 10px;
}
h2.upcoming-events-title {
	font-weight: 700;
}
h2.tribe-events-list-event-title a {
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	text-shadow: none;
}
.tribe-events-list .type-tribe_events {
	padding: 15px 0px;
	clear: both;
}
.tribe-events-list-event-description.tribe-events-content.description.entry-summary, .tribe-events-map-event-description.tribe-events-content.description.entry-summary, .tribe-events-list-photo-description.tribe-events-content.entry-summary {
	margin: 0;
}
.tribe-events-list-event-description.tribe-events-content.description.entry-summary p {
	margin-bottom: 3px;
}
p.homepage-event-info {
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: 900;
	letter-spacing: -0.5px;
	font-size: 13px;
}
body.home .tribe-event-address {
	margin-top: 5px;
	border-bottom: 1px solid #40ae49;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: none;
}
.tribe-event-address, .tribe-events-photo-event-wrap p {
	border-bottom: none;
	margin-top: 15px;
	margin-bottom: 10px;
	float: left;
}
.tribe-events-tooltip .tribe-event-address, .tribe-events-photo-event-wrap p, .tribe-events-photo .tribe-event-address, .tribe-events-photo-event-wrap p {
	border-bottom: medium none;
	margin-top: 0;
	margin-bottom: 10px;
	float: none;
}
body.single .tribe-event-address {
	border-bottom: medium none;
	margin-top: 30px;
	margin-bottom: 20px;
	float: left;
}
.tribe-event-address i {
	font-size: 12px;
	line-height: 16px;
}
.tribe-events-meta-group.tribe-events-meta-group-venue {
	display: none;
}
.tribe-events-meta-group.tribe-events-meta-group-details {
	padding: 0;
	display: none;
}
.tribe-events-meta-group.tribe-events-meta-group-gmap {
	padding: 0;
	width: 100%;
}
.single-tribe_events .tribe-events-event-meta {
	background: transparent;
	border: none;
	margin: 0;
}
.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
	max-width: 960px;
	margin: 0px auto;
}
#tribe-events-content .updated p {
	line-height: 22px;
	margin-bottom: 5px;
}
.tribe-events-loop .tribe-events-event-meta {
	margin-bottom: 0;
	font-size: 13px;
}
#tribe-events-content .tribe-events-tooltip h4 {
	color: #373737;
	line-height: 22px;
}
.tribe-events-tooltip .entry-summary {
	margin: 0;
}
.tribe-events-list .tribe-events-event-image {
	float: right;
	margin: 0px 0% 0px 3%;
}
.tribe-events-list .tribe-events-event-image img {
	padding: 5px;
	background: #EEE none repeat scroll 0% 0%;
	border: 1px solid #DDD;
	border-radius: 3px;
}
body.tribe-events-photo .tribe-events-event-image img {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
#tribe-events-content {
	position: relative;
	margin-bottom: 10px;
	padding: 2px 0px;
}
.single-tribe_events #tribe-events-footer, .events-list #tribe-events-footer {
	padding-top: 0;
	border-top: none;
}
#tribe-events-content.tribe-events-list {
	margin-bottom: 50px;
}
.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
	margin-bottom: 12px;
	float: left;
}
.tribe-bar-geoloc-filter {
	display: none;
}
.tribe-bar-submit {
	float: right !important;
	margin-right: 20px;
}
.tribe-events-read-more.button {
	font-size: 14px;
	margin-top: 10px;
    margin-bottom:20px;
}
#tribe-events-content .updated {
	display: inherit;
	height: 5px;
	height: 30px;
}
.tribe-events-custom-info {
	height: auto;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}
.tribe-events-tooltip .duration p, .tribe-events-photo-event-wrap p {
	margin-bottom: 5px;
}
.tribe-events-event-image img, .tribe-events-event-image .featured-video-plus {
	max-width: 500px;
	height: auto;
	float: right;
	margin-left: 15px;
}
.tribe-events-event-image img {
	padding: 5px;
	background: #EEE none repeat scroll 0% 0%;
	border: 1px solid #DDD;
	border-radius: 3px;
}
.tribe-events-event-image {
	margin: 0px 0px 0px;
}
.tribe-events-single-event-description.tribe-events-content.entry-content.description {
	margin: 0 !important;
}
.single-tribe_events .tribe-events-event-image {
	text-align: left;
	margin-bottom: 0;
}

.tribe-tickets-attendees-list-optout {
display: none;
}

@media only screen and (max-width:768px) {
	.single-tribe_events .tribe-events-schedule, .tribe-events-loop .tribe-events-event-meta {
		padding: inherit;
		background: transparent none repeat scroll 0% 0%;
		border: medium none;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.tribe-event-address, .tribe-events-photo-event-wrap p {
		float: none;
	}
	body.event-list .tribe-events-loop .tribe-events-event-meta {
		background: transparent none repeat scroll 0% 0%;
		border: medium none;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.tribe-events-list .tribe-events-event-image {
		width: 100%;
	}
	.tribe-events-list .time-details {
		padding: 0;
		margin-bottom: 0px;
	}
	.tribe-events-loop .tribe-events-event-meta {
		padding: inherit;
		background: transparent none repeat scroll 0% 0%;
		border: medium none;
		margin-bottom: 0;
		margin-top: 0;
	}
	body.events-list .tribe-event-address {
		margin-top: 0;
	}
	.tribe-events-list .tribe-events-event-image img {
		float: left;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width:800px) {
	.column_grid {
		width: 48% !important;
		float: left !important;
		min-height: 268px;
	}
}
@media only screen and (max-width:660px) {
	.tribe-events-event-image img {
		max-width: 100%;
		padding: 5px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width:480px) {
	.column_grid {
		width: 100% !important;
		float: left !important;
		min-height: 0;
	}
}
/* =Footer
-----------------------------------------------  */
#colophon {
	width: 100%;
	padding: 21px 0 30px;
	position: relative;
	background: url(images/foot-bg2.gif) repeat 0 0;
	color:#666;
}
.foot-page {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	padding:0 1em;
}
.foot-page a { color: #000 }
.foot-page a:hover {
	color: #42c8f3;
	text-decoration: underline;
}

.mobile-menu {
	display:none;
	background:#1E8DBF; /* 219AD0 */
}
.mobile-menu li {
	background:#1E8DBF;
}
.mobile-menu li a {
	color:#fff;
}
/* Evolv footer link */
.evolv-logo-sprite {
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../../../images/logo-evolv-sprite.png') no-repeat 0 0;
	width: 40px;
	height: 9px;
	vertical-align: middle;
}
.evolv-logo-sprite.light {
	background-position: 0 0;
}
.evolv-logo-sprite.dark {
	background-position: 0 -11px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), 
only screen and (min-device-pixel-ratio: 1.5) {
	.evolv-logo-sprite {
		background-image: url('../../../images/logo-evolv-sprite-2x.png');
		background-size: 40px 20px;
	}
	.evolv-logo-sprite.light {
		background-position: 0 0;
	}
	.evolv-logo-sprite.dark {
		background-position: 0 -11px;
	}
}
/* =Helpers
-----------------------------------------------  */
.greenalert, .redalert, .yellowalert, .grayalert {
	padding:10px 18px;
	color:#000;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.greenalert {background:#d0edd0;}
.redalert {background:#ffd9cc;}
.yellowalert {background:#ffeccc;}
.grayalert {background:#f0f0f0;}

.contact input {
	height: 30px;
	padding: 7px 0 5px 7px !important;
	width: 212px !important;
}

.contact textarea {
	padding: 7px 0 5px 7px !important;
	width: 212px !important;
	height: 120px !important;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 2px 1px #BAB9B9;
	box-shadow: 0 1px 2px 1px #BAB9B9;
}
.page-id-49 .gform_wrapper {
	clear: both;
	display: inline-block;
	margin-top: 0;
}
.page-id-49 .gform_wrapper .gform_body {
	width: 100%;
}
.page-id-49 .gform_wrapper .gform_heading {
	display: none;
}
body.page-id-49 .gform_wrapper ul li.gfield:first-child {
	margin-top: 0;
}
.page-id-49 .gform_wrapper ul.gform_fields li.gfield {
	padding-left: 6px;
	padding-right: 10px;
}
.page-id-49 .gform_wrapper .gform_footer input.button, .page-id-49 .gform_wrapper .gform_footer input[type="submit"], .page-id-49 .gform_wrapper .gform_page_footer input.button, .page-id-49 .gform_wrapper .gform_page_footer input[type="submit"] {
	margin-left: 6px;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password],
.gform_wrapper textarea {
	font-size:13px !important;	
}

.gform_body, .gform_footer {
	float: right !important;
}

.woocommerce-billing-fields input[type="text"],
.woocommerce-billing-fields input[type="email"],
.woocommerce-billing-fields input[type="url"],
.woocommerce-billing-fields input[type="password"],
.woocommerce-billing-fields input[type="search"],
.woocommerce-billing-fields input[type="tel"],
.entry-content input[type="password"],
.coupon input[type="text"] {
	color: #555 !important;
	outline: none;
	border: 1px solid #e7e7e7;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0 14px !important;
	font-weight: normal;
	height: 24px !important;
	line-height: 18px;
}
.coupon input[type="text"] {
	height: 34px !important;
}

.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 110px !important;
	vertical-align: center !important;
}

.woocommerce-cart table.cart .product-thumbnail {
	display: none !important;
}
.continue-shopping {
	font-size:100%;margin:0 0 20px;line-height:1;cursor:pointer;position:relative;font-family:inherit;text-decoration:none;overflow:visible;padding:.75em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151 !important;background-color:#ebe9eb;border:0;white-space:nowrap;display:inline-block;background-image:none;box-shadow:none;-webkit-box-shadow:none;text-shadow:none;text-transform:uppercase;float:right;
}
.continue-shopping-container:after {
	clear: both;
}
a.continue-shopping:visited {
	color: #515151 !important;
}
a.continue-shopping:hover {
	background: #dad8da !important;
}

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

@media only screen and (max-width:960px) {
	.vertical-divider, .home .vertical-divider {background:none;}
	
	.mobile-hide, 
	.flex-control-nav, 
	.home .content-line, .sf-menu,
	.mobile-menu li img {
		display: none;
	}
	
	.main-navigation.toggled .mobile-menu,
	.mobile-menu li a {
		display: block;
	}
	
	a.menu-toggle {
		display:inline-block;
		margin: 0 10px 0 0;
	}
	.mobile-toggle {
		display:inline-block;
		position:absolute;
		top:50px;
		right:35px;
	}
	.mobile-menu {margin:0;}
	
	.main-navigation {
		clear:both;
		float:none;
	}

	/* Small Top Menu  */
	.menu-small-top-menu-container ul {
		float: none;
		margin: 0;
	}
	.menu-small-top-menu-container ul li,
	.menu-small-top-menu-container ul li a {
		font-family: "Trebuchet MS", sans-serif;
		font-weight: bold;
		font-size: 13px;
		line-height: 22px;
		background: none;
		text-transform: capitalize;
	}
	.menu-small-top-menu-container ul li {
		float: none;
		background: none;
	}	
	.mobile-menu {
		position:relative;
	}
	.menu-small-top-menu-container ul li, .mobile-menu li {
		position:relative;
		padding:0.4em 1em;
	}
	.menu-small-top-menu-container ul li:hover, .mobile-menu li:hover {
		background:#1980ae;
	}
	.sub-item {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 10%;
		padding: 15px 20px 12px 25px;
		margin: 0px;
		cursor: pointer;
	}
	.sub-item:hover {
		background:#333;	
	}
	.arrow-down {
		float: right;
		width: 0px;
		height: 0px;
		padding: 0px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #fff;
	}
	.sub-menu {margin-top:10px;}
	.menu-main-menu-container ul ul li {background-color:#2ea6dc;}
	.menu-main-menu-container ul ul ul li {background-color:#5ebce6;}
	.menu-main-menu-container li > ul {margin-left:0;} 
	/* */
	.main2 {text-align:center;padding-top:11px;}
	.main2 .menu-small-top-menu-container, .main2 .menu-main-menu-container {text-align:left;}
	.logo {padding:11px 0 0 12px;}
	.home .head-bg {height:auto;min-height:180px;background: url(images/header-bg-tall.jpg) no-repeat center 0 #49ddf9;}
	.main.padleft {max-height:33em;}
	.home #content {margin-top:20px;}

}
@media only screen and (max-width:768px) {
	.tribe-events-meta-group.tribe-events-meta-group-gmap {
		padding: 0px;
		width: 100%;
	}
}

@media only screen and (max-width:800px) {
	.right-content .grid_7  {float:none;}
	.main.padleft {max-height: 24em;}
	
}

@media screen and (max-width: 600px) {
	.main.padleft {max-height: 20em;} 
	.logo {width:50%;text-align:left;}
	.main, .main2 {
		font-size: 14px;
		line-height: 22px;
	}
	#main iframe {width:90%;}
	.home #content {margin-top:-20px;}
	#content {padding:10px 0;}
}

.page #main .wrapper .container_12 .grid_12 a, .page #main .wrapper .container_12 .grid_12 h2 {
	display: inline-block;
}
#main .wrapper .container_12 .grid_12 h2 {
	margin-top: 10px;
	margin-right: 20px;
}
.page #main .wrapper .container_12 .grid_12 a {
	margin-bottom: 25px !important;
}
.woocommerce-checkout #payment div.payment_box p:last-child {
	font-weight: bold;
	font-size: 16px;
}