.list-no-sidebar .wet-grid-list{
    width: 12.5%;
}
.wet-post-overlay{
    position: absolute;
    top: 120px;
    width: 100%;
    text-align: center;
}
.wet-post-overlay div{
    border-radius: 30px;
    background: rgb(255 255 255 / 20%);
    padding: 10px;
    display: inline-block;
    color: #fff;
    transition: 1s;
    opacity: 0;

}
.wet-grid-main{
    border-radius: 10px;
}
.wet-grid-main:hover{
    transition: .5s;
    z-index: 9999;
    background: rgba(255,255,255,0.2);
    transform: scale(1.05);
}
.wet-grid-main:hover .wet-post-overlay div{
    opacity: 1;
}
.wet-grid-list{
    width: 16.6666%;
    padding: 5px;
}
.wet-post-thumb{
    position: relative;
}
.wet-post-thumb img{
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 290px;
    object-fit: cover;
}
.wet-post-thumb .wet-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) 100%);
    padding-top: 15px;
}

.wet-post-title{
    margin: 0;
    padding:4px;
    min-height: 67px;
    font-weight: 400;
    color: var(--wet-grid-title);
    font-size: 1.5rem;
    margin-bottom: 2px;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.wet-grid-header .post-grid-meta{
    font-size: 1rem;
    font-weight: 400;
    padding: 0 5px;
    color:var(--wet-pdg-text);
    height: 17px;
    overflow: hidden;
    display: block;
}
.wet-grid-header .post-grid-meta .pgm-rating{
    color: var(--wet-pdg-rating);
}
.wet-grid-header .post-grid-meta .dot{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--wet-pdg-text);
    margin: 1px 3px;
}
.wet-plan-list .slick-track{
    padding-top: 16px;
}
.wet-date-plan{
    position: absolute;
    top: -11px;
    left: -10px;
    right: -10px;
    text-align: center;
    margin-top: -2px;
}
.wet-date-plan div{
    line-height: 2px;
    height: 2px;
    background: var(--wet-sp-line);
    position: relative;
}
.wet-date-plan .mdp-date{
    position: absolute;
    top: -7px;
    left: calc(50% - 38px);
    background: var(--wet-sp-bg);
    padding: 0 10px;
    border-radius: 17px;
    font-size: 0.925rem;
    display: inline-block;
    line-height: 17px;
    color:var(--wet-sp-text);
}
.wet-hl-nav{
    margin-top: 4px;
}
.wet-hl-nav a{
    padding: 5px;
    display: inline-block;
    border-radius: 20px;
    color: var(--wet-seemore-text);
    font-size: 1.4rem;
}
.misc-top-ar{
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 15px;
}
.misc-top-ar .misc-top-banner{
    display: inline-block;
    background: var(--wet-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: 0 10px 10px;
    background: var(--wet-singular-bg);
}
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 5px;
    border-radius: 8px;
    font-size: 1.6rem;
    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.wet-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(--wet-single-catgory-bg);
    padding: 0 10px;
    margin-right: 3px;
}
.post-content{
    padding: 5px;
}
nav[aria-label="breadcrumb"]{
    margin: 0 -10px 20px;
    padding: 10px;
    background: var(--wet-breadcrumb-bg);
    color: #fff;
}
nav[aria-label="breadcrumb"] a, nav[aria-label="breadcrumb"] span{
    color: var(--wet-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(--wet-pagi-text);
    background-color: var(--wet-pagi-bg);
    border-color: var(--wet-pagi-border);
}
.page-item .page-link {
    border-radius: .25rem;
}
.page-item.active .page-link {
    color: var(--wet-pagi-text_active);
    background-color: var(--wet-pagi-bg_active);
    border-color: var(--wet-pagi-border_active);
}
.page-link:hover{
    color: var(--wet-pagi-text_hover);
    background-color: var(--wet-pagi-bg_hover);
    border-color: var(--wet-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;
}
.wet-post-rating{
    width: 220px;
    margin: auto;
    height: 48px;
}
.wet-post-rating .rating-re{
    position: relative;
    margin: 5px 0;
    display: table;
    width: 161px;
    height: 38px;
    border-radius: 7px;
    float: left;
}
.wet-post-rating .rating-text{
    width: 48px;
    height: 48px;
    line-height: 48px;
    float: left;
}
.wet-post-rating .rating-text .rtf{
    font-size: 1.8em;
    color: var(--move-post-rating-text);
}
.wet-post-rating .rtr{
    margin-left: 50px;
    font-size: 0.825rem;
    margin-top: 21px;
    color: var(--move-post-rating-sub_text);
}
.wet-post-rating .rtr span{
    color: #8d8a8a;
}
.wet-post-rating .wet-rating-score{
    position: absolute;
    z-index: 2;
    color: var(--move-post-rating-star_active);
    display: inline-block;
    overflow: hidden;
}
.wet-post-rating .wet-rating-best{
    position: absolute;
    z-index: 1;
    display: inline-block;
    color: var(--move-post-rating-star_holder);
}
.w-popular-post-thumbnail
{
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.wpp-rank{
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 3px;
    width: 26px;
    height: 46px;
    font-size: 20px;
    border-radius: 4px 0 0 0;
    z-index: 0;
    font-weight: bold;
}
.wpp-rank::before{
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background-color: #000;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.wpp-rang-1{
    color:#ff4646;
}
.wpp-rang-2{
    color:#ff8a46;
}
/* Player */
.mix-player-s{
    position:relative;
}
.wet-player iframe{
    width: 100%;
    height: 800px;
    border: none;
}
.wet-player{
    margin: 0 -10px;
    background: var(--wet-post-player-bg);
    border-top: 2px solid var(--move-post-rating-mid_line);
}
.wet-player .lang-select{
    text-align: center;
    display: flex;
    justify-content: end;
    position:absolute;
    bottom:0;
    width:100%;
}
.wet-player .lang-select .pl-select{
    padding: 0 20px;
    margin-left: 3px;
    /* background: var(--wet-pp-lang-button);
    color: var(--wet-pp-lang-text); */
    line-height: 40px;
    cursor: pointer;
}
.wet-player .lang-select .pl-select.active{
    background:rgba(0,0,0,0.2);
    color: var(--wet-pp-lang-button_active);
}
.wet-player .lang-select .pl-select:hover{
    background: var(--wet-pp-lang-button_hover);
}
.wet-player .lang-group{
    display: none;
}
.wet-player .lang-group.active{
    display: block;
}
.mobile-episode{
    margin: 0 -10px;
}
.wet-player .pre-select-s{
    background: var(--wet-pp-server-bg);
    display: flex;
    justify-content: space-between;
    
}
.wet-player .pre-select-s span{
    display: inline-block;
    margin-right: 5px;
}
.wet-player .pre-select-s .ss-selector{
    cursor: pointer;
    padding: 0 15px;
    /* background: var(--wet-pp-server-button); */
    line-height: 40px;
    /* color: var(--wet-pp-server-text); */
}
.wet-player .pre-select-s .ss-selector.active{
    background:rgba(0,0,0,0.2);
    color: var(--wet-pp-server-button_active);
}
.wet-player .pre-select-s .ss-selector:hover{
    background: var(--wet-pp-server-button_hover);
}
.relate-badge{
    position: absolute;
    bottom:0;
    right: 0;
    left: 0;
    padding:5px;
    min-height: 40px;
    background: -webkit-linear-gradient(bottom, rgba(45, 45, 45, .9), rgba(45, 45, 45, 0));
    background: linear-gradient(0deg, rgba(45, 45, 45, .9), rgba(45, 45, 45, 0));
}
/*ads*/
.wet-banner img{
    width: 100%;
    height: auto;
}
/* Season */
.right-episode{
    min-height: 848px;
    background: #0e0e0e;
}
.wet-season-list{
    margin: 0 -8px;
    padding: 10px;
    /* background: var(--wet-ss-main-bg); */
}
.season-select-notice{
    font-size: 0.9rem;
    font-weight: 400;
}
.wet-episode-list{
    display: none;
}
.wet-episode-list ul{
    padding: 0;
    margin: 0;
}
.wet-episode-list.active{
    display: block;
}
.wet-season-list .wet-select-season-title{
    font-size: 1.5em;
    padding: 5px 0;
}
#season-list{
    text-align: center;
}
select[name="season-dropdown"]{
    background: var(--wet-ss-bg);
    padding: 5px 15px;
    line-height: 39px;
    height: 40px;
    width: 250px;
    width: 100%;
    border-radius: 0;
    border:none;
    -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(--wet-ss-eptb_bg);
    color:var(--wet-ss-eptb_text);
    cursor: pointer;
}
.episode-tool #ep-show-type.active, .episode-tool span.active{
    background: var(--wet-ss-eptb_bg_active);
}
.wet-episode-list ul{
    list-style: none;
}
.episode-type-grid .wet-eg-area{
    background: none !important;
}
.episode-type-grid .wet-ra{
    height: 50px;
    text-align: center;
    background: var(--wet-ss-epl_bg);
}
.episode-type-grid .wet-ep-grid.active h3{
    color: var(--wet-ss-epl_bg_active);
}
.episode-type-grid h3{
    margin: 0;
    font-weight: 400;
    font-size: 1.5rem;
    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 .wet-eg-area{
    background-size: cover;
    background-position: center;
    border-radius: 12px;
}
.episode-type-thumb li .wet-ra{
    margin: auto;
    height: 98px;
    line-height: 98px;
    text-align: center;
    background: rgb(0 0 0 / 85%);
    border-radius: 11px;
}
.episode-type-thumb .wet-ep-grid.active .wet-ra{
    border:2px solid var(--wet-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 .wet-eg-area{
    background: none !important;
}
.episode-type-list li h3{
    text-align: center;
    margin: 0;
}
.episode-type-list .wet-ra{
    padding: 10px 15px;
    background: var(--wet-ss-epl_bg);
    border-radius: 25px;
}
.episode-type-list .wet-ep-grid.active .wet-ra{
    background: var(--wet-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;   
}
.wet-hl-area{
    padding-left: 10px;
}
.wet-grid-slice{
    margin-right: 10px;
    overflow-y: hidden;
}
.wet-plan-list{
    height: 240px;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.clr{
    clear: both;
}
.wet-hl-title h2{
    margin: 0;
    font-size: 2em;
}
.hamberger-button, .search-button {
    background: #6404cf;
}
.wet-ep-grid{
    width: 50px;
    height: 50px;
    margin: 0;
}
.is-player{
    line-height: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wet-player iframe {
      height: 400px;
    }
    .right-episode{
        min-height: 449px;
    }
}
@media only screen and (max-width: 767px) {
    .right-episode{
        min-height: 0;
    }
  }
@media only screen and (max-width: 600px){
    .d-lg-none{
        display: none;
    }
    .wet-player iframe{
        width: 100%;
        height: 250px;
        border: none;
    }
    .plr--30{
        padding: 0 10px !important;
    }
    .wet-post-thumb img{
        height: 185px;
    }
    .mobile-menu-bar{
        margin-left: auto;
    }
    .mobile-none{
        display: none;
    }
    .wet-container{
        padding: 0;
    }
    .is-player iframe{
        height: 250px;
    }
    .wet-ep-grid{
        width: 50px;
        height: 50px;
    }
    .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;
    }
    .wet-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%;
    }
    .wet-grid-list{
        width: 33.33333%;
    }
}