/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */

img.darken-img {
	filter: brightness(0.75);
	min-height: 275px;
}

.text-transform-none {
	text-transform: none;
}

/* -- theatre Text Colors -- */
.text-red, .text-red-hover:hover {color: #A20000;}

/* -- TYE Text Colors -- */
.text-teal {
	color: #00837e;
}
.text-teal-2 {
	color: #0CA6A1;
}
.text-yellow {
	color: #fcb614;
}
.text-purple {
	color: #C803E2;
}
.text-fern {
	color: #3D8433;
}
.text-orange {
	color: #D24314;
}

/* -- Borders/Underlines -- */
.border-red,.underline-header-red:after {border-color: #A20000;}

[class*="border-top"].border-image {
    border-image: url(/theatre/tye/images/tye-bar.png) 5 0 0 0 stretch;
}
[class*="border-bottom"].border-image {
    border-image: url(/theatre/tye/images/tye-bar.png) 0 0 5 0 stretch;
}

/* -- TYE Text Colors -- */
.border-teal {
	border-color: #00837e;
}
.border-teal-2 {
	border-color: #0CA6A1;
}
.border-yellow {
	border-color: #fcb614;
}
.border-purple {
	border-color: #C803E2;
}
.border-fern {
	border-color: #3D8433;
}
.border-orange {
	border-color: #D24314;
}

/* -- theatre background Colors -- */
.bg-red {
	background-color: #A20000;
}
/* -- TYE background Colors -- */
.bg-teal {
	background-color: #00837e;
}
.bg-teal-2 {
	background-color: #0CA6A1;
}
.bg-yellow {
	background-color: #fcb614;
}
.bg-purple {
	background-color: #C803E2;
}
.bg-fern {
	background-color: #3D8433;
}
.bg-orange {
	background-color: #D24314;
}


.tyeparallax header .container-fluid/*Homepage Header*/ { 
	padding: 0;
	max-width: 100%;
}


div.clickable.fullbleed.header-opacity-5 {
	min-height: 252px;
}

div.gridsquare div.clickable {
	background-size: 100%;
	transition: background-size 0.3s ease-in-out;
}

div.gridsquare div.clickable:hover {
	background-size: 155%;
}

textarea {
    width: 360px;
    height: 250px;
    margin-bottom: 10px;
}

.poster {
    width: 150px;
}

.clickbox:hover {
	box-shadow:0 2px 20px rgba(0,0,0,.5);
}

.clickbox:before {
	content: "";
	display: block;
	position: absolute;
	background-color: inherit;
	width: 100%;
	height: 100%;
	opacity: .95;
}

.clickable-content-area {
	padding: 1em;
}

.spanish { display: none; }

ul.tickets {
	list-style: none;
}

ul.tickets > li:before {
    content: "\f145";
    color: #00837e;
    font-size: 110%;
	font-family: 'FontAwesome';
    vertical-align: middle;
    margin-right: 10px;
}

a.anchorToggle.button-solid.active {
    background-color: #285e39;
    color: #fff;
    border: 2px solid transparent;
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {

.clickable-content-area {
		padding-bottom: 2.5em;
	}
	
	
}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {


	.clickable-content-area {
		padding: 1.5em;
	}	
	
}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {

	
	
	
}/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/
