.single-programma article,
.single-zmovie article {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

.single-programma .headerimage,
.single-zmovie .headerimage {
	width: 100%;
	background-color: #000;
	position: relative;
}

.single-programma .headerimage>div,
.single-zmovie .headerimage>div {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.8;
}

.single-zmovie .fa-play {
	color: #fff
}

.single-programma .headerimage>span,
.single-zmovie .headerimage>span {
	display: block;
	position: absolute;
	width: 100%;
	top: 30%;
	text-align: center;
	color: #fff;
}

.single-programma .headerimage h4,
.single-zmovie .headerimage h4,
.single-programma .headerimage h1,
.single-zmovie .headerimage h1 {
	color: #fff;
}

.single-programma .zmovie-content,
.single-zmovie .zmovie-content {
	display: flex;
	flex-direction: row;
	padding: 20px 0;
}

.single-programma .meta>div>label,
.single-zmovie .meta>div>label {
	font-family: 'NeuePlak';
	font-weight: bold;
	display: block;
}

.single-programma .meta>div,
.single-zmovie .meta>div {
	margin-bottom: .5em;
}

.single-programma .meta,
.single-zmovie .meta {
	flex-basis: 100%;
	display: flex;
	flex: 1;
	flex-direction: column;

}

.single-programma .text,
.single-zmovie .text {
	flex-basis: 100%;
	display: flex;
	flex: 2;
	padding-right: 5%;
	flex-direction: column;
}

.single-zmovie #zmovieslider {
	width: 100%;
	clear: both;
	padding: 60px 0;
}

.single-zmovie .zmovie-content .text > p > i {
	font-style: italic;
}

.single-zmovie .trailer {
	margin: 0 auto;
	width: 50px;
	height: 50px;
	position: relative;
	padding-top: 2%;
}

.single-zmovie .trailer>a {
	display: table-cell;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 2px solid var(--white);
	text-align: center;
	font-size: 30px;
	color: var(--white);
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.single-zmovie .trailer>a:hover {
	transform: scale(1.1);
}

.single-zmovie .trailer>a>i {
	left: 3px;
	top: -5px;
	position: relative;
}

/*
.slick-prev {left: 20px}
.slick-next{right: 55px}
.slick-prev::before, .slick-next::before {
	font-size: 60px;
}
*/

#zmovieslider .icon-salient-right-arrow::before,
#zmovieslider .icon-salient-left-arrow::before {
	padding: 12.5px 10px 12.5px 15px;
	display: inline-block;
}

#zmovieslider .icon-salient-left-arrow::before {
	padding: 12.5px 15px 12.5px 10px;
}

#zmovieslider .icon-salient-right-arrow,
#zmovieslider .icon-salient-left-arrow {
	display: block;
	position: absolute;
	top: calc(50% - 20px);
	right: 25px;
	z-index: 5;
	font-size: 28px;
	color: #fff;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 40px;
	transition: background-color .5s ease-out;
}

#zmovieslider .icon-salient-left-arrow {
	right: unset;
	left: 25px;
}

#zmovieslider .icon-salient-right-arrow:hover,
#zmovieslider .icon-salient-left-arrow:hover {
	background-color: rgba(0, 0, 0, 1);
	font-weight: bold;
}


table.shows {
	margin: 0 auto;
	padding-bottom: 40px;
}

table.shows td {
	border-top: 1px solid #333;
	padding: 10px 10px 10px 0;
	min-height: 50px;
	text-align: center;
}

td.shows .date {
	font-weight: bold;
}

.screenings-tickets {
	background-color: var(--black);
	color: var(--white);
	clear: both;
	border-top: 3px solid var(--white);
}

.screenings-tickets h2 {
	text-align: center;
	font-size: 28px;
	padding-top: 30px;
	color: var(--white);
}

body.zmovie #main {
	padding-bottom: 0;
}

.fr {
	float: right !important
}

/*
@media only screen and (max-width: 992px) {
	body.zmovie div.ticketbol {
		top: 250px !important;
  	}

  	.ticketbol {
	  	left: 10px !important;
  	}

  	.ticketbol>a.desktop {
	  	display: none;
	}

  	.ticketbol>a.mobile {
		display: table-cell;
	}

  	body.zmovie div.ticketbol .mobile {
		margin-left: 0;
		margin-top: 60px;
	}
	body.zmovie div.ticketbol>a.mobile {

		width: auto;
		height: auto;
		border-radius: 0;
		box-shadow: 0 0 0 rgba(0,0,0,0.3);
		transform: none;
	    transition: none;
	    padding: 3px 5px 0 5px;
	}

	body.zmovie div.ticketbol>a.mobile:hover {
		cursor: pointer;
		-webkit-transform: none;
	          transform: none;
	    box-shadow: none
	}



}

@media only screen and (max-width: 980px) {
  body.zmovie div.row .w3:first-child {
    display: none;
  }
  body.zmovie div.w3 {
	width: 33%;
  }

  body.zmovie div.w6 {
 	width: 67%;
  }

}

@media only screen and (max-width: 680px) {

	body.zmovie div.w3 {
		width: 100%;
	}

	body.zmovie div.w6 {
		width: 100%;
	}

	body.zmovie div.meta {
		margin-left: 0;
		border-left:0;
		padding-left: 0;
	}
	body.zmovie div.ticketbol {
		margin: 30px auto;
		width: 150px;
	}
	body.zmovie div.row > div {min-height: auto}
	body.zmovie div.row > div > div{margin:0}
	body.zmovie .headerimage h4{display:none}

	body.zmovie .trailer > a {font-size: 20px}
	body.zmovie .trailer>a,
	body.zmovie .trailer{
		width: 40px;
		height: 40px;
	}
	body.zmovie .trailer>a{
		width: 40px;
		height: 35px;
		left: 2px
		font-size: 16px;
	}
	body.zmovie .trailer>a i {
		left: 2px;
	}
}
*/
@media only screen and (max-width: 580px) {

	.single-zmovie .trailer>a {
		width: 55px;
		height: 55px;
		font-size: 28px;
	}

	.single-zmovie .trailer {
		width: 55px;
		height: 55px;
	}

	.single-zmovie .headerimage h1 {
		font-size: 30px;
	}

	.single-zmovie .headerimage h4 {
		font-size: 20px;
	}

	ul.shows {
		margin-left: 30px;
	}

	ul.shows li {
		display: block;
	}

	ul.shows li>div {
		width: 100%;
	}

	ul.shows li>div.date {
		width: auto;
		float: left;
	}

	ul.shows li>div.time {
		width: auto;
		display: inline-block;
		margin-left: .5em;
		font-weight: bold;
	}

	ul.shows li>div.ticket {
		margin-top: 10px;
	}

	body.single-zmovie .headerimage>div {
		padding-bottom: 75%;
	}

	body.single-zmovie #main {
		padding-top: calc(75% - 30px);
	}

	.single-zmovie .zmovie-content {
		flex-direction: column;
		margin: 0 auto;
		padding-top: 10px;
		width: 330px;
	}

	.single-zmovie .zmovie-content .text {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #000;
	}
}

.totickets {
	position: absolute;
	left: calc(50% - (var(--ticket-button-width) / 2));
	top: 10px;
}

/*
.totickets {
  border: 1px solid #ff3666;
  border-radius: 100px;
  display: inline-block;
  width: 100px;
  height: 50px;
  line-height: 42px;
  text-transform: uppercase;
  background-color: #ff3666;
  margin-top:30px;
  color: #fff;
}*/
