.list-no-sidebar .movh-grid-list{
    width: 12.5%;
}
.movh-grid-list{
    width: 16.6666%;
    padding: 5px;
}
.movh-post-thumb{
    position: relative;
}
.movh-post-thumb img{
    width: 100%;
    border-radius: 10px;
    height: 220px;
    object-fit: cover;
}
.movh-post-thumb .movh-grid-header{
    position: absolute;
    bottom: 0;
    padding: 5px;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 40%);
    border-radius: 0 0 10px 10px;
    padding-top: 15px;
}

.movh-post-thumb .movh-grid-header .movh-post-title{
    margin: 0;
    font-weight: 400;
    color: var(--movh-grid-title);
    line-height: 16px;
    font-size: 1.2rem;
    margin-bottom: 2px;
}
.movh-grid-header .post-grid-meta{
    font-size: 0.750rem;
    font-weight: 400;
    padding: 0 5px;
    border-radius: 10px;
    background: var(--movh-pdg-background);
    color:var(--movh-pdg-text);
    height: 17px;
    overflow: hidden;
    display: block;
}
.movh-grid-header .post-grid-meta .pgm-rating{
    color: var(--movh-pdg-rating);
}
.movh-grid-header .post-grid-meta .dot{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--movh-pdg-text);
    margin: 1px 3px;
}
.movh-plan-list .slick-track{
    padding-top: 16px;
}
.movh-date-plan{
    position: absolute;
    top: -11px;
    left: -10px;
    right: -10px;
    text-align: center;
    margin-top: -2px;
}
.movh-date-plan div{
    line-height: 2px;
    height: 2px;
    background: var(--movh-sp-line);
    position: relative;
}
.movh-date-plan .mdp-date{
    position: absolute;
    top: -7px;
    left: calc(50% - 38px);
    background: var(--movh-sp-bg);
    padding: 0 10px;
    border-radius: 17px;
    font-size: 0.925rem;
    display: inline-block;
    line-height: 17px;
    color:var(--movh-sp-text);
}
.movh-hl-nav{
    margin-top: 4px;
}
.movh-hl-nav a{
    padding: 5px;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid var(--movh-seemore-border);
    color: var(--movh-seemore-text);
    font-size: 0.9rem;
}
.ar-topleft{
    position: absolute;
    top: 5px;
    left: 5px;
    line-height: 15px;
    font-size: 1rem;
    font-weight: 600;
    color:var(--move-topleft-badge-text);
}
.ar-topleft .last-ep-badge{
    background: var(--move-topleft-badge-bg);
    margin-bottom: 2px;
}
.ar-topleft .last-ep-badge .leb-left{
    padding: 0 5px;
    background: var(--move-topleft-badge-left-bg);
    margin-right: 5px;
}
.ar-topleft .last-ep-badge .leb-right{
    padding-right: 5px;
}
.misc-top-ar{
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 15px;
}
.misc-top-ar .misc-top-banner{
    display: inline-block;
    background: var(--movh-grid-badge-bg);
    line-height: 15px;
    padding: 0 10px;
    font-size: 1rem;
    border-radius: 20px;
    color: #fff;
}
.archive-list-title {
    font-size: 2em;
    padding-left: 5px;
    border-left:3px solid #af37ff;
    color: var(--color-h1);
    
}
.search-page-title{
    font-size: 1.5em;
    padding-left: 5px;
    border-left:3px solid #af37ff;
    color:var(--color-h1);
}
/*Single*/
article.single-post-main{
    padding: 10px;
    background: var(--movh-singular-bg);
    border-radius: 15px;
}
ul.post-tax-badge{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-right: 3px;
}
ul.post-tax-badge li{
    margin: 0;
}
.post-tax-badge li a{
    display: inline-block;
    padding: 0 27px;
    color: #fff;
    border-radius: 8px;
    font-size: 1.2rem;
    line-height: 2rem;
}
.post-tax-year li a{
    background: #ff8a46;
}
.post-tax-lang li a{
    background: #7c9b00;
}
.post-tax-qulity li a{
    background: #ff4646;
}
h1.movh-post-title{
    margin-top: 10px;
    font-size: 2em;
}
.author-info,.author-info .author-avatar,.author-info .author-description{
    display: inline-block;
}
.author-info .author-description h3{
    margin: 0;
}
.author-info .author-avatar img{
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;
}
.post-top-misc{
    font-size: 1.2rem !important;
    color: #876b93;
    padding-left: 5px;
    border-left: 3px solid #ff698f;
    margin-bottom: 10px;
}
.post-top-misc .dot{
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #9667b7;
    margin: 0 4px;
    display: inline-block;
}
.single-thumbnail img{
    width: 220px;
    height: auto;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.single-category a{
    border-radius: 27px;
    display: inline-block;
    background: var(--movh-single-catgory-bg);
    padding: 0 10px;
    margin-right: 3px;
}
.post-content{
    padding: 5px;
    background: rgb(255 255 255 / 15%);
    border-radius: 15px;
}
nav[aria-label="breadcrumb"]{
    margin: 0 -10px 20px;
    padding: 10px;
    background: var(--movh-breadcrumb-bg);
    color: #fff;
}
nav[aria-label="breadcrumb"] a, nav[aria-label="breadcrumb"] span{
    color: var(--movh-breadcrumb-text);
}
.breadcrumb, .breadcrumb li{
    margin: 0;
    font-size: 1.2rem;
}
/*Pagi */
.pagination{
    align-items: center;
    justify-content: center;
}
.pagination li{
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    margin-right: 7px;
    border-radius: 10px;
}
.page-link{
    color: var(--movh-pagi-text);
    background-color: var(--movh-pagi-bg);
    border-color: var(--movh-pagi-border);
}
.page-item .page-link {
    border-radius: .25rem;
}
.page-item.active .page-link {
    color: var(--movh-pagi-text_active);
    background-color: var(--movh-pagi-bg_active);
    border-color: var(--movh-pagi-border_active);
}
.page-link:hover{
    color: var(--movh-pagi-text_hover);
    background-color: var(--movh-pagi-bg_hover);
    border-color: var(--movh-pagi-border_hover);
}
/*rating*/
.post-mid-row{
    margin: 0 -10px;
    background: var(--move-post-rating-bg);
}
.post-mid-row .col-sm-6:first-child{
    border-right: 2px solid var(--move-post-rating-mid_line);
}
.heateor_sss_sharing_container{
    display: table;
    margin: auto;
    margin-top: 4px;
}
.movh-post-rating{
    width: 220px;
    margin: auto;
    height: 48px;
}
.movh-post-rating .rating-re{
    position: relative;
    margin: 5px 0;
    display: table;
    width: 161px;
    height: 38px;
    border-radius: 7px;
    float: left;
}
.movh-post-rating .rating-text{
    width: 48px;
    height: 48px;
    line-height: 48px;
    float: left;
}
.movh-post-rating .rating-text .rtf{
    font-size: 1.8em;
    color: var(--move-post-rating-text);
}
.movh-post-rating .rtr{
    margin-left: 50px;
    font-size: 0.825rem;
    margin-top: 21px;
    color: var(--move-post-rating-sub_text);
}
.movh-post-rating .rtr span{
    color: #8d8a8a;
}
.movh-post-rating .movh-rating-score{
    position: absolute;
    z-index: 2;
    color: var(--move-post-rating-star_active);
    display: inline-block;
    overflow: hidden;
}
.movh-post-rating .movh-rating-best{
    position: absolute;
    z-index: 1;
    display: inline-block;
    color: var(--move-post-rating-star_holder);
}
/* Player */
.movh-player{
    margin: 0 -10px;
    padding: 10px;
    background: var(--movh-post-player-bg);
    border-top: 2px solid var(--move-post-rating-mid_line);
}
.movh-player .lang-select{
    display: block;
    text-align: center;
    padding-bottom: 10px;
}
.movh-player .lang-select .pl-select{
    padding: 5px 20px;
    margin-right: 3px;
    background: var(--movh-pp-lang-button);
    border-radius: 29px;
    color: var(--movh-pp-lang-text);
    cursor: pointer;
}
.movh-player .lang-select .pl-select.active{
    background: var(--movh-pp-lang-button_active);
}
.movh-player .lang-select .pl-select:hover{
    background: var(--movh-pp-lang-button_hover);
}
.movh-player .lang-group{
    display: none;
}
.movh-player .lang-group.active{
    display: block;
}
.movh-player .pre-select-s{
    background: var(--movh-pp-server-bg);
    padding: 5px 10px;
    border-radius: 31px;
}
.movh-player .pre-select-s span{
    display: inline-block;
    margin-right: 5px;
}
.movh-player .pre-select-s .ss-selector{
    cursor: pointer;
    padding: 0 15px;
    background: var(--movh-pp-server-button);
    border-radius: 4px;
    line-height: 24px;
    color: var(--movh-pp-server-text);
}
.movh-player .pre-select-s .ss-selector.active{
    background: var(--movh-pp-server-button_active);
}
.movh-player .pre-select-s .ss-selector:hover{
    background: var(--movh-pp-server-button_hover);
}
/*ads*/
.movh-banner img{
    width: 100%;
    height: auto;
}
/* Season */

.movh-season-list{
    margin: 0 -10px;
    padding: 10px;
    background: var(--movh-ss-main-bg);
}
.season-select-notice{
    font-size: 0.9rem;
    font-weight: 400;
}
.movh-episode-list{
    display: none;
}
.movh-episode-list ul{
    padding: 0;
    margin: 0;
}
.movh-episode-list.active{
    display: block;
}
.movh-season-list .movh-select-season-title{
    font-size: 1.5em;
    background: rgb(255 255 255 / 5%);
    padding: 5px 20px;
    border-radius: 25px;
}
#season-list{
    text-align: center;
}
select[name="season-dropdown"]{
    background: var(--movh-ss-bg);
    padding: 5px 15px;
    line-height: 39px;
    height: 40px;
    width: 250px;
    text-align: center;
    -moz-appearance: auto;
    -webkit-appearance: auto;
    appearance: auto;
}
.episode-tool{
    text-align: right;
}
.episode-tool .et-col{
    display: inline-block;
    padding: 3px;
    border-radius: 25px;
    background: rgb(255 255 255 / 5%);
    margin-right: 5px;
}
.episode-tool #ep-show-type, .episode-tool span{
    width: 28px;
    line-height: 24px;
    height: 28px;
    padding: 3px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: var(--movh-ss-eptb_bg);
    color:var(--movh-ss-eptb_text);
    cursor: pointer;
}
.episode-tool #ep-show-type.active, .episode-tool span.active{
    background: var(--movh-ss-eptb_bg_active);
}
.movh-episode-list ul{
    list-style: none;
}
.episode-type-grid .movh-eg-area{
    background: none !important;
}
.episode-type-grid .movh-ra{
    height: 50px;
    text-align: center;
    background: var(--movh-ss-epl_bg);
    border-radius: 6px;
}
.episode-type-grid .movh-ep-grid.active .movh-ra{
    background: var(--movh-ss-epl_bg_active);
}
.episode-type-grid h3{
    margin: 0;
    line-height: 50px;
}
.episode-type-grid h3 .x1{
    display: none;
}
/*----*/
.episode-type-thumb li{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
}
.episode-type-thumb .movh-eg-area{
    background-size: cover;
    background-position: center;
    border-radius: 12px;
}
.episode-type-thumb li .movh-ra{
    margin: auto;
    height: 98px;
    line-height: 98px;
    text-align: center;
    background: rgb(0 0 0 / 85%);
    border-radius: 11px;
}
.episode-type-thumb .movh-ep-grid.active .movh-ra{
    border:2px solid var(--movh-ss-epl_bg_active);
    background: rgb(0 0 0 / 50%);
}
.episode-type-thumb li h3{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    direction: rtl;
    width: 100%;
    display: inline-block;
    padding: 0 10px;
    margin: 0;
}
/*----*/
.episode-type-list li{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.episode-type-list .movh-eg-area{
    background: none !important;
}
.episode-type-list li h3{
    text-align: center;
    margin: 0;
}
.episode-type-list .movh-ra{
    padding: 10px 15px;
    background: var(--movh-ss-epl_bg);
    border-radius: 25px;
}
.episode-type-list .movh-ep-grid.active .movh-ra{
    background: var(--movh-ss-epl_bg_active);
}
/**/
.ds-select{
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;   
}
.movh-hl-area{
    padding-left: 10px;
}
.movh-grid-slice{
    margin-right: 10px;
    height: 230px;
    overflow-y: hidden;
}
.movh-plan-list{
    height: 240px;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.clr{
    clear: both;
}
.movh-hl-title h2{
    margin: 0;
    font-size: 2em;
}
.hamberger-button, .search-button {
    background: #6404cf;
}
@media only screen and (max-width: 600px){
    .plr--30{
        padding: 0 10px !important;
    }
    .movh-post-thumb img{
        height: 185px;
    }
    .mobile-menu-bar{
        margin-left: auto;
    }
    .mobile-none{
        display: none;
    }
    .movh-container{
        padding: 0;
    }
    .is-player iframe{
        height: 250px;
    }
    .episode-type-grid .movh-episode-list .movh-ep-grid{
        width: 33.333333%;
        max-width: 33.333333%;
    }
    .episode-type-thumb .movh-episode-list .movh-ep-grid{
        width: 50%;
        max-width: 50%;
    }
    .episode-type-thumb li h3 {
        font-size: 2rem;
        font-weight: 400;
    }
    .episode-type-thumb li h3 .x1{
        display: none;
    }
    .episode-type-list li h3{
        font-size: 1em;
    }
    .episode-type-grid h3{
        font-size: 1em;
    }
    .single-post-main{
        margin-bottom: 20px;
    }
    .episode-tool{
        margin-top: 20px;
        text-align: center;
    }
    .movh-grid-slice{
        margin-right: 0;
    }
    .post-mid-row .col-sm-6:first-child {
        border-right: none;
    }
    .post-mid-row{
        padding-bottom: 10px;
    }
    .search-tab{
        margin: 0 10px;
    }
    .search-tab .blog-search {
        width: 100%;
    }
    .movh-grid-list{
        width: 33.33333%;
    }
}