/* Any override fixes to the skin stylesheet (so we can swap theirs in quickly if they update it) */

#logo_container { position:relative; width:100%; height:100%; }
#logo_container #logo_title { position:absolute; left:60px; top:80px; width:175px; height:83px; vertical-align:middle; display:table-cell; }
#logo_container #logo_image { width:100%; height:100%; }
#logo_container #logo_title #logo_text_container { display: table; width:100%; height:83px; #position: relative; overflow: hidden; }
#logo_container #logo_title #logo_text_container #logo_text_boundingbox { #position: absolute; #top: 50%;display: table-cell; vertical-align: middle; }
#logo_container #logo_title #logo_text_container #logo_text_boundingbox #logo_text_holder { #position: relative; #top: -50%; text-align:center; }
#logo_container #logo_title #logo_text_container #logo_text_boundingbox #logo_text_holder h1 { line-height:30px; }

/* Bootstrap Fixes */
.label, .badge { background:none; display:inline-block; font-size:1em; font-weight:normal; line-height:2; text-shadow:none; white-space:normal; }
label, input, button, select, textarea { font-size:1em; line-height:normal; }
label { margin:0; display:inline; }
input[type="radio"], input[type="checkbox"], select#category { margin-bottom:0; margin-top:0; }
.btn-group { font-size: inherit; }

/* general pb fixes */
.block td.label, .block th.label { display: table-cell; border-radius:0; }
.block td { line-height: 2; }
div.block { margin-top:10px; }
.pb_assurance_badge { margin-right:10px; }
.pb_productions_list .pb_event_attr_inline.pb_hidden { display: none; }
.pb-unlock-booktypes { margin-top: -15px; }

#pb_seasons table.list { border-collapse: separate; border-spacing: 0 50px; }
/* #pb_nav, #pb_footer_nav fixes */

/* #pb_content fixes */
#pb_content .pb_productions_split.pb-border { border:none; }
#pb_content #pb_seasons .pb_productions_split_container { }
#pb_content #pb_seasons .pb_productions_split_container hr { background:none; }
#pb_content #pb_seasons .pb_productions_split_container .pb_production { position:relative; margin-top:30px; padding: 0 15px 15px 15px; 
	border: solid 1px #ddd;
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcdcdc 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dcdcdc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dcdcdc 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dcdcdc 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dcdcdc 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#pb_content #pb_seasons .pb_productions_split_container .pb_production .pb_event_icon_box { /* width:120px; */ margin-top:35px; }
#pb_content #pb_seasons .pb_productions_split_container .pb_production .pb_production_inner { margin-left: 0px; padding-top:35px; }
#pb_content #pb_seasons .pb_productions_split_container .pb_production .pb_production_inner.pb_has_icon { /*margin-left: 135px;*/ padding-top:35px; }
#pb_content #pb_seasons .pb_productions_split_container .pb_production .pb_production_inner .pb_event_title { position:absolute; left:-40px; top:-30px; width:100%; 
	background:url(../img/turn_black.png) no-repeat bottom left; padding-bottom:15px;
}
#pb_content #pb_seasons .pb_productions_split_container .list .pb_production .pb_production_inner .pb_event_title { left:-44px; }
#pb_content #pb_seasons .pb_productions_split_container .pb_production .pb_production_inner .pb_event_title .pb_event_title_a { 
	font-family: 'Rambla', sans-serif; font-size:1.4em;
	padding: 10px 15px 10px 38px; width:100%; display:inline-block;
	background:url(../img/grad_black.png) repeat-x center;
	border: 1px solid #202020; 
	border-image:url(../img/gradborder_black.png) 25% stretch; 
	-webkit-border-image:url(../img/gradborder_black.png) 25% stretch; 
	-moz-border-image:url(../img/gradborder_black.png) 25% stretch; 
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	color:#FFF; font-weight:bold;
	text-shadow: 0px 1px 1px #000;
}

#pb_content #pb_seasons .pb_productions_split_container .pb_columns .pb_production .pb_production_inner .pb_event_title { left:0px; background:none; }
#pb_content #pb_seasons .pb_productions_split_container .pb_columns .pb_production .pb_production_inner .pb_event_title .pb_event_title_a { padding-left:10px; box-sizing:border-box; }

#pb_content #pb_productions .pb_productions_split_container { }
#pb_content #pb_productions .pb_productions_split_container hr { background:none; }
#pb_content #pb_productions.pb_productions_list_columns .pb_productions_split_container .pb_production { padding-top:15px; }
#pb_content #pb_productions .pb_productions_split_container .pb_production { position:relative; margin-top:30px; padding: 0 15px 15px 15px; 
	border: solid 1px #ddd;
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcdcdc 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dcdcdc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dcdcdc 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dcdcdc 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dcdcdc 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#pb_content #pb_productions.pb_productions_list_columns .pb_productions_split_container .pb_production .pb_event_icon_box { margin-top:0; }
#pb_content #pb_productions .pb_productions_split_container .pb_production .pb_event_icon_box { margin-top:35px; margin-bottom:17px; }
#pb_content #pb_productions .pb_productions_split_container .pb_production .pb_production_inner { margin-left: 0px; padding-top:35px; }
#pb_content #pb_productions .pb_productions_split_container .pb_production .pb_production_inner.pb_has_icon { /*margin-left: 135px;*/ padding-top:35px; }
#pb_content #pb_productions.pb_productions_list_columns .pb_productions_split_container .pb_production .pb_production_inner .pb_event_title { top:-42px; }
#pb_content #pb_productions .pb_productions_split_container .pb_production .pb_production_inner .pb_event_title { position:absolute; left:-40px; top:-30px; width:100%; 
	background:url(../img/turn_black.png) no-repeat bottom left; padding-bottom:15px;
}
#pb_content #pb_productions .pb_productions_split_container .list .pb_production .pb_production_inner .pb_event_title { left:-44px; }
#pb_content #pb_productions .pb_productions_split_container .pb_columns .pb_production .pb_production_inner .pb_event_title { left:0px; background:none; }
#pb_content #pb_productions .pb_productions_split_container .pb_production .pb_production_inner .pb_event_title .pb_event_title_a { 
	font-family: 'Rambla', sans-serif; font-size:1.4em;
	padding: 10px 15px 10px 38px; width:100%; display:inline-block;
	background:url(../img/grad_black.png) repeat-x center;
	border: 1px solid #202020; 
	border-image:url(../img/gradborder_black.png) 25% stretch; 
	-webkit-border-image:url(../img/gradborder_black.png) 25% stretch; 
	-moz-border-image:url(../img/gradborder_black.png) 25% stretch; 
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	color:#FFF; font-weight:bold;
	text-shadow: 0px 1px 1px #000;
}
#pb_content #pb_productions .pb_productions_split_container .pb_columns .pb_production .pb_production_inner .pb_event_title .pb_event_title_a { box-sizing: border-box; padding-left:15px; padding-right:15px; }
#pb_content #pb_productions .pb_productions_split_container .pb_production .pb_production_inner.pb_has_icon .pb_event_title .pb_prod_category { margin-top:-30px; z-index:2; position: absolute; top:90px; left:28px; right:auto; }
#pb_content #pb_productions.pb_productions_list_new_large .pb_productions_split_container .pb_production .pb_production_inner.pb_has_icon .pb_event_title .pb_prod_category { left:45px; top:85px; }
#pb_content #pb_productions .pb_productions_split_container .pb_production .pb_production_inner .pb_event_title .pb_prod_category,
#pb_content #pb_seasons .pb_productions_split_container .pb_production .pb_production_inner .pb_event_title .pb_prod_category 
{ position: absolute; top:11px; right:-25px; }
#pb_content #pb_seasons.pb_seasons_list_new_large .pb_productions_split_container .pb_production .pb_production_inner.pb_has_icon .pb_event_title .pb_prod_category { right:inherit; top:60px; left:50px; }
#pb_content #pb_seasons .pb_productions_split_container .pb_columns .pb_production .pb_production_inner .pb_event_title .pb_prod_category { right:10px; }

.pb_productions_list_columns .pb_prod_category { top:auto; left:auto; }

#pb_content .pb_event_page .pb_instruction, #pb_content .heading { font-family: 'Rambla', sans-serif; font-size:1.5em; color:#CF0000; }

#pb_content #progress, #pb_content table.list th, #pb_content .pb_production tr.total td, tr.total td, #pb_content .pb_cart_container #cart thead th { background:url(../img/blackfade.png) repeat-x scroll 0 -50px #333333; }

#pb_content .buttons .button { font-family: 'Rambla', Verdana, sans-serif; font-size:1em; padding:8px 12px; background: #8F0000 url(../img/redfade.png) center repeat-x; }
#pb_content .buttons .hover { background: #DF0000 url(../img/redfadeinverse.png) bottom repeat-x;}

#pb_content .pb_event_title_a, #pb_content .pb_event_details_title .production_toggle, #pb_content .pb_event_details_title { font-family: 'Rambla', sans-serif; }

#pb_content .block .stuff #sections { padding-right:25px; }
/* #pb_content .pb_queue_* fixes */

/* #pb_sidebar fixes */
#pb_sidebar .block .title { margin:0 -38px 0 0; padding-bottom:15px; background:url(../img/turn_red.png) no-repeat bottom right; }
#pb_sidebar .block .title .text { padding: 10px; font-family: 'Rambla', sans-serif; font-size:1.1em; background:url(../img/grad_red.png) repeat-x center; 
	border: 1px solid #7e0202; 
	border-image:url(../img/gradborder_red.png) 25% stretch; 
	-webkit-border-image:url(../img/gradborder_red.png) 25% stretch; 
	-moz-border-image:url(../img/gradborder_red.png) 25% stretch; 
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	color:#FFF; font-weight:bold;
	text-shadow: 0px 1px 1px #000;
}
#pb_sidebar .block .stuff { margin: -15px 0 0 15px; border-color:#ddd; padding:15px;
background: #dcdcdc; /* Old browsers */
background: -moz-linear-gradient(top,  #dcdcdc 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dcdcdc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dcdcdc 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dcdcdc 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dcdcdc 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#pb_sidebar .block .bottom { padding:0 15px 15px 0; background:#FFF; border:solid 1px #ddd; border-top:none; margin:-1px 0 0 15px; }

#pb_sidebar .buttons .button { font-family: 'Rambla', Verdana, sans-serif; font-size:1em; padding:8px 12px; background: #8F0000 url(../img/redfade.png) center repeat-x; }
#pb_sidebar .buttons .hover { background: #DF0000 url(../img/redfadeinverse.png) bottom repeat-x;}

#pb_sidebar .even, #pb_sidebar .odd { background:none; border-bottom: solid 1px #BBB; }
#pb_sidebar #store_nav .active { color:#444; }

/* #pb_sidebar #calendar fixes */
#pb_sidebar #calendar { margin-top:-10px; font-family: 'Rambla', sans-serif; }
#pb_sidebar #calendar #pb_calendar_headleft { float:right; width:auto; }
#pb_sidebar #calendar #pb_calendar_headleft .buttons .button { background:url(../img/arrowleft.gif) no-repeat center center; width:15px; height:23px; padding:4px; overflow:hidden; font-size:0; line-height:100px; margin-left:/*100px*/0; border:none !important; }
#pb_sidebar #calendar #pb_calendar_headcenter { float:left; font-size:1.4em; color:#6f0000; width:auto; }
#pb_sidebar #calendar #pb_calendar_headright { width:20px; }
#pb_sidebar #calendar #pb_calendar_headright .buttons .button { background:url(../img/arrowright.gif) no-repeat center center; width:15px; height:23px; padding:4px; overflow:hidden; font-size:0; line-height:100px; border:none !important; }
#pb_sidebar #calendar #pb_calendar_weekdays { background:url(../img/blackfadeinverse.png) bottom; color:#FFF; }
#pb_sidebar #calendar #pb_calendar_weekdays td,#pb_sidebar #calendar tbody td { width:14.28%; }
#pb_sidebar #calendar .highlight { padding:1px; }
#pb_sidebar #calendar .highlight a { background: #DF0000 url(../img/redfadeinverse.png) bottom repeat-x; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; color:#FFF; padding:2px 0; }
#pb_sidebar #calendar .highlight a:hover { background: #8F0000 url(../img/redfade.png) top repeat-x; }

/* #pb_sidebar .pb_sidebar #cart fixes */
/* #pb_sidebar #store_nav fixes */

/* #mini fixes */
#pb_mini { background-image:none; }
#pb_mini #pb_header { height:100px; }
#pb_mini #pb_content { background:#FFF; padding: 0 10px 10px; }
#pb_mini #pb_content .buttons .button { text-shadow: 0 0 0 transparent, 1px 1px 1px #400; color:#fff!important; border: 1px solid #800 !important; }
#pb_mini #pb_footer { background-color:#fff; padding:0 10px 10px; }
#pb_mini a img { border:0; }

/* cc gateway: stripe */
.StripeElement { padding: 6px; margin-bottom: 10px; font-size: 14px; line-height: 20px; border-radius: 4px; vertical-align: middle; background-color: #ffffff; border: 1px solid #cccccc; box-shadow: inset 0 1px 1px rgba(51, 22, 22, 0.075); transition: border linear .2s, box-shadow linear .2s; }
.StripeElement--focus { border-color: #66afe9; outline: 0; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); }
.StripeElement--invalid { border-color: #a94442; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); }
.StripeElement--invalid.StripeElement--focus { border-color: #843534; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; }
