/*!
Theme Name: DooSeries V1.1
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: BaseScript V1.1
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BaseScript V1.1 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@font-face {
    font-family: 'kanitsemibold';
    src: url('fonts/kanit/kanit-semibold-webfont.eot');
    src: url('fonts/kanit/kanit-semibold-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/kanit/kanit-semibold-webfont.woff2') format('woff2'),url('fonts/kanit/kanit-semibold-webfont.woff') format('woff'),url('fonts/kanit/kanit-semibold-webfont.ttf') format('truetype'),url('fonts/kanit/kanit-semibold-webfont.svg#kanitsemibold') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'kanitregular';
    src: url('fonts/kanit/kanit-regular-webfont.eot');
    src: url('fonts/kanit/kanit-regular-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/kanit/kanit-regular-webfont.woff2') format('woff2'),url('fonts/kanit/kanit-regular-webfont.woff') format('woff'),url('fonts/kanit/kanit-regular-webfont.ttf') format('truetype'),url('fonts/kanit/kanit-regular-webfont.svg#kanitregular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'kanitlight';
    src: url('fonts/kanit/kanit-light-webfont.eot');
    src: url('fonts/kanit/kanit-light-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/kanit/kanit-light-webfont.woff2') format('woff2'),url('fonts/kanit/kanit-light-webfont.woff') format('woff'),url('fonts/kanit/kanit-light-webfont.ttf') format('truetype'),url('fonts/kanit/kanit-light-webfont.svg#kanitlight') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*,*:before,*:after {
    box-sizing: inherit
}

html {
    box-sizing: border-box
}

body,button,input,select,optgroup,textarea {
    color: #404040;
    font-family: 'kanitregular';
    font-size: 1rem;
    line-height: 1.5
}

h1,h2,h3,h4,h5,h6 {
    clear: both;
    font-family: 'kanitsemibold'
}

p {
    margin-bottom: 1.5em;
    font-family: 'kanitregular'
}

dfn,cite,em,i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch",courier,monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,kbd,tt,var {
    font-family: monaco,consolas,"Andale Mono","DejaVu Sans Mono",monospace
}

abbr,acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

body {
    background: #000
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul,ol {
    margin: 0 0 1.5em 3em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

embed,iframe,object {
    max-width: 100%
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

a {
    color: #9398ab;
    text-decoration: none !important;
    outline: 0 !important
}

a:hover,a:focus,a:active {
    color: #fff
}

a:focus {
    outline: thin dotted
}

a:hover,a:active {
    outline: 0 !important
}

button,input[type=button],input[type=reset],input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0,0,0,.8);
    line-height: 1;
    padding: .6em 1em .4em
}

button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
    border-color: #ccc #bbb #aaa
}

button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus {
    border-color: #aaa #bbb #bbb
}

input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

.menu-movie-menu-container {
    width: 100%;
    text-align: center
}

.main-navigation ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.main-navigation li {
    position: relative;
    display: inline-flex;
    padding: 0 2%
}

.main-navigation li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0.1em 0.1em 0.2em black;
    font-weight: 400;
    padding: 20px 0 15px;
    outline: 0;
    border-bottom: 5px solid #fff0
}

.main-navigation li a:hover {
    color: #c5c5c5;
    border-bottom: 5px solid #f00f81;
}

.main-navigation .current-menu-item>a,.main-navigation .current-menu-ancestor>a,.main-navigation .current_page_item>a,.main-navigation .current_page_ancestor>a {
    color: #fff;
    border-bottom: 5px solid #f00f81;
}

.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation {
    margin: 0 0 1.5em
}

.comment-navigation .nav-links,.posts-navigation .nav-links,.post-navigation .nav-links {
    display: flex
}

.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous {
    flex: 1 0 50%
}

.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%
}

.sticky {
    display: block
}

.post,.page {
    margin: 0 0 1.5em
}

.updated:not(.published) {
    display: none
}

.page-content,.entry-content,.entry-summary {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.widget {
    margin: 0
}

.widget select {
    max-width: 100%
}

.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%
}

.gallery-columns-2 {
    grid-template-columns: repeat(2,1fr)
}

.gallery-columns-3 {
    grid-template-columns: repeat(3,1fr)
}

.gallery-columns-4 {
    grid-template-columns: repeat(4,1fr)
}

.gallery-columns-5 {
    grid-template-columns: repeat(5,1fr)
}

.gallery-columns-6 {
    grid-template-columns: repeat(6,1fr)
}

.gallery-columns-7 {
    grid-template-columns: repeat(7,1fr)
}

.gallery-columns-8 {
    grid-template-columns: repeat(8,1fr)
}

.gallery-columns-9 {
    grid-template-columns: repeat(9,1fr)
}

.gallery-caption {
    display: block
}

.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em
}

.site-header {
    width: 1200px
}

.site-branding {
    background: url(images/bg-head.png) no-repeat;
    width: 100%;
    background-size: cover
}

.site-logo {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    align-items: center;
    -ms-grid-columns: 23% 60% 17%;
    grid-template-columns: 23% 60% 17%
}

.site-logo ul {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.site-logo .custom-logo-link {
    padding: 10px 0 0px;
}

.site-logo h1 {
    font-size: 29px;
    color: #f00f81;
    text-shadow: 0.1em 0.1em 0.2em black;
    text-align: center;
    margin-top: 45px
}

form#searchform {
    margin-top: 40px;
    text-align: right
}

input#input-ser {
    width: 70%;
    padding: 7px 5px;
    border: none;
    background: #222222;
    outline: 0 !important;
    color: #999999;
}

input#input-ser::placeholder {
    font-size: 13px;
    padding: 0 5px;
    color: #707070
}

button#searchsubmit {
    background: #222222;
    border: none;
    color: #868a8e;
    padding: 13px 14px 11px;
    font-size: 13px;
    margin-right: -10px
}

nav#site-navigation {
    width: 100%;
    padding-bottom: 10px
}

.width-auto {
    width: 1200px;
    margin: 0 auto
}

.grid-main {
    display: grid;
    -ms-grid-columns: 200px 780px 200px;
    grid-template-columns: 200px 780px 200px;
    grid-gap: 10px;
    padding-top: 32px
}

.head-bg {
    background: url(images/header-bg.jpg) no-repeat center;
    border-radius: 10px
}


nav#site-navigation {
    width: 100%;
    padding-bottom: 10px
}

.content-footer {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #9398ab
}

.content-footer a.foot-logo {
    text-align: center;
    display: block
}

.content-footer p {
    color: #9398ab;
    font-size: 14px;
    padding: 0 8%;
    text-indent: 2%;
    margin: 0
}

.content-footer summary {
    text-align: center;
    color: #9398ab;
    outline: 0
}

.content-footer h2 {
    font-size: 24px;
    color: #b6bbcc;
    padding: 0;
    text-align: center
}

.content-footer h3 {
    font-size: 20px;
    color: #b6bbcc;
    padding: 0 5%;
    margin: 20px 10px 5px
}

.content-footer h4 {
    font-size: 16px;
    color: #b6bbcc;
    padding: 0 8%;
    margin-bottom: 5px;
    margin-top: 15px
}

.content-footer a {
    color: #b42123
}

.content-footer strong {
    font-family: 'kanitsemibold' !important
}

.menu-footer-menu-container ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-footer-menu-container li {
    position: relative;
    display: inline-flex;
    padding: 0 1.3%
}

.menu-footer-menu-container li a {
    display: block;
    text-decoration: none;
    color: #9398ab;
    font-weight: 400;
    padding: 20px 0 15px;
    outline: 0
}

.menu-footer-menu-container li a:hover {
    color: #fff;
    border-bottom: 5px solid #f00f81;
}

.menu-footer-menu-container .current-menu-item>a,.menu-footer-menu-container .current-menu-ancestor>a,.menu-footer-menu-container .current_page_item>a,.menu-footer-menu-container .current_page_ancestor>a {
    color: #fff;
    border-bottom: 5px solid #f00f81;
}

.site-info {
    display: block;
    overflow: hidden;
    text-align: center;
    background: #080808
}

.site-info p {
    font-size: 14px;
    color: #9398ab;
    margin: 9px 0
}
}

.site-info a {
    color: #9398ab;
    text-decoration: none
}

.site-main {
    background: url(images/page_bg.jpg) center top;
    background-size: cover
}

.movies-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(4,189px);
    grid-template-columns: repeat(4,189px);
    grid-gap: 20px 8px;
    margin-top: 1rem;
    margin-bottom: 10px;
}

.movies_box {
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    background: #1d1e2261 !important;
}

.movies_box .figure-box {
    position: absolute;
    width: 190px;
    height: 35px;
    overflow: hidden;
    font-size: 16px;
    margin-top: 10px
}

.movies_box a {
    font-size: 14px;
    color: #00a0ff;
    font-family: 'kanitregular'
}

.movies_box a:hover {
    opacity: .7;
}

.movies_box span {
    font-size: 14px;
    color: #c5cade;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    background: #3b3d45
}

.movies_box p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 3px 5px;
    height: 47px;
    font-family: 'kanitregular'
}

.movies_box a img {
    height: 281px;
    vertical-align: middle;
    border-radius: 5px
}

.movies-pix {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    height: 281px;
    width: 100%
}

.movies-pix img {
    height: 281px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.movies-descript {
    margin-top: 0;
    /* display: grid; */
}

.movies_box .ys-lg {
    padding: 4px 10px;
}

.movies_box .ys-lg .ys {
    float: left
}

.movies_box .ys-lg .lg {
    float: right;
    color: #f00f81;
    font-size: 14px;
    font-family: 'kanitregular'
}

.movies_box .movies-descript p {
    padding: 4px 0;
    text-align: center;
    margin-bottom: 5px;
    overflow: hidden;
    clear: both;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

span.info1 {
    background: url(images/star-12x.png) no-repeat left center;
    float: left;
    background-color: #050505;
    padding: 0 8px 0 20px;
    border-radius: 0 5px 5px 0;
    background-position-x: 5px;
    background-position-y: 3px
}

span.info2-1 {
    float: right;
    margin-right: 8px;
    padding: 0 10px;
    background: url(images/bg-hd.jpg) repeat-y;
    border-radius: 5px;
    color: #fff
}

span.info2-2 {
    float: right;
    margin-right: 8px;
    padding: 0 10px;
    background: url(images/bg-zoom.jpg) repeat-y;
    background-size: contain;
    border-radius: 5px;
    color: #fff
}

span.info2-3 {
    float: right;
    margin-right: 8px;
    padding: 0 6px;
    background: url(images/bg-4k.jpg) repeat-y;
    border-radius: 5px;
    color: #fff
}
span.EP {
    right: 0px;
    margin-top: 245px;
    background: #478413;
    color: #fff;
    padding: 3px 5px 1px;
    z-index: 9;
    border-radius: 2px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right,#517de0 0%,#d91f87 51%,#C02425 100%);
    transition: .7s;
    text-transform: capitalize;
}
.coming {
    position: absolute;
    margin-top: -35px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right,#f00f811a 0%,#d91f87 51%,#C02425 100%);
    color: #fff;
    font-weight: 300;
    width: 190px;
    font-size: 14px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    line-height: 2.5
}

.movies_box .season-des {
    position: absolute;
    margin-top: -58px;
    overflow: hidden;
    width: 190px
}

.season-des span {
    background: #f00f8169;
    padding: 1px 11px;
    float: right;
    overflow: hidden;
    color: #fff
}

.h1-text h1,.h1-text h2,.h1-text h4 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 7px 0;
    margin-bottom: 15px;
    background: #f00f81;
}

.widget-title {
    font-size: 16px !important;
    color: #fff !important;
    text-align: center;
    padding: 7px 0;
    margin: 0 0 15px !important;
    background: #f00f81 !important;
    clear: both;
    font-family: 'kanitsemibold';
}


h2.widget-title {
    font-size: 16px !important;
    color: #fff !important;
    text-align: center;
    padding: 7px 0;
    margin: 0 0 15px !important;
    background: #f00f81 !important;
}

ul.wpcategorieswidget-2 {
    padding: 0 !important;
    margin: 0 !important
}

.sidebar-year {
    margin-top: 10px;
}

.sidebar-kind {
    margin-bottom: 10px;
}

.widget_wp_categories_widget>ul li ul,.widget_wpcategorieswidget>ul li ul {
    padding: 0 15px !important;
    margin: 0 !important
}

.widget_wp_categories_widget ul li,.widget_wpcategorieswidget ul li {
    font-size: 14px !important;
    margin: 0;
    border-bottom: 1px solid #2d2e36 !important;
    position: relative;
    list-style-type: none;
    line-height: 35px;
    display: flow-root;
    text-align: right;
    color: #9398ab !important
}

.widget_wp_categories_widget ul li a,.widget_wpcategorieswidget ul li a {
    display: inline-block;
    color: #9398ab !important;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    font-size: 14px !important;
    float: left !important
}

.widget_wp_categories_widget ul li span.post-count,.widget_wpcategorieswidget ul li span.post-count {
    height: auto !important;
    min-width: 35px;
    text-align: center;
    background: 0 0 !important;
    color: #9398ab !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    float: right;
    margin-top: 2px;
    font-size: 14px
}

.widget_wpcategorieswidget ul li:last-child {
    border-bottom: none !important
}

.widget_wp_categories_widget>ul,.widget_wpcategorieswidget>ul {
    padding: 0;
    margin: 0;
    background: #1d1e22 !important
}

.widget_wp_categories_widget>ul li ul {
    padding: 0 15px !important;
    margin: 0 !important
}

.widget_wp_categories_widget ul li,li#tag_cloud-3 {
    font-size: 14px !important;
    margin: 0;
    border-bottom: 1px solid #2d2e36 !important;
    position: relative;
    list-style-type: none;
    line-height: 35px;
    display: flow-root
}

.widget_wp_categories_widget ul li:last-child {
    border-bottom: none !important
}

.widget_wp_categories_widget ul li a {
    display: inline-block;
    color: #9398ab !important;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    font-size: 14px !important;
    float: left !important
}

.widget_wp_categories_widget ul li span.post-count {
    height: auto !important;
    min-width: 35px;
    text-align: center;
    background: 0 0 !important;
    color: #9398ab !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    float: right;
    margin-top: 2px;
    font-size: 14px
}

.widget_wp_categories_widget ul li a:hover,.widget_wp_categories_widget ul li.active-cat a,.widget_wp_categories_widget ul li.active-cat span.post-count,.widget_wpcategorieswidget ul li a:hover,.widget_wpcategorieswidget ul li.active-cat a,.widget_wpcategorieswidget ul li.active-cat span.post-count {
    color: #fff !important
}

.widget_wp_categories_widget ul li a:hover,.widget_wp_categories_widget ul li.active-cat a,.widget_wp_categories_widget ul li.active-cat span.post-count {
    color: #fff !important
}

ul.wpcategorieswidget-4 li ul li {
    display: block !important;
    padding: 0 5px !important;
    border: none !important;
    overflow: hidden;
    width: 25% !important;
    float: left !important
}

.blog2-titlemov h4 {
    font-size: 18px;
    color: #fff
}

.informs-movie {
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 2%
}

.img-movie {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 265px 507px;
    grid-template-columns: 265px 507px;
    grid-gap: 8px
}

.box-triler iframe {
    width: 100%;
    height: 98.5%
}

.box-triler .rll-youtube-player {
    position: relative;
    padding-bottom: 0;
    height: 100%;
    overflow: hidden;
    max-width: 100%
}

.info-blog .blog1 {
    background: #2d2e36;
    color: #eee;
    font-weight: 200;
    padding: 6px 10px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify
}

.info-blog .blog1 img {
    vertical-align: top;
    padding: 0 5px
}

.blog1 a {
    color: #eee
}

span.info2-1 {
    background: #fe0000;
    padding: 0 10px;
    border-radius: 5px
}

.info-blog {
    margin-bottom: 30px
}

.blog5 {
    color: #d3d5df;
    font-size: 14px;
    font-weight: 200
}

.blog5 p {
    font-size: 15px;
    padding: 0 10px
}

.blog5 h3 {
    font-size: 15px;
    padding: 0 10px;
    font-weight: 100;
    font-family: 'kanitregular';
}

.blog4 {
    margin: 25px 0
}

.blog4 span {
    display: block;
    overflow: hidden
}

.blog4 span li {
    list-style: none;
    margin: 5px 0;
    font-weight: 200;
    display: inline-flex
}

.blog4 a {
    margin-right: 15px;
    border: 1px solid #2d2e36;
    padding: 0 10px;
    background: #1d1e22
}

.blog4 a:hover {
    background: #2d2e36
}

.button-sub {
    display: block;
    text-align: center
}

button.mov_source.active {
    background: #c01e22 !important;
    border: 1px solid #ad1417 !important;
    cursor: pointer
}

button.mov_sound.active {
    background: #c01e22 !important;
    border: 1px solid #ad1417 !important;
    cursor: pointer
}

footer#colophon {
    background-color: #0e0e13
}

h1.page-title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 7px 0;
    margin-bottom: 15px;
    background: #601f5d
}

iframe.form-contact {
    width: 100%;
    height: 500px
}

.banner-top {
    display: grid;
    grid-template-columns: 200px 780px 200px;
    grid-gap: 10px;
    ms-grid-columns: 200px 780px 200px;
    padding-top: 32px
}

.banner-top h2 {
    display: none
}

.ad_left li,.ad_right li,.ad_cen li {
    list-style: none
}

.ad-right,.ad-left {
    margin-top: 10px;
    margin-bottom: 10px
}

.ad-right li,.ad-left li,.bottom-center li {
    list-style: none;
    margin-bottom: 7px
}

.ad-float {
    position: fixed;
    z-index: 1
}

.ad_left_top {
    position: fixed;
    top: 13%;
    left: 15px;
    list-style: none
}

.ad_left_bottom {
    position: fixed;
    top: 56%;
    left: 15px;
    list-style: none
}

.ad_right_top {
    position: fixed;
    top: 13%;
    right: 15px;
    list-style: none
}

.ad_right_bottom {
    position: fixed;
    top: 56%;
    right: 15px;
    list-style: none
}

.ad-float-bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    list-style: none;
    width: 1000px;
    height: 150px;
    text-align: center
}

.ad-float-bottom2 {
    position: fixed;
    bottom: 210px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    list-style: none;
    width: 1000px;
    height: 150px;
    text-align: center
}

.ad-float-bottom li {
    position: relative;
    margin-bottom: 15px
}

.close-ad {
    color: #fff;
    background: #717171;
    position: absolute;
    top: -20px;
    left: 0;
    cursor: pointer;
    width: 33px;
    opacity: .8;
    height: 20px;
    font-size: 12px;
    text-align: center
}

.sequel-movies span {
    color: #f5c518;
}

.ad_cen li {
    margin-bottom: 10px
}

.ad_left li,.ad_right li {
    margin-bottom: 5px
}

iframe#player {
    width: 100%;
    /* height: 700px; */
}

.site-footer {
    width: 1200px
}

.pagination {
    display: block !important
}

.pagination-x {
    overflow: hidden;
    text-align: center;
    padding: 40px 0
}

/* PAGINATION CSS */
span.current {
    background: #f00f81;
    margin: 0px;
    padding: 4px 17px;
    color: #fff;
    border-radius: 5px;
}

a.page.larger:hover {
    background: #f00f81;
    color: #fff;
}

a.nextpostslink:hover {
    background: #f00f81;
    color: #fff;
}

a.last:hover {
    background: #f00f81;
    color: #fff;
}

a.first:hover {
    background: #f00f81;
    color: #fff;
}

a.page.smaller:hover {
    background: #f00f81;
    color: #fff;
}

a.previouspostslink:hover {
    background: #f00f81;
    color: #fff;
}

span.current{
    margin-right: 5px;
}

a.page{
    margin-right: 5px;
}

a.page.smaller {
    background: #3b3d45;
    padding: 4px 17px;
    border-radius: 5px;
    color: #c5cade;
}

a.page, .larger{
    background: #3b3d45;
    padding: 4px 17px;
    border-radius: 5px;
    color: #c5cade;
}

.first {
    background: #3b3d45;
    margin-right:5px;
    padding: 4px 17px;
    border-radius: 5px;
    color: #c5cade;
}

.extends2{
    background: #3b3d45;
    margin-right: 5px;
    padding: 4px 17px;
    border-radius: 5px;
    color: #c5cade;
}

a.nextpostslink ,.last {
    background: #3b3d45;
    margin-right: 5px;
    padding: 4px 17px;
    border-radius: 5px;
    color: #c5cade;
}

a.previouspostslink {
    background: #3b3d45;
    margin-right: 5px;
    padding: 4px 17px;
    border-radius: 5px;
    color: #c5cade;
}


/* END PAGINATION CSS */

.sequel-movies ul {
    padding-inline-start:0;
    list-style: none;
    margin: 0 0 20px;
}

.sequel-movies li {
    display: grid;
    grid-template-columns: 70% 10% 10% 10%;
    padding: 10px 0 10px 15px
}

.sequel-movies li:nth-child(even) {
    background: #252525
}

.sequel-movies li:nth-child(odd) {
    background: #1c1c1c;
    border-top: 1px solid #2d2e36;
    border-bottom: 1px solid #2d2e36
}

.sequel-movies li.bold {
    padding: 10px 0 10px 15px;
    padding-bottom: 10px;
    background: #0f7df0;
    border-top: none;
    border-bottom: none;
    border-radius: 10px 10px 0 0
}

.sequel-movies li.bold span {
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

.sequel-star {
    color: #f5c518
}

.sequel-movies h4 {
    font-size: 22px
}

.sequel-movies a,.sequel-movies span {
    font-size: 14px
}

.show-movie {
    position: relative;
    margin: 0
}

.banner-player {
    position: absolute;
    top: 8.5%;
    left: 5%
}

.banner-player li {
    list-style: none;
    line-height: 0
}

.close-ads {
    color: #fff;
    background: red;
    position: absolute;
    bottom: -22px;
    left: 0;
    cursor: pointer;
    width: 35px;
    opacity: .8;
    height: 22px;
    font-size: 16px;
    text-align: center;
    padding: 10px
}

.archive-description {
    text-align: center;
    color: darkgrey;
}

.content-category.article {
    text-align: center;
    margin-top: 20px;
}

.content-category.article p {
    color: #ccc;
    font-size: 15px;
    margin-top: 15px;
}

@media screen and (min-width: 1200px) {
    .site-header,.site-footer,.site-main {
        width:100%
    }
}

@media screen and (max-width: 1024px) {
    .ad_left_top,.ad_right_top {
        top:10%
    }

    .ad_left_bottom,.ad_right_bottom {
        top: 40%
    }
}

@media screen and (max-width: 480px) {
    .ad_left_top,.ad_right_top {
        top:25%
    }

    .ad_left_bottom,.ad_right_bottom {
        top: 50%
    }

    .site-main {
        background: 0 0
    }
}