/*
Theme Name: Esseq
Theme URI: https://elshaikh.net
Author: Elshaikh
Author URI: https://elshaikh.net
Description: A custom theme for 3sk.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: esseq
Tags: entertainment, video, streaming
*/

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes Shake {
    0%,
    to {
        transform: translate(0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate(-10px, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate(10px, 0)
    }
}
.home-items-container .type_item:hover .item_overlay i {
    transform: translate(-50%,-50%) scale(1);
}
@-moz-keyframes Shake {
    0%,
    to {
        -moz-transform: translate(0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translate(-10px, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translate(10px, 0)
    }
}
@-webkit-keyframes Shake {
    0%,
    to {
        -webkit-transform: translate(0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate(-10px, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate(10px, 0)
    }
}
@-o-keyframes Shake {
    0%,
    to {
        -o-transform: translate(0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -o-transform: translate(-10px, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -o-transform: translate(10px, 0)
    }
}
@-ms-keyframes Shake {
    0%,
    to {
        -ms-transform: translate(0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -ms-transform: translate(-10px, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -ms-transform: translate(10px, 0)
    }
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
html {
    line-height: 0 !important
}
*,
body {
    font-family: 'themeFont';
}
body {
    background-color: #f5f5f5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    position: relative
}
body.admin-bar .main-header {
    margin-top: 32px
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
a {
    text-decoration: unset;
    line-height: 1.5
}
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    line-height: 1.5;
}
a,
html {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}
.shake {
    animation: Shake linear 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: Shake linear 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: Shake linear 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: Shake linear 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%
}
.loading {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block
}
.mainpage {
    width: 100%;
    float: right;
    text-align: center;
    position: relative;
    overflow: hidden
}
.main-wrapper {
    display: block;
    width: 100%;
    margin-top: 60px;
    clear: both;
}
.main-container {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    position: relative
}
.main-container .home-items-sec:first-child {
    margin-top: 50px
}
.main-container .home-items-sec {
    margin-bottom: 50px;
    background-color: #fff;
    position: relative;
    border-top: 10px solid #b72424;
    display: inline-block;
    width: 100%
}
.main-header {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0;
    float: right;
    top: 0;
    padding: 0;
    position: fixed;
    background-color: #b72424;
    text-align: center;
    z-index: 99;
    transition: .3s ease
}
.main-header.header-onscroll {
    top: -200px
}
.head-main-nav,
.head-main-nav>div {
    height: 100%
}
.header-wrapper,
.main-nav-header {
    height: 100%;
    display: flex;
    position: relative;
    align-items: center
}
.main-header .logo {
    height: 100%;
    margin-left: 30px
}
.main-header .logo img {
    height: 40px;
    width: auto
}
.header-wrapper {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
    justify-content: space-between
}
.main-header .logo a,
.main-nav-header li a {
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff
}
.main-header .logo a {
    justify-content: center
}
.main-nav-header li {
    height: auto;
    position: relative;
    margin: 0 2px;
    transition: .3s ease
}
.main-nav-header li a {
    position: relative;
    padding: 10px;
    line-height: 1.3
}
.main-nav-header li:hover {
    background-color: #2d2828;
    border-radius: 5px;
}
.type_item_box {
    flex: 1;
    display: inline-block;
    position: relative;
    min-width: 230px;
    max-width: 300px;
    padding: 5px 5px 0;
}
.home-items-container .type_item {
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
}
.home-items-container {
    display: flex;
    width: 100%;
    float: right;
    flex-wrap: wrap;
    justify-content: center;
}
.type_item .item_wrapper {
    position: relative;
    padding-bottom: 150%;
    width: 100%
}
.type_item .item_wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: 0 0;
    opacity: 0;
    top: 0;
    right: 0
}
.type_item .item_img,
.type_item_wide .item_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s ease
}
.main-header .logo img,
.type_item .item_img.Loaded,
.type_item_wide .item_img.Loaded {
    image-rendering: optimizequality;
    image-rendering: -webkit-optimize-contrast
}
.type_item .item_title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), #0000);
    color: #fff;
    line-height: 1.4;
    font-size: 15px;
    padding: 100px 15px 15px;
    font-weight: bold;
}
.item_overlap {
    position: absolute;
    min-width: 40px;
    top: 10px;
    color: #fff;
    text-align: center;
    left: 10px;
    background: #981d1d linear-gradient(-60deg, #ce2a2a 0, rgba(0, 0, 0, .15) 100%);
    padding: 10px 8px 4px;
    overflow: hidden
}
.item_overlap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .18);
    left: 0;
    bottom: 80px;
    transition: .5s ease
}
.item_overlap em {
    display: block;
    font-style: normal;
    line-height: 100%;
    margin-bottom: 3px;
    opacity: 1;
    font-size: 10px
}
.item_overlap span {
    display: block;
    line-height: 100%;
    font-size: 20px
}
.home-items-sec>h2>a,
.home-items-sec>h2>span {
    background-color: #b72424;
    color: #fff;
    padding: 0 5px;
    border-radius: 50px;
    transition: .3s ease;
    position: relative;
    display: inline-block
}
.home-items-sec>h2 {
    position: relative;
    bottom: 27px
}
.home-items-sec .sec-title {
    vertical-align: super;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    line-height: 1;
    padding: 10px 0
}
.home-items-sec .item-page-title {
    font-size: 15px;
    display: flex;
    line-height: 1.6
}
.home-items-sec>h2 i+.sec-title {
    margin-right: 55px;
    float: right
}
.home-items-sec h2>a>i,
.home-items-sec h2>span>i {
    padding: 0 10px;
    background: #a71f1f linear-gradient(-90deg, #b72424 0, rgba(0, 0, 0, .15) 100%);
    border-radius: 0 50px 50px 0;
    height: 100%;
    width: 45px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    overflow: hidden
}
.home-items-sec h2 a:hover,
.search-form button:hover {
    background-color: #921e1e
}
.item_overlay,
.item_overlay .icon-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}
.item_overlay {
    visibility: hidden;
    right: 0;
    background: rgba(146, 76, 76, .5);
    opacity: 0;
    pointer-events: none;
    transform: scale(1.1);
    transition: all .2s ease
}
.item_overlay i {
    font-size: 60px;
    color: #fff;
    opacity: 1;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(2.5);
    transition: .3s all ease;
}
.item_overlay .icon-overlay {
    display: flex;
    left: 0;
    align-items: center
}
.type_item:hover .item_overlay,
.type_item_wide:hover .item_overlay {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}
.developer:hover img,
.type_item:hover .item_img {
    filter: contrast(1.5)
}
.type_item:hover .item_overlap:after {
    bottom: -80px;
    filter: blur(6px)
}
.type_item_wide_box {
    flex: 1;
    display: inline-block;
    min-width: 330px;
    max-width: 370px;
    padding: 5px
}
.home-items-container .type_item_wide {
    display: inline-block;
    width: 100%
}
.type_item_wide .item_overlay {
    z-index: 1
}
.type_item_wide .item_wrapper {
    position: relative;
    padding-bottom: 57%;
    width: 100%
}
.type_item_wide .item_title {
    position: relative;
    display: inline-block;
    padding: 10px 5px;
    background-color: #f5f5f5;
    width: 100%;
    color: #000;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s ease
}
.type_item_wide:hover .item_title {
    background-color: #e7e7e7
}
.footer,
.footer-menu ul li a {
    position: relative;
    display: block
}
.footer {
    z-index: 99;
    width: 100%;
    float: right;
    text-align: center;
    overflow: hidden
}
.main-footer {
    background-color: #b72424
}
.secondary-footer {
    background-color: #2d2828;
    padding: 5px 0;
}
.developer,
.developer img {
    height: auto;
    transition: .3s ease
}
.developer {
    font-weight: 700;
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 5px 0 0;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #333;
    border: 1px dashed #212121;
    margin: 0 10px
}
.developer img {
    width: 45px;
    object-fit: cover;
    image-rendering: optimizequality;
    image-rendering: -webkit-optimize-contrast;
    border: 0;
    vertical-align: middle
}
.developer span {
    margin-left: 5px
}
.developer:hover {
    background-color: #1d1d1d
}
.secondary-footer .copyright>* {
    margin: 5px;
    display: inline-block
}
.main-footer-wrapper,
.secondary-footer-wrapper {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px
}
.footer-box {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
    width: 100%
}
.footer-menu ul,
.main-nav-header li {
    display: inline-block
}
.footer-menu ul li,
.pagination-data>.arrow_pag i {
    display: inline-block;
    margin: 5px;
    position: relative
}
.footer-menu ul li a {
    color: #fff;
    padding: 5px 10px
}
.secondary-footer .copyright {
    display: block;
    color: #fff;
    width: 100%
}
.footer-menu ul li:hover {
    background-color: #2d2828;
    border-radius: 5px;
}
.footer-logo {
    margin-right: 10px;
    color: #fff
}
.footer-menu {
    margin-left: 10px
}
.pagination {text-align: center;display: table;margin: -30px auto 40px;position: relative;}
.pagination li {
    display: inline-block;
    height: 35px;
    margin: 0 3px;
    font-weight: 700;
    direction: ltr;
    float: right;
}
.pagination > ul > li > span.current, .pagination > ul > li.active a {
    background: #da000a !important;
}
.pagination > ul > li > * {
    display: block;
    height: 40px;
    background: #424242;
    color: #ffffff;
    padding: 0 15px;
    transition: 0.2s all ease;
    font-size: 19px;
    font-weight: 700;
    border-radius: 3px;
    line-height: 40px;
}
.account-nav .user ul li,
.pagination-data {
    display: inline-block;
    position: relative;
    float: right
}
.pagination-data {
    padding: 0;
    height: 100%;
    margin: 0 auto
}
.pagination .current {
    font-weight: 500;
    background-color: #191919;
    color: #fff
}
.pagination-data>* {
    padding: 10px 5px;
    position: relative;
    float: left;
    height: 44px;
    display: inline-block;
    border-radius: 0;
    background-color: #b72424;
    margin: 0 3px;
    color: #fff;
    text-align: center;
    width: 44px;
    transition: .3s ease
}
.pagination-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    text-align: center
}
.pagination-data>.arrow_pag {
    display: flex;
    align-items: center;
    text-align: center
}
.pagination-data>.arrow_pag i {
    margin: 0 auto;
    font-size: 25px
}
.pagination-data>a:hover {
    background-color: #dc2d2d
}
.login_box input,
.main-desc-wrapper {
    padding: 0 10px;
    display: inline-block;
    width: 100%
}
.main-desc-wrapper .main-desc {
    padding: 20px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px
}
.page-404 {
    font-size: 16px;
    line-height: 1.6;
    padding: 0 10px 30px
}
.page-404 h1 {
    font-size: 300px;
    line-height: 1;
    font-weight: 700
}
.page-404 h1 i {
    font-size: 211px;
    color: #b72424
}
.no-result {
    position: relative;
    display: block;
    margin-bottom: 30px
}
.cl_main-btn,
.search-form button {
    display: inline-block;
    background-color: #b72424
}
.cl_main-btn {
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 20px;
    transition: .3s ease
}
.cl_main-btn:hover,
.header-favorite-btn:hover,
.header-login-btn:hover,
.header-logout:hover,
.header-mobile-nav-btn:hover,
.header-search-btn:hover,
.header-settings-btn:hover {
    background-color: #424242
}
.page-content {
    font-size: 16px;
    line-height: 2;
    padding: 10px 20px 20px
}
.search-page .no-results i {
    font-size: 200px;
    margin-bottom: 20px;
    display: block;
    color: #b72424
}
.header-items {
    color: #fff;
    height: 100%;
    display: flex;
    float: right
}
.header-favorite-btn,
.header-search-btn {
    font-size: 24px
}
.header-favorite-btn,
.header-login-btn,
.header-logout,
.header-mobile-nav-btn,
.header-search-btn,
.header-settings-btn {
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    transition: all .3s ease
}
.header-search-btn>*,
.login_box label {
    margin-bottom: 5px
}
.header-mobile-nav-btn {
    font-size: 30px;
    display: none
}
.header-mobile-nav-btn i {
    margin-bottom: 4px
}
body.overlay-box-active {
    overflow: hidden
}
.overlay-box {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 999
}
.overlay-box-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center
}
.search-box {
    width: 100%
}
.search-form .search-input {
    width: 800px;
    padding: 10px 10px 10px 60px;
    font-size: 16px;
    outline: 0;
    border: 1px solid #dedede
}
.search-form button {
    height: 100%;
    left: 0;
    width: 50px;
    border: 0 !important;
    font-size: 26px;
    outline: 0
}
.search-form {
    position: relative;
    width: auto;
    display: inline-block
}
.close-login-box,
.close-search,
.search-form button {
    position: absolute;
    color: #fff;
    top: 0;
    cursor: pointer;
    transition: .3s ease
}
.close-login-box,
.close-search {
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 10px
}
.close-login-box:hover,
.close-search:hover {
    color: #ececec
}
.close-text,
.login_box .submit input {
    font-size: 16px;
    background-color: #b72424
}
.close-text {
    white-space: nowrap;
    padding: 3px 40px 3px 10px;
    right: 0;
    z-index: 1;
    border-radius: 10px 50px 50px 10px;
    width: auto;
    height: 100%;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    transition: .3s ease
}
.close-login-box:hover .close-text,
.close-search:hover .close-text {
    background-color: #921e1e
}
.close-login-box i,
.close-search i {
    z-index: 2
}
.search-bar-sec {
    padding: 50px 10px;
    background-color: #fbfbfb
}
.header-favorite-btn .favorite-active,
.header-favorite-btn:hover .favorite-inactive {
    display: none
}
.header-favorite-btn:hover .favorite-active {
    display: block
}
.header-logout {
    font-size: 30px
}
.header-login-btn i,
.header-logout i {
    margin-bottom: 4px
}
.header-login-btn {
    font-size: 27px
}
.login_box {
    background-color: #fff;
    color: #000;
    min-width: 480px;
    position: relative
}
.login_box form {
    padding: 20px
}
.login_box h3,
.trailer-player-box h3 {
    padding: 10px;
    height: 100%;
    color: #fff;
    background-color: #b72424
}
.login_box input {
    text-align: center;
    margin-bottom: 15px;
    padding: 10px 5px;
    outline: 0;
    border: 1px solid #e6e6e6
}
.login_box #rememberme {
    width: auto
}
.login_box .submit input {
    font-weight: 700;
    color: #fff;
    cursor: pointer
}
.login_box .submit input:hover {
    background-color: #9e2020
}
.login_box .pteks,
.login_box .register {
    width: 100%;
    display: block;
    background-color: #3a3a3a;
    padding: 10px 5px;
    margin-bottom: 15px;
    color: #fff
}
.login_box .pteks {
    background-color: #eee;
    color: #000
}
.login_box .register:hover {
    background-color: #1d1d1d
}
.login_box .pteks:hover {
    background-color: #e2e2e2
}
.login-page {
    font-size: 16px
}
.form_dt_user {
    width: 420px;
    margin: 0 auto
}
.login_form_page {
    margin-bottom: 45px;
    padding: 20px;
    color: #000;
    background-color: #fff;
    border: 1px solid #eee;
    min-width: auto
}
.login_form_page .submit,
.update_profile .form-submit input {
    background-color: #b72424;
    color: #fff;
    cursor: pointer;
    transition: .3s ease
}
.login_form_page .submit {
    border: 0;
    font-size: 19px
}
.login_form_page .lost_pass_btn a:hover,
.login_form_page .register_btn a:hover,
.login_form_page .submit:hover {
    background-color: #1d1d1d;
    color: #fff
}
.login_form_page .lost_pass_btn a,
.login_form_page .register_btn a {
    display: block;
    width: 100%;
    background-color: #424242;
    padding: 10px 5px;
    margin: 10px 0;
    color: #fff;
    font-size: 19px
}
.login_form_page .lost_pass_btn a {
    background-color: #eee;
    color: #000;
    font-size: 16px;
    font-weight: 400
}
.comment-form>p,
.lost_pass_btn,
.register_btn {
    display: inline-block;
    width: 100%
}
.footer-menu ul li,
.login_form_page a {
    transition: .3s ease
}
.main-container .custom-items-sec {
    background-color: #fbfbfb
}
.login_box label {
    display: block
}
.login_box #c_loginbox,
.trailer-player-box #c_trailerbox {
    position: absolute;
    right: 0;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    font-size: 24px;
    background-color: #9c1f1f;
    cursor: pointer;
    transition: .3s ease
}
.login_box #c_loginbox:hover,
.trailer-player-box #c_trailerbox:hover {
    background-color: #821b1b;
    color: #eee
}
.loginbox_head,
.trailer-player-box,
.trailerbox_head {
    position: relative;
    display: block;
    height: 50px
}
.trailer-player-box {
    background-color: #fff;
    color: #000;
    max-width: 800px;
    width: 100%;
    max-height: 500px;
    height: 100%
}
.trailer-player-res,
.update_profile fieldset {
    display: flex;
    align-items: center;
    justify-content: center
}
.trailer-player-res {
    height: calc(100% - 50px);
    width: 100%;
    position: relative
}
.trailer-player-res i {
    font-size: 60px
}
.trailer-player-box iframe {
    height: 100%;
    width: 100%;
    display: block
}
.home-items-sec .gravatar {
    border-radius: 100px;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border: 5px solid #b72424
}
.home-items-sec .gravatar a {
    display: inline-block;
    background-color: #b72424
}
.account-page-sec .profile_avatar {
    bottom: 55px;
    margin-bottom: -50px;
    position: relative
}
.main-container .home-items-sec.account-page-sec {
    margin-top: 70px
}
.account-page-sec .main-desc-wrapper {
    float: right;
    margin-bottom: 20px
}
.account-page>* {
    font-size: 16px
}
.account-nav,
.account-nav .info>span {
    direction: ltr;
    display: flex;
    align-items: center
}
.account-nav {
    padding: 0 20px;
    background-color: #424242;
    color: #fff;
    width: 100%;
    align-content: space-between;
    position: relative
}
.account-nav .info>span {
    padding: 0 10px;
    float: right;
    height: 100%;
    font-size: 24px
}
.account-nav .info>span>b {
    margin: 0 10px
}
.account-nav .user {
    margin-left: auto
}
.account-nav .user ul li {
    border-left: 1px dashed #b72424
}
.account-nav .user ul li a,
.user_edit_control ul li a {
    color: #fff;
    padding: 10px;
    position: relative;
    display: block;
    background-color: #b72424;
    transition: .3s ease;
    min-width: 100px
}
.account-nav .user ul li a.selected,
.account-nav .user ul li a:hover,
.update_profile .form-submit input:hover {
    background-color: #a52020
}
.account-nav .info {
    height: 100%;
    position: relative;
    float: left
}
.account-nav .info>span>i {
    font-size: 24px
}
.account-items {
    font-size: 16px;
    padding: 20px 10px
}
.user_edit_control ul {
    list-style: none;
    margin-bottom: 30px
}
.account-nav .info,
.update_profile>div,
.user_edit_control ul li {
    display: inline-block
}
.user_edit_control ul li a {
    padding: 10px 20px;
    background-color: #424242
}
.seasons-selection ul li a.selected:before,
.user_edit_control ul li a.selected:before {
    margin-left: 0;
    margin-right: -15px;
    right: 50%;
    border: 15px solid transparent;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    top: 100%;
    width: 0
}
.seasons-selection ul li a.selected:before {
    border-top-color: #505050
}
.user_edit_control ul li a.selected:before {
    border-top-color: #b72424
}
.user_edit_control ul li a.selected {
    background-color: #b72424
}
.user_edit_control ul li a:hover {
    background-color: #b73d3d
}
.update_profile input,
.update_profile select {
    border: 1px solid #eee;
    padding: 10px;
    width: 300px
}
.update_profile label {
    min-width: 140px;
    display: inline-block;
    text-align: right;
    margin-left: 20px
}
.update_profile>div {
    border: 1px solid #eee;
    padding: 30px
}
.update_profile fieldset {
    margin-bottom: 10px
}
.update_profile .form-submit input {
    font-size: 18px;
    font-weight: 700
}
.update_profile textarea {
    min-width: 400px;
    min-height: 150px;
    border: 1px solid #eee
}
.header-settings-btn {
    font-size: 23px
}
.header-settings-btn i {
    margin-bottom: 3px
}
.account-page-sec .main-desc-wrapper #puser {
    font-size: 16px;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6
}
.mobile-nav {
    display: none
}
.none {
    font-size: 20px;
    list-style: none
}
.single-pre-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.single_backdrop {
    position: fixed;
    z-index: -1;
    width: 75%;
    height: 100%;
    margin-bottom: 0;
    padding: 0;
    left: 0;
    background-color: #251818
}
.single_backdrop>*,
.single_info .poster img {
    position: absolute;
    width: 100%;
    height: 100%;
    image-rendering: optimizequality;
    image-rendering: -webkit-optimize-contrast
}
.single_backdrop>* {
    -webkit-animation-name: fade-in;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: saturate(1.5);
}
.backdrop_small {
    display: none
}
.backdrop_big.single_backdrop_loaded,
.player-servers li.active i,
.single-backdrop-loaded {
    opacity: 1
}
.single_info_backdrop {
    position: relative;
    z-index: 9;
    align-items: center;
    margin-top: -60px;
    padding-top: 60px;
    color: #000;
    background: radial-gradient(circle at 0 40%, rgba(37, 24, 24, 0) 46%, rgba(37, 24, 24, .6) 60%, #251818 70%), linear-gradient(180deg, rgba(37, 24, 24, .1) 60%, #251818), linear-gradient(180deg, rgba(37, 24, 24, 0) 80%, #251818);
    box-sizing: border-box
}
.single_main_content {
    position: relative;
    z-index: 1;
    float: right;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    color: #000;
    background-color: #f5f5f5
}
.single_main_info,
.single_top_left {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center
}
.single_main_info {
    color: #fff;
    min-height: 600px;
    overflow: hidden;
    padding: 30px;
    flex-wrap: nowrap;
    box-sizing: border-box;
}
.single_top_left {
    flex-wrap: wrap;
    height: 100%;
    width: 45%
}
.single_info {
    width: 100%;
    float: right;
    text-align: right;
    margin: auto 0
}
.single_info .poster {
    float: right;
    padding-bottom: 0;
    width: 280px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 1px;
    z-index: 1;
    position: relative;
    border: 1px dashed #d4b9b9;
    /* box-shadow: 0 0 20px #000; */
}
.poster-wrapper {
    position: relative;
    padding-bottom: 150%;
    width: 100%;
}
.single_info .poster img {
    top: 0;
    right: 0;
    object-fit: cover
}
.single_info .title {
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: bold;
}
.single_info .categories>* {
    padding: 0 10px;
    margin: 5px 0;
    color: #efc1c1;
    position: relative;
    display: inline-block
}
.single_info .categories>.separate {
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #fff;
    padding: 0;
    align-self: center
}
.single_info .categories>:first-child {
    padding-right: 0
}
.single_info .description {
    margin-bottom: 20px;
    font-weight: 500;
    text-shadow: 1px 1px #000
}
.single_info .categories>:last-child {
    border: 0;
    padding-left: 0;
    display: inline-block
}
.single_info .categories {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}
.single_info .duration,
.single_info .updated_date {
    margin-bottom: 14px;
}
.single-info-item>:first-child {
    color: #d8d8d8
}
.single_buttons {
    display: block;
    width: 100%;
    text-align: right
}
.single_buttons>* {
    color: #fff;
    font-size: 24px;
    background-color: #b72424;
    line-height: 1;
    display: inline-block;
    position: relative;
    transition: .3s ease;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden
}
.single_buttons>*>i {
    position: absolute;
    height: 100%;
    width: 40px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px dashed #251818;
    transition: .3s ease
}
.single_buttons>*>i.loading {
    background-color: unset;
    border-color: transparent
}
.single_buttons>*>span {
    padding: 5px 55px 5px 15px;
    display: inline-block;
    text-shadow: 1px 1px #000;
    transition: .3s ease;
    font-weight: bold;
}
.single_buttons>*>i,
.single_buttons>:hover {
    background-color: #9e2020
}
.single-trailer-btn {
    background-color: #696969
}
.single-trailer-btn i,
.single-trailer-btn:hover {
    background-color: #505050
}
.single_buttons>:hover i {
    right: -60px
}
.single_buttons>:hover span {
    padding: 5px 30px
}
.seasons-selection ul li {
    margin: 0 5px
}
.seasons-selection ul li a {
    color: #fff;
    position: relative;
    display: block;
    font-size: 23px;
    background-color: #696969;
    -webkit-transition: .5s ease;
    transition: .5s ease
}
.season-eps .ep-num.selected,
.seasons-selection ul li a.selected {
    background-color: #b72424
}
.seasons-selection ul,
.seasons-selection ul li,
.seasons-selection ul li a b,
.seasons-selection ul li a span {
    display: inline-block;
    position: relative
}
.seasons-selection ul li a span {
    padding: 5px 10px;
    background-color: #505050
}
.seasons-selection ul li a b {
    padding: 5px 15px
}
.seasons-selection ul li a:not(.selected):before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    right: 0;
    height: 100%;
    background-color: #424242;
    transition: .3s ease
}
.seasons-selection ul li a:not(.selected):hover:before {
    width: 100%
}
.season-eps .ep-num {
    width: 100px
}
.download-list .download-item,
.season-eps .ep-num {
    display: inline-block;
    position: relative;
    height: 100px;
    background-color: #696969;
    color: #fff;
    margin: 5px
}
.season-eps .ep-num:not(.selected):visited {
    background-color: #6b5050
}
.download-list,
.episodes-list {
    padding: 20px
}
.season-eps .ep-num .ep-num-wrap span {
    display: block;
    height: 50%;
    width: 100%
}
.ep-num-wrap {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    justify-content: center
}
.season-eps .ep-num span {
    height: 40%
}
.download-list .download-item b,
.download-list .download-item span,
.season-eps .ep-num b,
.season-eps .ep-num span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}
.season-eps .ep-num span {
    background-color: #505050
}
.season-eps .ep-num b {
    font-size: 30px;
    height: 60%
}
.season-eps .ep-num:before {
    background-color: #424242
}
.download-list .download-item:before,
.season-eps .ep-num:before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s cubic-bezier(0, 0, 0, 1)
}
.download-list .download-item:hover:before,
.season-eps .ep-num:not(.selected):hover:before {
    height: 100%
}
.single-alert-sec {
    display: flex;
    margin-bottom: 20px
}
.single-alert {
    background-color: #fb9f15;
    color: #000;
    border-radius: 5px;
    display: flex;
    position: relative;
    height: 40px;
    width: auto;
    align-items: center;
    overflow: hidden
}
.single-alert span {
    text-align: revert;
    width: auto;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.single-alert i+span {
    padding: 0 60px 0 10px
}
.player-servers li i,
.single-alert i {
    display: flex;
    position: absolute;
    height: 100%;
    align-items: center;
    justify-content: center
}
.single-alert i {
    font-size: 30px;
    width: 50px;
    background-color: #bf780b;
    color: #fff;
    border-left: 1px dashed #7b4e0b
}
.player-container {
    max-width: 1200px;
    margin: 0 auto 20px
}
.player-servers {
    list-style: none;
    display: block;
    margin-bottom: 10px
}
.player-servers li {
    display: inline-block;
    position: relative;
    background-color: #696969;
    color: #fff;
    margin: 5px;
    border-radius: 50px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    transition: .3s ease
}
.player-servers li .server_name {
    padding: 5px 10px;
    display: block;
    min-width: 140px;
    font-size: 20px;
    text-align: center;
    transition: .3s ease
}
.player-servers li i {
    right: 0;
    width: 40px;
    opacity: 0;
    font-size: 32px;
    background-color: #ab670b;
    box-sizing: content-box;
    transition: .3s ease;
    border-radius: 50px
}
.player-servers li:not(.active):hover {
    background-color: #c77401
}
.player-servers li.active {
    background-color: #da840e
}
.player-servers li.active .server_name {
    padding: 5px 45px 5px 10px
}
.frame-container {
    flex: 1;
    position: relative;
    padding-bottom: 53%;
    max-width: 100%;
    display: block;
    margin: auto;
    height: 0;
    overflow: hidden
}
.frame-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.player-viewer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000
}
.player-viewer>i {
    position: absolute;
    display: block;
    align-self: center;
    justify-self: center;
    font-size: 70px;
    color: #fff
}
.single_socials {
    display: inline-block;
    margin: 5px 5px 45px;
    position: relative
}
.single_socials>a {
    background-color: #487fc7;
    color: #fff;
    padding: 10px;
    margin: 5px;
    min-width: 200px;
    display: inline-block;
    text-align: center;
    transition: .3s ease
}
.single_socials>a:hover {
    background-color: #4273b3
}
.single_socials>a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}
.download-list .download-item b {
    height: 40%;
    font-size: 20px
}
.download-list .download-item:before {
    background-color: #b72424;
    transition: .5s all
}
.download-list .download-item span {
    height: 60%;
    background-color: #b72424;
    transition: .3s all;
    padding: 0 10px
}
.download-list .download-item {
    width: auto;
    min-width: 120px
}
.post-content-sec .title {
    margin: 20px 0
}
.post-content-sec {
    padding: 10px
}
.comments-container {
    padding: 20px;
    max-width: 1024px;
    margin: 0 auto
}
.comments-area .comment-respond textarea {
    width: 100%;
    border: 1px solid #ccc;
    min-height: 100px;
    padding: 10px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    background-color: #f7f7f7
}
.comments-area .comment-respond .comment-form-comment {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 20px 0
}
.main-container .comments-items-sec,
.main-container .watch-player-sec {
    background-color: #fbfbfb
}
.comments-area .comment-respond .submit {
    background-color: #b72424;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    font-size: 20px;
    line-height: 1.5;
    cursor: pointer;
    transition: .3s ease
}
.comments-area .comment-respond .submit:hover {
    background-color: #424242
}
.post-comments,
.post-comments .children {
    list-style: none;
    margin-top: 40px
}
.post-comments>.comment {
    background-color: #fff;
    margin-bottom: 60px;
    border: 1px dashed #ccc;
    position: relative;
    display: inline-block;
    width: 100%
}
.post-comments>.comment:last-child {
    margin-bottom: 20px
}
.post-comments>.comment .comment-avatar {
    bottom: 36px;
    position: relative
}
.post-comments>.comment .children {
    border-top: 1px dashed #eee;
    background-color: #fdfdfd;
    float: right;
    width: 100%;
    position: relative;
    display: inline-block
}
.post-comments>.comment .comment-avatar img {
    border-radius: 50px;
    border: 1px solid #ccc;
    object-fit: cover;
    object-position: center;
    background-color: #fff;
    width: 80px;
    height: 80px
}
.post-comments>.comment .scontent {
    bottom: 36px;
    position: relative;
    float: right;
    width: 100%;
    display: inline-block;
    padding: 0 10px;
    overflow: hidden
}
.post-comments>.comment>.children {
    padding: 0 20px
}
.post-comments>.comment .scontent p {
    font-weight: 400;
    margin-top: 10px;
    overflow-wrap: break-word
}
.post-comments>.comment .comment-header .comment-header-name .name {
    display: inline-block;
    font-weight: 700
}
.post-comments>.comment .children .comment-avatar img {
    width: 60px;
    height: 60px
}
.post-comments>.comment .children .comment-avatar,
.post-comments>.comment .children .scontent {
    bottom: 26px
}
.post-comments>.comment .comment-reply-link {
    width: 50px;
    display: block;
    background-color: #424242;
    border-radius: 5px;
    color: #fff;
    margin: 20px auto 0;
    transition: .3s ease
}
.comment-navigation>*>a:hover,
.post-comments .comment-respond .comment-reply-title small a:hover,
.post-comments>.comment .comment-reply-link:hover {
    background-color: #b72424
}
.comment-header-tags {
    margin: 5px 0
}
.comments-area .comment-respond textarea:focus,
.comments-area .grid-container input:focus {
    outline: 1px solid #ccc
}
.post-comments .comment-respond .comment-reply-title small {
    display: block;
    margin-top: 10px
}
.post-comments>.comment .comment-header .comment-time {
    font-weight: 400
}
.post-comments .comment-respond .comment-reply-title small a {
    display: inline-block;
    background-color: #424242;
    min-width: 80px;
    padding: 5px;
    color: #fff;
    transition: .3s ease
}
.post-comments .comment-respond {
    border: 1px dashed #ccc;
    background-color: #fbfbfb;
    padding: 20px;
    margin: 20px 0
}
.comments-area .form-submit {
    margin-top: 10px
}
.comments-area .grid-container {
    display: block;
    position: relative;
    width: 50%;
    padding: 0 10px;
    float: right;
    margin: 0 auto 10px
}
.comments-area .grid-container input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #f7f7f7
}
.comments-area .grid-container .form-description,
.comments-area label {
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0
}
.comments-area label {
    font-size: 14px
}
.comment-respond {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px
}
.comment-navigation>*,
[class^=user-tag-] {
    display: inline-block;
    margin: 0 5px 20px
}
.comment-navigation>*>a {
    padding: 5px 10px;
    display: block;
    color: #fff;
    background-color: #424242;
    direction: ltr;
    transition: .3s ease;
    border-radius: 5px
}
[class^=user-tag-] {
    min-width: 60px;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin: 0 5px;
    position: relative;
    overflow: hidden
}
[class^=user-tag-] span {
    padding: 3px 20px;
    display: inline-block
}
[class^=user-tag-] i {
    display: flex;
    position: absolute;
    height: 100%;
    width: 30px;
    align-items: center;
    justify-content: center;
    background-color: #424242
}
[class^=user-tag-] i+span {
    padding-right: 50px
}
.user-tag-2 {
    background-color: #9e9e9e;
    color: #fff
}
.user-tag-99 {
    background-color: #ff1e1e;
    color: #fff
}
.item_overlap.process_list {
    right: 10px;
    left: unset;
    background: unset;
    cursor: pointer
}
.item_overlap.process_list i {
    font-size: 30px
}
.item_overlap.process_list:hover i:not(.loading):before {
    content: "\e919"
}
#jsonresponse .error,
#jsonresponse .success {
    background-color: #91b968;
    color: #fff;
    padding: 10px;
    margin: 10px 0
}
#jsonresponse .error {
    background-color: #b96868
}
input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: middle
}
.text-red {
    color: red
}
.imaged {
    transition: .5s ease
}
.imaged.Loaded {
    opacity: 1
}
.tooltip-con .tooltip {
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    display: flex;
    bottom: 0;
    left: -20px;
    right: -20px;
    padding: 5px 7px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    justify-content: center;
    align-content: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3)
}
.tooltip-con .tooltip:before {
    content: '';
    transition: .3s ease;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: 0
}
.tooltip-con:hover .tooltip:before {
    bottom: -10px
}
.tooltip-con:hover .tooltip {
    bottom: 50px;
    visibility: visible;
    opacity: 1
}
.social-box {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    padding: 0 5px;
    font-size: 16px;
    font-family: cl-3isk, sans-serif;
    float: right
}
.social-box-text {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    bottom: 80px;
    position: absolute;
    width: 300px;
    box-shadow: 0 0 3px #000;
    box-sizing: border-box
}
.new-socials-item>* {
    color: #8e8e8e;
    text-decoration: none;
    line-height: 1.4
}
.social-box-text-title {
    display: block;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 40px;
    color: #000
}
.social-box-close,
.social-box-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right
}
.social-box-icon {
    padding: 10px;
    border-radius: 70px;
    margin-right: 10px;
    box-sizing: content-box
}
.social-box-close {
    background-color: #eaeaea;
    color: #000;
    font-weight: 700;
    border-radius: 5px;
    position: absolute;
    border: 1px solid #000;
    cursor: pointer
}
.social-box-text-content span {
    background-color: #b72424;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
    text-align: center;
    font-weight: 700;
    margin-top: 10px
}
#new-socials-telegram .social-box-text-content span,
.social-box-icon.telegram {
    background-color: #08c
}
#new-socials-facebook .social-box-text-content span,
.social-box-icon.facebook {
    background: #0093ff;
    background: linear-gradient(30deg, #0093ff 0, #ae34e1 61%, #ea4292 88%, #ff4b76 100%)
}
#new-socials-youtube .social-box-text-content span,
.social-box-icon.youtube {
    background-color: red
}
#new-socials-twitter .social-box-text-content span,
.social-box-icon.twitter {
    background-color: #1da1f2
}
#new-socials-instagram .social-box-text-content span,
.social-box-icon.instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    text-shadow: 1px 1px #000
}
.new-socials-item a p {
    margin-bottom: 0;
    font-weight: 400
}
.social-box .idTabs {
    margin: 0;
    padding: 0;
    list-style: none
}
.social-box .idTabs li {
    display: inline-block
}
.social-box-icon:after {
    content: '';
    border-style: solid;
    position: absolute;
    height: 0;
    width: 0;
    border-width: 15px;
    border-color: #fff transparent transparent;
    top: -23px;
    filter: drop-shadow(0 1px 0 #a1a1a1);
    display: none
}
.social-box-icon.selected:after {
    display: block
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}
::-webkit-scrollbar {
    width: 10px
}
::-webkit-scrollbar-track {
    background: #fff
}
::-webkit-scrollbar-thumb {
    background: #960606
}
::-webkit-scrollbar-thumb:hover {
    background: #b72424
}
@media (max-width:1400px) {
    .single_top_left {
        width: 60%
    }
}
@media (max-width:1200px) {
    .single_top_left {
        width: 100%
    }
    .player-container {
        margin: 0 auto
    }
}
@media (max-width:1024px) {
    .search-form {
        width: 100%
    }
    .search-form .search-input {
        width: 100%;
        display: inline-block
    }
    .type_item_box {
        min-width: 180px;
        max-width: 240px
    }
    .type_item_wide_box {
        min-width: 240px;
        max-width: 380px
    }
}
@media (max-width:900px) {
    .main-header .logo {
        margin-left: 5px
    }
    .header-wrapper {
        padding: 0 5px
    }
    .main-nav-header li a {
        padding: 5px;
        font-size: 14px;
        line-height: 1.6
    }
    .header-favorite-btn,
    .header-login-btn,
    .header-logout,
    .header-mobile-nav-btn,
    .header-search-btn,
    .header-settings-btn {
        padding: 10px
    }
}
@media (max-width:768px) {
    .head-main-nav {
        display: none
    }
    .header-mobile-nav-btn {
        display: flex
    }
    body.admin-bar .main-header {
        margin-top: 46px
    }
    .mobile-nav {
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: #424242;
        overflow: auto;
        top: -100vh;
        transition: all .6s ease
    }
    .mobile-nav .mobile-nav-container {
        display: block;
        height: auto;
        width: auto
    }
    .mobile-nav .mobile-nav-container>* {
        margin-bottom: 10px
    }
    .mobile-nav.active {
        top: 0
    }
    .admin-bar .mobile-nav.active {
        top: 46px
    }
    .close-mobile-nav,
    .head-mobile-nav ul li a {
        color: #fff;
        transition: .3s ease
    }
    .close-mobile-nav {
        background-color: #b72424;
        font-size: 20px;
        cursor: pointer;
        position: relative
    }
    .close-mobile-nav i {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
        height: 100%;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #a22121
    }
    .close-mobile-nav span,
    .head-mobile-nav ul li a {
        padding: 10px;
        display: block
    }
    .close-mobile-nav:hover {
        background-color: #941e1e
    }
    .mobile-nav>* {
        margin-bottom: 10px
    }
    .mobile-nav-header {
        list-style: none
    }
    .head-mobile-nav ul li a:hover {
        background-color: #313131
    }
    .item_overlay i {
        font-size: 130px
    }
    .single_backdrop {
        width: 100%
    }
    .single_backdrop .backdrop_big,
    .single_info .poster {
        display: none
    }
    .backdrop_small {
        display: block
    }
    .single_info_backdrop {
        background: linear-gradient(180deg, transparent 20%, rgba(37, 24, 24, .6) 40%, #251818 60%, #251818)
    }
    .single_buttons,
    .single_info {
        text-align: center;
        display: inline-block
    }
    .single_info {
        margin: 0;
        bottom: 0
    }
    .single_info .categories {
        justify-content: center
    }
    .single_buttons a {
        float: unset;
        font-size: 20px;
        min-width: 190px
    }
    .single_buttons {
        position: relative
    }
    .single_main_info {
        align-items: flex-end;
        align-content: flex-end;
        padding: 10px;
        min-height: calc(100vh - 60px)
    }
    .admin-bar .single_main_info {
        min-height: calc(100vh - 106px)
    }
    .single_info .categories,
    .single_info .duration,
    .single_info .updated_date {
        margin-bottom: 10px
    }
    .single-alert,
    .single-alert span {
        width: 100%
    }
}
@media (max-width:600px) {
    #wpadminbar {
        display: none !important
    }
    body.admin-bar .main-header {
        margin-top: 0 !important
    }
    .admin-bar .mobile-nav.active {
        top: 0
    }
    .footer-box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 0
    }
    .footer-box>* {
        margin: 10px 0
    }
    .main-footer-wrapper {
        padding: 0
    }
    .footer-box>.footer-menu {
        background-color: #a21f1f;
        margin: 0;
        padding: 10px
    }
    .footer-box>.footer-logo {
        width: 100%;
        margin: 0;
        background: #a21f1f;
        background: linear-gradient(90deg, #a21f1f 0, #ca2a2a 49%, #a21f1f 100%)
    }
    .footer-box>.footer-logo .footer-logo-img {
        padding: 10px
    }
    .update_profile input,
    .update_profile select {
        width: 100%
    }
    .update_profile label {
        width: 100%;
        margin-bottom: 5px;
        margin-left: 0
    }
    .update_profile fieldset {
        flex-wrap: wrap
    }
    .update_profile textarea {
        width: 100%;
        min-width: auto
    }
    .update_profile>div {
        padding: 10px;
        width: 100%
    }
    .page-404 h1 {
        font-size: 200px
    }
    .page-404 h1 i {
        font-size: 150px
    }
    .home-items-sec .sec-title {
        font-size: 16px;
        vertical-align: middle
    }
    .home-items-sec>h2 {
        bottom: 23px
    }
    .comments-container,
    .post-comments .comment-respond {
        padding: 5px
    }
    .post-comments>.comment .scontent {
        padding: 0 5px
    }
    .admin-bar .single_main_info {
        min-height: calc(100vh - 60px)
    }
    .trailer-player-box {
        height: 60%
    }
}
@media (max-width:480px) {
    .header-wrapper>* {
        width: 100%;
        justify-content: center;
        margin: 0 !important
    }
    .header-wrapper {
        flex-wrap: wrap;
        padding: 0
    }
    .main-header {
        height: auto;
        background: #a21f1f;
        background: linear-gradient(90deg, #a21f1f 0, #ca2a2a 49%, #a21f1f 100%)
    }
    .main-header .logo {
        padding: 10px 0
    }
    .main-wrapper {
        margin-top: 110px
    }
    .single_info_backdrop {
        margin-top: -110px;
        padding-top: 110px
    }
    .single_backdrop {
        margin-top: -110px
    }
    .single_main_info {
        min-height: calc(100vh - 110px) !important
    }
    .header-items {
        background-color: #a21f1f;
        height: 50px;
        justify-content: space-between
    }
    .header-items>* {
        height: 100%
    }
    .header-items .header-mobile-nav-btn {
        padding-left: 10px
    }
    .type_item_box {
        min-width: 150px;
        max-width: 200px
    }
    .type_item_wide_box {
        min-width: 200px;
        max-width: 340px
    }
    .single_buttons a {
        font-size: 16px;
        min-width: 156px;
        font-size: 24px;
    }
    .item_overlay i {
        font-size: 100px
    }
    .page-404 h1 {
        font-size: 130px
    }
    .page-404 h1 i {
        font-size: 92px
    }
    .comment-form>* {
        width: 100% !important
    }
    .login_box {
        min-width: unset;
        width: 100%
    }
    .login_box form {
        padding: 5px
    }
}
.itemtop-right {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
    font-size: 14px;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.3);
    transform-origin: bottom;
}
.itemtop-right span {
    display: table;
    background: #981d1d linear-gradient(-60deg, #ce2a2a 0, rgba(0, 0, 0, .15) 100%);
    color: #FFF;
    margin-bottom: 5px;
    border-radius: 45px;
    overflow: hidden;
    padding: 1px 13px;
    font-size: 12px;
}
.home-items-container .type_item:hover .itemtop-right {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.itemtop-right span.Quality {
    background: #1010106b;
}
.secondary-footer .copyright a.elshaikh {
    color: #fde223;
    font-weight: bold;
}
.footer-logo-img img {
    max-width: 170px;
}
#season-episodes h3 {
    display: table;
    margin: 40px auto;
    font-size: 30px;
    color: #555;
}
.secondary-footer .copyright a {
    color: #fff363;
    font-weight: bold;
}

 .single_backdrop {
    position: absolute;
    top: 0;
    height: 100%;
}

 .single_info_backdrop {
    margin-top: 0;
}

 .single_backdrop > div {
    background-position: top;
    width: 100%;
    height: 100%;
}

.trailer--popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 99999999;
    background: #12181fd9;
    transition: .4s all ease;
    opacity: 0;
    visibility: hidden;
}
.pop--iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    height: 60%;
}
.pop--iframe iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.close--pop {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 40px;
    color: #DDD;
    cursor: pointer;
}
.trailer--popup.active {
    opacity: 1;
    visibility: visible;
}

.single_info_backdrop::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: radial-gradient(circle at 0 40%, rgba(37, 24, 24, 0) 46%, rgba(37, 24, 24, .6) 60%, #251818 70%), linear-gradient(180deg, rgba(37, 24, 24, .1) 60%, #251818), linear-gradient(180deg, rgba(37, 24, 24, 0) 80%, #251818);
    z-index: -1;
}

.tax {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #ffffff0d;
}

.tax a {
    color: #FFF;
}

.tax a + a:before {content: ',';margin: 0 5px;}