/*

Theme Name: Nimegami Template Dramaindo
Theme URI: http://nimegami.com/
Author: Sativa Wahyu Priyanto
Author URI: http://nimegami.com/
Description: Template yang cocok buat web streaming.
Text Domain: Sativa
Version: 1.0

*/

body {
    background: #FFF7F7;
    font-family: 'Rubik', sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #2086c2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.aligncenter,
.alignleft,
.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}

/* Header */

.menu-mobile,
.search-mobile {
    display: none;
}

.header_index {
    z-index: 1000;
}

.header {
    background: #FF9191;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.logo,
.menu-top {
    float: left;
}

.search {
    float: right;
}

/* Logo */
.header-2 {
    width: 1000px;
    margin: 0 auto
}

.header-2 .logo {
    overflow: hidden;
    max-width: 200px;
    height: 60px;
    padding: 10px;
    margin-right: 10px;
}

.header-2 .logo img {
    max-height: 40px;
    width: auto;
    max-width: 100%;
}

/* Menu */

.menu-top li {
    float: left;
    position: relative;
    transition: 0.2s;
}

.menu-top li.current_page_item {
    background: #E46565;
}

.menu-top li.current_page_item:hover {
    background: #E46565;
}

.menu-top li a {
    display: inline-block;
    padding: 0 15px;
    line-height: 60px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
}

.menu-top li:hover {
    background: #F37575;
}

.menu-top li:hover .sub-menu {
    display: block;
}

.menu-top li.menu-item-has-children a {
    padding-right: 5px;
}

.menu-top li.menu-item-has-children:after {
    content: "\f0d7";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    margin-left: 5px;
    margin-right: 10px;
}

.menu-top .sub-menu {
    position: absolute;
    left: 0;
    top: 99%;
    width: 250px;
    background: #f79090;
    display: none;
    z-index: 1000;
}

.menu-top .sub-menu li {
    float: none;
}

.menu-top .sub-menu li a {
    display: block;
    font-size: 13px;
    line-height: 50px;
}

/* Search */

.search {
    overflow: hidden;
}

.search-form {
    position: relative;
}

.search-form .searchfield {
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 200px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #fcb1b1;
    color: #fff;
}

.search-form .searchfield::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.search-form .searchfield:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.search-form .searchfield::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.search-form .searchsubmit {
    background: transparent;
    color: #fff;
    outline: none;
    border: none;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    cursor: pointer;
}

.search-form .searchsubmit:hover {
    color: #f78e8e;
}

/* Container */

.container {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
}

.post-wrapper {
    float: left;
    width: 640px;
}

.sidebar {
    float: right;
    width: 300px;
}

/* POST Index */

.title_index {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 400;
    position: relative;
}

.title_index:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #52ace0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    content: "";
}

.title_index span {
    position: relative;
    z-index: 10;
    padding: 0 10px;
    background: #fff;
    margin-left: 15px;
    display: inline-block;
    margin-right: 15px;
}

.home .post article {
    border-radius: 7px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f3faff;
}

.home .post article:nth-child(even) {
    border-bottom: 2px solid #fdf1f1;
}

.home .post article .thumb {
    float: left;
    margin-right: 20px;
    height: 160px;
    width: 130px;
    overflow: hidden;
    position: relative;
}

.home .post .eps_terbaru {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 14px;
    color: #fff;
    padding: 5px 7px;
    background: rgba(0, 0, 0, 0.5);
}

.eps_terbaru span {
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    padding: 5px 7px;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: 0.3s;
}

.home .post article:hover .eps_terbaru span {
    opacity: 1;
    right: 100%;
}

.home .post article .thumb img {
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 105%;
}

.home .title_per_post {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    border-left: 3px solid #ffc3c3;
    padding-left: 10px;
}

.home .title_per_post:hover a {
    color: #85baff;
}

.home article:nth-child(odd) .title_per_post {
    border-left: 3px solid #9ed0e7;
}

.home th {
    text-align: left;
}

.home .title_per_post a {
    color: #548fe9;
}

.home .info-post td {
    font-size: 13px;
    color: #555;
    padding: 7px 0;
}

.home .info-post td i {
    margin-right: 5px;
    width: 20px;
}

.home .info-post td:nth-child(1) {
    width: 100px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.home .info-post tr:last-child td {
    padding: 7px 0 0;
}

.home .info-post tr:nth-child(odd) td i {
    color: #ff9d9d;
}

.home .info-post tr:nth-child(even) td i {
    color: #93b3ee;
}

.home .info-post tr td a {
    color: #4491be;
    letter-spacing: 0.5px;
}

.home .info-post tr td a:hover {
    color: #32779e;
}

/* Pagination */

.pagination {
    text-align: center;
    padding-top: 10px;
}

.pagination li {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
}

.pagination li a {
    display: inline-block;
    padding: 7px 10px;
    background: #6bbbe9;
    color: #fff;
    border-radius: 4px;
}

.pagination li.active a {
    background: #ffa8a8;
}

.pagination li.disabled {
    display: none;
}

.pagination li.tengah-tengah {
    color: #aaa;
    margin: 0 5px;
}

/* Sidebar */

.sidebar-container .widget {
    margin-bottom: 20px;
}

.sidebar-container .widget-title {
    color: #333;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    background: #f9f9f9;
    letter-spacing: 0.5px;
}

.sidebar-container .widget-title span {
    display: inline-block;
    background: #6db8e4;
    padding: 10px 20px 10px 10px;
    border-radius: 0 0 20px 0;
}

/* Taxonomy */

.sidebar-container .sidebar_tax {
    overflow: hidden;
}

.sidebar-container .sidebar_tax a {
    padding: 7px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 49%;
    text-align: center;
    box-sizing: border-box;
    background: #71b4e4;
    color: #fff;
    font-size: 14px;
    text-overflow: ellipsis;
    transition: 0.2s;
    border-radius: 20px;
}

.sidebar-container .sidebar_tax a:nth-child(even) {
    background: #62a1ce;
    float: right;
}

.sidebar-container .sidebar_tax a:hover {
    background: #5a99c5;
}

.sidebar-container .popular-post li {
    overflow: hidden;
    position: relative;
    padding: 10px;
    background: #eee;
    border-bottom: 1px solid #ddd;
}

/* Popular Post */

.sidebar-container .popular-post li:nth-child(odd) {
    background: #f9f9f9;
}

.sidebar-container .popular-post .thumb {
    height: 80px;
    width: 70px;
    overflow: hidden;
    position: relative;
    border-radius: 7px;
    float: left;
    margin-right: 10px;
}

.sidebar-container .popular-post .thumb img {
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 105%;
}

.sidebar-container .popular-post h3 {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
}

.sidebar-container .popular-post h3 a {
    color: #333;
}

.sidebar-container .info-popular {
    overflow: hidden;
    font-size: 13px;
    color: #fff;
}

.sidebar-container .info-popular a {
    color: #73b9e2;
}

.sidebar-container .info-popular a {
    padding: 5px 7px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px;
}

.sidebar-container .info-popular .year_popular a {
    background: #46a5db;
}

.sidebar-container .info-popular .country_popular a {
    background: #fd6060;
}

.sidebar-container .genre_popular {
    background: #ddd;
    padding: 10px 10px 5px 10px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
}

.sidebar-container .genre_popular a {
    background: #f58594;
    margin-right: 5px;
    padding: 5px 7px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
    opacity: 0.7;
}

.sidebar-container .genre_popular a:nth-child(even) {
    background: #58b5eb;
}

.sidebar-container .popular-post li:nth-child(odd) .genre_popular {
    background: #eee;
}

.sidebar-container .info-popular a:hover {
    opacity: 0.9;
}

.sidebar-container .genre_popular a:hover {
    opacity: 1;
}

/* Footer */

footer {
    background: #24AB55;
}

.footer {
    margin: 0 auto;
    width: 1000px;
}

.menu-footer {
    padding: 10px 10px 5px 10px;
    background: #ffa4a4;
}

.menu-footer .menu {
    text-align: center;
}

.menu-footer .menu li {
    display: inline-block;
}

.menu-footer .menu li a {
    display: inline-block;
    padding: 7px 10px;
    background: #fa7f7f;
    color: #fff;
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    border-radius: 4px;
}

.menu-footer .menu li a:hover {
    background: #d47373;
}

.footer-content {
    padding: 15px 0;
}

.footer-title {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.footer-title:after {
    content: "";
    border-bottom: 2px solid #1E6B13;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 30px;
}

.footer-desc {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}

.credit {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    background: #1b2d36;
    color: #ddd;
    letter-spacing: 0.5px;
}

/* SINGLE */

/* Video player */

.video .player {
    width: 100%;
    margin-bottom: 10px;
    z-index: 101;
    position: relative;
}

.img-awal {
    position: relative;
    overflow: hidden;
    height: 400px;
    width: 100%;
    cursor: pointer;
}

.img-awal img {
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: 110%;
    max-height: 300%;
}

.bg-img-awal {
    background: rgba(116, 116, 116, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 200px #333;
}

.bg-img-awal .play-icon {
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.bg-img-awal .play-icon i {
    font-size: 120px;
}

.bg-img-awal .play-icon .eps-01 {
    font-size: 14px;
    padding: 10px 15px;
    background: #e67575;
    margin-top: 10px;
    border-radius: 20px;
}

.options-video {
    text-align: center;
    margin-bottom: 15px;
    z-index: 101;
    position: relative;
}

.options-video div {
    display: inline-block;
    padding: 7px 20px;
    background: #46a5db;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    transition: 0.2s;
}

.options-video div:hover {
    opacity: 0.9;
}

.options-video .next-eps {
    border-radius: 0 20px 20px 0;
}

.options-video .prev-eps {
    border-radius: 20px 0 0 20px;
}

.options-video .black-mode {
    background: #3578a5;
}

.video_not {
    background: #fa7f7f !important;
    cursor: not-allowed !important;
}

.last_ep {
    display: none;
}

.player_not_found {
    padding: 60px;
    text-align: center;
    background: #eee;
    font-weight: 600;
    font-size: 30px;
}

.video .player iframe {
    width: 100%;
    height: 450px;
}

.episode {
    margin-bottom: 20px;
}

.episode h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.episode li {
    display: inline-block;
    padding: 7px 10px;
    background: #e46b6b;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
}

.episode li.current_video_active {
    background: #41a0d6;
}

.mirror {
    text-align: center;
    display: grid;
    overflow: auto;
}

.mirror a {
    padding: 10px;
    background: #83c5eb;
    color: #fff;
    transition: 0.2s;
    letter-spacing: 0.5px;
}

.mirror a:hover {
    background: #63abd4;
}

.mirror a.current_mirror_selected {
    background: #f8a5a5 !important;
}

/* Post */

.single_title {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #eee;
    position: relative;
}

.single_title:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 30px;
    border-bottom: 3px solid rgb(98, 186, 226);
    content: "";
}

.thumb_single img {
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 105%;
}

.thumb_single {
    width: 190px;
    height: 250px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 20px;
}

.info_single {
    overflow: hidden;
    margin-bottom: 15px;
}

.info_single .info_2 {
    overflow: hidden;
}

.info_single .info_2 ul {
    font-size: 14px;
    color: #333;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.info_single .info_2 li {
    padding: 5px 10px;
    line-height: 25px;
}

.single .title_info_single {
    padding: 10px;
    background: #59aae0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}

.single .content {
    padding: 10px;
    background: #eee;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 15px;
}

.single .sinopsis .content p {
    margin: 5px 0;
}

.single .sinopsis .content {
    background: #fff;
    padding: 10px 0 !important;
}

.single .download .content h3 {
    padding: 5px 10px;
    background: #ff9797;
    font-weight: 400;
    font-size: 15px;
}

.single .download .content {
    padding-bottom: 5px;
}

.single .download .content ul {
    padding: 10px 10px 5px 10px;
    font-size: 13px;
}

.single .download .content a,
.single .download .content strong,
.batch_content a,
.batch_content strong {
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 4px;
    padding: 3px 10px;
    color: #fff;
    margin-right: 5px;
}

.single .download .content a {
    background: #57aee7;
}

.single .download .content strong,
.batch_content strong {
    background: #3c94cf;
    margin-right: 10px;
    width: 40px;
    text-align: center;
}

.single .download .content a:hover {
    background: #499bd1;
}

.komentar_not_found {
    padding: 30px;
    background: #ddd;
    font-size: 15px;
    font-weight: 600;
}

.mode_theater {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 100;
    display: none;
}

.batch {
    background: #83b1cc;
    padding: 15px 15px 10px 15px;
    margin: 10px 0;
    border-radius: 7px;
}

.batch .batch_title {
    font-size: 15px;
    background: #4288b1;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    font-weight: 400;
    margin-bottom: 10px;
}

.batch_content strong {
    background: #236d97;
    font-size: 14px;
    padding: 7px 10px;
    letter-spacing: 0.5px;
}

.batch_content a {
    background: #4595c4;
    font-size: 14px;
    padding: 7px 10px;
    margin-bottom: 5px;
}

.batch_content a:hover {
    background: #337da8;
}

/* Page */

.page .content img {
    max-width: 100%;
    height: auto;
}

.page .content {
    font-size: 15px;
    line-height: 27px;
}

.page-list .content-list .navlist {
    padding: 15px 15px 10px 15px;
    border-radius: 4px;
    background: #ddd;
    text-align: center;
    margin-bottom: 15px;
}

.page-list .content-list .navlist a {
    padding: 5px 7px;
    background: #1d73a8;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
}

.page-list .content-list .navlist a:hover {
    background: #115a88;
}

.page-list .lettergroup {
    background: #242b30;
    padding: 20px;
    margin-bottom: 10px;
}

.page-list .letter-cell {
    padding: 7px;
    background: #2f3c46;
    margin-bottom: 15px;
}

.page-list .letter-cell a {
    color: #fff;
}

.page-list .lettergroup ul {
    overflow: hidden;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.page-list .lettergroup ul li {
    list-style: disc;
    margin-left: 20px;
    color: #1c4c69;
    font-size: 14px;
    line-height: 27px;
}

.page-list .lettergroup ul li a {
    color: #ddd;
}

.page-list .lettergroup ul li a:hover {
    text-decoration: underline;
}

/* CSS LOADING */

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid rgb(250, 122, 122);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.loading_player {
    text-align: center;
    padding: 60px;
}

.header_htm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 90;
    display: none;
}

.image-responsive img {max-width: 100%;height: auto;}
.description-optional {
	line-height:22px;
	font-size:14px;
}