/*
 * Clean streaming-directory skin for PsyPlay.
 * This is an original implementation inspired by the layout language of
 * AllMoviesOnline: white navigation, light canvas and cyan action accents.
 */

body.cinebyte-skin {
	--amo-blue: #079fd3;
	--amo-blue-dark: #0788b6;
	--amo-ink: #252b35;
	--amo-muted: #6b7280;
	--amo-line: #e2e7eb;
	--amo-canvas: #eef1f4;
	background: var( --amo-canvas ) !important;
	color: #333 !important;
	font-family: Arial, Helvetica, sans-serif;
}

body.cinebyte-skin a {
	color: var( --amo-blue );
}

body.cinebyte-skin a:hover,
body.cinebyte-skin a:focus {
	color: var( --amo-blue-dark );
	text-shadow: none;
}

body.cinebyte-skin > header {
	height: 70px;
	border: 0;
	background: #fff !important;
	box-shadow: 0 2px 8px rgba( 20, 34, 48, .12 ) !important;
}

body.cinebyte-skin > header .container {
	display: flex;
	align-items: center;
	height: 70px;
}

body.cinebyte-skin > header .header-logo {
	flex: 0 0 auto;
	margin-top: 0;
	margin-right: 36px;
}

body.cinebyte-skin > header .header-logo::after {
	right: -19px;
	top: 4px;
	height: 42px;
	background: #e5e7eb;
}

body.cinebyte-skin #logo {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

body.cinebyte-skin #menu {
	flex: 1 1 auto;
}

body.cinebyte-skin #menu ul.top-menu {
	margin: 0;
}

body.cinebyte-skin #menu ul.top-menu > li {
	margin: 0 4px;
}

body.cinebyte-skin #menu ul.top-menu > li > a {
	height: 70px;
	padding: 0 8px;
	color: #343a40;
	font-family: Oswald, Arial, sans-serif;
	font-size: 15px;
	line-height: 70px;
}

body.cinebyte-skin #menu ul.top-menu > li.active > a,
body.cinebyte-skin #menu ul.top-menu > li:hover > a {
	border-bottom-color: var( --amo-blue );
	color: var( --amo-blue );
}

body.cinebyte-skin #menu .sub-container {
	top: 68px;
	border-top: 2px solid var( --amo-blue );
	background: #fff !important;
	box-shadow: 0 12px 28px rgba( 20, 34, 48, .17 );
}

body.cinebyte-skin #menu .sub-container ul.sub-menu li a {
	background: #f5f7f9;
	color: #454b55 !important;
}

body.cinebyte-skin #menu .sub-container ul.sub-menu li:hover a {
	background: var( --amo-blue );
	color: #fff !important;
}

body.cinebyte-skin #top-user {
	order: 4;
	margin-left: 10px;
}

body.cinebyte-skin #search {
	order: 3;
	width: 285px;
	margin-top: 0;
	margin-left: auto;
}

body.cinebyte-skin #search input.search-input {
	height: 35px;
	padding-right: 42px;
	border: 1px solid #d6dce1;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: #444;
}

body.cinebyte-skin #searchform .fa {
	top: -26px;
	color: var( --amo-blue );
}

body.cinebyte-skin .btn-login,
body.cinebyte-skin .btn-successful {
	border: 0 !important;
	border-radius: 2px;
	background: var( --amo-blue );
	box-shadow: inset 0 -2px rgba( 0, 0, 0, .08 );
	color: #fff !important;
}

body.cinebyte-skin .btn-login:hover,
body.cinebyte-skin .btn-successful:hover {
	border: 0 !important;
	background: var( --amo-blue-dark );
}

body.cinebyte-skin #main {
	min-height: 720px;
	padding-top: 92px !important;
}

body.cinebyte-skin .page-detail {
	padding-top: 82px !important;
}

body.cinebyte-skin .main-content {
	color: #333;
}

body.cinebyte-skin .movies-list-wrap {
	margin-bottom: 34px;
}

body.cinebyte-skin .movies-list-wrap .ml-title {
	display: flex;
	align-items: center;
	min-height: 44px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dce2e7;
}

body.cinebyte-skin .movies-list-wrap .ml-title > span {
	height: 44px;
	padding: 0 3px;
	border: 0;
	border-bottom: 3px solid var( --amo-blue );
	border-radius: 0;
	background: transparent !important;
	color: var( --amo-ink );
	font-size: 20px;
	font-weight: 700;
	line-height: 42px;
}

body.cinebyte-skin .movies-list-wrap .ml-title .nav-tabs li a {
	border: 0;
	box-shadow: none;
	color: #697386;
}

body.cinebyte-skin .movies-list-wrap .ml-title .nav-tabs li.active a,
body.cinebyte-skin .movies-list-wrap .ml-title .nav-tabs li a:hover {
	background: #dff5fc !important;
	color: var( --amo-blue-dark );
}

body.cinebyte-skin .movies-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

body.cinebyte-skin .movies-list .ml-item,
body.cinebyte-skin .mlw-related .movies-list .ml-item {
	flex: 0 0 calc( ( 100% - 150px ) / 6 );
	width: calc( ( 100% - 150px ) / 6 );
	height: auto;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	border: 0 !important;
	border-radius: 10px !important;
	background: #151a21;
	box-shadow: 0 5px 16px rgba( 24, 38, 53, .16 );
	transition: box-shadow .2s ease, transform .2s ease;
	aspect-ratio: 2 / 3;
}

body.cinebyte-skin .movies-list .ml-item:hover {
	box-shadow: 0 12px 26px rgba( 20, 54, 77, .23 );
	transform: translateY( -3px );
}

body.cinebyte-skin .movies-list .ml-item .ml-mask {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

body.cinebyte-skin .movies-list .ml-item .mli-thumb,
body.cinebyte-skin .movies-list img.thumb.mli-thumb {
	width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
	object-fit: cover;
}

body.cinebyte-skin .movies-list .ml-item .mli-quality {
	top: 7px;
	right: 7px;
	padding: 5px 6px;
	border-radius: 3px;
	background: #ffdc00;
	box-shadow: 0 2px 6px rgba( 0, 0, 0, .25 );
	color: #161616;
	font-size: 10px;
	font-weight: 700;
}

body.cinebyte-skin .movies-list .ml-item .cinebyte-card-score {
	display: none;
}

body.cinebyte-skin .movies-list .ml-item .cinebyte-card-score i {
	margin-right: 3px;
	color: #ffc928;
}

body.cinebyte-skin .movies-list .ml-item .mli-info {
	padding: 44px 8px 10px;
	background: linear-gradient( 180deg, transparent, rgba( 3, 7, 12, .94 ) );
}

body.cinebyte-skin .movies-list .ml-item .mli-info h2 {
	display: -webkit-box;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.cinebyte-skin .movies-list .ml-item .ml-mask::before {
	background: rgba( 0, 0, 0, .34 );
}

body.cinebyte-skin .movies-list .ml-item .ml-mask::after {
	width: 58px;
	height: 58px;
	margin: -29px 0 0 -29px;
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: var( --amo-blue );
	background-size: 58px;
	box-shadow: 0 5px 20px rgba( 0, 0, 0, .32 );
}

body.cinebyte-skin #filter,
body.cinebyte-skin .wpas-ptype-radio-buttons,
body.cinebyte-skin div#wpas-tax_quality .wpas-tax_quality-checkboxes.wpas-checkboxes.field-container,
body.cinebyte-skin #wpas-tax_category .field-container,
body.cinebyte-skin #wpas-tax_country .field-container,
body.cinebyte-skin #wpas-tax_release-year .field-container {
	border-color: var( --amo-line );
	background: #fff;
}

body.cinebyte-skin .wpas-field .label-container {
	color: var( --amo-blue-dark );
}

body.cinebyte-skin #pagination .pagination > li > a,
body.cinebyte-skin #pagination .pagination > li > span {
	border-color: #dce2e7;
	background: #fff;
	color: #657083;
}

body.cinebyte-skin #pagination .pagination > .active > a,
body.cinebyte-skin #pagination .pagination > .active > span {
	border-color: var( --amo-blue );
	background: var( --amo-blue );
	color: #fff;
}

body.cinebyte-skin .main-detail {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}

body.cinebyte-skin #bread .breadcrumb {
	color: #7a8492;
}

body.cinebyte-skin #bread .breadcrumb a {
	color: #667085;
}

body.cinebyte-skin #mv-info .mvi-content {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding: 28px;
	border: 1px solid var( --amo-line );
	background: #fff;
	box-shadow: 0 8px 24px rgba( 21, 40, 58, .08 );
	color: #3d4653;
}

body.cinebyte-skin #mv-info .mvi-content .mvic-thumb {
	flex: 0 0 170px;
	width: 170px;
	height: 255px;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 0 8px 20px rgba( 17, 29, 43, .18 );
}

body.cinebyte-skin #mv-info .mvi-content .mvic-thumb img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

body.cinebyte-skin #mv-info .mvic-desc {
	min-width: 0;
	padding-left: 0;
}

body.cinebyte-skin #mv-info .mvic-desc h3 {
	margin-top: 0;
	color: #17202d;
	font-size: 27px;
	line-height: 1.25;
}

body.cinebyte-skin #mv-info .mvic-desc .desc {
	color: #5d6673;
	font-size: 14px;
	line-height: 1.7;
}

body.cinebyte-skin #mv-info .mvic-info {
	margin-top: 18px;
	padding-top: 17px;
	border-top: 1px solid #e8ebef;
	color: #596272;
}

body.cinebyte-skin #mv-info .mvic-info p {
	margin-bottom: 7px;
}

body.cinebyte-skin #mv-info .mvic-info strong {
	color: #273142;
}

body.cinebyte-skin #mv-info .imdb-r,
body.cinebyte-skin #mv-info .quality {
	display: inline-block;
	padding: 3px 7px;
	border-radius: 2px;
	background: var( --amo-blue );
	color: #fff;
	font-weight: 700;
}

body.cinebyte-skin #mv-info .block-trailer .btn-primary {
	border: 0 !important;
	background: var( --amo-blue );
}

body.cinebyte-skin #mv-keywords,
body.cinebyte-skin .mvi-images,
body.cinebyte-skin #commentfb {
	border-color: var( --amo-line );
	background: #fff;
	color: #5d6673;
}

body.cinebyte-skin footer {
	border-top: 4px solid var( --amo-blue );
	background: #1c222b !important;
	color: #aeb6c2;
}

body.cinebyte-skin footer a {
	color: #dbe1e8;
}

body.cinebyte-skin footer a:hover {
	color: #fff;
}

@media screen and ( max-width: 1199px ) {
	body.cinebyte-skin .movies-list {
		gap: 24px;
	}

	body.cinebyte-skin .movies-list .ml-item,
	body.cinebyte-skin .mlw-related .movies-list .ml-item {
		flex-basis: calc( ( 100% - 96px ) / 5 );
		width: calc( ( 100% - 96px ) / 5 );
	}
}

@media screen and ( max-width: 991px ) {
	body.cinebyte-skin > header .container {
		display: block;
	}

	body.cinebyte-skin > header .header-logo {
		margin-top: 8px;
	}

	body.cinebyte-skin .mobile-menu,
	body.cinebyte-skin .mobile-search {
		color: #354052;
	}

	body.cinebyte-skin #menu {
		background: #fff;
		box-shadow: 0 10px 25px rgba( 20, 34, 48, .15 );
	}

	body.cinebyte-skin #menu ul.top-menu > li > a {
		height: 46px;
		color: #343a40;
		line-height: 46px;
	}

	body.cinebyte-skin #search {
		width: auto;
		margin-left: 0;
		background: #fff;
	}

	body.cinebyte-skin .movies-list .ml-item,
	body.cinebyte-skin .mlw-related .movies-list .ml-item {
		flex-basis: calc( ( 100% - 60px ) / 4 );
		width: calc( ( 100% - 60px ) / 4 );
	}

	body.cinebyte-skin .movies-list {
		gap: 20px;
	}
}

@media screen and ( max-width: 767px ) {
	body.cinebyte-skin #main,
	body.cinebyte-skin .page-detail {
		padding-top: 77px !important;
	}

	body.cinebyte-skin .movies-list {
		gap: 14px;
	}

	body.cinebyte-skin .movies-list .ml-item,
	body.cinebyte-skin .mlw-related .movies-list .ml-item {
		flex-basis: calc( ( 100% - 42px ) / 4 );
		width: calc( ( 100% - 42px ) / 4 );
		min-height: 0;
	}

	body.cinebyte-skin #mv-info .mvi-content {
		display: block;
		padding: 20px;
	}

	body.cinebyte-skin #mv-info .mvi-content .mvic-thumb {
		float: left;
		width: 125px;
		height: 188px;
		margin: 0 18px 12px 0;
	}

	body.cinebyte-skin #mv-info .mvic-desc h3 {
		font-size: 22px;
	}
}

@media screen and ( max-width: 600px ) {
	body.cinebyte-skin .movies-list {
		gap: 12px;
	}

	body.cinebyte-skin .movies-list .ml-item,
	body.cinebyte-skin .mlw-related .movies-list .ml-item {
		flex-basis: calc( ( 100% - 24px ) / 3 );
		width: calc( ( 100% - 24px ) / 3 );
	}
}

@media screen and ( max-width: 520px ) {
	body.cinebyte-skin #mv-info .mvi-content .mvic-thumb {
		float: none;
		width: 145px;
		height: 218px;
		margin: 0 auto 20px;
	}

	body.cinebyte-skin #mv-info .mvic-desc h3 {
		text-align: center;
	}
}

@media screen and ( max-width: 420px ) {
	body.cinebyte-skin .movies-list {
		gap: 10px;
	}

	body.cinebyte-skin .movies-list .ml-item,
	body.cinebyte-skin .mlw-related .movies-list .ml-item {
		flex-basis: calc( ( 100% - 10px ) / 2 );
		width: calc( ( 100% - 10px ) / 2 );
	}
}
