/*
Theme Name: Valley To Summit
Description: WordPress theme created by Blain Interactive for Valley To Summit
Author: Ryan Blain
Version: 2.0 | Release: 2013-2-15

*/


/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css
	
*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(//fonts.googleapis.com/css?family=Arimo:400,700);
@import url(css/fonts/avenirnextltpro/avenirnextltpro.css);
@import url(css/fonts/wc_wunderbach/wc_wunderbach.css);

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "Arimo", arial, verdana, sans-serif;
font-weight:normal;
}

thead th,
tbody th{
font-family: "Arimo", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Arimo", arial, verdana, sans-serif;
}

.menu{
font-family: "Arimo", arial, verdana, sans-serif;
}

blockquote{
font-family: "Arimo", arial, verdana, sans-serif;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#000;
background-color: #fff;
font:normal 0.9em/150% 'Arimo', arial, verdana, sans-serif;
text-shadow: 0px 0px 1px transparent; /* google font pixelation fix */
}

#wrap{
width:100%;
background:#fff;
margin:30px auto 30px auto;
padding:0 2%;
border:1px solid #ccc;
}


#footer{
text-align:center;
padding:20px;
margin:0;
border-top:1px solid #ddd;
color:#999;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
background:#fff;
}

	#link-top{
	display:none;
	}
	
/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.7em;
	color:#efefef;
	text-decoration:none;
	}
	
	.navbar span{
	color:#86dc00;
	}
	
	
	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}
	
		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}
		
		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform: uppercase;
		line-height:100%;
		font-size: 1.2em;
		}
		
.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0px 0px 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}
	 
#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}



/*---------------------------------
	CUSTOM
-----------------------------------*/

html, body {
	height: 100%;
}

body {
	position: relative;
	min-width: 1000px;
	min-height: 600px;
	font-size: 100%;
	color: #4d4d4d;
}

.mceContentBody {
	width: auto;
	height: auto;
	min-width: 0px;
	min-height: 0px;
	padding: 10px 10px 10px 10px;
}

.grid#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

h1 { font-size: 2.125em; line-height: 120%; } /* 34px */
h2 { font-size: 1.375em; line-height: 120%; } /* 22px */
h3 { font-size: 1.250em; line-height: 120%; } /* 20px */
h4 { font-size: 1.188em; line-height: 130%; } /* 19px */
h5 { font-size: 1.125em; line-height: 130%; } /* 18px */
h6 { font-size: 1.063em; line-height: 130%; } /* 17px */

p { font-size: 0.938em; line-height: 130%; margin: 15px 0; }
ol, ul { margin: 15px 0 15px 20px; padding: 0; }
li { font-size: 0.938em; line-height: 130%; }
table { margin: 10px 0; }
td { font-size: 0.938em; line-height: 130%; }

a { color: #b20838; cursor: pointer; text-decoration: none; }

ul.custom-menu { margin: 0; padding: 0; }
ul.custom-menu ul, ul.custom-menu li { list-style: none; font-size: 100%; line-height: 100%; margin: 0; padding: 0; }

.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }

.no-margin { margin: 0; }

img.alignleft { margin: 0 20px 10px 0; border: 1px solid #b20838; box-shadow: 4px 5px 0px #ccc; }
img.alignright { margin: 0 0 10px 20px; border: 1px solid #b20838; box-shadow: 4px 5px 0px #ccc; }

.red {
	color: #b20838;
}



/*---------------------------------
	HEADER
-----------------------------------*/

header {
	width: 960px;
	margin: 0 auto;
	background-image: url('img/bg-opacity-50.png');
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#header-background {
	position: relative;
	z-index: 2;
	height: 120px;
	background-image: url('img/header-bg.jpg');
	background-repeat: no-repeat;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px #808080;
	-moz-box-shadow: 1px 1px 5px #808080;
	box-shadow: 1px 1px 5px #808080;
	padding: 15px;
}

#header-menu {
	clear: right;
	float: right;
	background-color: #b20838;
	padding: 0 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 5px;
}

#header-menu .menu-item {
	float: left;
}

#header-menu .menu-item a {
	font-family: 'AvenirNextLTProMedium', Arial, sans-serif;
	color: #fff;
	font-size: 0.813em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	float: left;
	padding: 8px 7px 7px 7px;
}
#header-menu .menu-item a:hover, #header-menu .menu-item.current-menu-item a, #header-menu .menu-item.current_page_ancestor a, body.parent-pageid-9 #header-menu .menu-item.about a, body.parent-pageid-18 #header-menu .menu-item.about a, body.parent-pageid-10 #header-menu .menu-item.lnt a, body.parent-pageid-11 #header-menu .menu-item.video-photo a, body.page-template-page-single-photo-gallery-php #header-menu .menu-item.video-photo a {
	color: #000;
}

#header-menu .menu-item i {
	float: left;
	color: #d6532d;
	padding: 10px 0 0 0;
	font-size: 0.625em;
}
#header-menu .menu-item.last i {
	display: none;
}

#trips-banner {
	position: relative;
	z-index: 1;
	padding: 0 8px 8px 8px;
}
body.trips #trips-banner, body.trips-new #trips-banner, body.parent-pageid-1091 #trips-banner {
	display: none;
}
#trips-banner #banner-title {
	font-size: 0.875em;
	line-height: 140%;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url('img/bg-opacity-50.png');
	border-bottom: 2px solid #77797b;
	padding: 4px 0 3px 5px;
	margin-bottom: 4px;
}
#trips-banner ul .menu-item {
	float: left;
	margin-right: 8px;
	
}
#trips-banner ul .menu-item.last {
	margin-right: 0;
}
#trips-banner ul .menu-item a {
	display: block;
	width: 150px;
	height: 56px;
	font-size: 0.813em;
	line-height: 125%;
	color: #fff;
	text-decoration: none;
	background-color: #b20838;
	padding: 3px 5px 0 6px;
}
#trips-banner ul .menu-item.last a {
	width: 152px;
}
#trips-banner ul .menu-item a:hover {
	color: #000;
}



/*---------------------------------
	Home
-----------------------------------*/

#featured {
	width: 65%;
	background-image: url('img/bg-opacity-70.png');
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: 20px;
	padding: 10px 30px 10px 10px;
}
#featured-content {
	float: right;
	width: 540px;
}
#featured-content .slide-content {
	display: none;
	min-height: 130px;
}
#featured-content .slide-content.selected {
	display: block;
}
#featured-content .slide-content p {
	font-size: 1.000em;
	color: #000;
	line-height: 125%;
	margin: 5px 0 5px 2px;
}
#featured-content .slide-content a {
	color: #000;
}
#featured #slide-menu {
	float: left;
	padding: 2px 0;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#featured #slide-menu .menu-item {
	float: left;
}
#featured #slide-menu .menu-item a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 55px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
}
#featured #slide-menu .menu-item.last a {
	border-right: none;
}
#featured #slide-menu .menu-item:hover a {
	background: #ccc;
}
#featured #slide-menu .menu-item.selected a {
	background: #000;
}



/*---------------------------------
	Pages
-----------------------------------*/

#page-content {
	width: 960px;
	min-height: 500px;
	margin: 7px auto 0 auto;
	padding: 15px 15px 125px 15px;
	background-image: url('img/bg-opacity-90.png');
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

body.faq #page-content {
	padding-bottom: 50%;
}


/*--- Breadcrumbs ---*/

ul.breadcrumbs {
	margin: 0 0 15px 0;
}
body.parent-pageid-10 ul.breadcrumbs, body.faq ul.breadcrumbs, body.contact ul.breadcrumbs, body.documents ul.breadcrumbs, body.parent-pageid-11 ul.breadcrumbs, body.page-template-page-single-photo-gallery-php ul.breadcrumbs, body.page-template-page-single-video-php ul.breadcrumbs {
	padding-bottom: 10px;
	border-bottom: 1px solid #6b6b6b;
}
ul.breadcrumbs li a, ul.breadcrumbs li.last a, ul.breadcrumbs li.last a:hover {
	color: #646464;
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: none;
}
ul.breadcrumbs li a:hover {
	color: #b20838;
}
ul.breadcrumbs li.first a { padding-left: 0; }


/*--- Content Column ---*/

#content-column h2, #content-column h3, #content-column h4, #content-column h5, #content-column h6 {
	font-family: 'AvenirNextLTProMedium', Arial, sans-serif;
}
#content-column h2.page-title, .mceContentBody h2.page-title {
	clear: both;
	font-family: 'AvenirNextLTProMedium', Arial, sans-serif;
	color: #b20838;
	background: #dcdedd;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	margin: 5px 0 15px 0;
	border-top: 1px solid #6e6f6d;
}
#content-column hr, .mceContentBody hr, #fancybox-wrap hr {
	clear: both;
	border-bottom: 0;
	border-top: 1px solid #6b6b6b;
	border-right: 0;
	border-left: 0;
	margin: 0;
	min-height: 0px;
	height: 1px;
}
body.documents #content-column h3 {
	margin: 20px 0;
}

#content-column .gallery-thumb {
	text-align: center;
	margin-right: 6px;
	margin-left: 5px;
	margin-bottom: 20px;
}
#content-column .gallery-thumb img {
	border: 4px solid #b20838;
	margin-bottom: 2px;
}
#content-column .gallery-thumb .photo-caption-arrow {
	width: 208px;
	height: 10px;
	background: url('img/gallery-thumb-caption-arrow.png') no-repeat center center;
}
#content-column .gallery-thumb .photo-caption {
	width: 200px;
	font-size: 0.750em;
	line-height: 125%;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 4px 4px 4px;
	margin: 0 auto;
	border: 4px solid #b20838;
	background: #fff;
}
#content-column .gallery-thumb .photo-caption a {
	color: #000;
}


/*--- Pop Up Content ---*/

.pop-up-content {
	width: 500px;
	min-height: 350px;
}
.pop-up-content h3 {
	margin-top: 0px;
}


/*--- Expanding / Collapsing ---*/

.expander {
	margin-bottom: 10px;
}

.expanding-title {
	color: #b20838;
	text-decoration: underline;
	cursor: pointer;
}

.expanding-content {
	display: none;
}



/*--- Values Map ---*/

#content-column #values-map {
	position: relative;
	width: 612px;
	height: 407px;
	background: url('img/values-map.jpg') no-repeat;
	border: 1px solid #b20838;
	margin: 0 0 20px 0;
}

#content-column #values-map .values-map-link {
	display: block;
	position: absolute;
	height: 20px;
}


/*--- Sidebar Menu ---*/

#sidebar-menu {
	width: 180px;
	margin-bottom: 50px;
}
#sidebar-menu li a {
	display: block;
	color: #505050;
	text-decoration: none;
	padding: 6px 0 12px 0;
	margin: 6px 0;
	border-bottom: 1px solid #cccbcb;
}
#sidebar-menu li .sub-menu {
	display: none;
	font-size: 0.938em;
}
#sidebar-menu li .sub-menu li {
	line-height: 125%;
}
#sidebar-menu li.current-menu-item .sub-menu, #sidebar-menu li.current_page_ancestor .sub-menu {
	display: block;
}
#sidebar-menu li .sub-menu li a {
	padding-left: 15px;
}
#sidebar-menu li.last a {
	
}
#sidebar-menu li a:hover, #sidebar-menu li.current-menu-item a, #sidebar-menu li.current_page_ancestor a {
	color: #b20838;
}
#sidebar-menu li li.last a {
	border-bottom: 1px solid #cccbcb;
}
#sidebar-menu li.current-menu-item li a, #sidebar-menu li.current_page_ancestor li a {
	color: #505050;
}
#sidebar-menu li li a:hover, #sidebar-menu li li.current-menu-item a, #sidebar-menu li li.current_page_ancestor a {
	color: #b20838;
}


/*--- Sidebar Image ---*/

#sidebar-image {
	width: 170px;
	margin-bottom: 50px;
}


/*--- Testimonials ---*/

.testimonial {
	width: 170px;
}
.testimonial h3 {
	color: #9ebea3;
	text-align: center;
	text-transform: uppercase;
}
.testimonial .testimonial-content {
	padding: 0 5px;
	border-top: 1px solid #5a5a5a;
	border-bottom: 1px solid #5a5a5a;
}


/*---------------------------------
	Footer
-----------------------------------*/

footer {
	width: 100%;
	height: 1px;
	overflow: visible;
	margin: 0 auto;
}
body.home footer {
	position: absolute;
	bottom: 0;
	min-width: 1000px;
	height: 100px;
}
footer #footer-background {
	position: relative;
	width: 100%;
	height: 100px;
	margin: -99px auto 0 auto;
	background-image: url('img/footer-bg.png');
	background-repeat: repeat-x;
	background-position: center center;
}
body.home footer #footer-background{
	margin-top: 0;
}
footer #footer-tagline {
	padding-top: 50px;
	text-align: center;
}
footer #footer-legal {
	position: absolute;
	bottom: 5px;
	right: 10px;
	font-size: 9px;
	line-height: 12px;
	text-align: right;
	color: #646464;
}
footer #footer-legal a {
	color: #646464;
	text-decoration: none;
	font-weight: bold;
}
footer #footer-photo-credit {
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 10px;
	line-height: 13px;
	text-align: left;
	color: #646464;
}


a.edit-link {
	font-size: 12px !important;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff !important;
	background: #b20838;
	padding: 3px 5px !important;
}



/*---------------------------------
	Plugin, Adjustment, etc.
-----------------------------------*/

#supersized, #supersized li {
	margin: 0;
	padding: 0;
}
#supersized .activeslide { cursor: default; }
#supersized .activeslide img { display: inline; }

#fancybox-wrap, #fancybox-wrap *, #supersized, #supersized *, #supersized-loader, #supersized-loader *, .addthis_toolbox, .addthis_toolbox *, #at20mc, #at20mc *, #at3win, #at3win * {
	-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: content-box;    /* Firefox, other Gecko */
	box-sizing: content-box;         /* Opera/IE 8+ */	
}

#fancybox-outer { border: 1px solid #b20838; }


header .addthis_toolbox {
	min-width: 190px;
	margin-top: 20px;
	margin-right: 10px;
}

body.contact .addthis_default_style { width: 200px; }
body.contact .addthis_32x32_style { width: auto; }


body.contact #page-content .addthis_32x32_style { margin-bottom: 15px; }
body.contact #page-content .addthis_32x32_style a { margin-right: 10px; }
body.contact #page-content .addthis_32x32_style a.addthis_photobucket {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	background: url('img/icon-photobucket.png') no-repeat;
}
body.contact #page-content .addthis_32x32_style a.addthis_photobucket:hover {
	opacity: 0.75;
}


.visual-form-builder-container fieldset {
margin: 15px 0;
padding: 0;
border: none;
background: transparent;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}

.visual-form-builder-container ul, .visual-form-builder-container li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.visual-form-builder-container .vfb-item {
	float: left;
	margin: 10px;
}
.visual-form-builder-container #vfb-verification-2 .vfb-item {
	float: none;
}
.visual-form-builder-container .vfb-item label {
	display: block;
	margin-bottom: 5px;
}
.visual-form-builder-container .vfb-item.vfb-item-radio label {
	display: inline;
}
input.radio, input[type="radio"] {
	margin-right: 10px;
}
#item-vfb-7, #item-vfb-8, #vfb-4 {
	clear: left;
}
#item-vfb-8 span {
	display: block;
}
#vfb-9 {
	width: 250px;
	height: 100px;
}

.vfb-item-submit {
	clear: left;
}

#sendmail, #mc-embedded-subscribe {
	background: #b20838;
	color: #fff;
	text-shadow: none;
	border: none;
	text-transform: uppercase;
}
#mailchimp-form {
	margin-right: 15px;
	text-align: left;
}
#mailchimp-form label {
	display: block;
	line-height: 20px;
	border-bottom: 1px solid #4d4d4d;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
#mc-embedded-subscribe {
	padding: 6px 8px;
	font-size: 12px;
	text-indent: 0;
}
#mce-EMAIL {
	font-size: 12px;
	min-width: 175px;
}

#wp-admin-bar-comments, #wp-admin-bar-new-content, #wp-admin-bar-search, #wp-admin-bar-user-info, #wp-admin-bar-edit-profile, #wp-admin-bar-vfb_admin_toolbar { display: none; }



@media all and (min-width: 1px) and (max-width: 1280px) {
	.grid *[class*="col_"]{}
	.grid{max-width: 1280px;}
}