/*
Theme Name: Anacapa Society
Description: This is a Jump Start child theme. It requires the theme from wpjumpstart.com
Author: Noah Kuhn
Template: jumpstart
*/

/*
	Orange: #EA7913
	Grey: #333333
*/

body,
.site-breadcrumbs, .site-inner {
	background: #f3f3f3;
}
.dir-listing-text {
	letter-spacing: 0px !important;
}

#top {
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	position: relative;
	z-index: 100;
}
.header-content .header-logo {
	padding: 30px 0;
}
.header-content .header-logo img {
	height: 60px;
}

.header-nav .tb-primary-menu > li > .menu-btn {
	padding-top: 50px;
	padding-bottom: 50px;
}
.tb-primary-menu ul.sub-menu .menu-btn, 
.tb-primary-menu .mega-section-header {
	color: #111;
} 
.tb-primary-menu ul.sub-menu .menu-btn:hover {
	color: #EA7913;
}

#content.widecolumn {
	width: 50%;
	margin: 20px auto;
	float: none;
	background: #fff;
	padding: 30px;
}

.entry-header h1 {
	font-size: 32px;
	line-height: 1em;
	color: #EA7913;
}

.entry-content h2 {
	font-size: 24px;
	line-height: 1em;
	font-weight: 400;
}
.entry-content h3 {
	font-size: 18px;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #666;
}

.blog-wrap>article, 
article.single,
.fixed-sidebar .widget {
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}

#bottom {
	box-shadow: 0 1000px 0 1000px #fff
}

legend {
	border: 0;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.tb-gforms-compat .gform_wrapper .top_label .gfield_label {
	margin-bottom: 0;
}
.gform_wrapper li.gfield fieldset legend.gfield_label {
	line-height: 1.3em;
}
.tb-gforms-compat .gform_wrapper .top_label li.gfield {
	margin-bottom: 30px;
}
.gform_wrapper .description, 
.gform_wrapper .gfield_description, 
.gform_wrapper .gsection_description, 
.gform_wrapper .instruction {
	font-size: 12px;
}
.gform_wrapper .field_description_below .gfield_description {
	padding-top: 10px;
}


@media(max-width:768px) {
	
	.header-content>.wrap {
		
	}
	.header-content .header-logo {
		padding: 10px 10px;
		left: 0;
		max-width: 85%;
	}
	.site-header {
		border: 0px;
	}
	.mobile-nav {
		margin-right: 0;
	}
}