/************fullstory Epsoides**************/

.listing_s {
    margin: 0px auto;
    display: block;

}

.S_collapsible {
    background: rgba(18, 19, 19, 0.25);
    color: white;
    cursor: pointer;
    padding: 10px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 10px;
}

.active,
.S_collapsible:hover {
    background-color: #101010;
}

.S_collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.s_content {
    box-sizing: border-box;
    padding: 30px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
    display: none;
    border-top: 2px solid #8510f373;

}

.show {
    display: block;
}

.s_epsoide {
    display: inline-block;
    color: #fff;
    background: #353239;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-align-last: center;
    margin: 0 8px 8px 0;
    width: 100px;
    border-radius: 5px;
    padding: 10px 15px;
    width: 138px;

}

.s_season {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #222020;
    font-weight: 500;
    font-size: 18px;
    padding: 15px;
    text-align: left;
    display: block;
    color: #ffffff;
    height: auto;
}

.s_active {
    color: #fff !important;
    background: #8510f373;
}



/****** seasons / EPSOIDES  MAIN POST FULLSTORY.TPL********/

.serie_seasons {
    padding: 10px;
    padding-left: 15px;
    background: rgba(18, 19, 19, 0.25);
    text-align: justify;
    text-align-last: left;
    position: relative;
    margin: 20px auto;
}

.season_link {
    width: 23%;
    display: inline-block;
    margin: 10px 7px;
    position: relative;
}

.season_link:hover {
    color: rgb(38, 158, 102);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

img.season_poster {
    width: 100%;
    display: block;
    border-radius: 5px;
}

.season_name {
    width: 100%;
    display: block;
    text-align: center;
}

.season_name {
    width: 100%;
    display: block;
    text-align: center;
    text-align-last: center;
    font-weight: bold;
    padding: 2px;
    font-size: 15px;
    text-transform: capitalize;

}

.season_header {
    font-weight: 500;
    font-size: 18px;
    padding: 10px;
    box-shadow: inset 0 -3px #9b59b6;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: block;
    text-align: left;
    text-align-last: left;
    background: rgba(18, 19, 19, 0.25);
}

.season-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #151515ba;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serie_Epsiode {
    text-align: center;
    padding: 10px;
    padding-left: 15px;
    background: rgba(18, 19, 19, 0.25);
    text-align: center;
    text-align-last: center;
    position: relative;
    margin: 20px auto;
}

.season_container {
    padding: 20px;
}

.epsiode_link {

    display: inline-block;
    color: #fff;
    background: #353239;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-align-last: center;
    margin: 0 8px 8px 0;
    width: 100px;
    border-radius: 5px;
    padding: 10px 15px;
    width: 110px;

}

.epsiode_name {
    position: relative;
}

/******** actor **************/

.actors_block {
    margin: 10px auto;
    text-align: justify;
    text-align-last: left;
    background: rgba(18, 19, 19, 0.25);
    padding: 10px 16px;
    width: 100%;
}

.actors_box {
    padding: 10px;
    display: inline-block;
    width: 30%;
    background: #1c2024;
    margin: 10px;
    border-radius: 5px;
}

.actors_data {
    display: inline-block;
    padding-left: 10px;
    width: calc(100% - 34px);
    text-align-last: left;
}

.actors_header {
    display: block;
    width: 100%;
   
    background: transparent;
}

.actors_title {
    position: relative;
}

.actors_block img {
    width: 34px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: -2px;
}

.actors_data {
    display: inline-block;
    padding-left: 10px;
    width: calc(100% - 34px);
    text-align-last: left;
    text-align: left;
}

.actors_name,
.actors_role {
    display: block;
    padding-right: 10px;
}
.actors_name a{
    font-size: 14px;
}


.actors_role {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}