
.single-movie .jx-ievent-slider.header-3 {
	display: none;
}

/**
 * Movie Metabox.
 *
 * Mostly used in single-movie template, but also in movie's post editor on admin
 * side.
 */

.movie-metabox {
	margin: 0;
	min-width: 420px;
	padding: 0;
}

.movie-metabox,
.movie-metabox > * {
	font-family: 'Oswald', sans-serif !important;
}

.movie-metabox .container {
	background: transparent !important;
}

.movie-metabox .metabox-header {
	background: #222;
	color: #fff;
	min-height: 60vh;
	padding: 64px 0;
	position: relative;
	width: 100%;
}

.movie-metabox .metabox-header .metabox-backdrop {
	background-color: #222;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	opacity: .3;
	position: absolute;
	right: 0;
	top: 0;
}

.movie-metabox .metabox-header .metabox-poster {
	background-color: #1b1b1b;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
	float: left;
	height: 480px;
	margin: 6px 24px 0;
	position: relative;
	width: 320px;
}

.movie-metabox .metabox-header .metabox-metadata {
	margin-left: 368px;
	padding: 0 24px;
	position: relative;
	vertical-align: top;
}

.movie-metabox .metabox-header .metabox-metadata .movie-title {
	color: #fff;
	font-size: 64px;
	font-weight: 300;
	height: 64px;
	line-height: 64px;
	margin: 0 0 8px -2px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}

.movie-metabox .metabox-header .metabox-metadata .movie-release-info {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

.movie-metabox .metabox-header .metabox-metadata .movie-release-info .movie-meta {
	display: inline-block;
	margin: 0 10px;
}

.movie-metabox .metabox-header .metabox-metadata .movie-release-info .movie-meta:first-child,
.movie-metabox .metabox-header .metabox-metadata .movie-release-info .movie-meta.movie-country {
	margin-left: 0;
}

.movie-metabox .metabox-header .metabox-metadata .movie-release-info .movie-meta.movie-director {
	
}

.movie-metabox .metabox-header .metabox-metadata .movie-release-info .movie-meta.movie-year {
	max-width: 48px;
}

.movie-metabox .metabox-header .metabox-metadata .movie-release-info .movie-meta.movie-runtime {
	max-width: 72px;
}

.movie-metabox .metabox-header .metabox-metadata .movie-release-info .movie-meta.movie-country {
	/*display: block;*/
}

.movie-metabox .metabox-header .metabox-metadata .movie-overview {
	margin: 24px 0 12px;
}

.movie-metabox .metabox-header .metabox-metadata .movie-synopsis {
	margin: 12px 0 24px;
}

.movie-metabox .metabox-header .metabox-metadata .movie-overview p,
.movie-metabox .metabox-header .metabox-metadata .movie-synopsis p {
	font-size: 20px;
	line-height: 28px;
}

.movie-metabox .metabox-header .metabox-metadata .movie-technicals {
	margin: 16px 0;
}

.movie-metabox .metabox-header .metabox-metadata .movie-technicals .movie-technical {
	display: inline-block;
	line-height: 24px;
	width: 32%;
}

.movie-metabox .metabox-header .metabox-metadata .movie-technicals .movie-technical .technical-label {
	color: #eee;
	font-size: 20px;
}

.movie-metabox .metabox-header .metabox-metadata .movie-technicals .movie-technical .technical-content {
	font-size: 20px;
	font-weight: 600;
}

.movie-metabox .metabox-intro {
	background: #f2f2f2;
}

.movie-metabox .metabox-intro .movie-screenings {
	padding: 24px;
}

.movie-metabox .metabox-intro .movie-screenings p {
	font-size: 20px;
	line-height: 28px;
}

.movie-metabox .metabox-main {
	font-size: 20px;
}

.movie-metabox .metabox-main .metabox-sidebar {
	margin: 48px 24px;
	position: absolute;
	width: 320px;
}

.movie-metabox .metabox-main .metabox-sidebar .metabox-gallery {
	margin: -10px;
}

.movie-metabox .metabox-main .metabox-sidebar .metabox-gallery .gallery-item {
	float: left;
	height: 150px;
	margin: 10px;
	width: 150px;
}

.movie-metabox .metabox-main .metabox-sidebar .metabox-gallery .gallery-item a {
	display: block;
}

.movie-metabox .metabox-main .metabox-sidebar .metabox-gallery .gallery-item img {
	height: auto;
	max-width: 100%;
}

.movie-metabox .metabox-main .metabox-content {
	margin-left: 368px;
	padding: 24px;
}

.movie-metabox .metabox-main .metabox-content .metabox-section {
	margin: 24px 0;
	position: relative;
}

.movie-metabox .metabox-main .metabox-content .metabox-section:after {
	/*clear: both;
	content: ' ';
	display: block;*/
}

.movie-metabox .metabox-main .metabox-content .metabox-section .section-title {
	color: #222;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 12px;
}

.movie-metabox .metabox-main .metabox-content .metabox-section .section-line {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 8px;
	padding: 8px 0 16px;
}

.movie-metabox .metabox-main .metabox-content .metabox-section .section-line .line-label {
	display: inline-block;
	font-size: 18px;
	margin: 2px 0;
	max-width: 196px;
	vertical-align: top;
	width: 40%;
}

.movie-metabox .metabox-main .metabox-content .metabox-section .section-line .line-content {
	color: #333;
	display: inline-block;
	vertical-align: top;
	width: 55%;
}

.movie-metabox .metabox-main .metabox-content .metabox-section.section-direction {
	
}

.movie-metabox .metabox-main .metabox-content .metabox-section.section-direction .director-picture {
	background-color: #ee163a;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 200px;
	margin: 12px 24px 12px 0;
	width: 160px;
}

.movie-metabox .metabox-main .metabox-content .metabox-section.section-direction .director-details {
	margin: 20px 0 12px 196px;
}

.movie-metabox .metabox-main .metabox-content .metabox-section.section-direction .director-name {
	color: #444;
	font-size: 20px;
}

.movie-metabox .metabox-main .metabox-content .metabox-section.section-direction .director-biography {
	margin: 12px 0;
}

.movie-metabox .metabox-main .metabox-content .metabox-section.section-direction .director-biography p {
	font-size: 16px;
}

.movie-metabox .metabox-main .metabox-content .metabox-section.section-credits {
	
}

.movie-metabox .metabox-main .metabox-content .metabox-section.section-trailer {
	
}

.movie-metabox .metabox-main .metabox-content .metabox-section.section-trailer iframe {
	max-width: 100%;
}

.movie-metabox .metabox-main .metabox-content .metabox-section.section-awards {
	
}

/**
 * Movies Archives.
 */

.archive.tax-edition .movie-archive-description,
.archive.post-type-archive-movie .movie-archive-description {
	margin: 12px 48px 24px;
}

.archive.tax-edition .hentry.movie,
.archive.post-type-archive-movie .hentry.movie {
	border-bottom: 1px solid #e5e5e5;
	margin: 12px 0 24px;
	padding: 15px;
}

.archive.tax-edition .hentry.movie .movie-thumbnail,
.archive.post-type-archive-movie .hentry.movie .movie-thumbnail {
	float: left;
	height: 150px;
	width: 150px;
}

.archive.tax-edition .hentry.movie .movie-thumbnail img,
.archive.post-type-archive-movie .hentry.movie .movie-thumbnail img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}

.archive.tax-edition .hentry.movie .movie-details,
.archive.post-type-archive-movie .hentry.movie .movie-details {
	margin-left: 170px;
}

.archive.tax-edition .hentry.movie .movie-details .movie-title,
.archive.post-type-archive-movie .hentry.movie .movie-details .movie-title {
	font-size: 24px;
	font-weight: 600;
}

.archive.tax-edition .hentry.movie .movie-details .movie-title a:hover,
.archive.post-type-archive-movie .hentry.movie .movie-details .movie-title a:hover {
	color: #ee163a;
}

.archive.tax-edition .hentry.movie .movie-details .movie-release-info,
.archive.post-type-archive-movie .hentry.movie .movie-details .movie-release-info {
	
}

.archive.tax-edition .hentry.movie .movie-details .movie-release-info .movie-meta,
.archive.post-type-archive-movie .hentry.movie .movie-details .movie-release-info .movie-meta {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
}

.archive.tax-edition .hentry.movie .movie-details .movie-release-info .movie-meta.movie-director,
.archive.post-type-archive-movie .hentry.movie .movie-details .movie-release-info .movie-meta.movie-director {
	
}

.archive.tax-edition .hentry.movie .movie-details .movie-release-info .movie-meta.movie-year,
.archive.post-type-archive-movie .hentry.movie .movie-details .movie-release-info .movie-meta.movie-year {
	
}

.archive.tax-edition .hentry.movie .movie-details .movie-release-info .movie-meta.movie-runtime,
.archive.post-type-archive-movie .hentry.movie .movie-details .movie-release-info .movie-meta.movie-runtime {
	
}

.archive.tax-edition .hentry.movie .movie-details .movie-release-info .movie-meta.movie-contry,
.archive.post-type-archive-movie .hentry.movie .movie-details .movie-release-info .movie-meta.movie-contry {
	
}

.archive.tax-edition .hentry.movie .movie-details .movie-overview,
.archive.post-type-archive-movie .hentry.movie .movie-details .movie-overview {
	margin: 24px 0 12px;
}

.archive.tax-edition .hentry.movie .movie-details .movie-overview p,
.archive.post-type-archive-movie .hentry.movie .movie-details .movie-overview p {
	font-size: 20px;
	font-weight: 300;
}


/**
 * Responsive.
 */

@media screen and (max-width:960px) {
	.single.single-movie .movie-metabox .metabox-header {
		min-height: 40vh;
	}
	.single.single-movie .movie-metabox .metabox-header .metabox-poster {
		height: 360px;
		width: 240px;
	}
	.single.single-movie .movie-metabox .metabox-header .metabox-metadata {
		margin-left: 268px;
		padding: 0 24px;
	}
	.single.single-movie .movie-metabox .metabox-header .metabox-metadata .movie-title {
		font-size: 48px;
		height: 48px;
		line-height: 48px;
	}
	.single.single-movie .movie-metabox .metabox-header .metabox-metadata .movie-overview p {
		font-size: 18px;
		line-height: 32px;
	}
	.single.single-movie .movie-metabox .metabox-main .metabox-sidebar {
		width: 240px;
	}
	.single.single-movie .movie-metabox .metabox-main .metabox-sidebar .metabox-gallery {
		margin: -5px;
	}
	.single.single-movie .movie-metabox .metabox-main .metabox-sidebar .metabox-gallery .gallery-item {
		height: 110px;
		margin: 5px;
		width: 110px;
	}
	.single.single-movie .movie-metabox .metabox-main .metabox-content {
		margin-left: 268px;
	}
	.single.single-movie .movie-metabox .metabox-main .metabox-content .metabox-section.section-direction .director-details {
		margin: 24px 0 12px 186px;
	}
}

@media screen and (max-width:768px) {
	.single.single-movie .movie-metabox .container {
		width: 100%;
	}
	.movie-metabox .metabox-main .metabox-content .metabox-section.section-direction .director-picture {
		height: 160px;
		margin: 12px 12px 12px 0;
		width: 140px;
	}
	.single.single-movie .movie-metabox .metabox-main .metabox-content .metabox-section.section-direction .director-details {
		margin: 24px 0 12px 160px;
	}
}

@media screen and (max-width:640px) {
	.single.single-movie .movie-metabox .metabox-header .metabox-poster {
		height: 260px;
		width: 180px;
	}
	.single.single-movie .movie-metabox .metabox-header .metabox-metadata {
		margin-left: 208px;
		padding: 0 24px;
	}
	.single.single-movie .movie-metabox .metabox-main .metabox-sidebar {
		margin: 24px 5%;
		position: relative;
		width: 90%;
	}
	.single.single-movie .movie-metabox .metabox-main .metabox-content {
		margin: 24px 0;
		width: 100%;
	}
}

@media screen and (max-width:480px) {
	.movie-metabox .metabox-main .metabox-content .metabox-section .section-line .line-label {
		max-width: 160px;
	}
}

@media screen and (max-width:420px) {
	.single.single-movie .movie-metabox .metabox-header .metabox-poster {
		float: none;
		height: 540px;
		width: 360px;
	}
	.single.single-movie .movie-metabox .metabox-header .metabox-metadata {
		margin: 24px 12px;
	}
	.movie-metabox .metabox-main .metabox-content .metabox-section.section-direction .director-picture {
		display: none;
	}
	.single.single-movie .movie-metabox .metabox-main .metabox-content .metabox-section.section-direction .director-details {
		margin: 24px 0 12px 0;
	}
}
