/* Generic Spektrix API classes */
.BoldText {
	font-weight: bold;
}
.ItalicText {
	font-style: italic;
}

/* Customer notice */
#customer-notice {
	position: fixed;
	bottom: 0; left: 0;
	width: 100%;
	z-index: 100;
	padding: 1rem;
	background-color: #666;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
}
#customer-notice p {
	width: 1080px;
	max-width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 460px) {
	#customer-notice {
		font-size: 0.6rem;
		line-height: 1rem;
	}
}

/* Listing page */
body.list-active div.list-container div.grid-item.type-api_event {
	height: auto;
	min-height: 303px;
}
body.list-active div.list-container div.grid-item.type-api_event div.grid-item-heading-details span.entry-date {
	font-family: franklin_gothic_fsbook;
	color:#666;
	font-weight:bold;
	overflow: hidden;
	max-height: 24px;
	white-space: nowrap;
}
body.list-active div.list-container div.grid-item.type-api_event img.grid-item-img {
	display: block;
	max-height: 262px;
}
body.list-active div.list-container div.grid-item.type-api_event .no-image {
	height: 100%;
	padding-top: 75%;	/* 4:3 aspect ratio */
	background-color: #eee;
}
body.list-active div.list-container div.grid-item.type-api_event .grid-item-details div.grid-item-heading-details,
body.list-active div.list-container div.grid-item.type-api_event .grid-item-details div.taxonomy-links {
	position: relative;
	top: 0;
}
body.list-active #main-content .wt_whatson_filter {
	padding: 25px !important;	/* padding-top 0 set by !important style on list-container (previous dev) */
	border-bottom: 1px solid #ccc;
}
body.list-active #main-content .wt_whatson_filter::after {
    content: "";
    clear: both;
    display: table;
}
body.list-active #main-content .wt_whatson_filter .wt_wof_column {
	position: relative;
	display: block;
	float: left;
	width: 50%;
}
body.list-active #main-content .wt_whatson_filter .wt_wof_column.filters-types #film-listing-menu {
	position: absolute;
	left: 0;
	bottom: 0;
}
body.list-active #main-content .wt_whatson_filter .wt_wof_column.quarter {
	width: 25%;
}
body.list-active #main-content .wt_whatson_filter .wt_wof_column.three-eighths {
	width: 37.5%;
}
body.list-active #main-content .wt_whatson_filter .wt_wof_column.three-eighths #menu-type {
	columns: 2;
}
body.list-active #main-content .wt_whatson_filter .wt_wof_column.one-eighth {
	width: 12.5%;
}
body.list-active #main-content .wt_whatson_filter a {
	color: #ec008c;
}
body.list-active #main-content #menu-what_live {
	columns: 2;
}
body.list-active #main-content .entry-content {
	padding-top: 1rem;
}


/* Single API event */
.single-api_event .et_pb_post .entry-content {
	padding-top: 0;
}
.single-api_event .et_pb_section_0 {
	font-size: 1.1rem;
}
.wt-production-feat-info .inner {
	margin-bottom: 1.2rem;
}
#wt-production-title, .wt-production-feat-info .title {
	display: block;
	font-family: BebasNeue;
	color: #ec008c;
	text-transform: uppercase;
}
#wt-production-title {
	font-size: 2rem;
}
.wt-production-feat-info .title  {
	/* Equivalent to 1.7rem line-height */
	line-height: 1.2rem;
	margin-bottom: 0.5rem;

	font-size: 1.6rem;
}
.wt-production-feat-info .webcontent {
	font-weight: bold;
}
.wt-production-feat-info strong {
	display: block;
}
.et_pb_row.et_pb_row_wt_production_main_info {
	padding-bottom: 0;
}
#wt-production-main-image {
	margin-bottom: 1rem;
}
#wt-show-book-tickets .ticket-dates .cancelled {
	position: relative;
	padding: 0.5rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #ec008c;
	text-shadow: 0px 2px #ddd;
	transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}

@media all and (min-width: 760px) {
	#wt-production-main-image {
		width: 66.66%;
		float: left;
	}
	.wt-production-feat-info:not([data-aria-role="presentation"]) {
		display: none;
	}
	#wt-production-main-image + .wt-production-feat-info {
		display: block;
		width:33.33%;
		float: left;
		padding: 0 2rem 1.2rem;
	}
	.et_pb_row#wt-overview-and-show-information {
		padding-top: 0;
	}
}
.wt-media-header {
	display: block;
	margin-bottom: 0.8rem;
	font-weight: bold;
	font-family: BebasNeue;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1em;
}
.fluid-width-video-wrapper.api-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	overflow: hidden;
}

.fluid-width-video-wrapper.api-video iframe {
	position: absolute;
	top: 0;
	left: 0;
}
@media all and (min-width: 981px) {
	#wt-show-video-container .et_pb_column {
		width: 27.666%;
		margin-top: 1rem;
	}
}

/* Sign up form */
.signup-form-container .title {
	font-family: BebasNeue;
	font-size: 24px;
	color: #ec008c;
	text-transform: uppercase;
}
.signup-form-container .subtitle {
	color: #666;
	padding-bottom: 0;
	margin-bottom: 10px;
	font-weight: bold;
}
.signup-form-container input[type="text"],
.signup-form-container input[type="email"] {
	display: block;
	width: 100%;
	margin-bottom: 0.5rem;
	padding: 0.25rem 0.45rem;
	border: 2px solid #000;
}
.signup-form-container button[type="submit"] {
	appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	margin-top: 0.5rem;
	background-color: #ec008c;
	color: #fff;
	font: 20px BebasNeue;
	border: 0;
	outline: none;
	cursor: pointer;
}
.signup-form-container .errors {
	color: red;
	margin-bottom: 0.5rem;
}

/* Film Listing page */
.page-template-template-film-listing .content-header {
	margin-bottom: 1.5rem;
	padding: 1rem 1rem 1.5rem;
	border-bottom: 1px solid #ececec;
}

.page-template-template-film-listing h2 {
	color: #ec008c;
	font-size: 1.9rem;
}

@media screen and (min-width: 0) {
	#menu-listing-order {
		display: block;		/* Overrides a media query on ul.menu */
	}
}

#menu-listing-order li {
	display:inline-block;
	vertical-align: top;
}
#menu-listing-order a {
	padding:0 20px;
	background: url(../../img/wt-nav-normal-bg.png) no-repeat left 8px;
	color: #ec008c;
	font-family:BebasNeue;
	font-size:20px;
}
#menu-listing-order a:hover {
	background-image: url(../../img/wt-nav-normal-hover.png);
	text-decoration:none;
}
#menu-listing-order li.current-menu-item a {
	background-image: url(../../img/wt-nav-normal-current.png);
}

#film-listing li {
	margin-bottom: 0.5rem;
	padding: 1rem;
	border-bottom: 1px solid #ececec;
}

#film-listing li .title {
	display: block;
	margin-bottom: 0.8rem;
	color: #ec008c;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: BebasNeue;
}

.film-details img {
	width: 200px;
	max-width: 100%;
}

.film-showings .ticket-date-header {
	margin-bottom: 0.5rem;
	color: #000;
	font-size: 0.875rem;
	font-family: 'Open Sans';
	text-transform: uppercase;
}

.film-showings .ticket-date-header .date-header-day {
	font-weight: bold;
}

.film-showings .showings {
	margin-bottom: 0.5rem;
}

@media screen and (min-width: 480px) {
	#film-listing li {
		padding-bottom: 2rem;
		margin-bottom: 1rem;
	}

	.film-details, .film-showings {
		float: left;
	}
	.film-details {
		width: 25%;
	}

	.film-details img {
		width: 100%;
	}

	.film-showings {
		width: 75%;
		padding-left: 2rem;
	}
}

@media screen and (min-width: 767px) {
	.film-showings .ticket-date-header, .film-showings .ticket-dates {
		float: left;
	}

	.film-showings .ticket-date-header {
		width: 114px;
		margin-bottom: 0;
	}

	.film-showings .ticket-dates {
		padding-left: 2rem;
	}
}

/* General */
button.book-link, .film-showings a {
	appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	padding: 6px 0;
	text-align: center;
	width: 90px;
	font-family: BebasNeue;
	font-size: 22px;
	line-height: 34px;
	border: 0;
	outline: none;
	cursor: pointer;
	margin-right: 3px;
	margin-bottom: 3px;
}

button.book-link:not(.invalid):hover, .film-showings a:not(.invalid):hover {
	background-color: #888 !important;	/* .bgc-magenta uses important, why?! */
}

button.book-link.invalid, .film-showings a.invalid {
	cursor: default;
	background-color: rgb(102,102,102);
}

button.book-link .booking-tag, .film-showings a .booking-tag {
	display: block;
	font-size: 1rem;
	line-height: 1rem;
}

#booking-frame {
	min-width: 65%;
}
