@charset "utf-8";
/*
Theme Name:   Movyn
Theme URI:    https://themespixel.net/en/movyn
Description:  Movies and Series Theme
Author:       ThemesPixel
Author URI:   https://themespixel.net
Version:      1.0.0
*/
body {
	margin: 0;
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 14px;
	color: #fff9;
	background: #1d2124;
	word-break: break-word;
	line-height: 1.7;
}
*, *:before, *:after, *:focus {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
* {
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
    border: 0 none;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
img {
	max-width:100%;
	height:auto;
}
ul, li {
	margin:0;
	padding:0;
	list-style:none;
}
pre {
	overflow: auto;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h2 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight: normal;
	line-height: 1.2;
    margin-bottom: 10px;
}
a {
	text-decoration:none;
	color: #ffffff;
}
dd {
	margin-left: 40px;
}

.container {
	width: 1100px;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
	position: relative;
}
.full-width .container {
	width: 100%;
}
#main-header {
	position: fixed;
	width: 100%;
	z-index: 99999;
	height: 80px;
	display: flex;
	transition: all ease 0.33s;
}
#main-header.fixed {
	background: #1d2124;
	box-shadow: 0 9px 33px -10px #000;
}
#main-header .container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.mh-logo {
	font-size: 35px;
	font-weight: bold;
	flex: none;
	max-width: 200px;
	margin-right: 50px;
}
.mh-logo img {
	display: block;
	max-height: 45px;
	height: 45px;
	width: auto;
}
#main-header nav {
	margin-left: auto;
	flex: none;
}
#main-header nav > ul > li {
	float: left;
	position: relative;
	padding: 0 15px;
}
#main-header nav > ul > li:nth-last-child(1) {
	padding-right: 0;
}
#main-header nav > ul > li:nth-child(1) {
	padding-left: 0;
	margin-left: 50px;
}
#main-header nav ul li a {
	display: block;
	padding: 10px 0 8px;
	color: rgba(255,255,255,0.6);
	font-weight: 600;
	border-bottom: 4px solid transparent;
	transition: all ease 0.25s;
	position: relative;
}
#main-header nav ul li.current_page_item a {
	color: #FFF;
}
#main-header nav ul li a:hover {
	color: #FFF;
}
#main-header nav ul li.menu-item-has-children > a {
	padding-right: 20px;
}
#main-header nav ul li.menu-item-has-children > a::before {
    content: "\f078";
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    font-size: 13px;
}
#main-header nav ul.sub-menu > li.menu-item-has-children > a::before {
	right: 0;
}
#main-header nav .sub-menu {
	opacity: 0;
	visibility: hidden; 
	max-height: 300px;
	overflow: auto;
}
#main-header nav .menu-item-has-children::after {
	content: '';
	position: absolute;
	border: 5px solid transparent;
	border-bottom-color: rgba(255,255,255,0.6);
	bottom: -1px;
	visibility: hidden;
	opacity: 0;
}
#main-header nav .sub-menu::-webkit-scrollbar {
	width:4px;
} 
#main-header nav .sub-menu::-webkit-scrollbar-thumb {
	background:#bc1212;
}
#main-header nav .sub-menu .sub-menu {
	display: none;
	padding-left: 10px;
}
#main-header nav .menu-item-has-children:hover > .sub-menu,
#main-header nav > ul > .menu-item-has-children:hover::after {
	opacity: 1;
	visibility: visible;
	display: inherit;
}
#main-header nav > ul > li.menu-item-has-children > .sub-menu {
	position: absolute;
	background: black;
	width: 170px;
	left: 0;
	padding: 10px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	border-radius: 4px;
}
#main-header nav > ul > li.menu-item-has-children:nth-last-child(1) > .sub-menu {
	left: initial;
	right: 0;
}
#main-header nav .menu-item-has-children:nth-last-child(1)::after {
	right: 30px;
}
#main-header nav ul.sub-menu li {
	float: none;
}
#main-header nav ul.sub-menu li a {
	padding: 7px 5px;
	font-size: 13px;
	font-weight: normal;
}
.hf_social {
	margin-left: 20px;
	flex: none;
	display: flex;
}
.hf_social a {
	color: rgba(255,255,255,0.6);
	font-size: 15px;
	margin-left: 3px;
	background: #24292d;
	border-radius:50%;
	width: 30px;
	height: 30px;
	transition: all ease 0.25s;
	line-height: 30px;
	text-align: center;
	margin-right: 5px;
}
.hf_social a:hover {
	color: #FFF;
}
.hf_social a:nth-child(1) {
	margin-left: 0;
}
.hf_social a:nth-last-child(1) {
	margin-right: 0;
}
.mh-form {
	position: relative;
	width: 100%;
	max-width: 450px;
	margin: auto;
}
.mh-form form {
	position: relative;
}
.mh-form form.wait::after {
	content: '';
	display: inline-block;
	width: 29px;
	height: 46px;
	background: url(images/loading.svg) center;
	background-size: contain;
	position: absolute;
	top: 0px;
	z-index: 9999999;
	right: 46px;
}
.mh-form i {
	position: absolute;
	color: #777;
	padding: 0 10px 0 20px;
	height: 45px;
	line-height: 45px;
	z-index: 99;
}
.mh-form input {
	background: rgba(0,0,0,0.5);
	padding: 15px 15px 14px 45px;
	border-radius: 40px;
	display: block;
	width: 100%;
	color: #adb9c1;
	position: relative;
	z-index: 9;
	transition: all ease 0.33s;
}
.mh-form input:focus {
	background: #FFF;
	color: #000;
}
.search_results {
    background: #1a1b23;
    margin-top: 10px;
    position: absolute;
    width: 100%;
    min-width: 333px;
    border-radius: 10px;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}
.search_results::-webkit-scrollbar {
	width: 3px;
} 
.search_results::-webkit-scrollbar-track {
	background: rgba(0,0,0,0.2);
}
.search_results::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.2)
}
.search_results li a {
    padding: 15px 20px;
    display: block;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    color: rgba(255,255,255,0.6);
}
.search_results li a:hover .sr_title {
	color: #FFF;
}
.search_results li:nth-child(1) a {
	border-top: 0;
}
.search_results li:nth-last-child(1) a {
	border-bottom: 0;
}
.sr_image {
    width: 55px;
    margin-right: 10px;
    flex: none;
}
.sr_image img {
	display: block;
}
.sr_title {
	display: block;
	transition: all ease 0.33s;
}
.sr_meta {
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.search_results .sr_year {
	font-size: 8px;
	padding: 2px 6px;
	display: inline-block;
	margin-right: 5px;
}
.search_results .mscc_r {
	font-size: 10px;
	color: rgba(255,255,255,0.6);
}
.search_results .mscc_rating {
	zoom: .8;
}
.form-search-active #main {
    filter: blur(10px);
}
.form-search-active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9;
}
#main-content {
	position: relative;
	padding-top: 100px;
}
.section-content {
	width: 100%;
	min-width: 0;
}
.sidg #main-content .conflex {
	display: flex;
}
#alphabet-list {
    text-align: center;
    white-space: nowrap;
    margin-bottom: 40px;
    position: relative;
    z-index: 99;
}
#alphabet-list ul {
    display: flex;
    overflow-y: scroll;
}
#alphabet-list ul::-webkit-scrollbar {
	display: none;
}
#alphabet-list ul li {
    display: inline-block;
    padding: 0px 3px;
    flex: 1;
}
#alphabet-list ul li:nth-child(1) {
    padding-left: 0;
}
#alphabet-list ul li:nth-last-child(1) {
    padding-right: 0;
}
#alphabet-list ul li a,
#pagination .page-link,
.widget_years_widget .widget-content ul li a {
    display: block;
    padding: 5px;
    background: #13132f;
    border-radius: 3px;
    transition: all ease 0.33s;
    min-width: 33px;
    text-align: center;
}
#alphabet-list ul li a:hover {
    color: #FFF;
}
.scroller-status {
	display: none;
}
.section-posts {
	width: 100%;
	margin-bottom: 30px;
}
.ar-top,
.sc-top {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
}
.sct-image {
	width: 70px;
	height: 70px;
	background-size: cover;
	margin-right: 15px;
	background-color: rgba(0,0,0,0.3);
	border-radius: 50%;
	flex: none;
}
.ar-top img {
    border-radius: 50%;
    width: 75px;
    margin-right: 15px;
}
.section-filter {
	margin-left: auto;
	text-align: right;
	position:  relative;
	z-index: 999;
	right: 0;
}
.section-filter ul {
	display: flex;
}
.section-filter ul li {
	padding: 0 2px;
}
.button-view-more {
	position: absolute;
	right: 0;
	top: 2px;
}
.section-filter ul li a,
.button-view-more a {
	padding: 4px 12px;
	display:  block;
	border-radius: 3px;
	color: #5e6971;
	font-weight: 600;
	font-size: 13px;
	transition: all ease 0.25s;
}
.section-filter ul li a:hover, 
.section-filter ul li.active a,
.button-view-more a {
	background: #d52b39;
	color: #FFF;
}
.sc-category-descr {
	margin-bottom: 25px;
}
.block-title {
	position: relative;
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: 600;
	clear: both;
	color: #FFF;
	margin: 0;
}
.block-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background: #d52b39;
	width: 40px;
}
.block-description {
	margin-bottom: 20px;
}
.posts-list {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}
.posts-list .post-title, 
.posts-list .post-cat {
	display:  block;
	color: rgba(255,255,255,0.6);
	transition: all ease 0.25s;
	width: 170px;
	max-width: 100%;
	margin: auto;
	min-height: calc( var(--poster-title) + 5px);
	line-height: calc( var(--poster-title) + 5px);
	font-size: var(--poster-title);
	white-space: initial;
}
.posts-list .post .image::before, 
.wait-ajax .post-title, 
.wait-ajax .post-cat, 
.wait-ajax .post-year, 
.wait-ajax .post-stars, 
.mscomc_episodes .wait-ajax figure {
    background: linear-gradient(270deg, #23282b, #333a3e, #23282b);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
}
.posts-list .post-stars {
	display: flex;
	position: absolute;
	align-items: center;
	top: 5px;
	z-index: 1;
	color: #FFF;
	background: rgba(255,255,255,.2);
	border-radius: 3px;
	padding: 1px 5px;
	font-size: 11px;
	right: 5px;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	height: 20px;
}
.posts-list .post-stars span {
	-webkit-mask: url(images/star.svg);
	mask: url(images/star.svg);
	height: 12px;
	width: 12px;
	display: block;
	background: #dfb51f;
	z-index: 9999;
	margin-left: 3px;
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}

.post-release,
.post-year,
.post-episode,
.post-type {
	position: absolute;
	z-index: 9;
	color: #000;
	padding: 3px 8px;
	text-transform: uppercase;
	font-size: 8px;
	border-radius: 2px;
	height: 20px;
}
.post-type {
	background: rgba(0,0,0,0.2);
	color: #ffffff;
	left: 5px;
	bottom: 5px;
	-webkit-backdrop-filter:blur(20px);
	backdrop-filter: blur(20px);
	font-size: 10px;
	width: 23px;
	padding: 2px;
}
.post-release {
	background: #ffc816;
	left: 5px;
	top: 5px;
}
.post-new-episode {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 8px;
	height: 8px;
	background: var(--release-color-se);
	border-radius: 50%;
	z-index: 999;
}
.post-new-episode:after {
    content: "";
    border-radius: 5px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
	animation: qualityShadowed 2s infinite;
}
@keyframes qualityShadowed {
	0% {
		box-shadow: 0 0 0 0 var(--release-color-se);
	}
	to {
		box-shadow: 0 0 0 4px transparent
	}
}

.post-year, .post-episode {
	bottom: 5px;
	right: 5px;
	color: #FFF;
	font-size: 9px;
	text-transform: inherit;
}
.posts-list .post-cat {
	display:  block;
	font-size: var(--poster-title-catdate);
	color: rgba(255,255,255,0.3);
	font-weight: normal;
}
.posts-list.posts-list-episodes .post {
	width: 20%;
}
.posts-list .pl-arrow {
	position: absolute;
	right: 0;
	top: 20px;
	height: calc(100% - 45px);
	width: 7.44%;
	z-index: 999;
	display: flex;
	align-items: center;
	color: rgba(255,255,255,0.5);
	font-size: 50px;
	visibility: hidden;
	cursor: pointer;
}
.posts-list .pl-arrow:hover {
	color: #FFF;
}
.posts-list .pl-arrow.pla-right {
	right: 0;
	justify-content: flex-end;
	padding-right: 5px;
}
.posts-list .pl-arrow.pla-left {
	left: 0;
	justify-content: flex-start;
	padding-left: 5px;
	visibility: hidden;
}
.posts-list:hover .pl-arrow:not(.noshow) {
	visibility: visible;
}
.posts-list .pl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.posts-list .post {
    flex: none;
    width: 16.666666666666666666666666666667%;
    margin-bottom: 30px;
    text-align:  center;
    position: relative;
    padding: 0px 10px;
}
.posts-list .post > a {
	font-size: 13px;
	font-weight: 600;
	display:  block;
	text-align: center;
	position: relative;
}
.posts-list .post > a:hover {
	text-decoration: none;
}
.posts-list .post .image {
	position: relative;
	max-width: 100%;
	margin: 0 auto 10px;
	height: 0;
	overflow: hidden;
	background-size: cover;
	padding-bottom: 155%;
	background-position: center;
	border-radius: 5px;
}
.posts-list .post .image img {
	display: block;
	box-shadow: 9px 16px 35px -12px #000;
}
.posts-list .post .post-hvr {
	visibility: hidden;
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	transition: all ease 0.25s;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.33) 0%, rgba(0,0,0,0.33) 50%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.33) 0%,rgba(0,0,0,0.33) 50%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.33) 0%,rgba(0,0,0,0.33) 50%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54000000', endColorstr='#cc000000',GradientType=0 );
	z-index: 99;
}
.posts-list .post .image:not(.load)::before,
.posts-list-episodes .post .image:not(.load)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, #23282b, #333a3e, #23282b);
	background-size: 600% 600%;
	-webkit-animation: AnimationName 3s ease infinite;
	-moz-animation: AnimationName 3s ease infinite;
	animation: AnimationName 3s ease infinite;
	z-index: -1;
}
.posts-list .post .image::after {
	visibility: hidden;
	opacity: 0;
	content: "\f04b";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 50%;
	transform: translateY(-70%);
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	color: #FFF;
	border-radius: 50%;
	width: 35px;
	padding-left: 3px;
	height: 35px;
	transition: all ease 0.25s;
	line-height: 35px;
	border: 2px solid #FFF;
	z-index: 99;
}
.posts-list .post a:hover .post-hvr,
.posts-list .post a:hover .image::after {
	visibility: visible;
	opacity: 1;
}
.posts-list .post a:hover .image::after {
	transform: translateY(-50%);
}
.posts-list .post a:hover .post-title {
	color: #FFF;
}
.posts-list .post:hover .post-content-excerpt {
	visibility: visible;
	pointer-events: none;
	display: block;
}
.posts-list .post-content-excerpt {
	position: absolute;
	width: 300px;
	z-index: 9999;
	background: #000;
	padding: 20px;
	text-align: left;
	left: 90%;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	display: none;
	color: #d0d1d3;
	border-radius: 5px;
	top: -30px;
	animation: trans;
	animation-duration: .3s;
	animation-fill-mode: both;
	white-space: initial;
}
.posts-list .post-content-excerpt.pce-left {
	left: initial;
	right: 90%;
}
.posts-list.plol .post-content-excerpt {
	animation: initial;
	display: block;
	margin-top: -10px;
	opacity: 0;
}
.posts-list.plol .post.active .post-content-excerpt {
	transition: opacity ease .33s, margin ease .33s;
}
.posts-list.plol .post.active:hover .post-content-excerpt {
	opacity: 1;
	margin-top: 0;
}

@keyframes trans {
	0%{
		opacity:0;
		top: -30px;
	}
	100%{
		opacity:1;
		top: -20px;
	}
}
.posts-list .post-content-excerpt img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	filter: blur(10px);
	opacity: .4;
}
.pce-title {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	line-height: 24px;
}
.pce-gen {
	text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
}
.pce-gen span {
	font-weight: bold;
}
.pce-description {
	margin-bottom: 5px;
	line-height: 22px;
}
.posts-list .post-meta {
	margin: 5px 0;
	display: flex;
	align-items: center;
}
.posts-list .post-meta .post-rating {
	display: inline-block;
	margin-left: 5px;
}
.post-rating .pr-text {
	display: inline-block;
}
.post-rating .pr-rating {
	background: url(images/star.png) left;
	height: 11px;
	display: inline-block;
	width: 60px;
}
.post-rating .pr-rating-per {
	background: url(images/star_.png) left;
	display: block;
	height: 11px;
}
.posts-list a:hover .post-meta {
	visibility: visible;
	opacity: 1;
	bottom: 10px;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.more-posts {
	text-align: right;
	margin-bottom:  25px;
}
.more-posts a {
	background: #d52b39;
	color: #FFF;
	font-weight: 600;
	padding: 10px 25px;
	display: inline-block;
	border-radius: 50px;
}
.pp-meta {
	color: #afb6bb;
}
#sidebar {
	width: 330px;
	flex: none;
	margin-left: 30px;
}
.sidg-l .section-content {
	order: 2;
	margin-bottom: 30px;
}
.sidg-l #sidebar {
	order: 1;
	margin-left: 0;
	margin-right: 30px;
}
#sidebar .widget {
	margin-bottom: 20px;
}
#sidebar .widget h2 {
    font-size: 18px;
    color: #FFF;
    font-weight: 600;
}
#sidebar .widget-content {
	margin-top: 20px;
}
.widget-pl.posts-list {
	margin-left: -5px;
	margin-right: -5px;
}
.widget-pl.posts-list .post-stars {
	font-size: 9px;
	right: 3px;
	top: 3px;
	padding: 0px 3px;
	height: 15px;
}
.widget-pl.posts-list .post-stars span {
	width: 10px;
	height: 10px;
}
.widget-pl.posts-list .post-release, 
.widget-pl.posts-list .post-year, 
.widget-pl.posts-list .post-episode {
	font-size: 8px;
}
.widget-pl.posts-list .post-release {
	top: 3px;
	left: 3px;
	padding: 0 4px;
	height: 15px;
	line-height: 15px;
}
.widget-pl.posts-list .post-year {
	right: 3px;
	bottom: 3px;
}
.widget ol li, 
.widget ul li {
    position: relative;
    padding: 10px 0;
	font-size: 13px;
}
.widget_years_widget .widget-content ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.widget_years_widget .widget-content ul li {
	width: 50%;
	padding: 5px;
}
.widget_years_widget .widget-content ul.columns-5 li {
	width: 20%;
}
.widget_years_widget .widget-content ul.columns-4 li {
	width: 25%;
}
.widget_years_widget .widget-content ul.columns-3 li {
	width: 33.333333%;
}
.widget_years_widget .widget-content ul li a {
	text-decoration: none;
	display: block;
	text-align: center;
	border-radius: 2px;
	padding: 2px;
}
.wp-block-latest-comments__comment {
	margin-bottom: 0;
}
.widget a:hover {
	text-decoration: underline;	
}
.widget .wp-block-categories a::before,
.widget.widget_categories a::before {
    content: "\f07b";
    margin-right: 7px;
    display: inline-block;
    opacity: .25;
    font: 500 14px/1 "Font Awesome 6 Free";
}
.widget .search-form,
.widget .wp-block-latest-comments.no-comments,
.widget.widget_categories form,
.wp-block-search {
    padding: 10px 0
}
.wp-block-search__input {
	height: 37px;
	border-radius: 2px;
	padding: 0 10px;
	border: 0;
	background: rgba(0,0,0,0.5);
	color: #FFF;
}
.search-form input[type=submit],
.wp-block-search .wp-block-search__button {
    border-radius: 2px;
    height: 37px;
    color: #fff;
    border: none;
    width: 37px;
    height: 37px;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	position: relative;
}
.wp-block-search__button-inside .wp-block-search__button {
	position: absolute;
	right: 3px;
	height: 31px;
	top: 3px;
}
.wp-block-search__button-inside .wp-block-search__input {
	padding-right: 43px;
}
.wp-block-search__button-only .wp-block-search__input {
	margin-right: 10px;
}
.wp-block-search__text-button .wp-block-search__button {
	width: auto;
	padding: 0 10px;
}
.widget_categories ul {
    overflow: hidden;
}
.widget_categories ul li {
    float: left;
}
.widget_categories ul li a {
    display: block;
    padding: 5px 7px;
    background: #fe466c;
    color: #FFF;
    margin: 0px 10px 10px 0px;
}
.widget_rp ul {
    overflow: hidden;
    text-align: left; 
}
.widget_rp ul li {
	overflow: hidden;
	margin-bottom: 10px;
}
.widget_rp ul li img {
	float: left;
	width: 75;
	height: 50px;
	margin-right: 10px;
}
.widget_rp ul li a {
    color: #b7b7b7;
}

/*******
Slider top
******************/
.slider-top.owl-carousel {
	display: block;
	z-index: 9;
	margin-bottom: -60px;
}
.slider-top {
	font-size: 17px;
}
.slider-top>.stow_wra:nth-child(1) {
	display: block;
	padding-bottom: .5px;
}
.slider-top>.stow_wra {
	display: none;
}
.slider-top .mscc_title {line-height: 1.2;font-size: 36px;font-weight: 600;} 

.home .msc_background {
	width: 100%;
	padding-bottom: 0;
	right: 0;
	background-position: center;
	height: 100%;
}
.home .msc_background::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(29,33,36,1) 2%, rgba(29,33,36,0) 85%);
	background: -webkit-linear-gradient(left,  rgba(29,33,36,1) 2%,rgba(29,33,36,0) 85%);
	background: linear-gradient(to right,  rgba(29,33,36,1) 2%,rgba(29,33,36,0) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d2124', endColorstr='#001d2124',GradientType=1 );
}
.home .msc_content {
	width: 55%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.slider-top .container {
	min-height: 600px;
}

/*************************************************
Single
**************************************************/

.tpxm_ads {
	position: relative;
	z-index: 9;
	text-align: center;
	display: flex;
	justify-content: center;
}
.ads_header {
	margin-bottom: 30px;
}
.ads_single_header,
.ads_single_players,
.ads_single_downloads {
	margin-bottom: 30px;
}
.ads_single_blog_top,
.ads_single_blog_bottom {
	margin: 20px 0;
}
.ads_single_movies_series {
	margin-top: 15px;
}
.msc_background {
	position: absolute;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 25px;
	background-size: cover;
	top: 0;
}
.home .msc_background::before {
	content: '';
	background: linear-gradient(to bottom, rgba(16,16,34,1) -2%,rgba(16,16,34,0.3) 35%,rgba(16,16,34,1) 92%,rgba(16,16,34,1) 20%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.msc_content {
	display: flex;
	font-size: 15px;
	padding-bottom: 20px;
}
.mscc_title {
	color: #FFF;
	font-weight: 600;
	line-height: 1.2;
}
.mscc_title_original {
	font-size: 17px;
}
.mscc_postmeta {
	font-size: 13px;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.mscc_social {
	position: relative;
}
.msccs_share {
	font-size: 18px;
}

.msccs_share {
	display: block;
	cursor: pointer;
}
.msccs_icons {
	position: absolute;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background-color: rgba(0,0,0,0.2);
	padding: 10px;
	right: 0;
	width: 147px;
	margin-top: 6px;
	border-radius: 3px;
	opacity: 0;
	transform: scale(0);
	transition: all cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.25s;
	z-index: 9999;
	margin: auto;
}
.mscc_social.active .msccs_icons {
	transform: scale(1);
	opacity: 1;
}
.msccs_icons a {
	margin: 0px 2px;
	opacity: 1;
}
.mscc_rating, .mscc_mr {
	margin-right: 10px;
	height: 15px;
	vertical-align: middle;
}
.mscc_postmeta .mscc_mr {
	color: #FFF;
	vertical-align: middle;
}
.mscc_postmeta .mscc_mr span {
	margin: 0 2px;
	font-weight: 600;
}
.mscc_rating {
	display: flex;
	align-items: center;
	height: 25px;
	position: relative;
}
.mscc_rating .rloading {
	position: absolute;
    z-index: 9;
    width: 100%;
    background: url(images/loading.svg) no-repeat center rgba(0,0,0,0.9);
    background-size: 24px;
    height: 100%;
}
.msccr_button {
	position: absolute;
	top: -35px;
	padding: 2px 10px;
	border-radius: 3px;
	color: #FFF;
	background: #0000ff;
	left: 12px;
	font-size: 12px;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	touch-action: manipulation;
}
.msccr_button::before {
	content: '';
	position: absolute;
	border: 5px solid transparent;
	border-top-color: blue;
	bottom: -10px;
	margin-left: 10px;
}
.mscc_d span, .sr_year {
	display: inline-block;
	border: 1px solid rgba(255,255,255,0.3);
	padding: 4px 10px;
	font-size: 10px;
	vertical-align: middle;
	border-radius: 3px;
}
.mscc_d, .mscc_r {
	margin-right: 10px;
}
.msccr_text {
	margin-left: 5px;
	position: relative;
	display: flex;
	font-size: 13px;
	align-items: center;
}
.msccr_text strong {
	color: #dfb51f;
	font-size: 15px;
	margin-top: -2px;
	display: inline-block;
}
.sr_meta .msccr_text strong {
	margin-top: 0;
}
.msccr_total_count {
    margin-left: 5px;
}
.mscc_rating ul,
.mscc_rating .msccr_d {
    display: flex;
    width: 75px;
    -webkit-mask: url(images/star.svg);
    mask: url(images/star.svg);
    height: 15px;
    margin-top: -3px;
}
.mscc_rating ul.hover {
	background: transparent !important;
}
.mscc_rating ul.hover li {
    background-color: rgba(255,255,255,0.2);
}
.mscc_rating ul.hover li.active {
    background-color: #dfb51f;
    cursor: pointer;
}
.mscc_rating li {
    width: 15px;
    height: 15px;
}
.mscc_stars {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAWlBMVEUAAAD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wAgbKKTAAAAHXRSTlMAVQHviBDNvYD0LyEUCgbb0cikgnZPSDga4GRjJGUmpXsAAAB3SURBVAjXdY9HDsNACEUHmN7cSwr3v2Y8DgtHilkAT/p60lc3o39x5fWKaB8WLwyUCORPoF2Y1RychtRMbP1SVF285WbFsctnMHfj6ahuKMcpg6tfg+F47MhGjDtnjGh4F94C9NwDbcLANL0nYhB+etMs/vWn1wfMkgSGZ6IN2gAAAABJRU5ErkJggg==) left;
}
.mscc_stars {
	height: 15px;
	width: 75px;
	display: inline-block;
	vertical-align: middle;
}
.msccs_voted {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAP1BMVEUAAAD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gCUYkgMAAAAFHRSTlMAbArKcFcY0ZKIYJqMhD4pE9nElUDbnKIAAABdSURBVAjXbc1HEoAgDAVQEyA0KWruf1YRAWX0b+ClTJb/pJAmO1aTDZs388Y6t78EcAczGwcgizU/EcVoBwPWDaXv5jixVttOEtU7NcdrttTiGPe0kO8LKAH788kJWEYFSLtTwmMAAAAASUVORK5CYII=) left;
    display: block;
    height: 15px;
    width: 100%;
}
.mscc_stars_counter {
	display: inline-block;
	vertical-align: middle;
}
.msccs_icons a {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	transition: all ease 0.33s;
	line-height: 26px;
}
.msc_facebook {
	background: #3a3abb;
}
.msc_x {
	background: #000;
}
.msc_whatsapp {
	background: #2be28e;
	font-size: 15px;
}
.msc_telegram {
	background: #3a49b4;
	font-size: 13px;
}
.mscc_image_s {
	width: 220px;
	flex: none;
	margin-right: 25px;
	text-align: center;
	height: auto;
}
.mscc_image {
	width: 220px;
	height: 330px;
	background-color: rgba(0,0,0,0.5);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	border-radius: 5px;
}
.mscc_description {
	line-height: 24px;
	margin-bottom: 20px;
	font-size: 17px;
	text-align: justify;
	position: relative;
}
.mscc_description.mh {
	position: relative;
}
.mscc_description.mh .msccd_a {
	padding-right: 20px;
	max-height: 120px;
	overflow-y: auto;
	--scrollbar-width: 8px;
	--mask-height: 20px;
	overflow-y: auto;
	padding-bottom: var(--mask-height);
	
    --mask-image-content: linear-gradient( 180deg, black, black var(
	--mask-height), black calc(100% - var(--mask-height)), transparent );
    --mask-size-content: calc(100% - var(
	--scrollbar-width)) 100%;
    --mask-image-scrollbar: linear-gradient(white, black);
    --mask-size-scrollbar: var(
	--scrollbar-width) 100%;
	-webkit-mask-image: var(--mask-image-content), var(--mask-image-scrollbar);
	-webkit-mask-size: var(--mask-size-content), var(--mask-size-scrollbar);
	-webkit-mask-position: 0 0, 100% 0;
	-webkit-mask-repeat: no-repeat, no-repeat;
	-moz-mask-image: var(--mask-image-content), var(--mask-image-scrollbar);
	-moz-mask-size: var(--mask-size-content), var(--mask-size-scrollbar);
	-moz-mask-position: 0 0, 100% 0;
	-moz-mask-repeat: no-repeat, no-repeat;
	mask-image: var(--mask-image-content), var(--mask-image-scrollbar);
	mask-size: var(--mask-size-content), var(--mask-size-scrollbar);
	mask-position: 0 0, 100% 0;
	mask-repeat: no-repeat, no-repeat;
}
.mscc_description.mh .msccd_a::-webkit-scrollbar {
	width: 5px;
}
.mscc_description.mh .msccd_a::-webkit-scrollbar-track {
	background: rgba(255,255,255,0.1);
}
.mscc_description.mh .msccd_a.mscc_description.mh::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
	background: linear-gradient(180deg, rgba(34,16,16,0) 0%, rgb(16 16 34) 100%);
	width: 100%;
}
.mscc_dir_cre a:hover {
	text-decoration: underline;
}
.mscc_directors a:hover {
	color: #FFF;
	text-decoration: underline;
}
.mscc_categories {
	margin-top: 15px;
	font-size: 0;
}
.mscc_categories ul li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 7px;
}
.mscc_categories ul li a,
.watch_now {
	display: inline-block;
	padding: 8px 15px;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 5px;
	background: rgba(255,255,255,0.2);
	color: #f0f5f8;
	transition: all ease 0.33s;
}
.mscc_categories ul li a:hover {
	color: #FFF;
}
.mscc_categories ul li:nth-child(1) a,
.watch_now {
	background: #d52b39;
	color: #FFF;
}
.mscc_ad {
	margin-top: 15px;
}
.watch_now {
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	margin-top: 10px;
	padding: 8px 50px 8px 15px;
	position: relative;
	line-height: 22px;
}
.watch_now::after {
	content: "\f04b";
	position: absolute;
	right: 0;
	border-left: 1px solid rgba(255,255,255,.2);
	display: block;
	top: 0;
	height: 100%;
	color: #f0f5f8;
	line-height: 40px;
	width: 35px;
	text-align: center;
	font-family: FontAwesome;
	font-size: 12px;
}
.watch_now:hover::after {
	color: #FFF;
}
.msc_options_wrapper {
	margin-top: 15px;
}
.msc_options_menu {
	margin-bottom: 25px;
	position: relative;
}
.msc_options_menu ul {
	overflow: hidden;
	display: flex;
}
.msc_options_menu ul li {
	flex: 1;
	text-align: center;
}
.msc_options_menu ul li a {
	color: #ffffff99;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px;
	position: relative;
	transition: all ease 0.10s;
	border-bottom: 1px solid transparent;
}
.msc_options_menu ul li a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	width: 0;
	margin: auto;
	display: block;
	height: 1.5px;
	background: #d52b39;
	transition: all ease 0.10s;
}
.msc_options_menu ul li.active a::before,
.msc_options_menu ul:hover li:hover a::before {
	width: 100%;
}
.msc_options_menu ul li.active a {
	font-weight: 600;
	color: #FFF
}
.msc_options_menu ul:hover li:hover a {
	color: #FFF;
}

.msc_options_content {
	margin-bottom: 40px;
	position: relative;
}
.msc_options_content .mscomc {
	display: none;
}
.mscomc.mscomc_download {
	white-space: nowrap;
	overflow: auto;
}
.msc_options_content .mscomc:nth-child(1) {
	display: block;
}
.mscomc.mscomc_repro {
	display: flex;
}
.mscomc_sideopt {
	flex: none;
	text-align: left;
	margin: 0 30px 10px 0;
}
.mscomc.mscomc_download::-webkit-scrollbar,
.mscomc_sideopt ul::-webkit-scrollbar {
	display: none;
}
.mscomc_sideopt li a img, .mscomc_sideopt > ul > li > a i {
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.mscomc_sideopt .lv1 {
    display: flex;
	flex-wrap: wrap;
    width: 100%;
}
.mscomc_sideopt > ul > li {
	display: block;
	overflow: hidden;
	margin: 0 5px 5px 0;
	padding-right: 0px;
}
.mscomc_sideopt > ul > li > a {
	padding: 10px 15px;
	display: block;
	color: #FFF;
	transition: all ease 0.33s;
	position: relative;
	border-radius: 3px;
}
.mscomc_sideopt.plg > ul > li > a {
	padding: 10px 30px 10px 15px;
}
.mscomc_sideopt > ul > li.trailer > a {
	padding-right: 15px;
}
.mscomc_sideopt > ul > li:not(.active):hover > a,
.mscomc_sideopt > ul > li.show > a,
.mscomc_sideopt .lv2 li:not(.active):hover a {
	background: rgba(0,0,0,0.8) !important;
}
.mscomc_sideopt .lv1 > li.active > a {
	color: #FFF;
}
.mscomc_sideopt.plg > ul > li:not(.trailer) > a::before {
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 2px;
	opacity: .8;
}
.mscomc_sideopt .lv2 li.active a {
	border-bottom: 0;
	color: #FFF;
	background: #000;
}
.mscomc_sideopt.plg .lv2 {
	background: #101022;
	padding: 0;
}
.mscomc_sideopt .lv2 {
	z-index: 99;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.25s;
	padding-left: 35px;
	display: none;
	position: absolute;
	width: 160px;
}
.mscomc_sideopt .lv1 li.show .lv2 {
	display: block;
	opacity: 1;
	visibility: visible;
}
.mscomc_sideopt .lv2 li a {
	color: #FFF;
	font-size: 12px;
	padding: 8px 10px;
	display: block;
	transition: all ease 0.25s;
	position: relative;
	border-radius: 3px;
}
.mscomc_sideopt .lv2 li.active.fast a,
.mscomc_sideopt .lv2 li.fast a {
	color: #000;
	padding-right: 20px;
	font-weight: 600;
}
.mscomc_sideopt .lv2 li.fast a::after {
	content: "\f0e7";
	font: normal normal normal 12px/1 FontAwesome;
	position: absolute;
	right: 7px;
	color: #f7ce1b;
	top: 11px;
}
.mscomc_sideopt .lv2 li.active a {
	font-weight: 600;
}
.mscomc_sideopt .lv2 li:not(.active):hover a {
	background: #FFF;
}
.mscomc_sideopt > .lv1 > li.active > a {
	font-weight: 600;
}
.mscomc_sideopt_last {
	text-align: center;
	margin-top: 20px;
	font-size: 11px;
	border-top: 1px solid rgba(255,255,255,0.3);
	padding-top: 15px;
}
.mscomc_sideopt_last a {
	opacity: .5;
	transition: all ease 0.25s;
}
.mscomc_sideopt_last a:hover {
	opacity: 1;
}
.mscomc_sideopt_last i {
	font-size: 10px;
	margin-right: 4px;
}
#light_button {
    background: #101022;
    color: #fff;
    font-size: 18px;
    position: absolute;
    z-index: 99;
	top: 50%;
	transform: translateY(-50%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    left: -20px;
    border: 6px inset rgba(255,255,255,0.1);
}
.full-width #light_button {
	left: 10px;
}
.lights-off #light_button {
	display: none;
}
.flagico {
	display: inline-block;
	width: 25px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
}
.flagico.f-lat {
	background-image: url('https://flagpedia.net/data/flags/h20/mx.png');
	background-size: cover;
} 
.flagico.f-es_ES {
	background-image: url('https://flagpedia.net/data/flags/h20/es.png');
	background-size: cover;
}
.flagico.f-sub { 
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAVCAMAAAAQExzYAAAAvVBMVEUREREwMDApKSkBAQH///8TExNDQ0M1NTUzMzMWFhYKCgo4ODgHBwctLS0iIiInJycYGBgNDQ0aGhrPz8+ZmZk0NDQrKyvp6em2trY8PDz19fXw8PBpaWlOTk739/ff39/V1dXS0tKLi4t4eHhkZGRAQEAfHx/m5ubHx8e/v7+6urqBgYF9fX1xcXFHR0f5+fnt7e3a2tqxsbGqqqqlpaWRkZGGhoZzc3NFRUU/Pz/KysqgoKCfn59hYWFXV1eBsp9YAAABk0lEQVQoz3WQ13LrMAxEQQE0q6hmNdty7y39Jrnt/z8rtKNYecnyYXe4h8AMIcKKvJZYGHQTn4YGjcC3sY+zWDewyj57JtJz6dNGomFwIq8sseYMfx+q/W6EUkTucVbtqhUKmbJsW+2e1nolanhTXClgMgzzQnF/ch9NxLkC985iB+9BEQTsojDwKm6xkPla6wh67CopZc6YkCG7ujBGRKATCFpAOGtBRHYtZJxIX0Ec+xq+AMHT0aIXicYUYd0Lg7pZIQLvAFVPie70iPo2zsbuOLgbTP4h3IAAtvT/PLeLCzAjNaeluSeH/AuI+JRGiPpAL3q9HSYHMjzLALsV0AypHOHRT7D7ARxpc08G1Q2QOYZ9IrakX4j7MRxo/jqZRt0KJiXiK50MPSMOS5yTwj6dOiBQ2cPzkBj+pqeZn/KH+i9Uug4oVH8wnvYQ08dBuUBcTMpNFSB8+6g0TREhRlQWLbdJrBF5C4QsF6GvrAJQib/n4FtMFLSANCzVGvj1QWv8Yi1QC5do+FExNM5FwY9y9QcMPx6QVmkcxAAAAABJRU5ErkJggg==');
	background-size: cover;
} 
.flagico.f-en_US {
	background-image: url('https://flagpedia.net/data/flags/h20/us.png');
	background-size: cover;
}
.flagico.f-fr_FR {
	background-image: url('https://flagpedia.net/data/flags/h20/fr.png');
	background-size: cover;
}
.flagico.f-ar {
	background-image: url('https://flagpedia.net/data/flags/h20/sa.png');
	background-size: cover;
}
.flagico.f-pt_PT {
	background-image: url('https://flagpedia.net/data/flags/h20/pt.png');
	background-size: cover;
}
.flagico.f-it_IT {
	background-image: url('https://flagpedia.net/data/flags/h20/it.png');
	background-size: cover;
}
.flagico.f-tr_TR {
	background-image: url('https://flagpedia.net/data/flags/h20/tr.png');
	background-size: cover;
}
.mscomc_video {
	position: relative;
	width: 100%;
}
.lights-off .mscomc_video .iframe_wrapper {
	position: relative;
	z-index: 99999;
}
.iframe_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	background: rgba(0,0,0,0.4);
	z-index: 9;
}
.episode_#main-header nav {display: flex;justify-content: space-between;margin-bottom: 50px;align-items: center;}
.episode_#main-header nav > div {
	width: 45%;
	flex: none;
	min-width: 40px;
}
.episode_nav {
	display: flex;
	align-items: center;
}
.episode_nav > div {
	flex: 1;
}
.en_ep_before {
    margin-right: auto;
}
.en_ep_serie {
	position: relative;
	margin: auto;
}
.en_ep_serie a {
	width: 30px;
	height: 25px;
	border-bottom: 2px solid #ffffff99;
	border-top: 2px solid #ffffff99;
	display: block;
	position: relative;
	margin: auto;
}
.en_ep_serie a::before {
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #ffffff99;
	transform: translateY(-50%);
}
.en_ep_after {
	margin-left: auto;
	text-align: right;
}
.en_ep_before a,
.en_ep_after a {
	display: inline-block;
	border-radius: 3px;
	color: #FFF;
	padding: 5px 10px;
	transition: all ease 0.33s;
}
.en_ep_before a span {
	margin-left: 10px;
}
.en_ep_after a span {
	margin-right: 10px;
}
.en_ep_before a i,
.en_ep_after a i {
	font-weight: bold;
	font-size: 13px;
	position: relative;
}
.lights-off .mscomc.mscomc_repro::before {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all ease 0.33s;
	z-index: -1;
	cursor: pointer;
	background:rgba(0,0,0,0.9);
	z-index: 99999;
}
.iframe_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mscomci_content,
.mscomcr_content {
	font-size: 0;
	margin: 0px -10px;
}
.mscomcic_image div {
	cursor: zoom-in;
	transition: all ease .25s;
	border-radius: 5px;
	padding-bottom: 60%;
	background-size: cover;
	background-position: center;
	background-color: rgba(0,0,0,0.4);
	border: 1px solid;
}
.mscomcic_image,
.mscomcir_image {
	display: inline-block;
	padding: 10px;
	width: 20%;
	vertical-align: top;
}
.mscomcic_image {
	overflow: hidden;
}
.mscomcir_image {
	width: 10%;
	text-align: center;
}
.full-width .mscomcir_image {
	width: 8.333%;
}
.sidg .mscomcir_image {
	width: 14.2857%
}
.full-width.sidg .mscomcir_image {
	width: 10%
}
.mscomcir_image a {
	color: #adb9c1;
	font-size: 12px;
	transition: all ease 0.33s;
	width: 100%;
}
.mscomcir_image .mscomc_im {
	width: 100%;
	height: 0;
	display: block;
	overflow: hidden;
	border-radius: 50%;
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	background-color: #12181d;
	background-position: center;
	transition: all ease 0.1s;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAABdBAMAAAA1X3fwAAAAFVBMVEUAAAD///////////////////////9Iz20EAAAAB3RSTlMAGhQEDBAIoCgOtwAAAQ5JREFUWMPt1ctugkAUxnEilHU/Cq6LqV3Telmria5FfQC8vf8reM+MBsLfqAuT+a0/hpmTM2c8x3EetE3VLnDaz3Uwp/mhTgYs3tNZwvK5LqYk/iHd9YOlDFKjVMZ3fTyQJa7PN2SJ6vP/V/kMHpcfeCjb4O3y4LygnqDdYMOFsjQf6Dfcz7xBY37dxS98YJZnVufiF3RejY7xtYd1Z61F5jnP0tnj9eyPW1LUnsAvNqlOflBDbK3rWKDXyEhqtxSmsv2yx8uYgmnCd+TnujVHyxsJuOp05IYq0QSzFsxcsx28IV+lvlB1wFT8U7kMTGZbASa/wCugCp+gPKBAgSrEoJyg5RqqEL087zjOwQ6UOkkSaROXGAAAAABJRU5ErkJggg==');
}
.mscomcir_image a:hover {
	color: #FFF;
}
.mscomcir_image a:hover .mscomc_im {
	transform: scale(1.1);
}
.mscomcir_image img {
	border-radius: 50%;
}
.mscomc_actor {
	display: block;
	line-height: 17px;
}

.mscomc_download table {
	width: 100%;
	border-collapse: collapse;
	background: rgba(255,255,255,0.1);
}
.mscomc_download table th {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	opacity: .6;
	background: rgba(255,255,255,0.1);
}
.mscomc_download table td {
	text-align: center;
}
.mscomc_download table th,
.mscomc_download table td {
	padding: 13px 5px;
}
.mscomc_download table tbody tr:hover {
	background: rgba(255,255,255,.01);
}
.ico-down {
	background: #d52b39;
	padding: 5px;
	display: inline-block;
	border-radius: 3px;
	width: 50px;
	transition: all ease 0.33s;
}
.ico-down:hover {
	opacity: .9;
}

#mscomc_select_season {
	padding: 13px 40px 13px 15px;
	color: #FFF;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
	border-radius: 5px;
	margin-left: 10px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJBAMAAADwYwBaAAAAHlBMVEUAAACpusOpusOpusOpusOpusOpusOpusOpusOpusPBvTGNAAAACXRSTlMAjIpwdGuBOjhdnZIUAAAAOElEQVQI12MoZgABD4ZMByDFMo2BcTKQ9lRgYJA0YGCeBGQzTmWwBHKBAqFALkhgJpALAkIMCAAAI6kGlRoCEgUAAAAASUVORK5CYII=');
	background-color: #252b2f;
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 12px;
	cursor: pointer;
}
.mscomc {
	margin-top: 30px;
}
.mscomc_episodes {position: relative;z-index: 1;margin-bottom: 40px;}
.mscomc_episodes .posts-list-episodes {
	margin: 0px -10px;
}
.mscomc_episodes .posts-list-episodes .post {
	width: 20%;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.posts-list-episodes .post .image {
	padding-bottom: 56%;
}
#slider_images {
    position: fixed;
    top: 0;
    z-index: 9999999;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
	-webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.si_content {
	width: 800px;
	max-width: 100%;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	height: 100%;
	text-align: center;
	width: 100%;
}
.close,
.closemenu,
.si_content .close {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 30px;
	height: 30px;
	z-index: 99;
	cursor: pointer;
}
.close,
.closemenu {
	right: 10px;
	top: 20px;
}
.close:before,
.close:after,
.closemenu:before, .closemenu:after,
.si_content .close:before,
.si_content .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: #FFF;
}
.close:before,
.closemenu:before,
.si_content .close:before {
	transform: rotate(45deg);
}
.close:after,
.closemenu:after,
.si_content .close:after {
	transform: rotate(-45deg);
}
.si_content .item {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	max-width: 1100px;
	margin: auto;
	padding: 20px;
	height: 100vh;
	transition: opacity ease 0.25s;
	background: url(images/loading.svg) center no-repeat;
	background-size: 50px;
}
.si_content .item.active {
	z-index: 9;
}
.si_content .item img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	max-height: calc(100% - 20px);
	transition: all ease 0.25s;
}
.si_content .item:not(.active) {
	opacity: 0;
	visibility: hidden;
	display: none;
}
.si_content .item:has(+ .item.active),
.si_content .item.active + .item {
	display: inherit;
}
.si_content .item:has(+ .item.active) img,
.si_content .item.active + .item img {
	display: inherit;
	opacity: 1;
	visibility: visible;
}
.si_content .item:not(.active) img {
	opacity: 0;
	visibility: hidden;
}
.sic_button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	background: #000;
	font-size: 33px;
	padding: 5px 16px;
	border-radius: 50%;
	left: 10px;
	line-height: 0;
	cursor: pointer;
}
.sicb_right {
	right: 10px;
	left: initial;
}
.sic_button i {
	transition: all ease 0.15s;
}
.sic_button:hover i {
	transform: scale(1.3);
	color: #FFF;
}
.lds-dual-ring {
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


#comments a:hover {
	text-decoration: underline;
}
.comments-title,
.comment-reply-title {
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}
#comments ol.comment-list {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
.comment {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment .comment-body {
	position: relative;
	padding: 20px 0px;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-left: 70px;
}
.comment-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
}
.comment:first-child .comment-body:first-child {
	border-top: 0px;
}
.comment-body .comment-author {
	margin-right: 15px;
}
.comment-body .comment-author img {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	position: absolute;
	left: 0px;
}
.comment-body .comment-author .fn {
	font-weight: 600;
	color: #FFF;
}
.comment-body em.comment-awaiting-moderation {
	color: #8C8CA0;
	margin-top: 10px;
	display: block;
}
.comment-metadata {
	font-size: 12px;
}
.comment .children {
	padding-left: 25px;
}
.comment-body .reply a {
	display: inline-block;
	background: #000;
	padding: 3px 10px;
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
}
#comments .comment-body .reply a:hover {
	text-decoration: none;
}
#cancel-comment-reply-link {
	color: #FF0000;
	margin-left: 10px;
}
#comments input,
#comments textarea {
    border: 0;
    padding: 8px 10px;
    border-radius: 3px;
    display: block;
    margin-top: 7px;
    font-family: inherit;
    max-width: 100%;
    color: #FFF;
	width: 100%;
	background: rgba(255,255,255,0.1);
	resize: none;
}
.comment-form-comment {
	margin-top: 20px;
}
#comments input {
	width: auto;
}
#comments #wp-comment-cookies-consent {
	display: inline-block;
}
#comments input[type=submit] {
	cursor: pointer;
	font-weight: 600;
}
.menubars {
	display: none;
}

#main-footer {
	padding-top: 50px;
}
.mf-top {
	display: flex;
	padding-bottom: 25px;
	align-items: center;
}
.mf-bottom {
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-social {
	display: flex;
	align-items: center;
}
.footer-menu {
	margin-left: auto;
}
.footer-menu a {
	color: rgba(255,255,255,0.6);
	transition: all ease 0.25s;
}
.footer-menu a:hover {
	color: #FFF;
}
#main-footer .hf_social {
	margin-left: 0;
}
#main-footer .hf_social a {
	width: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
}
.footer-logo img {
	height: 35px;
	opacity: .2;
	filter: grayscale(100%);
	display: block;
	width: auto;
	margin-right: 20px;
}
.footer-menu ul {
	display: flex;
}
.footer-menu ul li:not(:last-child)::after {
	content: '-';
	margin: 0 7px;
}
.footer-copy {
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.footer-copy a {
	text-decoration: underline;
	color: #FFF;
}
#pagination ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#pagination ul li {
    padding: 5px;
}
#pagination .page-link.current {
    color: #FFF;
}
#pagination .page-link.dots {
	background: transparent;
	min-width: inherit;
}
.loading {
	border-radius: 50%;
	width: 33px;
	height: 33px;
	border: 3px solid rgba(255, 255, 255, 0.2);
	border-top-color: #FFF;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	clear: both;
	margin: auto;
	border-radius: 50%;
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#report-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: rgba(0,0,0,0.8);
    padding: 0px 15px;
}
.rb-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    width: 500px;
    max-width: 100%;
    background: #FFF;
    color: #444;
    padding: 20px;
    border-radius: 10px;
}
.rb-content .close:before,
.rb-content .close:after {
    background: #000;
}
.rb-title {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
	margin-bottom: 15px;
}
.rb-content label {
    display: block;
    padding: 5px 0;
}
.rb-content label input {
    vertical-align: middle;
}
.rb-content textarea,
.rb-content input[type=email] {
    width: 100%;
    padding: 10px;
    font-family: inherit;
    border-radius: 3px;
    background: #F2F2F2;
}
.rb-content textarea {
    height: 90px;
}
.rb-submit {
    background: #000;
    color: #FFF;
    padding: 8px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
	transition: all ease 0.25s;
}
#breadcrumbs {
	margin-bottom: 10px;
	line-height: 17px;
	font-size: 15px;
}
#breadcrumbs li {
	display: inline-block;
}
#breadcrumbs a {
	color: #fff9;
	transition: all ease 0.33s;
}
#breadcrumbs a:hover {
	color: #FFF;
}
.mscbp-title {
	color: #FFF;
	font-weight: bold;
	font-size: 36px;
}
.mscbp-postmeta {
	font-size: 13px;
}
.mscbp-postmeta > span {
	display: inline-block;
	margin: 5px 10px 5px 0;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	color: #FFF;
	margin: 20px 0;
	font-weight: 600;
}
.page .entry {
	margin-top: 30px;
	margin-bottom: 30px;
}
.entry a:hover {
	text-decoration: underline;
}
.entry ul,
.entry ol {
	margin: 18px;
}
.entry ul li {
	list-style: disc;
}
.entry ol li {
    list-style: outside decimal;
}
.entry-blog {
	margin-bottom: 30px;
}
.wp-block-quote,
.entry blockquote {
	background: rgba(0,0,0,0.3);
	padding: 15px 20px;
	margin: 20px 0;
	border-left: 4px solid rgba(255,255,255,.3);
	font-style: italic;
}
.ratingBoxMovil {
    position: fixed;
    top: 0;
    z-index: 9999999;
    left: 0;
    width: 100%;
    height: 100%;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.ratingBoxMovil .mscc_rating {
    background: rgba(0,0,0,0.7);
    padding: 15px;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    margin: 0;
    text-align: center;
    border-radius: 5px;
}
.ratingBoxMovil .msccr_total_count {
    width: 100%;
    flex: none;
    display: block;
}
.ratingBoxMovil button {
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 2px;
	background: blue;
	color: #FFF;
	margin-top:  10px;
}
.blog-list .post {
	display: flex;
	margin: 30px 0;
}
.blog-list .post .image {
	padding-bottom: 140px;
	width: 200px;
	height: 0;
	flex: none;
	background-size: cover;
	background-position: center;
	margin-right: 20px;
	background-color: rgba(0,0,0,.3);
}
.blog-list .post .post-title a {
	font-weight: 600;
	font-size: 18px;
	transition: all ease 0.25s;
}
.home .blog-list .pl {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}
.home .blog-list .post {
	width: 50%;
	padding: 0 15px;
}
.home .blog-list .post .image {
	width: 150px;
	padding-bottom: 110px;
}
.home .blog-list .post .post-title a {
	font-size: 15px;
	line-height: 1;
}
.home .mscbp-postmeta {
	font-size: 11px;
	margin-top: 7px;
}
.home .mscbp-postmeta > span {
	margin: 0;
}
.home .blog-list .post-excerpt {
    font-size: 13px;
}
#sidebar .posts-list .post {
	width: 33.3333333%;
	padding: 0 5px;
	margin: 0 0 5px 0;
}
#sidebar .posts-list-episodes .post {
	width: 50%;
}
#sidebar .posts-list .post .image {
	margin-bottom: 5px;
}
#sidebar .posts-list .post-tc {
	margin-bottom: 5px;
}
.widget-pl.posts-list .post-title {
	font-size: 12px;
	line-height: 15px;
	min-height: 15px;
}
.widget-pl.posts-list .post-cat {
	font-size: 11px;
}
.noresults {
    padding: 0px 10px;
}
.error404 h1 {
	font-size: 15em;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	line-height: 1em;
	margin-top: 50px;
}
.error404 h2 {
	font-size: 20px;
	text-align: center;
	color: #FFF;
	margin-bottom: 50px;
}
.fb-comments iframe {
	background: #FFF;
	border-radius: 2px;
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} .owl-dots {text-align:center}.owl-dot span {display:block;width:12px;height:12px;margin:5px 7px;border-radius:20px;background:#869791}
@media (max-width: 992px){
	#main-header {
		height: 60px;
	}
	#main-header .container {
		position: initial;
	}
	.mh-logo {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	.mh-logo img {
		margin: auto;
	}
	#main-header nav > ul  {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		left: 0;
		width: 75%;
		min-width: 250px;
		z-index: 9999999999;
		background: #101022;
		top: 0;
		transform: translateX(-100%);
		transition: all ease 0.25s;
		overflow-y: scroll;
		overflow-x: auto;
		bottom: 0;
		padding-top: 50px;
		box-shadow: 30px 0px 25px rgba(0,0,0,0.5);
	}
	#main-header nav > ul::-webkit-scrollbar {
        display: none;
    }
	#main-header nav.active .menu {
		opacity: 1;
		visibility: visible;
		transform: translateX(0%);
	}
	#main-header nav > ul > li > a {
		color: #FFF;
		padding: 3px 12px;
		border-left: 3px solid transparent;
		border-bottom: 0;
	}
	#main-header nav .menu-item-has-children:hover > .sub-menu, 
	#main-header nav > ul > .menu-item-has-children:hover::after {
		display: none;
	}
	#main-header nav > ul > li:nth-child(1) {
		margin-left: 15px;
	}
	#main-header nav > ul > li {
		display: block;
		float: none;
		padding: 10px 15px;
	}
	#main-header nav ul.sub-menu li a {
		padding: 7px 15px 7px;
		color: rgba(255,255,255,0.6);
		font-size: inherit;
	}
	#main-header nav ul.sub-menu li a:hover {
		color: #FFF;
	}
	#main-header nav ul li.menu-item-has-children > a::before {
		display: none;
	}
	#main-header nav > ul > li.menu-item-has-children > a {
		margin-bottom: 10px;
	}
	#main-header nav > ul > li.menu-item-has-children > a::after {
		content: '';
		position: absolute;
		border: 5px solid transparent;
		border-top-color: rgba(255,255,255,0.6);
		top: 13px;
		margin-left: 10px;
	}
	#main-header nav ul li.menu-item-has-children .sub-menu {
		width: 100%;
		opacity: 1;
		visibility: visible;
		background: transparent !important;
		display: block;
		position: relative;
		padding: 0;
		overflow: hidden;
		max-height: inherit;
		display: flex;
		flex-wrap: wrap;
		box-shadow: none;
	}
	#main-header nav .menu-item-has-children:hover > .sub-menu {
		display: flex;
	}
	#main-header nav ul li.menu-item-has-children .sub-menu li {
		width: 50%;
	}
	#main-header nav ul li.menu-item-has-children .sub-menu .sub-menu {
        padding-left: 0;
	}
	#main-header nav.active {
		width: 100%;
		position: fixed;
		height: 100%;
		top: 0;
		z-index: 99;
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
	}
	.menubars {
		position: absolute;
		left: 0;
		top: 0;
		font-size: 25px;
		color: #FFF;
		cursor: pointer;
		height: 100%;
		line-height: 62px;
		padding: 0 15px;
		display: block;
	}
	#main-header .hf_social {
		display: none;
	}
	.mh-form {
		position: absolute;
		right: 0;
		z-index: 99;
		width: 0;
		transition: all ease 0.25s;
		top: 0;
	}
	.mh-form form {
		position: absolute;
		top: 0;
	}
	.mh-form.active form {
		width: 100%;
		left: 0;
		padding: 0px 5px;
	}
	.search_results {
		position: relative;
	}
	.mh-form input {
		background: #FFF;
		margin-top: 7px;
		padding-left: 0;
		padding-right: 0;
		visibility: hidden;
		opacity: 0;
	}
	.mh-form i {
		color: #fff;
		cursor: pointer;
		font-size: 20px;
		right: 0;
		line-height: 60px;
		height: 60px;
	}
	.mh-form.active {
		width: 100%;
		padding: 0px 5px;
	}
	.mh-form.active input {
		padding: 15px 15px 15px 55px;
		color: #000;
		visibility: visible;
		opacity: 1;
	}
	.mh-form form.wait::after {
		top: 7px;
	}
	.mh-form.active i {
		color: #000;
		left: 15px;
		width: 30px;
		height: 45px;
		line-height: 45px;
		top: 7px;
	}
	.sidg #main-content .container {
		flex-direction: column;
	}
	#sidebar {
		margin-left: auto;
		margin-right: auto;
		width: 500px;
		max-width: 100%;
		margin-top: 50px;
	}
	.sidg-l #sidebar {
		order: 2;
		margin: 0;
	}
	.msc_options_menu ul {
		white-space: nowrap;
		overflow-x: auto;
	}
	.msc_options_menu::after, 
	.mscomc.mscomc_download:not(.rmv_fade)::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 60px;
		background: linear-gradient(90deg, rgba(34,16,16,0) 0%, rgba(34,16,16,1) 100%);
	}
	.msc_options_menu.last::after {
		display: none;
	} 
	.msc_options_menu ul::-webkit-scrollbar {
		display: none;
	}
	.msc_options_menu ul li {
		width: 50%;
		min-width: 200px;
	}
	.mscomcir_image {
		min-width: 12.5%;
	}
	
}
@media (max-width:768px){
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.menubars,
	.mh-form i {
		padding: 0 10px;
	}
	.home .msc_background::after {
		display: none;
	}
	.home .msc_background {
		width: 100%;
		padding-bottom: 100%;
	}
	.home .msc_content {
		margin-top: 20px;
		width: 100%;
	}
	.msc_content {
		width: 100%;
		text-align: center;
	}
	.mscc_description {
		text-align: center;
	}
	.mscc_description.mh {
		margin-right: -10px;
	}
	.mscc_description.mh .msccd_a {
		padding-right: 10px;
	}
	.mscc_postmeta {
		justify-content: center;
	}
	.posts-list.posts-list-episodes .post,
	.posts-list .post {
		width: 20%;
	}
	.posts-list .post:hover .post-content-excerpt {
		display: none;
	}
	.mscc_image_s {
		display: none;
	}
	.msc_background {
		padding-bottom: 100%;
		background-position: center;
	}
	.single #main-content, .home .owl-item .container {
		padding-top: 180px;
	}
	.single.single-blog #main-content {
		padding-top: 40px;
	}
	.mscomcic_image {
		width: 33.33333%;
	}
	.mscomcir_image {
		min-width: 16.66666%;
	}
	.msc_options_content .mscomc:nth-child(1) {
		display: block;
	}
	.mscomc_sideopt {
		width: 100%;
	}
	#light_button {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 27px;
        left: 5px;
        border-width: 3px;
	}
	#alphabet-list ul li {
		padding-right: 0px;
	}
	#alphabet-list ul li a {
		min-width: 30px;
	}
	#main-footer {
		text-align: center;
	}
	.mf-top {
		display: block;
		padding-bottom: 20px;
	}
	.home .blog-list .pl {
		margin-left: -10px;
		margin-right: -10px;
	}
	.home .blog-list .post {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-logo img {
		margin: auto;
	}
	.footer-social,
	.footer-menu ul {
		justify-content: center;
	}
	.footer-social .hf_social {
		margin-left: 0;
	}
	.footer-logo,
	.footer-social {
		margin-bottom: 15px;
	}
}
@media ( max-width:540px ) {
	.posts-list .post-title{
		font-size: 13px;
        min-height: 18px;
        line-height: 18px;
	} 
	.posts-list .post-cat {
		font-size: 11px;
	}
	.posts-list.posts-list-episodes .post, .posts-list .post {
		width: 33.333333%;
	}
	.sc-top {
		padding-right: 130px;
	}
	.sct-image {
		width: 50px;
		height: 50px;
	}
	.section-filter {
		position: absolute;
		top: 50%;
		width: max-content;
		transform: translateY(-50%);
	}
	.section-filter ul {
		text-align: left;
		flex-direction: column;
		position: relative;
		height: 30px;
	}
	.section-filter ul li.active {
		order: 1;
		width: 100%;
		margin-bottom: 10px;
	}
	.section-filter ul li {
		order: 2;
		padding: 0;
	}
	.section-filter ul li.active::after {
		content: '';
		position: absolute;
		right: 10px;
		border: 5px solid transparent;
		border-top-color: rgba(255,255,255,0.6);
		top: 13px;
	}	
	.section-filter ul li:not(.active) {
		background: rgb(28, 28, 57);
		display: none;
	}
	.section-filter ul li.active a {
		padding-right: 30px;
	}
	.section-filter ul li:not(.active) a {
		padding-top: 5px;
		padding-bottom: 5px;
		color: #FFF;
		font-weight: 500;
		border-radius: 0;
	}
	.mscomci_content {
		margin-left: -5px;
		margin-right: -5px;
	}
	.mscomcic_image {
		width: 50%;
		padding: 5px;
	}
	.mscomcir_image {
		min-width: 25%;
	}
	.msc_options_content {
		margin-bottom: 70px;
	}
	.mscomc_sideopt_last {
		margin-right: 0;
		position: absolute;
		bottom: -45px;
		right: 0;
		width: 100%;
	}
	.mscomc_download table {
		white-space: nowrap;
		min-width: 600px;
	}
	.sic_button {
		padding: 6px 10px;
		font-size: 18px;
	}
	.page h1 {
		font-size: 30px;
	}
}
@media (max-width:480px){
	.posts-list, .mscomc_episodes .posts-list-episodes {
		display: block;
	}
	.posts-list .pl::-webkit-scrollbar, .mscomc_episodes .posts-list-episodes::-webkit-scrollbar {
		display: none;
	}
	.posts-list.posts-list-episodes .post {
		width: 40%;
	}
	.posts-list .post {
		margin-bottom: 20px;
		display: inline-block;
		white-space: initial;
		vertical-align: top;
		width: 40%;
	}
	.mscc_title, .slider-top .mscc_title {
		font-size: 30px;
	}
	.slider-top .mscc_description::-webkit-scrollbar {
		width:2px;
	} 
	.slider-top .mscc_description::-webkit-scrollbar-track {
		background: rgba(0,0,0,0.5);
	}
	.slider-top .mscc_description::-webkit-scrollbar-thumb {
		background: rgba(255,255,255,0.1);
	}
	.home .owl-item .container {
		padding-bottom: 0;
	}
	#mscomc_select_season {
		padding: 10px 30px 10px 10px;
		font-size: 13px;
		background-position: right 10px center;
	}
	.en_ep_before a span,
	.en_ep_after a span {
		display: none;
	}
	.en_ep_before a,
	.en_ep_after a {
		border-radius: 50%;
		font-size: 20px;
		width: 40px;
		height: 40px;
		padding: 0;
		text-align: center;
		line-height: 40px;
	}
	.posts-list .post .image {
		margin-bottom: 10px;
	}
	.blog-list .post {
		flex-direction: column;
	}
	.blog-list .post .image {
		width: 100%;
		margin-bottom: 15px;
		padding-bottom: 50%;
	}
	.home .blog-list .post .image {
		width: 100px;
	}
	.home .blog-list .post {
		flex-direction: row;
	}
}