/*
Theme Name: Theatre Off Jackson 2018
Author: Zac Eckstein
Description: A custom theme for Theatre Off Jackson.
Version: 1.0

toj WordPress Theme © 2011-2017 Theatre Off Jackson
*/

/*RESET*/
html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video, h1, h2, h3, h4, h5, h6{
    font-size:100%;
    font:inherit;
    padding:0;
    border:0;
    margin:0;
    vertical-align:baseline;
}
.screen-reader-text{
    clip:rect(1px, 1px, 1px, 1px);
    position:absolute !important
}
* {
	box-sizing: border-box;
}
/*WP Admin Bar*/
@media screen and (min-width: 783px) {
body.admin-bar #wphead {
   padding-top: 0;
}
#wpadminbar {
    top: auto !important;
    bottom: 0;
    position: fixed;
}
#wpadminbar .quicklinks .menupop ul {
    position: absolute;
    bottom: 32px;
    background-color: #23282d;
}
#wpadminbar .quicklinks .menupop ul + ul {
	bottom: 70px;
}
#wpadminbar .quicklinks .menupop ul ul {
	transform: translateY(62px);
	-webkit-transform: translateY(62px);
	-ms-transform: translateY(62px);
}
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
	bottom: 64px;
	position: absolute;
}
@media screen and (max-width: 782px) {
	#wpadminbar .quicklinks .menupop ul {
		bottom: 46px;
	}

	#wpadminbar .quicklinks .menupop ul + ul,
	#wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
		bottom: 86px;
	}

	#wpadminbar .quicklinks .menupop ul ul {
		transform: translateY(92px);
		-webkit-transform: translateY(92px);
		-ms-transform: translateY(92px);
	}
}

}


html {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000300;
	box-sizing: border-box;
}
body{
    line-height:1.4em;
	 font-size: 1.2em;
}
#container {
	
}

#content {
	
}


blockquote,q{
    quotes:none
}
table{
    border-collapse:collapse;
    border-spacing:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}

/*Library*/


.clear{
    clear:both
}

img.alignright {
    float:right;
    margin:0 0 1em 1em
}
 img.alignleft {
    float:left;
    margin:0 1em 1em 0
}
 img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
 a img.alignright {
    float:right;
    margin:0 0 1em 1em
}
 a img.alignleft {
    float:left;
    margin:0 1em 1em 0
}
 a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.center {
	text-align: center;
}

hr {
	margin: 1em 0;
}

.warningBox {
	padding: 6px 10px;
	color: #fff;
	background-color: red;
	margin-bottom: 10px;
}

/*Articles*/
article {
	padding-bottom: 40px;
}
article ul, article ol {
	margin-left: 20px;
	margin-bottom: 1.4em;
}
article p {
	margin-top: 0;
	margin-bottom: 1.3em;
}

article a {
	color: #02A9EA;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
article p img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5em!important;
	line-height: 1em;
}
h1 {
	font-size: 2.5em;
	font-weight: 900;
}
h2 {
	font-size: 2em;
	font-weight: 700;
}
h3 {
	font-size: 1.7em;
	font-weight: 700;
}
h4 {
	font-size: 1.4em;
	font-weight: 700;
}
h5 {
	font-size: 1.4em;
	font-weight: 300;
	margin-bottom: 1em!important;
}
h6 {
	font-size: 1.1em;
	font-weight: 700;
}


.thin {
	font-weight: 200;
}

strong {
	font-weight: 600;
}
i, em {
	font-style: italic;
}

.limitWidth {
	max-width: 600px;
	margin: 0 auto;
}

.hide {
	display: none;
}
/*Buttons*/

.button, .purchase-tickets-link {
	padding: 10px 20px;
	border-radius: 3px;
	background-color: #02A9EA!important;
	color: #fff!important;
	text-align: center;
	text-decoration: none;
	font-size: 1.3em;
	border: 2px solid #fff;
	display: inline-block;
}
.button:hover, .purchase-tickets-link:hover {
	background-color: #FF00EE!important;
	text-decoration: none;
	cursor: pointer;
}
.button.gray {
	background-color: #666!important;
	color: #000300!important;
}
.button.gray:hover {
	background-color: #000300!important;
	color: #fff!important;
}
.acf-button.button {
	padding: 5px 14px;
	font-size: .8em;
}
.acf-form-submit .acf-button.button {
	padding: 10px 20px;
	font-size: 1.3em;
}
label.button {
	display: inline-block;
}

/*Site Header*/

#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #000300;
	color: #fff;
	z-index: 99999;
	box-shadow: 0px -5px 10px -1px rgba(0,0,0,0.37);
	box-sizing: border-box;
}
#headerInner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 40px;
}
#header .navBranding {
	margin-right: 80px;
}
#header .navBranding img {
	max-height: 2em;
}
#header #navBurger {
	display: none;
	font-size: 2em;
	cursor: pointer;
}
#header #navBurger.active, #header #navBurger:hover {
	color: #FF00EE;
}
#header .navMenu {
	flex: 1;
}

#header .navMenu ul li.with-submenu:before {
	content: "\f107";
	font-family: FontAwesome; 
	padding-right: 6px;
}

#header .navMenu ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
#header .navMenu ul li a:hover {
	color: #ff00ee;
}

@media screen and (min-width: 900px) {
	#header .navMenu .menu-main-menu-container > ul {
		display: flex;
		align-items: flex-start;
	}
	#header .navMenu .menu-main-menu-container > ul > li {
		display: inline-block;
		margin-right: 30px;
		font-size: 1.2em;
		position: relative;
		list-style: none;
	}
	.firstRightMenu {
		margin-left: auto;
	}
	#header .navMenu ul li.rightMenu {
		font-size: 1em;
		margin-right: 0;
	}
	#header .navMenu ul li.rightMenu.firstRightItem {
		margin-left: auto;
	}
	
	#header .navMenu ul li ul {
		display: none;
		position: absolute;
		top: 100%;
		background-color: #000300;
		padding: 30px 20px 10px;
		margin: 0;
		width: calc(100% + 40px);
		left: -20px;
	}
	#header .navMenu ul li ul li {
		color: #fff;
		list-style: none;
		font-size: .8em;
		padding: 6px 0;
	}
}



@media screen and (max-width: 899px) {
	#header .navMenu {
		display: none;
		flex: 0 0 100%;
		position: absolute;
		right: 20px;
		top: 100%;
		background-color: #000300;
		padding: 0 40px 20px 40px;
		border-right: 2px solid #FF00EE;
	}
	#header .navMenu ul {
		display: block;
	}
	#header .navMenu ul li {
		display: block;
		margin: 0;
		padding-top: 20px;
	}
	#header #navBurger {
		display: block;
	}
	#header .navMenu ul li ul {
		display: block;
		padding-left: 20px;
	}
	#header .navMenu ul li ul li {
		padding-top: 10px;
	}
}

/*Single Page */
h1.page-title {
	text-align: center;
	padding: 40px 0;
}



/*Single Entries without Sidebar (default)*/
.entry-content {
	padding: 40px 0;
	max-width: 1200px;
	margin: 0 auto;
}

/*Full-Width Single Entries (no sidebar)*/
.entry-content.fullWidth {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

/*Single Entries with Sidebar*/
.withSidebar .entry-content {
	max-width: 1200px;
}

/*Pagebuilder Entries*/
.entry-content.pagebuilder {
	padding: 0 20px;
}
.entry-content.fullWidth.pagebuilder {
	padding: 0;
	max-width: 100%;
	margin: auto;
}

@media screen and (max-width: 1240px) {
	.entry-content {
		width: 100%;
		padding: 40px 20px;
	}
}


/*Page Builder Sections*/
.toj-page-section {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.toj-page-section .section-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.toj-page-section .section-content {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
}

/*Single Main Content Area */

article.with-sidebar {
	width: 65%;
	float: left;
}

/*Single Right Sidebar*/
#mainSidebar {
	width: 30%;
	float: left;
	margin-left: 5%;
	
}
@media screen and (max-width: 960px) {
	#mainSidebar {
		width: 100%;
		clear: both;
		margin-left: 0;
	}
}
#mainSidebar ul {
	margin: 0;
}
#mainSidebar li {
	list-style-type: none;
}
#mainSidebar.topOnMobile {
	float: right;
}
@media screen and (min-width: 960px) {
	#mainSidebar.stickyOnScroll {
		position: sticky;
		top: 100px;
	}
}
@media screen and (max-width: 959px) {
	article.with-sidebar {
		width: 100%;
		float: none;
	}
	#mainSidebar.topOnMobile {
		width: 100%;
		float: none;
		padding: 20px;
		text-align: center;
		margin-left: 0;
		margin-bottom: 40px;
		box-sizing: border-box;
		border-bottom: 2px solid #000300;
	}
}

/*Page Co-Produce*/
.coProduceAnnouncement {
	background-color: #eee;
	padding: 20px;
	margin-bottom: 20px;
}

/*VEM Global Styles*/
.vem-single-event-run-dates:before {	
	font-family: FontAwesome;
	content: "\f073";
	margin-right: 10px;
}


/*VEM Event Listings*/
.vem-listing .vem-single-event {
	
}
.vem-listing .vem-single-event:after {
	display: none;
	border: 0!important;
	padding: 0;
	margin: 0!important;
}

	
	
	/*VEM Thirds*/
	.vem-listing.thirds .vem-single-event-run-dates {
		font-weight: 600;
		margin-bottom: 10px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.vem-listing.thirds .vem-single-event-title {
		font-size: 24px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-bottom: 0!important;
	}
		.vem-listing.thirds .vem-single-event-pretitle {
			font-size: .8em!important;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			margin-top: 0!important;
		}
		.vem-listing.thirds .vem-single-event-posttitle {
			font-size: .8em!important;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			margin-top: 0!important;
			min-height: 1.2em;
		}
		.vem-listing.thirds .vem-single-event-date-ticket-link {
			text-align: center;
		}
		.vem-listing.thirds .vem-more-details {
			text-align: center;
		}
		
		
	@media screen and (max-width: 840px) {
		.vem-listing.thirds .vem-single-event {
			margin: 0 auto 40px;
			width: 100%;
		}
		.vem-listing.thirds .vem-single-event-title, 
		.vem-listing.thirds .vem-single-event-pretitle, 
		.vem-listing.thirds .vem-single-event-posttitle {
			overflow: visible;
			white-space: normal;
			text-overflow: inherit;
		}
	}
	
	.vem-listing.thirds .vem-single-event .vem-one-occurrence {
		margin-bottom: 0;
	}
	.vem-listing.thirds .vem-single-event .vem-single-event-date-start {
		margin: 0;
	}
	.vem-listing.thirds .vem-single-event .vem-thumbnail-image {
		float: none!important;
		margin: 0;
		width: 100%;
		padding-bottom: 100%;
		position: relative;
		overflow: hidden;
		background-color: #222;
	}
		.vem-listing.thirds .vem-single-event .vem-thumbnail-image img {
			position: absolute;
			width: 100%;
			height: auto;
		}

		

/*Single Events*/
.vem-medium-image {
	width: 100%;
	height: auto;
	text-align: center;
}
	.vem-medium-image img {
		max-width: 100%;
		height: auto;
	}

.single-event article .vem-single-event-run-dates {
	background: #ff00ee;
	background: -moz-linear-gradient(left,  #ff00ee 0%, #c700ff 100%);
	background: -webkit-linear-gradient(left,  #ff00ee 0%,#c700ff 100%);
	background: linear-gradient(to right,  #ff00ee 0%,#c700ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ee', endColorstr='#c700ff',GradientType=1 );
	padding: 10px 20px;
	color: #fff;
	margin-bottom: 40px;
	position: relative;
}
	.single-event article .vem-single-event-run-dates:after {
		content: "CO-PRO";
		position: absolute;
		font-size: .8em;
		font-weight: 400;
		top: 12px;
		right: 20px;
		color: #FAFF00!important;
	}
.single-event article .vem-single-event-pretitle {
	text-align: center;
}
.single-event article .vem-single-event-title {
	text-align: center;
	margin: 10px 0 0 0;
}
.single-event article .vem-single-event-posttitle {
	text-align: center;
	font-size: 1.2em;
	font-size: 400;
	margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
	.single-event article .vem-single-event-pretitle {
		font-size: .8em;
	}
	.single-event article .vem-single-event-title {
		font-size: 28px!important;
		}
	.single-event article .vem-single-event-posttitle {
		font-size: 1em;
	}
}

/*For when there's a single calendar*/
.single-event article .vem-calendar {
	margin-top: 40px;
}

/*For when there's just some buttons*/
.single-event article .vem-one-occurrence {
	padding-bottom: 20px;
	border-bottom: 1px dotted #cdcdcd;
}
.single-event article .vem-one-occurrence:last-child {
	border-bottom: 0;
}
.single-event article .vem-single-event-date-start {
	text-align: center;
}
.single-event article .vem-single-occurrence-note {
	text-align: center;
}
.single-event article .vem-single-event-date-ticket-link {
	text-align: center;
}
.single-event article .vem-single-event-date-ticket-pricing {
	text-align: center;
	font-size: 1.2em;
	font-weight: 300;
}

.single-event article .vem-single-event-details:before, 
.single-event article .field-set-one:before,
.single-event article .field-set-two:before {
	font-weight: 200;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #000300;
	margin-bottom: 10px;
	border-bottom: 1px solid #000300;
	padding-bottom: 6px;
	display: block;
}
.single-event article .vem-single-event-details:before {
	content: "Description";
}
.single-event article .field-set-one:before {
	content: "Notes";
}
.single-event article .field-set-two:before {
	content: "Schedule";
}
.single-event article .field-set-three {
	text-align: center;
}

/*Single Event Sidebar*/
.singleEventSidebar .widget-title {
	font-size: 1.5em;
	padding: 10px;
	background-color: #eee;
	margin-bottom: 30px!important;
}
.singleEventSidebar .vem-single-event {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cdcdcd;
}
.singleEventSidebar .vem-single-event-title{
	font-size: 24px!important;
	margin: 10px 0;
}

/*VEM Calendars*/
.vem-calendar .vem-header {
	background-color: #000300;
	color: #fff;
}
.vem-calendar .vem-day.current-date .vem-day-number.as-number {
	background-color:#02A9EA!important;
}
	.vem-calendar .vem-header .vem-header-nav-prev {
		margin-left: 20px;
	}
	.vem-calendar .vem-header .vem-header-nav-next {
		margin-right: 20px;
	}
	.vem-calendar .vem-header a {
		color: #fff;
		font-size: 1.5em;
	}
.vem-calendar  .vem-single-event .vem-single-event-time {
	font-size: .8em;
	font-weight: 900;
	color: #ff00ee;
}
.vem-calendar  .vem-single-event .vem-single-event-pretitle {
	display: none;
}
.vem-calendar  .vem-single-event .vem-single-event-title {
	font-weight: 900;
	margin: 8px 0;
}
.vem-calendar  .vem-single-event .vem-single-event-posttitle {
	font-size: .8em;
}

/*Single Proposals*/
.proposalSection {
	padding: 20px;
	background-color: #eee;
	margin-bottom: 40px;
}


/*Curator Toolbar (on single proposal page)*/

	#curatorTools {
		position: relative;	
		width: 100%;
		margin: 20px 0;
	}
	#curatorTools > .button {
		
	}

		#scoreProposal {
			display: none;
			padding: 20px;
			background-color: #eee;
			margin-bottom: 40px;
		}
		#scoreProposalButton {
			margin-bottom: 20px;
		}
		#scoreProposal .acf-field-number .acf-input-wrap {
			padding-right: 20px;
		}

/*My Proposals Page*/

.page-template-page-your-proposals .single-proposal {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
}
/*Curate Page*/
.proposalCard {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 20px;
	background-color: #eee;
}
	.proposalCard .propImage {
		max-width: 120px;
		height: auto;
		float: left;
		margin-right: 10px;
	}
	.proposalCard .propQuickDetails {
		float: left;
		width: calc(100% - 130px);
		padding-right: 100px;
	}
	.proposalCard .projSummary {
		margin-top: 20px;
	}
	.propActions {
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		background-color: #666;
		padding: 20px;
		text-align: center;
		margin-bottom: 30px;
	}
	.propActions a {
		color: #fff;
	}
	.proposalCard .propScores {
		display: flex;
		justify-content: space-between;
		padding: 10px 0;
	}
		.proposalCard .propScores .propScore {
			text-align: center;
		}
			.proposalCard .propScores .propScore .scoreLabel {
				font-size: .8em;
				line-height: 1em;
			}
			.proposalCard .propScores .propScore .scoreValue {
				font-size: 1.5em;
				font-weight: 100;
			}
@media screen and (max-width: 768px) {
	.proposalCard .propImage {
		display: block;
		width: 50%;
		height: auto;
		margin: 0 auto 20px auto;
		max-width: 100%;
		float: none;
	}
	.proposalCard .propQuickDetails {
		width: 100%;
		float: none;
	}
	.proposalCard .propQuickDetails {
		padding-right: 0;
	}
}

/*Super Admin Humb*/
.propTitle {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #666;
}
.scoreGrid {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #000;
}
	.propTable {
		width: 100%;
		
	}
	.propTable tr:nth-child(odd) {
		background: #eee;
	}
		.propTable th {
			font-weight: bold;
			font-size: .8em;
			padding: 0 8px 6px;
			background-color: #fff;
			border-bottom: 1px solid #000;
		}
		.propTable tr.totals {
			background-color: #666;
			color: #fff;
		}
			.propTable tr.totals .grandTotal {
				font-size: 1.2em;
				text-align: right;
			}
		.propTable th.left {
			text-align: left;
		}
		.propTable td {
			padding: 10px 10px;
		}
		.propTable td.num {
			text-align: center;
		}
		.propTable td.curator {
			font-weight: bold;
		}
		.propTable td.comments {
			width: 50%;
		}
			.propTable td.comments .commentsScroll {
				max-height: 200px;
				overflow-y: auto;
			}
		.propTable td.bonus {
			text-transform: capitalize;
			font-size: .8em;
			width: 16%;
		}



		
/*ACF Form Styles*/

.acf-row-handle.remove > a.-plus {
	background-color: #2a9bd9;
	color: #fff;
	border: none!important;
}
.acf-row-handle.remove > a.-minus {
	display: block!important;
	background-color: #F55E4F;
	color: #fff;
	border: none!important;
}
.acf-row-handle.remove > a:hover {
	text-decoration: none;
}
.acf-field-group {
	border-top: 0!important;
	padding: 0!important;
}
.acf-fields > .acf-field {
	padding: 15px 0!important;
	border: 0!important;
}
.acf-field-group > .acf-label label {
	display: inline-block!important;
	color: #666;
	font-size: 1.2em;
	background-color: #fff!important;
	padding: 0 10px!important;
	position: relative;
	top: 25px;
	left: 12px;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.acf-label label {
		font-size: .8em;
	}
}
.acf-field-group .acf-input > .acf-fields {
	
	padding: 20px;
}


/*Proposal Form Styles*/
#editProposal .acf-form-submit {
	display: none;
}
#editProposal .acf-field-5b90b5f68e3f7 {
	margin-top: 60px!important;
	padding: 0!important;
	border: 0!important;
}
.acf-field-584119a9d0398 input, .acf-field-57f3ce301c9e9 input{
	width: 98%!important;
}

.stickySubmitButtons label {
	display: block;
}
@media screen and (max-width: 799px) {
	.stickySubmitButtons label {
		display: inline-block!important;
	}
}
/*Footer*/
#footerMenu {
	background-color: #666;
	padding: 40px;
}
	#footerMenu ul li {
		display: inline-block;
		color: #fff;
		margin-right: 20px;
	}
	#footerMenu ul li.rightMenu {
		float: right;
	}
	#footerMenu ul li a {
		text-decoration: none;
		color: #fff;
		font-weight: 300;
	}
	#footerMenu ul li a:hover {
		color: #000300;
	}
#footer {
	background-color: #000300;
	color: #fff;
	padding: 40px;
	text-align: center;
}
#listSignup {
	padding-bottom: 20px;
}
#copyright {
	margin-bottom: 20px;
	}
}