/*
Theme Name: Parabola Child
Template: parabola
Author: Child Theme Configurator
Version: 1.0.1452033449
Updated: 2016-01-05 14:37:29
*/

@charset "UTF-8";

#branding {
	background:url('images/annex-banner.jpg') no-repeat top center;
	min-height: 164px !important;
	background-size: cover;
}
#bg_image {display: none !important;}

a#logo img {max-height: 164px !important;}

.entry-title {text-align: center;}
#access ul li {
	white-space: normal;
}

body #content blockquote p {
	margin-bottom: 1.0em;
}

/*home page / events*/
.home .entry-title {display: none;}

.events {
	display: table;
}
.event {
	display: table-row;
	margin-bottom: 20px;
}
.event-col {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 50px;
}

#content .event-col h2 {
	margin-top: 0;
	line-height: 1.0em;
	margin-bottom: 3px;
}
.col-1 {
	width: 20%;
}
#content .col-1 img {
	max-width: 160px;
	height: auto;
	width: 160px;
}

.col-2 {
	width: 55%;
	padding-left: 20px;
	padding-right: 10px;
}
#content .date {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4em;
}

.col-3 {
	width: 25%;
	text-align: center;
	padding-top: 20px;
}
#content .col-3 img.key-image {
	max-width: 100px;
	max-height: 100px;
	display: block;
	margin: 0 auto 5px;
	width: 100px;
	display: inline-block;
}
.buy-tickets img {
	width: 133px !important;
	min-width: 133px;
}

/*** sidebar ***/
.widget-container {
	text-align: center;
	margin: 0 0 10px 0 !important;
}
.widget-container ul li {
	padding-bottom: 10px;
}
.widget-container ul li:last-child {
	padding-bottom: 0;
}
.widget-title {
	margin-bottom: 15px;
}

/* Archives */
.tag h1.page-title {
	font-size: 23px;
}
.tag h1.page-title span {
	font-size: 26px;
	color: #777;
}
.archive article.post, .archive article.page, .archive article.hentry {
	border-bottom: 2px solid #ccc;
}
.archive article.post:last-child, .archive article.page:last-child, .archive article.hentry:last-child {
	border-bottom: none;
}


/***********************/


/* =Responsive
----------------------------------------------- */


@media (max-width: 650px) {
	a#logo img {
		max-width: 100% !important;
		/*max-height: 100% !important;*/
		margin-top: -45px !important;
	}
	#header-container > div#sheader { /*social icons goes out of view on dev version*/
		margin-top: -45px !important;
	}
	body #content h1.entry-title {
		font-size: 30px !important;
	}
	body #content h2.entry-title {
		font-size: 28px !important;
	}
	.events {
		display: block;
	}
	.event-col {
		display: block;
	}
	.col-1 {
		width: 30%;
		float: left;
	}
	.col-1 img {
		width: auto;
	}
	.col-2 {
		width: 62%;
		float: right;
		padding-right: 0;
	}
	.col-3 {
		/*width: 30%;
		width: 100%;*/
		clear: both;
	    width: 80%;
	    margin: 0 auto 40px;
	    border: 1px solid #999;
	    padding: 10px 0 0;
	    background: #f1f1f1;
	    border-radius: 5px;
	}
	.buy-tickets {
		/*background: #999;
    	clear: both;*/
    	padding: 10px 0 5px;
    	background:#999;
	}
	.widget-container {
		text-align: center;
	}
	body .widget-area a:link, body .widget-area a:visited {
    font-size: 14px !important;
	}

	
}
@media (max-width: 800px) {
	body #branding {
		height: 130px !important; 
		min-height: 130px !important;
	}
	a#logo img {
		max-width: 100% !important;
		height: 100% !important;
		max-height: 130px !important;
	}
	.col-3 img.key-image {
		width: auto;
	}
	#content .entry-content h2 {font-size: 30px !important;}
	body, body #content, body #content p, body #content ul, body #content ol, body #content code, body #content pre, body #content blockquote {
		font-size: 14px !important;
	}

	/*menu*/
	#access ul li {
		white-space: normal;
	}
}
