@font-face {
    font-family: 'single';
    src:  url('../fonts/single.eot?lufg2x');
    src:  url('../fonts/single.eot?lufg2x#iefix') format('embedded-opentype'),
    url('../fonts/single.ttf?lufg2x') format('truetype'),
    url('../fonts/single.woff?lufg2x') format('woff'),
    url('../fonts/single.svg?lufg2x#single') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: var(--icon-font) !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-video2:before {
    content: "\e939";
}
.icon-film2:before {
    content: "\e934";
}
.icon-film3:before {
    content: "\e935";
}
.icon-camera:before {
    content: "\e936";
}
.icon-ticket:before {
    content: "\e937";
}
.icon-old-tv:before {
    content: "\e924";
}
.icon-mail-envelope-closed:before {
    content: "\e90c";
}
.icon-inbox-download:before {
    content: "\e90d";
}
.icon-folder-download:before {
    content: "\e90e";
}
.icon-search:before {
    content: "\e90f";
}
.icon-cloud-download:before {
    content: "\e910";
}
.icon-tag:before {
    content: "\e911";
}
.icon-trophy:before {
    content: "\e912";
}
.icon-medal-full:before {
    content: "\e913";
}
.icon-movie1:before {
    content: "\e938";
}
.icon-tv3:before {
    content: "\e95b";
}
.icon-fire:before {
    content: "\e9a9";
}
.icon-star-empty:before {
    content: "\e9d7";
}
.icon-star-full:before {
    content: "\e9d9";
}
.icon-clapperboard:before {
    content: "\e92a";
}
.icon-video:before {
    content: "\e92b";
}
.icon-camera:before {
    content: "\e936";
}
.icon-ticket:before {
    content: "\e937";
}
.icon-old-tv:before {
    content: "\e924";
}
.icon-perm_media:before {
    content: "\e92e";
}
.icon-local_movies:before {
    content: "\e92f";
}
.icon-local_attraction:before {
    content: "\e930";
}
.icon-movie_filter:before {
    content: "\e931";
}
.icon-queue_play_next:before {
    content: "\e932";
}
.icon-movie:before {
    content: "\e933";
}
.icon-live_tv:before {
    content: "\e925";
}
.icon-film1:before {
    content: "\e92c";
}
.icon-video1:before {
    content: "\e92d";
}
.icon-tv1:before {
    content: "\e926";
}
.icon-users:before {
    content: "\e923";
}
.icon-video-camera1:before {
    content: "\e927";
}
.icon-play:before {
    content: "\e928";
}
.icon-film:before {
    content: "\e929";
}
.icon-3d-dl:before {
    content: "\e91f";
}
.icon-imdb:before {
    content: "\e901";
}
.icon-rotten:before {
    content: "\e902";
}
.icon-critic:before {
    content: "\e903";
}
.icon-dl-btn:before {
    content: "\e900";
}
.icon-medal-o:before {
    content: "\e90b";
}
.icon-vip:before {
    content: "\e922";
}
.icon-trailer:before {
    content: "\e915";
}
.icon-user-o:before {
    content: "\e90a";
}
.icon-quality:before {
    content: "\e920";
}
.icon-genre:before {
    content: "\e921";
}
.icon-3d-dl:before {
    content: "\e91f";
}
.icon-imdb:before {
    content: "\e901";
}
.icon-rotten:before {
    content: "\e902";
}
.icon-critic:before {
    content: "\e903";
}
.icon-dl-btn:before {
    content: "\e900";
}
.icon-medal-o:before {
    content: "\e90b";
}
.icon-vip:before {
    content: "\e922";
}
.icon-trailer:before {
    content: "\e915";
}
.icon-video-trailer:before {
    content: "\e916";
}
.icon-cinema-awards:before {
    content: "\e914";
}
.icon-dl-photo:before {
    content: "\e904";
}
.icon-dl-sub:before {
    content: "\e905";
}
.icon-medal:before {
    content: "\e906";
}
.icon-notification:before {
    content: "\e907";
}
.icon-search1:before {
    content: "\e91e";
}
.icon-video-camera:before {
    content: "\e908";
}
.icon-place:before {
    content: "\e91a";
}
.icon-settings:before {
    content: "\e919";
}
.icon-picture:before {
    content: "\e918";
}
.icon-padlock:before {
    content: "\e917";
}
.icon-app-shop:before {
    content: "\e91d";
}
.icon-levels:before {
    content: "\e91c";
}
.icon-dl-com:before {
    content: "\e91b";
}
.icon-tv2:before {
    content: "\e909";
}


:root{
    --icon-font: 'single';
}
.post_some_meta{
    position: relative;
    margin: 37px 0 20px 0;
    padding: 0 12px;
}
.post_some_meta::after{
    content: "\e908";
    font-family: var(--icon-font);
    font-size: 30px;
    position: absolute;
    left: 29px;
    top: 50%;
    color: #d8d8d8;
    opacity: .15;
    transform: translateY(-50%) scale(4) rotate(-26deg);
    z-index: 1;
}
.single-series .post_some_meta::after{
    content: "\e909";
}
.post_some_meta h1{
    font-size: 19px;
    font-weight: 600;
    color: #444;
    margin-bottom: 16px;
}
.post_some_meta h1 i{
    margin-left: 5px;
    vertical-align: -1px;
    color: #9c9da9;
}
.post_some_meta .meta-post{
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600;
}
.meta-post i{
    margin-left: 5px;
}
.meta-post.double{
    color: #158800;
    background: transparent;
}
.meta-post.double i{
    color: #158800;
}
.meta-post.zirnevis{
    color: #a7043b;
}
.meta-post.top-rated-film{
    color: #9c831c;
}
.download_box .title-download{
    font-size: 14px;
    background: #24282b;
    color: #ababab;
    font-weight: 400;
}
.title-download i{
    color: rgb(255, 255, 255);
    font-size: 25px;
    vertical-align: -7px;
    background: #32373a;
    border-radius: 50%;
    padding: 4px;
}
.title-download span{
    margin-top: 3px;
}
.title-download span a{
    color: #ababab;
}
.audio_dub{
    background: #fff7d1 !important;
}
.audio_dub .audio_content p{
    color: #634815;
}
.audio_dub .audio_title {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #14524c;
    padding: 12px 9px;
    margin: 17px 0 0 0;
}
.audio_title span{
    position: absolute;
    background: #fff7d1;
    padding: 0 28px;
    left: 50%;
    transform: translateX(-50%);
}
.audio_title hr{
    width: 100%;
    margin: 0;
}
.audio_content{
    position: relative;
    height: 127px;
    padding-bottom: 56px;
}
.audio_content button{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border: none;
    background: linear-gradient(to top, #b7a23e, transparent);
    padding: 30px 0;
    color: #444;
}
.audio_content button.active{
    background: transparent;
    padding-bottom: 10px;
}
.audio_content.show-more{
    height: auto;
    transition: height .25s ease-in;
}
.box_post_review{
    padding: 0 8px;
}
.box_post_review .inner_box{
    width: 100%;
    float: right;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
    position: relative;
    z-index: 2;
}
.inner_box .inner-title{
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 15px #d2deea42;
    border-radius: 8px;
    padding: 8px;
}
.inner-title h3{
    margin: 0;
    color: #42494e;
    font-size: 14px;
    font-weight: 400;
}
.inner-title h3 i{
    margin-left: 4px;
    color: rgba(138,152,165,.3803921568627451);
    vertical-align: -2px;
    font-size: 20px;
}
.inner_box .inner-body{
    float: right;
    width: 100%;
    margin-top: 1rem;
}
.full_info span{
    font-size: 12px;
    font-weight: 500;
    line-height: 35px;
    color: #234c58;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.full_info .plots, .full_info .plots span{
    white-space: normal !important;
}
.full_info span span{
    width: 100%;
    display: block;
    background: #fff;
    padding: 10px;
    text-align: justify;
    line-height: 1.75;
    border-radius: 6px;
}
.full_info span.en-num{
    display: flex;
}
.full_info span b{
    font-size: 11px;
    font-weight: 500;
    color: #a2a2a2;
    margin-left: 4px;
}
.full_info a{
    font-size: 12px;
    color: #234c58;
}
.full_info a:hover{
    color: #7f2090;
}
.awards-box{
    position: relative;
    background: #fde25ca6;
    padding: 15px 10px;
    border-radius: 10px;
    margin-bottom: 1rem;
    counter-reset: p;
}
.awards-box i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1.5);
    left: 30px;
    font-size: 40px;
    color: #ff9500;
    opacity: .6;
}
.awards-box p{
    position: relative;
    font-size: 13px;
    color: #634815;
    margin-bottom: 0;
    padding: 10px 35px 8px 0;
}
.awards-box p::before{
    content: counter(p,decimal)"#" ;
    counter-increment: p;
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    border-radius: 3px;
    padding: 2px 5px;
}
.rating-box .rating{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-size: 13px;
    background: #fff;
    margin-bottom: .5rem;
    border-radius: 6px;
    box-shadow: 0 0 11px rgba(0,0,0,0.1);
}
.rating span{
    font-size: 12px;
    color: #9c9c9c;
}
.rating span i{
    vertical-align: middle;
    font-size: 30px;
    margin-left: 5px;
}
.rating b{
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 700;
}
.rating.rate-IMDb span i , .rating.rate-IMDb b{
    color: #ff9500;
}
.rating.metaScore span i , .rating.metaScore b{
    color: #4CAF50;
}
.rating.metaScore b small, .rating.RottenTomatoes b small{
    font-weight: 400;
    color: #9c9c9c;
}
.rating.RottenTomatoes span i, .rating.RottenTomatoes b{
    color: #dc0d33;
}
.rating a{
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 6px;
}
.rating a > i{
    margin-left: 5px;
}
.rating.rate-IMDb a:hover{
    color: #ff9500;
}
.rating.metaScore a:hover{
    color: #4caf50;
}
.rating.RottenTomatoes a:hover{
    color: #dc0d33;
}
.inner_box.dEb .inner-body p{
    font-size: 13px;
    font-weight: 400;
    color: #444;
    line-height: 24px;
}
.video_container video{
    max-width: 100%;
}
.link_notice{
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
    align-items: center;
    background: #1d1e32;
    border-radius: 12px;
}
.link_notice p{
    color: #cecece;
    margin-bottom: 5px;
    font-size: 13px;
}
.link_notice a{
    font-size: 12px;
    background: #ffffff;
    color: #000;
    box-shadow: 0 2px 6px #3e3e3e;
    padding: 4px 12px;
    border-radius: 25px;
    border: 1px solid transparent;
}
.link_notice a:hover,
.link_notice a:hover:focus,
.link_notice a:hover:focus-within{
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.numeric-cats{
    float: right;
    width: 100%;
    padding: 5px 15px;
}
.numeric-cats .numeric-cat {
    width: 33.33%;
    text-align: center;
    float: right;
}
.numeric-cats .numeric-cat a {
    padding: 8px 0;
    display: block;
    margin: 4px;
    background: #fff;
    border: 1px solid #eee;
    font-size: 13px;
    color: #777;
    border-radius: 6px;
}
.numeric-cats .numeric-cat a:hover {
    border-color: #2196f3;
    color: #2b2b2b;
}
.comment_box p {
    word-break: break-all;
}
.wp-content p {
    text-align: justify;
    word-break: break-word;
}
.dark .flex-box .fm-infos > a {
    color: #00BCD4;
}
.dark .flex-box .fm-infos > a:hover {
    color: #FFFFFF;
}
.dark .widget_category .fm-category-holder .cat-item>a {
    color: #c1c1c1;
}
.dark .most_view ul li a {
    color: #ddd;
}
.dark .most_view ul li a .fm-show-view {
    background: #19191b;
    color: #eee;
}
.dark .btn-tr {
    background: #00bcd445;
    color: #58e7f9;
}
.dark #cancel-comment-reply-link {
    color: #ff7144;
}