/*
	Theme Name: MNBrewers.com
	Description: Minnesota Homebrewer's Association - Customizations
	Author: Dave Royer
	Author URI: http://www.climbingpenguin.com
	Version: 2014.08.27

	Template: genesis
	Template Version: 2.0.1
 
*/


/* 
 * Add the logo to the title area 
 */
.title-area {
float: left;
padding-left: 40px;
padding-left: 20rem;
width: 600px;
height: 165px;
background: url(images/logo.png) no-repeat left;
margin-left: 15px;
}

.site-header .widget-area {
width: 200px; 
}

/* 
 * Make the primary menu sticky
 */
.nav-primary.fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    /*background: rgba(255, 255, 255, 0.92);*/
}
.admin-bar .nav-primary.fix {
    top: 28px;
}

.eo_venue_address {
	display: block;
	font-size: 1.5rem;
	padding-left: 10px;
}

/***************************************************************
 *
 * Custom Event Post Type on Pages
 *
 ***************************************************************/
.post-event {
	border: 1px solid #e3e3e3;
	padding: 2rem;
	margin: .8rem 1rem 1rem 1rem;
	float: right;
	display: inline;
	max-width: 150px;
	background-color: #f3f3f3;
}

/**************************************************************
 *
 * Brewer of fame styling
 *
 **************************************************************/
.bof-entries {}

.bof-title {
	font-size: 1.8rem;
	padding-top: 1rem;
}

.bof-header {
	font-weight: bold;
}

.bof_indent {
    margin-left: 2rem;
}

/*************************************************************** 
 * 
 * Brewers of Fame customizations
 * 
 ***************************************************************/
.bof_header {
    font-weight: bold;
}


/***************************************************************
 *
 * Membership Payment Form
 *
 ***************************************************************/

/**
 * Membership Payment Form Formatting 
 **/
.required:after {
	content: ' *';
}

/** 
 * 
 */
#amountShown {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 1px;
	border: 1px solid #aaa;
	width: 150px;
}

/***************************************************************
 *
 * Gravity Forms
 *
 ***************************************************************/

.mhba-gf-discount input {
	width: 75%;
	display: inline;
}

.mhba-gf-discount input.gf-coupon-code {
	display: inline;
}

#input_10_8_3_container {
	width: 75%;
	float: none !important;
}

#input_10_8_4_container {
	float: left;
}

#input_10_8_4 {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
	padding: 16px;
}

#input_10_8_5_container {
	float: right;
}

#input_10_12_2_month {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
	padding: 16px;
}

#input_10_12_2_year {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
	padding: 16px;
}


.mhba-gf-membership .gform_confirmation_message table {
	background: inherit;
}

/*************************************************************** 
 * 
 * Dave's Mobile Responsive Tweaks
 * 
 ***************************************************************/
@media only screen and (max-width: 680px) {
	.title-area {
		width: 90%;
		padding-left: 2rem;
		background-image: none !important;
		height: auto;
	}

	.site-title {
		font-size: 3rem;
	}
}


