.logo {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    text-align: left;
    margin-right: -52px;
    padding-left: 35px;
}
.header__menu > li {
    margin-right: 24px;
}
.header__menu > li > a {
    height: 50px;
 
    font-size: 14px;
}
.poster {
    display: inline-block;
    position: relative;
    width: 14%;
    margin: 11px 10px;
}
.ws-nowrap {
     
    font-size: 13px;
}
.poster__subtitle li {
 
    color: #ffca22;
  
    font-weight: bold;
}
h2.bslide__title.ws-nowrap {
    font-size: 25px;
}
.speedbar a {
    color: #adada8;
}
.flex-right {
    width: calc(100% - 500px);
    /* float: right; */
    text-align: justify;
}
.relative{
    position:relative;
}
.poster__label {
    position:absolute ;
    top:1px;
    left:1px ;
    padding: 3px 6px;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    width: max-content;
    z-index:4;
    color: #1a1a1a;
}
.type {
    top: 2px;
    left: 1px;
    background: yellow;
 
    width: 43px;
}
.quality {
    top: 24px;
    left: 1px;
    z-index: 2;
    background: #ffca22;
     color:#000 ;
}
.poster__label.year {
    top: 45px;
    color: #fff;
    background: #9C27B0;
    padding: 4px 7px;
}
.pmovie__header-list li > span:first-child {
    margin-right: 3px;
    color: #504747;
    font-weight: bold;
}
.speedbar a {
    color: #adada8;
}
.post_text {
    padding: 37px;
    background: #f3f3f3;
    max-height: 308px;
    margin-bottom: 41px;
    overflow: auto;
}
/* For WebKit browsers (Chrome, Safari) */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #ffca22;
    border-radius: 10px;
    border: 3px solid transparent;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ffca22;
}

/* For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #ffca22 transparent;
}
.playerLink {
    font-family: 'Roboto Condensed';
    color: #000000;
}
.playersquality {
    color: #000000 !important;
}
.poster__label.year {
    top: 24px;
    color: #fff;
    background: #9C27B0;
    padding: 4px 9px;
}
.quality {
    top: 226px;
    left: 1px;
    z-index: 2;
    background: #ffca22;
    color: #000;
    height: 20px;
}
.post_text h1, .post_text h2, .post_text h3, .post_text h4, .post_text h5 {
    font-weight: 700;
    font-size: 15px;
}
.post_text p{
    font-size:12px ;
}
.full-text {
    line-height: 1.7;
    font-size: 14px;
    word-wrap: break-word;
}
img.hero_img {
    width: 319px;
    display: block;
    margin: 40px auto;
}
.welcome-content {
    width: 80%;
    text-align: justify;
    margin: auto;
    background: #cccccc47;
    padding: 60px;
}
a.home_butn {
    width: 250px;
    display: block;
    margin: auto;
    background: #ffca22;
    text-align: center;
    color: #000;
    margin: 36px auto;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: -17px;
}
.welcome-content p {
    font-size: 12px;
    margin: 13px auto;
    color: #000;
}

.pagination__pages > a, .pagination__pages > span, .pagination__pages-btn > a, .pagination__pages-btn > span {
 
    color: #000;
}
.header__btn .fal {
  
    color: #000000;
}
.bslide__label a {
    color: #000;
}
.season_header {
 rgb(16 16 16);
    color: #161616 !important;
    background: #ffca22 !important;
} 
.seasontitle h2 {
    color: #1c1c1a !important;
}
.season_name {
    padding: 13px;
    background: #ffca22;
    color: #121111;

}
.epsiode_link:hover {
    background: #000000;
    color: #ffffff;
}
.epsiode_link{
    color: #000;
}
.holder {
    background: #201f1f;
}
.quality {
 
    background: #CDDC39;
    color: #000000;
   
}
.poster__label.year {
    
    color: #fff;
    background: #f48a03;
     
}
.bslide__subtitle.ws-nowrap a {
    color: #ffca22;
}
.bwac-btn i {
    
    top: 18px;
}
span.prevPost {
    color: #000;
    font-weight: bold;
}
a.nextPost {
    color: #000;
    font-weight: bold;
}
select{
    color: #000 !important;
    font-weight: bold;
}
button.s_submit {
    color: #000;
    font-weight: bold;
}
.big-slider.main-slider {
    height: auto !important;
}
@media screen and (max-width:700px){
    .welcome-content {
        width: 100%;
        text-align: justify;
        margin: auto;
        background: #cccccc47;
        padding: 37px;
    }
    .quality {
        top: 201px;
      
    }
}
@media screen and (max-width:700px){
    .flex-right {
        width:100%;
    }
    .header__menu > li > a {
        height: 17px;
        font-size: 12px;
    }
    .poster {
        display: inline-block;
        position: relative;
        width: 44%;
        margin: 11px 10px;
    }
    .main-slider.big-slider, .main-slider .bslide {
        height: 424px !important;
    }
}