/**
 * Leeds Arts Centre - Production Stylesheet for The Father.
 *
 * Font: Oxanium
 */

/* List Styles */

DIV.content-production-the-father {
	margin: 0px;
	padding: 5px 5%;
	clear: both;
	color: black;
	background-color: #f1f1f1;
}

DIV.content-production-the-father H1 {
	color: black;
}

DIV.content-production-the-father DIV.copy {
	color: black;
}

DIV.content-production-the-father DIV.details {
	color: black;
}

DIV.content-production-the-father DIV.title {
	font-family: 'Oxanium', serif;
	text-transform: uppercase;
	color: black;
}

DIV.content-production-the-father DIV.link A {
	color: black;
}

/* Page Styles */

@media (max-width: 1024px) {
	div.content-production-page-the-father div.flyer {
		border: 3px solid #000000;
		background-color: #f1f1f1;
		text-align: center;
		color: #000000;
	}

	div.content-production-page-the-father div.image {
		text-align: center;
	}

	div.content-production-page-the-father div.synopsis {
		color: #000000;
		font-style: italic;
	}
}

@media (min-width: 1025px) {
	div.content-production-page-the-father div.flyer {
		display: table;
		border: 3px solid #000000;
		border-spacing: 10px;
		margin-left: 5em;
		margin-right: 5em;
		background-color: #f1f1f1;
	}

	div.content-production-page-the-father div.container {
		display: table-row;
	}

	div.content-production-page-the-father div.image {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}

	div.content-production-page-the-father div.synopsis {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		color: #000000;
		font-style: italic;
		margin-left: 5em;
		margin-right: 5em;
		padding-bottom: 2em;
	}
}

div.content-production-page-the-father div.flyer p.bold {
	color: #000000;
	font-weight: bold;
	font-style: italic;
	/* font-size: 1.1em; */
}
