/*
Theme Name: SubCK
Theme URI: http://sucbck.com
Template: animestream
Author: Child Theme Configurator
Author URI: https://sucbck.com
Description: child theme for animestream.
Version: 1.6.3.1748680863
Updated: 2025-05-31 15:41:03

*/

.slidtop {
    display: none;
}
.bs .bsx .limit .bt span.epx {
    background-color: rgb(75 143 17);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: rgb(0 0 0 / 112%) 0 1px 2px;
    -webkit-box-shadow: rgb(0 0 0 / 112%) 0 1px 2px;
    -o-box-shadow: rgb(0 0 0 / 112%) 0 1px 2px;
    box-shadow: rgb(0 0 0 / 112%) 0 1px 2px;
    background-image: linear-gradient(to right,#c5b80d,#ff0b0b 56%,#d96666);
    -moz-transition: .7s;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    text-transform: capitalize;
    background-size: 200% 100%;
    padding: 1px 5px;
}
.video-content {
    width: 100%;
    height: 100%;
}
.naveps .nvs {
    flex: 1;
    text-align: center;
}
.naveps.bignav {
    flex: 0 0 60%;
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
}
.naveps.bignav .nvs .nolink {
    padding-top: 5px;
    padding-bottom: 5px;
}
.naveps.bignav .nvs a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.warning, .announ {
    background-color: #0580ff;
}
p.comment-form-url {
    display: none;
}
.container-ads {
    display: flex;
    justify-content: center;
    margin: auto;
}
.container-ads-0 {
    display: flex;
    min-height: 0;
    justify-content: center;
    margin: auto;
}
.container-ads-90 {
    display: flex;
    min-height: 95px;
    justify-content: center;
    margin: auto;
}
.container-ads-250 {
    display: flex;
    min-height: 250px;
    justify-content: center;
    margin: auto;
}
.container-ads-280 {
    display: flex;
    min-height: 280px;
    justify-content: center;
    margin: auto;
}
.player-servers {
    background-color: #2b2b2b;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    padding: 10px;
}
.player-servers #servers-content {
    display: flex;
    overflow: hidden;
    min-height: 80px;
    flex-wrap: wrap;
    gap: 20px;
}
.player-servers .ps_-status {
    width: 60%;
    background-color: #e0f7fa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #4db6ac;
    flex-shrink: 0;
    padding: 10px;
}
.player-servers .ps_-status .server-notice {
    font-size: 16px;
    font-weight: 700;
}
.player-servers .ps_-status .server-notice strong {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
.player-servers .ps_-status .server-notice span {
    color: #00796b;
    text-decoration: underline;
    font-weight: 600;
}
.player-servers .ps_-block {
    display: flex;
    width: 35%;
    flex-wrap: wrap;
    gap: 15px;
    flex-shrink: 0;
}
.player-servers .ps__-list .itemm .btn.active {
    color: #fff;
    background-color: #29b40e;
}
.player-servers .ps__-list .itemm .btn {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #343434;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    font-weight: 500;
    padding: 0 10px;
}
.ps_-block .server-item .btn:not(.active):hover {
    background-color: #00796b;
}
.ps_-block .server-item .btn.active {
    background-color: #00796b;
}
.ps_-block .server-item .btn:not(.active) {
    background-color: #000;
}
.ps_-status+.ps_-block {
    margin-top: 20px;
}
.ps__-list {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}
.note-c {
    color: #f00 !important;
}
.content {
    color: #00796b;
    font-family: Arial,sans-serif;
}
.watch-box {
    display: inline-block;
    width: 100%;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    -moz-box-shadow: 0 4px 12px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.2);
    -o-box-shadow: 0 4px 12px rgba(0,0,0,.2);
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    background-image: -moz-linear-gradient(45deg, #f60, #fc0);
    background-image: -webkit-linear-gradient(45deg, #f60, #fc0);
    background-image: -o-linear-gradient(45deg, #f60, #fc0);
    background-image: -ms-linear-gradient(45deg, #f60, #fc0);
    background-image: linear-gradient(45deg, #f60, #fc0);
    -moz-transition: transform .3s,box-shadow .3s,background-color .3s;
    -webkit-transition: transform .3s,box-shadow .3s,background-color .3s;
    -o-transition: transform .3s,box-shadow .3s,background-color .3s;
    transition: transform .3s,box-shadow .3s,background-color .3s;
    padding: 12px 24px;
}
.watch-box a {
    display: flex;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}
.watch-box a:hover {
    -moz-box-shadow: 0 8px 20px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 8px 20px rgba(0,0,0,.3);
    -o-box-shadow: 0 8px 20px rgba(0,0,0,.3);
    box-shadow: 0 8px 20px rgba(0,0,0,.3);
    background-image: -moz-linear-gradient(45deg, #ff4500, #f90);
    background-image: -webkit-linear-gradient(45deg, #ff4500, #f90);
    background-image: -o-linear-gradient(45deg, #ff4500, #f90);
    background-image: -ms-linear-gradient(45deg, #ff4500, #f90);
    background-image: linear-gradient(45deg, #ff4500, #f90);
    -moz-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}
.watch-box a:hover .hl-play {
    color: #fc0;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.hl-play {
    color: #fff;
    font-size: 20px;
    -moz-transition: transform .3s,color .3s;
    -webkit-transition: transform .3s,color .3s;
    -o-transition: transform .3s,color .3s;
    transition: transform .3s,color .3s;
}
.item.video-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}
.mobius {
    flex: 0 0 40%;
    display: flex;
    justify-content: flex-end;
}
.fullscreen-mode {
    display: flex;
    width: 100vw !important;
    background-color: #000;
    position: fixed !important;
    top: 0;
    z-index: 9999;
    left: 0;
    height: 100vh !important;
    justify-content: center;
    align-items: center;
}
.fullscreen-mode iframe {
    max-width: 100vw;
    width: 100% !important;
    max-height: 100vh;
    height: 100% !important;
    border: none;
    object-fit: contain;
}
input:focus {
    outline: 0;
}
.bcsx .bs {
    width: 16.666666%;
}
.icol.expand, .iconx .icol span, .naveps.bignav .nvs .tex {
    display: inline !important;
}
.episode-filters {
    display: flex;
    margin-top: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}
.episode-filters input, .episode-filters select {
    color: #ddd;
    background-color: #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    -moz-box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    -webkit-box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    -o-box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    font-family: inherit;
    border: 1px solid #303030;
    font-weight: 300;
    padding: 5px 3px;
}
.episode-numbers {
    max-height: 175px;
    overflow-x: hidden;
    padding: 15px 5px 15px 0;
    margin: 0 -5px;
}
.darkmode .meta h1, .darkmode .single-info.bixbox .infox .infolimit h2, .darkmode a {
    color: #fff;
}
.episode-number {
    display: block;
    float: left;
    width: calc(6.25% - 10px);
    line-height: 32px;
    color: #929292;
    text-align: center;
    background-color: #333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 5px 10px;
}
.episode-number.current {
    color: #fff;
    background-color: #462751;
}
#st-1 .st-btn, #st-1 .st-btn>img, #st-1 .st-btn>span {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
#st-1 {
    font-family: "Helvetica Neue",Verdana,Helvetica,Arial,sans-serif;
}
.sharethis-inline-share-buttons {
    z-index: 99 !important;
}
ul.freebify-free-share-links.social.social-bg {
    display: flex;
    float: left;
    width: 100%;
    position: relative;
    left: -15px;
    padding-top: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
}
.social {
    float: right;
    margin-top: 13px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
span.st-label {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-content: stretch;
}
span.follow-social {
    display: inline-block;
    color: #fff;
    text-align: center;
    background-color: #232323;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 4px 8px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.3);
    -o-box-shadow: 0 4px 8px rgba(0,0,0,.3);
    box-shadow: 0 4px 8px rgba(0,0,0,.3);
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    animation: 2s infinite blinkEffect;
    padding: 2px;
}
#st-1 .st-btn[data-network=telegram] {
    background-color: #08c;
}
#st-1 .st-btn[data-network=facebook]>span, #st-1 .st-btn[data-network=telegram]>span, .social a {
    color: #fff;
}
li.facebook-f.flex-1 {
    display: block;
    margin: 0 5px;
}
ul li {
    list-style: none;
}
#st-1 .st-btn[data-network=facebook] {
    background-color: #4267b2;
}
#st-1.st-has-labels .st-btn {
    min-width: 120px;
}
#st-1 .st-btn:last-child {
    margin-right: 0;
}
#st-1 .st-btn {
    margin-right: 8px;
    line-height: 32px;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    top: 0;
    white-space: nowrap;
    height: 32px;
    border: none;
    -moz-transition: opacity .2s ease-in,top .2s ease-in;
    -webkit-transition: opacity .2s ease-in,top .2s ease-in;
    -o-transition: opacity .2s ease-in,top .2s ease-in;
    transition: opacity .2s ease-in,top .2s ease-in;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}
#st-1 .st-btn>img {
    width: 16px;
    top: 8px;
    height: 16px;
}
#st-1 .st-btn>span {
    color: #fff;
    min-width: 60px;
    -moz-transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-weight: 500;
    opacity: 1;
    letter-spacing: .5px;
    padding: 0 6px;
}
@media screen and (max-width: 989px) {
.episode-numbers .episode-number {
    width: calc(8.33% - 10px);
}
}
@media screen and (max-width: 880px) {
#sidebar #mainepisode {
    display: none;
}
}
@media screen and (max-width: 768px) {
.episode-numbers .episode-number {
    width: calc(10% - 10px);
}
.player-servers {
    flex-direction: column;
}
.player-servers .ps_-block, .player-servers .ps_-status {
    flex: 1 1 100%;
    width: 100%;
}
.player-servers .ps_-status .server-notice {
    position: relative;
    top: auto;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    padding: 5px;
}
.itemm.server-item {
    margin-top: -30px;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 639px) {
.episode-numbers .episode-number {
    width: calc(16.66% - 10px);
}
}
@media (max-width: 600px) {
.watch-box {
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    padding: 8px 18px;
}
.watch-box a {
    font-size: 13px;
}
.hl-play {
    font-size: 18px;
}
}
@media only screen and (max-width: 570px) {
.bcsx .bs {
    width: 33.333333% !important;
}
.nvs.nvsc {
    display: none;
}
.naveps.bignav {
    flex: 0 0 40%;
}
.mobius {
    flex: 0 0 60%;
}
}
@media screen and (max-width: 480px) {
.episode-numbers .episode-number {
    width: calc(20% - 10px);
}
}
@media only screen and (max-width: 450px) {
.bs {
    width: 33.333333% !important;
}
}
@media (min-width: 601px) and (max-width: 1024px) {
.watch-box {
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
    padding: 8px 20px;
}
.watch-box a {
    font-size: 13px;
}
.hl-play {
    font-size: 19px;
}
}
@media (min-width: 1025px) {
.watch-box {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding: 14px 28px;
}
.watch-box a {
    font-size: 15px;
}
.hl-play {
    font-size: 20px;
}
}
