/**
 * Leeds Arts Centre - Production Stylesheet for The Maids.
 *
 * F***ont: Hind+Vadodara:wght@700
 */

/* List Styles */

DIV.content-production-the-maids {
	margin: 0px;
	padding: 5px 5%;
	clear: both;
	color: #1c150d;
	background-color: #ebd6a9;
}

DIV.content-production-the-maids A {
	color: #1c150d;
}

DIV.content-production-the-maids H1 {
	color: #1c150d;
}

div.content-production-the-maids H2 {
	color: #1c150d;
}

DIV.content-production-the-maids DIV.copy {
	color: #1c150d;
}

DIV.content-production-the-maids DIV.details {
	color: #1c150d;
}

DIV.content-production-the-maids DIV.title {
	font-family: 'Times', serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #1c150d;
}

DIV.content-production-the-maids DIV.booking {
	color: #1c150d;
	font-weight: bold;
}

DIV.content-production-the-maids DIV.link A {
	color: #1c150d;
}

div.content-production-the-maids p.bold {
	color: #1c150d;
	font-weight: bold;
	font-style: italic;
}

/* Page Styles */

@media (max-width: 1024px) {
	div.content-production-page-the-maids div.flyer {
		border: 3px solid #ebd6a9;
		background-color: #ebd6a9;
		text-align: left;
		color: #1c150d;
	}

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

	div.content-production-page-the-maids div.synopsis {
		color: #1c150d;
	}
}

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

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

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

	div.content-production-page-the-maids div.synopsis {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		color: #1c150d;
		margin-left: 5em;
		margin-right: 5em;
		padding-bottom: 2em;
	}
}

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