/**
 * Leeds Arts Centre - Production Stylesheet for Daisy Pulls It Off.
 *
 * Font: Limelight:wght@400
 */

/* List Styles */

DIV.content-production-daisy-pulls-it-off {
	margin: 0px;
	padding: 5px 5%;
	clear: both;
	color: #fee4c6;
	background-color: #494441;
}

DIV.content-production-daisy-pulls-it-off A {
	color: #fee4c6;
}

DIV.content-production-daisy-pulls-it-off H1 {
	color: #fee4c6;
}

div.content-production-daisy-pulls-it-off H2 {
	color: #fee4c6;
}

DIV.content-production-daisy-pulls-it-off DIV.copy {
	color: #fee4c6;
}

DIV.content-production-daisy-pulls-it-off DIV.details {
	color: #d2b07c;
}

DIV.content-production-daisy-pulls-it-off DIV.title {
	font-family: 'Limelight', sans-serif;
	font-weight: bold;
	color: #f29685;
}

DIV.content-production-daisy-pulls-it-off DIV.booking {
	color: #f29685;
	font-weight: bold;
}

DIV.content-production-daisy-pulls-it-off DIV.licence {
	color: #fee4c6;
}

DIV.content-production-daisy-pulls-it-off DIV.link A {
	color: #f29685;
}

div.content-production-daisy-pulls-it-off p.bold {
	color: #fee4c6;
	font-weight: bold;
	font-style: italic;
}

/* Page Styles */

@media (max-width: 1024px) {
	div.content-production-page-daisy-pulls-it-off div.flyer {
		border: 5px solid #bf975c;
		padding: 0.5em;
		background-color: #494441;
		text-align: left;
		color: #fee4c6;
	}

	div.content-production-page-daisy-pulls-it-off div.image {
		text-align: center;
	}

	div.content-production-page-daisy-pulls-it-off div.synopsis {
		color: #fee4c6;
	}
}

@media (min-width: 1025px) {
	div.content-production-page-daisy-pulls-it-off div.flyer {
		display: table;
		border: 5px solid #bf975c;
		border-spacing: 10px;
		margin-left: 5em;
		margin-right: 5em;
		background-color: #494441;
		color: #fee4c6;
	}

	div.content-production-page-daisy-pulls-it-off div.container {
		display: table-row;
	}

	div.content-production-page-daisy-pulls-it-off div.image {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}

	div.content-production-page-daisy-pulls-it-off div.synopsis {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		color: #fee4c6;
		margin-left: 5em;
		margin-right: 5em;
		padding-bottom: 2em;
	}
}

div.content-production-page-daisy-pulls-it-off div.flyer p.bold {
	color: #fee4c6;
	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;
}
