/*
* ----------------------------------------------------
* @author: Anime Team
* @author URI: https://www.miruteam.com/
* @copyright: (c) 2020 MiruTeam. All rights reserved
* @package Anime_World
* ----------------------------------------------------
* @since 1.0.0
*/
/* Item */
.post-thumbnail img{
    width: 100%;
    height: 315px;
    object-fit: cover;
    transition: transform .2s;
    overflow: hidden;
    
}
.ws-card-text h1{
    font-size: 1.5rem;
    margin: 0;
}
.breadcrumb-nav{
    background: #f7f7f7;
    margin-bottom: 10px;
    padding: 10px;
}
.breadcrumb{
    margin: 0;
}
.archive-animation{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.archive-animation:hover{
    background: linear-gradient(45deg, rgb(100, 100, 100), transparent);
}
.archive-animation:hover > .post-thumbnail img{
    transform: scale(1.5);
}
a{
    text-decoration: none;
}
.site-branding{
    margin: 20px 0;
    text-align: center;
}
.site-branding img{
    height: 80px;
    width: auto;
}
.site-hide-text{
    display: none;
}
.ws-card-text{
    font-weight: 600;
}
.entry-header{
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0px;
}
.entry-header .entry-title{
    font-size: 0.925rem;
    font-weight: 400;
    margin: 0;
    padding: 5px;
    background: rgb(0, 0, 0, 0.7);
    min-height: 43px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.entry-content{
    position: absolute;
    top: 5px;
    right: 5px;
}
.ws-badge{
    display: block;
    margin-bottom: 3px;
    font-size: 0.625rem;
}
.entry-left{
    float: left;
}
.entry-right{
    float: right;
}
.entry-footer{
    background: #bdbdbd;
    border-radius: 0 0 3px 3px;
    padding: 5px;
    font-size: 0.685rem;
    font-weight: 400;
}

.card{
    margin-bottom: 10px;
}
.widget ul{
    list-style: none;
}
.widget ul li a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget_search{
    border:none;
}
.pagination{
    margin: auto;
}
.site-footer{
    margin: 0;
    border:none;
}
.site-info{
    text-align: center;
}
.footer-nav{
    border-top: 2px solid #4c4c4c;
    text-align: center;
}
.nav-pills{
    display: inline-flex;
}
.nav-pills .nav-link{
    border: 0;
    font-size: 0.725rem;
}

.wpp-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.w-p-image{
    padding: 4px;
    width: 67px;
    height: 67px;
    float: left;
    border-radius: 50%;
    border: 2px solid #ffa84e;
    margin: 0 7px;
}
.w-p-image img{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}
.w-p-content{
    margin-left: 75px;
    padding: 5px 0;
}
.w-p-content h2{
    font-size: 0.925rem;
    margin: 0;
}
.wpp-list li{
    margin-bottom: 0;
    border-bottom: 2px solid #1d1d1d;
}
.aw-popular-post{
    backdrop-filter: blur(5px);
    color: #d2d2d2;
    background: linear-gradient(45deg, black, transparent);
    padding: 13px 5px;
    transition: 0.6s;
    opacity: 1;
}
.aw-popular-post:hover{
    opacity: 0.7;
}
.aw-popular-post a{
    color: #fff;
    font-weight: 500;
    transition: 0.6s;
}
.aw-popular-post a:hover{
    color: rgb(255, 152, 34);
}
.wpp-views {
    color: #ff7518;
    font-size: 0.725rem;
}
.epm{
    background:#000 url('images/play1.svg') 50% 50% no-repeat;
    background-size: 40% 40%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 26px;
    -webkit-transition: all .65s ease-in-out;
    transition: all .65s ease-in-out;
    opacity: 0;
}
.epm1{
    background:#000 url('images/play1.svg') 50% 50% no-repeat;
    background-size: 40% 40%;
}
.epm2{
    background:#000 url('images/play2.svg') 50% 50% no-repeat;
    background-size: 40% 40%;
}
.epm3{
    background:#000 url('images/play3.svg') 50% 50% no-repeat;
    background-size: 40% 40%;
}
.epm4{
    background:#000 url('images/play4.svg') 50% 50% no-repeat;
    background-size: 40% 40%;
}
.post-thumbnail:hover > .epm{
    opacity: 0.7;
    background-size: 20% 20%;
}
.tab-pane{
    padding: 10px 0 10px 10px;
    font-size: 0.925rem;
}
.post-taxonomy span{
    display: inline-block;
    min-width: 80px;
    margin-bottom: 5px;
    font-weight: bold;
}
.post-taxonomy p{
    margin: 0;
    display: inline-block;
}
.post-taxonomy a{
    opacity: 0.8;
}
.post-taxonomy a:hover{
    opacity: 1.0;
    color:#fff;
}
.post-taxonomy-tags{
    margin-top: 20px;
}
.post-taxonomy-tags a{
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background: #8e8e8e;
    border-radius: 3px;
    opacity: 0.8;
}
.post-taxonomy-tags a:hover{
    opacity: 1;
}
.ws-card-single h1{
    margin: 0;
    font-size: 1.5rem;
}
.single-thumb{
    text-align: center;
}
.single-thumb img{
    width: 100%;
    max-width: 190px;
    height: auto;
    border-radius: 5px;
    border: 2px solid #ffd4cb;
}
.single-share{
    width: 100%;
    max-width: 190px;
    margin: 10px auto;

}

.single-share a{
    width: 50%;
    line-height: 35px;
    float: left;
    color:#fff;
    transition: 0.6s;
}
.ws-btn-facebook{
    background: #0061c5;
    border-radius: 3px 0 0 3px;
}
.ws-btn-twitter{
    background: #3cc9ff;
    border-radius: 0 3px 3px 0;
}
.ws-btn-facebook:hover{
    background: #004d99;
}
.ws-btn-twitter:hover{
    background: #0c9bd3;
}
.single-traler-disable{
    line-height: 266px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    background: #424242;
}
.single-episode-group span{
    display: inline-block;
}
.aw-acc-sub-title{
    margin-left: 10px;
    padding: 0 11px;
    background: #ff885a;
    color: #fff;
    border-radius: 3px;
    font-size: 0.725rem;
    font-weight: 600;
}
.aw-episope-content{
    padding: 5px 5px 0 5px;
}
.aw-episope-content a{
    display: block;
    padding: 8px;
    background: #ffe9e9;
    border: 1px solid #ffc8c8;
    margin-bottom: 5px;
    color: #ff9191;
    transition: 0.6s;
}
.aw-episope-content a:visited{
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    color: #a59d9d;
}
.aw-episope-content a:hover{
    background: #ff9191;
    color: #ffffff;
}

.aw-episope-content a span{
    display: inline-block;
}
.media-list, .media-list li ul{
    padding: 0;
    list-style: none;
}
.media-list li{
    padding: 5px;

}
.media-list li .media-left{
    float: left;
    padding: 10px;
    margin-bottom: 10px;
    margin: 0;
}
.media-list li .media-left img{
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50%;
}
.media-list li .media-body{
    margin-left: 100px;
}
.media-heading{
    margin-bottom: 0;
}
.media-heading a{
    font-size: 20px;
}
.children{
    list-style: none;
    margin: 0;
    padding: 0;
}
.children li{
    background: rgb(210, 232, 255, 0.5) !important;
    padding-left: 70px;
}
.children li .media-left img{
    width: 50px;
    height: 50px;
}
.children li .media-body{
    margin-left: 70px;
}
.children li .media-body a, .children li .media-body p{
    color: rgb(75, 75, 75);
    line-height: 1;
    font-size: 0.825rem;
    margin: 0;
}
.comments div div h2{
    font-size: 1.5rem;
    margin: 0;
}
.season-list{
    margin-bottom: 2px;
    transition: 0.6s;
    color: #99460e;
    background-color: #ffe3d1;
    border-color: #ffd6ba;
}
.season-list.active{
    background-color: #fbfbfb;
}
.season-thum{
    padding: 5px;
    float: left;
}
.season-name{
    margin-left: 80px;
    padding: 10px 0;
}
.season-name a{
    color: rgb(230, 101, 27);
}
.season-thum img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ff8950;
}
.post-categories{
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-categories li{
    float: left;
    font-size: 0.725rem;
    padding: 0 5px;
    background: #ff8950;
    border-radius: 5px;
    margin-right: 5px;
}
.post-categories li a{
    color: #fff;
}
.season-list:hover{
    background: #ff8950;
}
.season-list:hover > .season-name a span{
    color: #fff !important;
}
.season-list:hover > .season-name .catgory .post-categories li{
    background: #fff;
}
.season-list:hover > .season-name .catgory .post-categories li a{
    color: #ff8950;
}
.newupdate{
    position: absolute;
    left: 5px;
    top: 5px;
}
.newupdate span{
    display: inline-block;
    font-size: 0.825rem;
    font-weight: 600;
    padding: 0 3px;
    color: #fff;
    border-radius: 3px;
}
/* Player */
.video-player{
    background: #fff1f1;
    padding: 5px;
    margin: 0 -16px;
}

.iframe-player iframe{
    width: 100%;
    height: 490px;
}
.player-menu{
    background: #ffdada;
    padding: 5px;
}
.player-memu-left{
    float: left;
}
.player-memu-left a{
    display: inline-block;
    padding: 5px 0;
    text-align: center;
    width: 34px;
    background: #ff9898;
    border-radius: 5px;
    margin-right: 3px;
    color: #fff;
}
.player-memu-right{
    float: right;
}
.source-select{
    margin: -16px -16px 0 -16px;
    background: #ffdada;
}
.ss-item{
    margin: 0;
    list-style: none;
    padding: 0;
}
.ss-item li{
    display: inline-block;
    padding: 10px;
    background: #ffc5c5;
    border-right: 2px solid #ffdada;
    color: #f56363;
    cursor: pointer;
    transition: 0.6s;
}
.ss-item li:hover{
    background: #fdbaba;
}
.ss-item li.active{
    background: #fff1f1;
}
.watch-episode{
    margin: 0 -16px;
    background: #fff1f1;
    padding: 5px 0 0 5px;
    text-align: center;
}
.watch-episode a{
    display: inline-block;
    padding: 8px;
    width: calc(33.33333% - 5px);
    background: #ffe9e9;
    border: 1px solid #ffc8c8;
    margin: 0 5px 5px 0;
    color: #ff9191;
    transition: 0.6s;
}

.watch-episode a:visited{
    background: #fdf2f2;
    color: #ffb5b5;
    border:1px solid #ffe6e6;
}
.watch-episode a:hover{
    background: #ffc8c8;
    color: #fff
}
.watch-episode .ep-f{
    display: none;
}
.watch-episode a.active{
    background: #ff9898;
    color: #ffffff;
    border: 1px solid #ffdada;
}
.clr{
    clear:both;
}
@media only screen and (max-width: 1024px){
    #primary {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    #secondary{
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width:30%;
    }
    .post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
        padding: 5px;
        margin-bottom: 0px;
    }
    .post-thumbnail img {
        height: 300px;
    }
}
@media only screen and (max-width: 768px){
    #primary {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #secondary{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 414px){
    .post {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 5px;
        margin-bottom: 0px;
    }
    .post-thumbnail img {
        height: 243px;
    }
    .single-card-content{
        height: 250px;
        overflow-x: scroll;
    }
    #iframe-player iframe{
        height: 190px;
    }
    .watch-episode a{
        width: calc(50% - 5px);
    }
    .episope .ep-f{
        display: none;
    }
}

