/*
 Theme Name:   Jackson Hole Historical Society & Museum - White Grass
 Theme URI:    http://whitegrass.org
 Description:  This is a theme created for JHHSM - White Grass Heritage Project.
 Author:       Gliffen Designs
 Author URI:   http://gliffen.com
 Template:     twentytwelve
 Version:      1.0.0
 Text Domain:  twenty-twelve-child
*/

body {
	background-color: #4e7477;
}
body .site{
	margin-top:0;
	padding:0;
	font-family: 'stevie-sans', sans-serif;
}
#page{
	background-color:#e9e3d5;
	font-family: 'stevie-sans', sans-serif;
}
.category-77 .site-content{
	width:96%;
}
.category-77 #secondary, #secondary, .widget-area{
	display:none;
}
.site-header {
	position: relative;
}
.site-content{
	width:100%;
}
.whitegrass-header {
	background-image: url('images/whitegrass-header.jpg');
	background-repeat: no-repeat;
	background-size: 1500px 368px;
	background-position: center top;
	min-height: 300px;
	text-align: center;
}
.whitegrass-custom-header img {
	width: 100%;
	height: auto;
	text-align: center;
}
.whitegrass-logo {
	color: #fff;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	background-color: #0a2433;
	padding: 5px;
	text-transform: uppercase;
	width: 40%;
	font-size: 42px;
	font-family: 'ff-ernestine-pro', serif !important;
}
.logo {
	position: absolute;
	top: 20px;
	right: 20px;
	left: auto;
	max-width: 210px;
}
.main-navigation {
	background: none;
	background-color: rgba(60,60,60,.7);
	font-family: 'stevie-sans', sans-serif !important;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul{
	border-bottom:0;
	border-top:0;
	margin-left:10px;
	font-family: 'stevie-sans', sans-serif !important;
	text-align:center;
}
.main-navigation a, .main-navigation a:link, .main-navigation a:visited{
	font-family: 'stevie-sans', sans-serif !important;
	font-size:9px;
}
.main-navigation li ul li a, .main-navigation li ul li a:hover, .main-navigation li ul li a:focus{
	background-color: rgba(60,60,60,.7);
	
}
.page-id-690849 .entry-title{
	display: none;
}
#page {
	background-color: #fff;
}
h1, h2, h3, h4, .entry-header .entry-title {
	color: #8b5d3b;
	font-family: 'ff-ernestine-pro', serif;
}
.widget-area h3{
	font-family:'Franchise';
	color:#fff !important;
}
#webform_submit_button{
	background-color:#333 !important;
	background-image: none;
	color:#fff;
	font-family:'Franchise';
	font-size:20px;
	width:100%;
}
input#signup_email{
	width:95%;
}
.story-share {
	margin: 25px 15px 25px 20px;
}
.share-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
a.share-button {
	display: block;
	float: right;
	padding: 15px;
	border-radius: 8px;
	background-color: #8b5d3b;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
}
.story-header {
	margin: 0 0 25px 0;
}
.story-header span {
	font-weight: normal;
	font-style: italic;
	font-family: 'stevie-sans', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #8b5d3b;
}
.story-header p {
	color: #8b5d3b;
	font-size: 14px;
}
.whitegrass-images{
	padding:20px;
}
.share-image {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.widget-area {
	background-color: #dcdedd;
}
.page-template-whitegrass #primary{
	width:100%;
}
.page-template-whitegrass-home #secondary{
	width:20%;
	padding-bottom:2% !important;
	float:right;
}
footer[role="contentinfo"] {
	background-color: #4e7477;
	font-family:'stevie-sans',sans-serif;
}
footer .textwidget {
	float: left;
	padding-right: 25px;
	font-size:12px;
}

footer h4{
	color:#fff;
	font-family:'stevie-sans', sans-serif;
	line-height:1;
	text-transform:none;
}

@media screen and (max-width: 600px) {
	.whitegrass-logo {
		width: 80%;
		font-size: 36px;
		padding: 5%;
	}
	.whitegrass-custom-header img{
		min-height: auto;
	}
	.logo{
		display: none;
	}
	a.share-button {
		float: none;
		text-align: center;
		margin: 0 auto 20px auto;
		width: 80%;
	}
	.share-image {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	button.menu-toggle {
		font-size: 1.5rem;
	}
	.page-template-whitegrass-home #secondary{
		width:85%;
	}
}