/*
Theme Name: Proscenium
Theme URI: http://www.theatrecms.com
Author: Scott Shumaker
Author URI: http://www.theatrecms.com
Description: A theme for use with TheatreCMS
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Proscenium is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

*/



body {
	padding: 0 0 30px 0;
	background-color: transparent;
}
.container {
	background-color: white;
	background-color: rgba(255,255,255,0.97);
/* 	box-shadow: 3px 3px 20px rgba(0,0,0,0.2); */
}
#primary {
	padding: 30px 30px 0 30px;
}
article, .comments-area, .navigation-post {
/* 	padding: 20px; */
}
#secondary {
	padding: 30px 35px 0 0;
}
.single-tcms_production .container {
/* 	background-color: transparent; */
}
#site-footer {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: 1px solid gray;
/* 	box-shadow: 3px 3px 20px rgba(0,0,0,0.2); */
	font-size: .8em;
	color: #7a7a7a;
	color: rgba(0,0,0,0.50);
}
footer.entry-meta {
	box-shadow: none;
}
code {
	white-space: normal;
}

.navbar-default {
	background-color: white;
	background-color: rgba(250,250,250,0.85);
}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.carousel {
	max-width: 1170px;
	margin: 0 auto;
}
.carousel-indicators {
	bottom: 10px;
}

.carousel-inner>.item {
	max-height: 400px;
	overflow: hidden;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	vertical-align: middle;
	width: 100%;
}
.carousel-caption {
	text-align: inherit;
	right: 10%;
	left: 10%;
	padding: 20px;
}
h2 {
	display: block;
	-webkit-animation-duration: .7s;
	-webkit-animation-delay: 1.4s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .7s;
	-moz-animation-delay: 1.4s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-o-animation-duration: .7s;
	-o-animation-delay: 1.4s;
	-o-animation-timing-function: ease-in-out;
	-o-animation-fill-mode: both;
	-ms-animation-duration: .7s;
	-ms-animation-delay: 1.4s;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-fill-mode: both;
	animation-duration: .7s;
	animation-delay: 1.4s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-ms-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
#homeFeatures aside {
	margin: 30px 0 0 0;
}
#secondary aside {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
aside h1 {
	font-size: 24px;
}
aside h2 {
	font-size: 18px;
	margin: 0 0 5px 0;
}
aside h3 {
	font-size: 18px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
aside ul {
	padding: 0 0 0 15px;
}
.nav-tabs li {
	font-weight: bolder;
}
.tab-content {
	padding: 20px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.pull-right {
	margin-left: 1.2em;
}
.widget_tcmsupcomingevents_widget h4.tcmsTitle {
	margin: 0;
}
.mapContainer, #rwmb-map-canvas-0, #rwmb-map-canvas-1, #rwmb-map-canvas-2, #rwmb-map-canvas-3, #rwmb-map-canvas-4, #rwmb-map-canvas-5 {
  display: block;
  min-height: 300px;
  max-width: 100% !important;
  overflow: hidden;
}
#bioSections {
	padding: 40px 0 0 0;
}
#bioSections h2.tcmsTitle a {
	font-size: 16px;
}
.tcmsVenueDesc {
	padding: 20px 0;
}
.tcmsSeatingChart {
	margin-left: 10px;
}
.dl-horizontal dt {
	width: 90px;
}
.dl-horizontal dd {
	margin-left: 110px;
}
.tcmsOfferDescription {
	margin-top: 20px;
}
.tcmsOfferDescription p {
	font-size: 1.2em;
	line-height: 1.5em;
}
.fa {
	color: rgba(0,0,0,0.25);
}
.thumbnail {
	padding: 0;
	line-height: 1.428571429;
	border: none;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, .2);
	box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, .2);
}
div.tcmsCredits, div.tcmsCredits p {
	font-size: .9em;
}

/* ! PRODUCTION LAYOUTS */

.basicTwoCol {
}
.single-tcms_production #site-footer {
/* 	padding: 15px; */
	background-color: white;
	background-color: rgba(255,255,255,0.9);
/* 	border-radius: 3px; */
/* 	box-shadow: 3px 3px 20px rgba(0,0,0,0.2); */
}
#titleBlock h1 {
	margin: 0 0 7px 0;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	font-size: 4em;
}
#titleBlock .credits {
	font-size: 1.4em;
}
#titleBlock .wp-post-image {
	margin-bottom: 1.5em;
}
#titleBlock .dateRange {
	font-size: 1.3em;
}
#showSummary p {
	font-size: 1.3em;
	line-height: 1.6em;
}
.subPages.nav-tabs  a {
	font-size: 1.5em;
	margin-right: 6px;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    filter: dropshadow(color=#878787, offx=1, offy=1);
}

/* PHOTO GALLERY TEMPLATE PAGE */
.photoGallery .production-gallery, .photoGallery .tab-content {
/*
	background: white;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
*/
}
.photoGallery .nav-tabs>li>a {
	background: white;
	background-color: rgba(255,255,255,0.4);
}
.photoGallery .nav-tabs>li.active>a {
	background: white;
	background-color: rgba(255,255,255,0.7);
}
.photoGallery .production-gallery {
/* 	padding: 15px; */
}
.photoGallery .panel {
	background-color: transparent;
	border: 1px solid transparent;
/*
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
*/
}
.photoGallery .panel-default>.panel-heading {
	color: white;
	background-color: rgba(255,255,255,0.1);
	background-color: rgba(255,255,255,0.3);
}
.photoGallery .flexslider {
	margin: 0 0 30px;
/* 	background: #fff; */
	background: transparent;
/* 	border: 4px solid #fff; */
	position: relative;
/* 	-webkit-border-radius: 4px; */
/* 	-moz-border-radius: 4px; */
/* 	-o-border-radius: 4px; */
/* 	border-radius: 4px; */
/*
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
*/
	zoom: 1;
}
.photoGallery .flex-control-thumbs li {
	width: 20%;
	float: left;
	margin: 0;
}
.tcmsVenueOverview {
	background-color: #dddddd;
	background-color: rgba(0,0,0,0.02);
	padding: 15px;
	margin: 0 0 15px 0;
	border: solid 1px #bababa;
	border: solid 1px rgba(0,0,0,0.25);
	border-top: solid 6px #989898;
	border-top: solid 6px rgba(0,0,0,0.5);
}
.tcmsVenueOverview p, .tcmsVenueOverview address {
	margin-bottom: 5px;
}
.tcmsVenueOverview h3 {
	margin-top: 0;
	font-size: 1.6em;
}
.tcmsVenueOverview img {
	margin-bottom: 15px;
}
div.tcmsEventTableContainer {
	width: 100%;
}


/* ! RESPONSIVE */
@media (max-width: 767px) {
	body {
		font-size: 16px;
	}
	.navbar {
		margin-bottom: 0;
	}
	.navbar-brand img {
		max-width: 210px;
		height: auto;
	}
	article, .comments-area, .navigation-post {
		padding: 7px;
	}
	#primary {
		padding: 0 15px 15px 15px;
	}
	#secondary {
		padding: 20px;
	}
	#site-footer {
		padding: 20px;
	}
	#site-footer aside {
		padding-bottom: 15px;
	}
	#titleBlock h1 {
	margin: 0 0 7px 0;
	font-size: 2.5em;
	}
	#titleBlock .credits {
		font-size: 1.1em;
	}
	#titleBlock .dateRange {
		font-size: 1.1em;
	}
	#showSummary {
		margin-top: 20px;
	}
	#showSummary p {
		font-size: 1em;
		line-height: 1.4em;
	}
	.carousel {
		height: 300px;
		background-color: #000000;
		background-color: rgba(0,0,0,0.9);
	}
	.carousel-inner>.item {
		height: 300px;
	}	
	.carousel-caption {
		font-size: .6em;
		position: absolute;
		right: 0;
		top:auto;
		left: 0;
		z-index: 10;
		bottom: 0;
		padding-top: 10px;
		padding-bottom: 25px;
		color: #fff;
		text-shadow: 0 1px 2px rgba(0,0,0,0.6);
		background-color: black;
		background-color: rgba(0,0,0,0.75);
	}
	.carousel-inner>.item>a>img {
		height: 100%;
		margin-left: -25%;
		width: auto;
		max-width: 10000%;
	}
	.carousel-indicators {
		bottom: -5px;
	}
	.carousel-caption p {
		font-size: 13px;
		margin-bottom: 2px;
	}
	.carousel-caption h1, h2, h3, h4, h5, h6 {
		margin-top: 5px;
		margin-bottom: 3px;
		line-height: 1.2em;
	}
	.carousel-caption h1 {
		font-size: 20px;
	}
	.carousel-caption h2 {
		font-size: 16px;
	}
	.carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
		font-size: 14px;
	}
    .nav-tabs > li {
        float:none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	body {
		font-size: 15px;
	}
	#menu-main-menu {
		font-size: 14px;
	}
	.container>.navbar-header {
		width: 100%;
	}
	.navbar-brand img {
		max-width: 210px;
		height: auto;
	}
	.navbar-nav, .navbar>.container .navbar-brand {
	}
	#primary {
		padding: 15px;
	}
	#secondary {
		padding: 30px;
	}
	#site-footer aside {
		padding-bottom: 15px;
	}
	#titleBlock {
		text-align: center;
	}
	.photoGallery .panel-title {
		font-size: 22px;
		text-align: center;
	}
	.tcmsEventInner h4 {
		font-size: 14px;
	}
	.tcmsEventInner .tcmsBuyTix, .tcmsEventInner .tcmsTicketsUrl {
		text-transform: none;
		font-size: 10px;
		padding: .3em .5em;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-brand img {
		max-width: 210px;
		height: auto;
	}
	.navbar-nav {
		float: right;
	}
	#secondary {
		padding: 30px 30px 0 40px;
	}
	.tcmsEventInner h4 {
		font-size: 14px;
	}
	.tcmsEventInner .tcmsBuyTix, .tcmsEventInner .tcmsTicketsUrl {
		text-transform: none;
		font-size: 10px;
	}
}

@media (min-width: 1200px) {
	.navbar-brand img {
		max-width: 250px;
		height: auto;
	}
	.navbar-nav {
		float: right;
	}
	#secondary {
		padding: 30px 30px 0 60px;
	}
}