/**
 * Leeds Arts Centre - Production Stylesheet for Spoken Word.
 *
 * Font: Cal+Sans:wght@400
 */

/* List Styles */

DIV.content-production-spoken-word {
	margin: 0px;
	padding: 5px 5%;
	clear: both;
	color: #000000;
	background-color: #fffbf8;
}

DIV.content-production-spoken-word A {
	color: #e8692a;
}

DIV.content-production-spoken-word H1 {
	color: #e8692a;
}

div.content-production-spoken-word H2 {
	color: #e8692a;
}

DIV.content-production-spoken-word DIV.copy {
	color: #000000;
}

DIV.content-production-spoken-word DIV.details {
	color: #000000;
}

DIV.content-production-spoken-word DIV.title {
	font-family: 'Cal Sans', sans-serif;
	text-transform: uppercase;
	color: #e8692a;
}

DIV.content-production-spoken-word DIV.booking {
	color: #e8692a;
	font-weight: bold;
}

DIV.content-production-spoken-word DIV.licence {
	color: #000000;
}

DIV.content-production-spoken-word DIV.link A {
	color: #e8692a;
}

div.content-production-spoken-word SPAN.bold {
	color: #e8692a;
	font-weight: bold;
	font-style: italic;
}

/* Page Styles */

@media (max-width: 1024px) {
	div.content-production-page-spoken-word div.flyer {
		border: 5px solid #fffbf8;
		padding: 0.5em;
		background-color: #fffbf8;
		text-align: left;
		color: #000000;
	}

	div.content-production-page-spoken-word div.image {
		text-align: center;
	}

	div.content-production-page-spoken-word div.synopsis {
		color: #000000;
	}
}

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

	div.content-production-page-spoken-word div.container {
		display: table-row;
	}

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

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

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



/* Resource item sets */

DIV.resource-block {
	display: flex;
	margin: 1em auto;
	flex-wrap: wrap;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: center;
	grid-gap: 1em;
	justify-items: center;
	align-items: start;
}

DIV.resource-block DIV.resource-item {
	width: 310px;
}


/* Archive Photo */

DIV.resource-item DIV.resource-image {
	text-align: center;
	vertical-align: middle;
	width: 300px;
	padding: 5px;
	border-radius: 5px;
	color: #000000;
	background-color: #bf975c;
}

/* Archive Video */

DIV.resource-item DIV.resource-video {
	text-align: center;
	vertical-align: middle;
	width: 300px;
	padding: 5px;
	border-radius: 5px;
	color: #000000;
	background-color: #bf975c;
}

/* Archive elements. */

DIV.resource-item DIV.image IMG {
	display: block;
	width: 100%;
}

DIV.resource-item DIV.caption {
	margin: 4px 0px 0px;
	width: 100%;
	font-size: 0.9em;
	font-style: italic;
}
