/*
	Theme Name: ERChamber-2015
	Theme URI: http://motorcitymobility.com
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Motor City Mobility
	Author URI: http://motorcitymobility.com
	
	Version: 2.0.0
	
	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Title Area
--------------------------------------------- */
.ecc_title-area,
.title-area {
	background-color: #fff;
	color: #fff;
	position: relative;
	text-align: center;
}

@media screen and (min-width: 64em) {
	.title-area {
		padding: 3px;
		height: 190px;
		width: 190px;
		position: absolute;
		top: 10px;
	}
}

.title-area {
	border: 1px solid rgba(56, 134, 63, 0.5);
	padding: 0px;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 82px;
	height: 82px;
	z-index: 10;
}

.ecc_title-area a,
.title-area a {
	-moz-transition-property: none;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
	background-image: url(assets/logo-sm.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 80px;
	height: 80px;
}

@media screen and (min-width: 31.25em) {
	.title-area {
		width: 97px;
		height: 97px;
	}

	.title-area a {
		width: 95px;
		height: 95px;
	}
}

@media screen and (min-width: 46.875em) {
	.title-area {
		top: 15px;
		left: 15px;
		padding: 10px;
		height: 145px;
		width: 145px;
		z-index: 10;
	}

	.title-area a {
		background-image: url(assets/ecc-logo.png);
		width: 125px;
		height: 125px;
	}
}

@media screen and (min-width: 64em) {
	.title-area {
		padding: 10px;
		height: 150px;
		width: 150px;
	}
	
	.ecc_title-area {
		width: 450px;
		height: 128px;
	}

	.title-area a {
		width: 130px;
		height: 130px;
	}
}

@media screen and (min-width: 71.875em) {
	.title-area {
		top: -35px;
	}
}


// *******
// Nav Toggle - Search
// *******
.nav-toggle-search {
	border: 1px solid white;
}


// *******
// Events 
// *******

.vcalendar .entry {
	padding: 10px;
}

.tribe-events-adv-list-widget .duration {
	font-size: 14px !important;
}

.footer--widgets:before {
	content: " ";
	display: table;
}

.footer--widgets:after {
	clear: both;
	content: " ";
	display: table;
}

.footer--widgets {
	clear: both;
	font-family: Lato, sans-serif;
	padding: 60px 0;
}

.footer--site-title {
	font-size: 30px;
	font-weight: bold;
}

.footer--site-title span {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	text-align: center;
}

@media only screen and (min-width: 750px) {

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		float: left;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
		width: 33.333%;
	}

}

@media only screen and (min-width: 960px) {

	.footer-widget-1 {
		float: left;
		margin-right: 5%;
		padding-bottom: 0;
		text-align: left;
	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
        	text-align: left;
        	width: 20%; }
	}
}

// *******
// News
// *******

.news-article--content h4 {
	font-weight: bold;
}

.news-article--content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}


// ******
// ERX
// ******
@media screen and (min-width: 46.875em) {
	.single-cta .cta--header .entry-title {
		margin: 0;
	}
}

