/*TOP PAGE*/
.p-home .p-movie {
	padding: 40px 0 60px;
	background: #fff;
}
.p-movie__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.p-movie__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
}
.p-home .p-movie__item {
	margin-bottom: 0;
}
.p-movie .p-card__image {
	position: relative;
	line-height: 0;
	background: #000;
	border-radius: 10px;
}
.p-movie .p-card__image a {
	position: relative;
	display: block;
	background: #000;
	border-radius: 10px;
}
.p-movie .p-card__image a i {
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 20px);
	color: #ffffffde;
	font-size: 60px;
	z-index: 1;
}
.p-movie .p-card__image a:hover i {
	color: #f00;
}
.p-movie .p-card--article .p-card__image img {
	opacity: 0.6;
	border-radius: 10px;
}
.p-movie .p-card__image a:hover img {
	opacity: 0.9;
}
.p-movie .p-card--article .p-card__category {
	z-index: 1;
}
.p-movie .p-card--article .p-card__category a {
	padding: 16px 12px;
	background: #0099cbd6;
	border-radius: 0 10px 0 10px;
}
.p-movie__footer {
	margin-top: 40px;
	text-align: center;
}

.single-movie .p-article__hero {
	display: flex;
	justify-content: center;
}
.single-movie .p-article__hero img {
	width: 80%;
	max-width: 600px;
}

@media (max-width: 1079.98px) {
	.p-movie .u-container {
		max-width: 100%;
		padding-left: 2.34375vw;
		padding-right: 2.34375vw;
	}
	.p-movie__list {
		margin: 0;
	}
	.p-movie__item:not(:last-child) {
    margin-bottom: 6.25vw;
	}
	.p-movie__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
}

.post-type-archive-movie .p-card__image {
	position: relative;
	box-shadow: 0px 3px 7px #d2d2d2;
}
.post-type-archive-movie .p-card__image a {
	display: flex;
}

/*IR TOP*/
.p-movie.p-card--gray {
	margin-bottom: 60px;
}
.ir-movie__list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 0;
}
.ir-movie__list .p-card__date {
	font-family: Lato,sans-serif;
	font-style: italic;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
}
.ir-movie__item iframe {
	width: 490px!important;
	height: 276px!important;
	position: relative!important;
}
.ir-movie__item a.no-yt {
	display: block;
	width: 490px;
	height: 276px;
	position: relative;
}
.ir-movie__item a.no-yt::before {
	content: "";
	display: block;
	position: absolute;
	width: 68px;
	height: 48px;
	top: calc(50% - 24px);
	left: calc(50% - 34px);
	background: url(../img/ir/movie/ty-logo.png) no-repeat;
	background-size: contain;
	z-index: 2;
}
.ir-movie__item a img {
	position: relative;
	width: 100%;
}
@media (max-width: 1079.98px) {
	.ir-movie__list {
		justify-content: center;
		flex-wrap: wrap;
	}
	.ir-movie__item iframe, .ir-movie__item a.no-yt {
		width: 600px!important;
    height: 337px!important;
	}
}
@media (max-width: 767.98px) {
	.ir-movie__item iframe, .ir-movie__item a.no-yt {
		width: 320px!important;
    height: 180px!important;
	}
}