/**
	SCREENINGS (Programma overview row-list)
*/
ul.imagine-rows li {
	list-style: none !important;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #fff;
}

ul.screenings {
	margin-left: 0;
}

ul.screenings li>div.desktop {
	display: flex;
	width: 100%;
}

ul.screenings .ticket .btn {
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-family: "NeuePlak 900";
	padding: 7px 16px 10px 16px;
}

ul.screenings li>div.desktop>div{
	flex-grow: 1;
	flex-shrink: 1;
	border: 0;
	margin: 0 8px;
}

ul.screenings li>div.desktop>div.date{
	flex-basis: 130px;
	flex-grow: 0;
	flex-shrink: 0;
}

ul.screenings li>div.desktop>div.img{
	flex-basis: 250px;
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
}

ul.screenings li>div.desktop>div.meta{
	flex-basis: 20%;
	flex-grow: 0;
	flex-shrink: 0;
}

ul.screenings li:hover {
	cursor: pointer;
}

ul.screenings li h2 {
	line-height: 1em !important;
	display: block;
	position: relative;
	top: -11px;
	word-wrap: break-word;
	margin-bottom: 0 !important;
	text-transform: uppercase;
}

ul.screenings li h5 {
	font-family: "NeuePlak Regular" !important;
	text-transform: uppercase;
}

ul.screenings li .date {
	position: relative;
	margin-left: 0 !important;
	text-transform: uppercase;
	font-family: "NeuePlak 900";
}

ul.screenings li .date > span {
	display: block;
	line-height: 17px;
	top: -4px;
	position: relative;
}


ul.screenings li div.title {
	overflow: hidden;
}

ul.screenings li div.title p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	max-height: 3.7em;
	line-height: 1.2em;
	padding-bottom: 0;

	text-overflow:ellipsis;
	overflow:hidden;
  // Addition lines for 2 line or multiline ellipsis
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;

}

ul.screenings li div.readmore a {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #000;
	color: #fff;
	padding: 0 15px 3px;
	font-family: "NeuePlak 900"
}


ul.screenings li div.meta > div {
	display: block;
	line-height: 1.3em;
	font-size: 16px;
	padding-bottom: 8px;
}

ul.screenings li div.ticket {
}

ul.screenings time>span {
	font-size: 32px;
	display: block;
	line-height: 34px;
}

ul.screenings .img{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
ul.screenings .img4-3{
	overflow: auto;

}
ul.screenings .img4-3>div {
	width: 100%;
	padding-bottom: 75%;
}


ul.screenings .mobile{display: none}

section.theme > div {
	height: 32px;
	text-transform: upercase;
	padding: 0 8px;
	white-space: nowrap;
	line-height: 28px;
	font-size: 13px;
	color: #fff !important;
	text-align: center;

}

.screenings img {
	margin-bottom: 0 !important;
}

/**
	Filterbar van screenings
*/
#filterbar {
	width: 100%;
	color: #fff;
	height: 70px;
	display: flex;
	position: relative;
	line-height: 52px;
}


#filterbar .sort span {
	display: none;
}

#filterbar span.fa-check {
	width: 18px;
   display: inline-block;
	top: -6px;
	border: 1px solid #fff;
	height: 18px;
	padding: 0 3px;
	margin-right: 5px;
}
#filterbar a:not(.selected) span.fa-check::before {
  content: "";
}
#filterbar a.selected span.fa-check::before {
  content: "\f00c";
}

#filterbar .dropdown {
	display: none;
	padding: 15px;
	z-index: 20;
	background-color: #000;
	position: absolute;
	width: 100%;
	top: 15px;
	left: 0;
}
#filterbar .dropdown > div {
	display: flex;
	flex-wrap: wrap;
}

#filterbar a {
	color: #fff;
}

#filterbar .filter {
	display: inline-block;
	vertical-align: text-top;

	margin: 0 1.5%;
}

#filterbar .filter.centered {
	margin: 0 auto;
}

#filterbar label.ul {
	border-bottom: 1px solid #eee;
	width: 100%;
	display: inline-block;
}

#filterbar label {
	font-family: "NeuePlak 900";
	margin-top: 15px;
	text-transform: uppercase;
}

#filterbar #sort_date {margin-right: 15px}

#filterbar .dropdown a {
	display: block;
	white-space: nowrap;
	text-align: left;
	margin-right: 15px;
}

#filterbar a.btn.close {
	width: auto;
	margin-top: 15px;
	display: inline-block;
	margin-top: 15px;
}


#filterbar > div  {
	padding: 0 0 3px 20px;
	background-color: #000;
	margin-top: 15px;
	flex: 0 1 100%;

}

#filterbar > div {
	margin-right: 15px;
}

#filterbar > div:last-child {
	margin-right: 0;
}

ul.screenings.block > li {
	min-width: 300px;
	width: 20%;
}

@media only screen and (max-width: 1220px) {
	ul.screenings li h2 {
		font-size: 28px;
		top: -7px;
	}
	ul.screenings li h5 {
		font-size: 16px !important;
		line-height: 24px !important;
	}
}

@media only screen and (max-width: 1024px) {
	ul.screenings li>div.desktop>div.img{
		flex-basis: 20%;
		flex-grow: 0;
		flex-shrink: 0;
	}
}

@media only screen and (max-width: 1080px) {
		ul.screenings.block > li {
		width: 48%;
	}
}


@media only screen and (max-width: 1000px) {
	ul.screenings li>div.desktop{
		flex-direction: column;
	}
	ul.screenings li > div.desktop > div {margin: 0}

	ul.screenings li>div.desktop>div.date {
		order: 1;
		flex-basis: auto;
		position: relative;
	}
	ul.screenings li>div.desktop>div.img {
		order: 3;
	}
	ul.screenings li>div.desktop>div.title {
		order: 2;
	}
	ul.screenings li>div.desktop>div.meta {
		order: 4;
	}
	ul.screenings time > span {
		margin-right: 15px;
	}

	ul.screenings time,
	ul.screenings time > span,
	ul.screenings li .date > span {
		display: inline;
		top: 0;
		font-size: 24px;
		line-height: 28px;
	}
	ul.screenings li .theme div,
	ul.screenings li .theme {
		display: inline-block;
		right:0;
		position: absolute;
	}

	ul.screenings li h2 {
		display: inline;
		top: 0;
	}

	.readmore {display: none}


}
@media only screen and (max-width: 720px) {
		ul.screenings.block > li {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	ul.screenings li .theme {
		display: block;
		position: relative;
	}
	ul.screenings li .theme div {
		display: block;
		position: relative;
	}

	ul.screenings.block > li {
		width: 100%;
	}

}

ul.screenings.block {
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

ul.screenings.block  li>div.desktop{
	flex-direction: column;
}

ul.screenings.block  li > div.desktop > div {margin: 0}

ul.screenings.block  li>div.desktop>div.date {
	order: 3;
	flex-basis: auto;
	position: relative;
}

ul.screenings.block  li>div.desktop>div.img {
	order: 1;
}
ul.screenings.block  li>div.desktop>div.title {
	order: 2;
}
ul.screenings.block  li>div.desktop>div.meta {
	order: 4;
}
ul.screenings time > span {
	margin-right: 15px;
}

ul.screenings.block  time,
ul.screenings.block  time > span,
ul.screenings.block  li .date > span {
	display: inline;
	top: 0;
	font-size: 18px;
	line-height: 28px;
}
ul.screenings.block  li .theme div,
ul.screenings.block  li .theme {
	display: inline-block;
	right:0;
	position: absolute;
}

ul.screenings.block  li {
transition: transform .5s ease;
}
ul.screenings.block  li:hover {
	transform: scale(1.05);
}

ul.screenings.block  li h2 {
	display: inline-block;
	width: 100%;
	top: 0;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.screenings.block .readmore {display: none}




ul.screenings.block > li .theme {
	display: block;
	position: relative;
}
ul.screenings.block > li .theme div {
	display: block;
	position: relative;
}

ul.screenings.block li > div.desktop > div.img {
	flex-basis: auto
}

ul.screenings.block li h2 {
	font-size: 22px;
	margin-top: 10px;
}

ul.screenings.block li .theme {
	display: block;
	position: absolute;
	top: 10px;
	opacity: .85;
}

ul.screenings.block li div.meta > div {display: inline-block;margin-right:15px}
ul.screenings.block li div.meta > div.ticket {width: 100%}

.programma-gridlist {
  display: block;
  float: right;
  top: -30px;
  position: absolute;
  right: 0;
  font-size: 28px;
}
.programma-gridlist a.selected i{
	padding: 3px 5px 1px 5px;
}
