/*
 * Theme Name: Dovirus
 * Author URI: https://facebook.com/alvnfaiz
 * Description: Fanbatch Streaming and Download Theme Wordpress
 * Version: 1.0
 */

/* Root */
:root {
  /*--main: #0693e3;
  --main-hover: #005788;
  --bg: #f1f1f1;*/
  --main: #1aa6b7;
  --main-hover: #ff414d;
  --bg: #d9ecf2;
  --white: #fff;
  --black: #000000;
  --grey: #555555;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: bottom;
  direction: ltr;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
  background: var(--main);
}

body {
  line-height: 1;
  display: block;
  background: var(--bg);
}

* {
  margin: 0;
  padding: 0;
}

html {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

ins {
  background: var(--white);
}

:focus {
  outline: none;
}

body {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--black);
  margin: 0;
  padding: 0;
}

a {
  color: var(--main);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  margin: 15px;
  quotes: none;
  border-left: 5px solid #eee;
  padding: 5px 10px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: var(--white);
}

::-webkit-scrollbar-thumb {
  background-color: #bbb;
}

/* Header */
.navbar {
  max-width: 1141px;
  margin: auto;
  display: block;
  position: relative;
  padding: 20px 10px;
  min-height: 60px;
}

.navbar .logo {
  float: left;
  margin: 0 10px;
  font-size: 1.2rem;
  height: 100%;
}

.navbar .logo img {
  margin: -15px 10px;
  font-size: 1.2rem;
  height: 50px;
}

.navbar .menulist {
  display: block;
}

.navbar .menulist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar .menulist ul li {
  margin: 7px 10px;
  font-size: 1rem;
  transition: 0.3s;
  padding: 10px;
  border-bottom: 2px solid var(--white);
}

.navbar .menulist ul li:hover,
.navbar .menulist ul li.current_page_item {
  border-bottom: 2px solid var(--main);
}

.navbar .menulist ul li a {
  color: var(--white);
}

.navbar .menulist ul li a:hover {
  color: #d4d4d4;
}

.navbar .menulist .menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  clear: both;
  max-height: 0;
  transition: max-height 0.5s ease-out;
  text-align: center;
  z-index: 100;
  background: var(--main);
  top: 20px;
}

/* menu icon */

.navbar .menulist .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 14px 8px;
  position: relative;
  user-select: none;
  margin-right: -15px;
  border: 1px solid var(--white);
  border-radius: 3px;
  margin-top: -6px;
}

.navbar .menulist .menu-icon .navicon {
  background: var(--white);
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.navbar .menulist .menu-icon .navicon:before,
.navbar .menulist .menu-icon .navicon:after {
  background: var(--white);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.navbar .menulist .menu-icon .navicon:before {
  top: 5px;
}

.navbar .menulist .menu-icon .navicon:after {
  top: -5px;
}

.navbar .menulist .menu-btn {
  display: none;
}

.navbar .menulist .menu-btn:checked ~ .menu {
  max-height: 80vh;
  overflow: auto;
  z-index: 103;
}

.navbar .menulist .menu-btn:checked ~ .menu .menu-item {
  padding: 10px;
}

.navbar .menulist .menu-btn:checked ~ .menu .menu-item.current_page_item {
  border-bottom: 2px solid var(--main);
}

.navbar .menulist .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.navbar .menulist .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.navbar .menulist .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.navbar .menulist .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.navbar .menulist .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.navbar .searchBox {
  float: right;
  display: block;
  color: var(--white);
  height: 48px;
  border-radius: 3px;
  border: 1px solid var(--white);
  margin-left: 1.5rem;
  padding: 13px 13px;
  margin-top: -15px;
}

.navbar .searchBox > form > .searchInput::placeholder {
  color: #ece4ec;
}

.navbar .searchBox:hover > form > .searchInput {
  width: 170px;
  padding: 0 5px;
}

.navbar .searchBox .searchInput:focus {
  width: 170px;
  padding: 0 5px;
}

.navbar .searchBox:hover > form > .searchButton {
  background: var(--main);
  color: var(--white);
}

.searchButton {
  color: var(--white);
  float: right;
  border-radius: 3px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  border: none;
}

.searchInput {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  color: white;
  font-size: 16px;
  transition: 0.4s;
  line-height: 22px;
  width: 150px;
}

@media screen and (max-width: 620px) {
  .menu .searchBox:hover > .searchInput {
    width: 150px;
    padding: 0 6px;
  }
}

/* Main */
.container {
  max-width: 1141px;
  margin: auto;
  margin-top: 1.5rem;
  padding: 0 10px;
}

.wrapper {
  margin-top: 0;
  background: var(--white);
  padding: 16px;
  padding-bottom: 48px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.kiri {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.kanan {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* Slider */
/* -- Featured Slide -- */
.fts{margin:auto;}
.fts .ft{float:left;width:50%;position:relative}
.fts .ft:nth-child(1){width:60%;overflow:hidden;height:344px;}
.fts .ft:not(:nth-child(1)){width:40%;overflow:hidden;height:172px;}
.fts .ft .tb img{width:100%;height:auto;transition:.2s ease-in}
.fts .ft .tb img:hover{transform:scale(1.1);transition:.2s ease-in}
.overflay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;background: -webkit-linear-gradient(top,rgba(23,23,23,.2) 0,rgba(39, 28, 28, 0.56));background: repeating-linear-gradient(    155deg,    #29292963,    #292929a1 3px,    #17171926 3px,    #2727279c 4px  );z-index: 0;}
.fts .ft .tb h2.ts{position:absolute;bottom:0;font-size:20px;color:#fff;padding:20px;transition:.2s ease-in-out}
.fts .ft .tb a {color:#fff;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5)}
.fts .ft:hover h2{margin:10px 0;transition:.3s ease-in-out}
.fts .ft .tb .ts .kategori{margin:15px 0;}
.fts .ft .tb .ts .kategori a{font-size:15px;}



/* Heading */
.heading {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.heading h2 {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 0.1em;
  margin: 1rem;
}

.heading h2 b {
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.3;
}

.heading h2 b span {
  background: var(--white);
  margin-right: 5px;
  color: var(--main-hover);
  display: block;
  float: left;
}

/* Article Item */
.items {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
  background: none;
}

.items .items-wrap {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  max-height: 230px;
  -webkit-box-shadow: 0 7px 18px -5px rgba(0, 0, 0, 0.14),
    0px -2px 13px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 18px -5px rgba(0, 0, 0, 0.14),
    0px -2px 13px 0px rgba(0, 0, 0, 0.12);
  height: 100%;
}

.items .eps, .item2 .eps {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0px 10px;
  border-radius: 3px;
  background: var(--main);
  color: var(--white);
  opacity: 1;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.items:hover .eps {
  opacity: 0;
}

.items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.items .info {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: var(--white);
  padding: 10px 15px;
}

.items .info a {
  color: var(--black);
}

.items .info a:hover {
  color: var(--main);
}

.items .info h2 {
  overflow: hidden;
  display: block;
  max-height: 25px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.items .info .meta {
 font-size: 0.8rem;
 text-overflow: ellipsis;
 overflow: hidden;
 width: 319px;
}

.items .info .meta span.dashicons {
  font-size: 0.8rem;
  color: #ed8a19;
  width: 15px;
  height: 15px;
  line-height: 1.5;
}

.items:hover .info h2 {
  height: auto;
  max-height: 100px;
}

/* Article Item 2*/
.item2 {
  -ms-flex: 0 0 46.5%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
  background: none;
}

.item2 .item2-overlay {
  -webkit-box-shadow: 0 7px 18px -5px rgba(0, 0, 0, 0.14),
    0px -2px 13px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 18px -5px rgba(0, 0, 0, 0.14),
    0px -2px 13px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  max-height: 180px;
  border-radius: 3px;
  overflow: hidden;
}

.item2 img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.item2 .genres {
  color: var(--white);
  /* margin: 5px 0 */
}

.item2 .genres a {
  padding: 0px 3px;
  /* border: 1px solid var(--white); */
  /* border-radius: 3px; */
  display: inline-block;
  /* margin: 0 2px 2px 2px; */
  font-size: 0.8rem;
}

.item2 .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  float: left;
  padding: 20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 1);
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.3) 20%,
    rgba(0, 0, 0, 0.6)
  );
  background-repeat: repeat-x;
}

.item2 .info a {
  color: var(--white);
}

.item2 .info a:hover {
  color: var(--main);
}

.item2 .info h2 {
  overflow: hidden;
  display: block;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.item2 .info .meta {
  font-size: 0.8rem;
  color: var(--white);
}

.item2 .info .meta span.dashicons {
  font-size: 0.8rem;
  color: #ed8a19;
  width: 15px;
  height: 15px;
  line-height: 1.5;
}

/* More */
.more {
  display: block;
  padding: 10px;
  text-align: center;
}

.more a {
  background: var(--main);
  color: var(--white);
  padding: 8px 20px;
  display: inline-block;
  border-radius: 3px;
  transition: 0.3s;
  -webkit-box-shadow: 0 7px 18px -5px rgba(0, 0, 0, 0.14),
    0px -2px 13px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 18px -5px rgba(0, 0, 0, 0.14),
    0px -2px 13px 0px rgba(0, 0, 0, 0.12);
}

.more a:hover {
  background: #e14e65;
}

/* Stream Page */
.stream {
  -webkit-box-shadow: 0 -1px 11px -1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 -1px 11px -1px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}

.stream .layar {
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  z-index: 101;
}

.stream .layar iframe {
  background: url(assets/img/loading.gif) center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stream .nav {
  overflow: hidden;
  -webkit-box-shadow: 0 -1px 11px -1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 -1px 11px -1px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 3px 3px;
  margin: 0 0 1rem 0;
  position: relative;
  height: 35px;
}

.stream .nav #currentStream {
  padding: 7px;
  display: inline-block;
  background: #47aee8;
  color: var(--white);
  width: 30%;
  text-align: center;
  float: left;
  font-size: 0.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100%;
  border: none;
  border-radius: 0;
}

.stream .nav .navs {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
}

.stream .nav .navs button {
  padding: 7px;
  background: var(--main);
  color: var(--white);
  width: 25%;
  text-align: center;
  height: 100%;
  border: none;
  float: left;
  font-size: 0.8rem;
  cursor: pointer;
  transition: 0.3s;
  line-height: 20px;
  border-radius: 0;
}

.stream .nav .light {
  display: inline-block;
  width: 20%;
  float: left;
  height: 100%;
}

.stream .nav .light button {
  padding: 0 10px 0 0;
  display: inline-block;
  background: var(--main);
  color: var(--white);
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 0.8rem;
}

.stream-movie .nav #currentStream,
.stream-movie .nav .light {
  width: 50%;
}

.stream .nav button:hover,
.stream .nav .light button:hover {
  background: var(--main-hover);
}

.download h2, .download h5 {
  background: var(--main);
  text-align: center;
  color: var(--white);
  border-radius: 3px;
  padding: 5px 0;
}
.download h3 {
  background: var(--main-hover);
  text-align: center;
  color: var(--white);
  border-radius: 3px;
  padding: 5px 0;
}

.download strong {
  text-align: center;
  border: 1px solid var(--main);
  padding: 1px 0px;
  width: 70px;
  display: inline-block;
  border-radius: 3px;
  color: var(--grey);
  margin: 5px;
}

.download a {
  background: var(--main);
  padding: 2px 7px;
  color: var(--white);
  margin: 5px;
  display: inline-block;
  border-radius: 3px;
  transition: 0.5s;
}

.download a:hover {
  background: var(--main-hover);
}


.cover {
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.14),
    0px -1px 9px -3px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.14),
    0px -1px 9px -3px rgba(0, 0, 0, 0.19);
  height: 100%;
}

.cover img {
  width: 100%;
  height: 100%;
}


.section .meta i {
  padding: 1px 8px;
  background: var(--main);
  color: var(--white);
  border-radius: 3px;
  font-size: 12px;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.section .meta i.score {
  padding: 0;
  background: none;
  color: var(--black);
  display: block;
}

.section .meta i.score span {
  color: rgb(247, 195, 26);
}

.section .meta p {
  text-align: justify;
}

.section .meta .genres a {
  padding: 0px 3px;
  border: 1px solid var(--main);
  border-radius: 3px;
  display: inline-block;
  margin: 0 2px 2px 2px;
  font-size: 0.7rem;
  transition: 0.3s;
}

.section .meta .genres a:hover {
  background: var(--main);
  color: var(--white);
}


@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Anime Page */
.covers {
  padding-bottom: 2rem;
  position: relative;
}

.covers .imagev {
  display: inline-block;
  position: absolute;
  bottom: -15%;
  max-width: 23%;
  z-index: 2;
  right: 5%;
}

.covers .imagev img {
  width: 100%;
  height: 93%;
  border-radius: 3px;
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  vertical-align: bottom;
}

.covers .imagel {
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0 3px 5px 0px rgba(0, 0, 0, 0.12), 0px 0px 5px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0 3px 5px 0px rgba(0, 0, 0, 0.12), 0px 0px 5px -4px rgba(0, 0, 0, 0.2);
  position: relative;
}

.covers .imagel img {
  width: 100%;
  vertical-align: bottom;
}

.covers .imagel .shad {
  background: linear-gradient(
    to bottom,
    transparent,
    transparent 50%,
    rgb(0 0 0 / 0.2)
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section {
  padding: 10px;
  padding-top: 1px;
  margin-bottom: 2rem;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0 3px 5px 0px rgba(0, 0, 0, 0.12), 0px 0px 5px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0 3px 5px 0px rgba(0, 0, 0, 0.12), 0px 0px 5px -4px rgba(0, 0, 0, 0.2);
}

.informasi {
  display: block;
}

.informasi .main {
  position: relative;
  display: block;
  padding: 10px;
  margin-top: -10px;
  margin-bottom: 2rem;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0 3px 5px 0px rgba(0, 0, 0, 0.12), 0px 0px 5px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0 3px 5px 0px rgba(0, 0, 0, 0.12), 0px 0px 5px -4px rgba(0, 0, 0, 0.2);
}

.informasi .main h1 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
  width: 70%;
  color: var(--grey);
}

.informasi .main span.rate {
  font-size: 1rem;
  font-weight: 600;
  color: var(--grey);
  margin-bottom: 16px;
  display: block;
}

.informasi .main span.rate a {
  color: var(--grey);
}

.informasi .main span.dashicons {
  color: #ffc107;
}

.informasi .main .genres {
  width: 100%;
  display: block;
}

.informasi .main .genres a {
  border: 1px solid var(--main);
  padding: 3px 7px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 0 5px 5px 0px;
  display: inline-block;
}

.informasi .main .genres a:hover {
  background: var(--main);
  color: var(--white);
}

.informasi .main .synopsis {
  text-align: justify;
  margin-top: 8px;
}

#Episodes {
  max-height: 500px;
  overflow: auto;
  padding: 0px 15px 15px 15px;
}

#Episodes::-webkit-scrollbar {
  width: 5px;
  background-color: #eee;
}

#Episodes::-webkit-scrollbar-thumb {
  background-color: var(--main);
  border-radius: 10px;
}

.epslist {
  /* display: block; */
  padding: 12px 0 12px 40px;
  position: relative;
  margin: 0px 0px 15px 15px;
  background-size: cover !important;
  background-position-y: center !important;
  border-radius: 3px;
  color: var(--white);
  font-size: 15px;
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.epslist .playbut {
  width: 45px;
  height: 45px;
  position: absolute;
  background: var(--main);
  padding: 10px;
  border-radius: 25px;
  color: var(--white);
  left: -20px;
  top: 0;
  transition: 0.5s;
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.epslist:hover .playbut {
  width: 100%;
  left: 0;
  border-radius: 3px;
}

.epslist .playbut span {
  line-height: 25px;
  font-size: 2rem;
  width: 25px;
  height: 25px;
}

.epslist .shadow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  filter: blur(1px);
}

.epslist span {
  position: relative;
}

#Details table {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  font-size: 0.9rem;
}

#Details table .tablex {
  width: 18%;
}

#Details table td {
  line-height: 20px;
  padding: 10px;
}

#Details table tr {
  line-height: 25px;
  transition: 0.3s;
}

#Details table tr:nth-child(odd) {
  background: #f8f8f8;
}

#Details table tr:hover td {
  background: var(--main);
  color: var(--white);
}

#Details table tr:hover td a {
  background: var(--main);
  color: var(--white);
}

#Details table .tablex span {
  float: right;
}

/* Comments */
.komen {
  margin-top: 2rem;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 7px 7px -4px rgba(0, 0, 0, 0.14),
    0px -2px 8px -2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 7px -4px rgba(0, 0, 0, 0.14),
    0px -2px 8px -2px rgba(0, 0, 0, 0.12);
}

.komen .comments-title {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
}

.comment-body {
  background: none;
}

.comment-form-author label {
  display: block;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  display: block;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 1rem;
  padding: 10px;
  border: 1px solid #aaa;
}

.comment-respond {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-bottom: 2rem;
}

.comment-respond #comment {
  display: block;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 1rem;
  padding: 10px;
  border: 1px solid #ddd;
}

.comment-respond #submit {
  padding: 10px 0;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
  background: var(--main);
  color: var(--white);
  transition: 0.3s;
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14),
    0px 4px 13px 0px rgba(0, 0, 0, 0.12), 0px 4px 4px -5px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  cursor: pointer;
  margin-top: 8px;
}

.commentlist b.fn {
  font-weight: 600;
  padding: 8px;
}

.commentlist b.fn a {
  color: var(--black);
}

.commentlist .comment-author .fn a::after {
  content: "Author";
  background: var(--main);
  color: var(--white);
  padding: 0 5px;
  border-radius: 3px;
  margin-left: 5px;
  font-size: 11px;
}

.commentlist .comment-metadata {
  margin: 8px 0;
}

.commentlist .comment {
  margin: 1rem 0;
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
}

.commentlist cite.fn {
  font-size: 1.3rem;
  padding: 0 10px;
}

.commentlist .children {
  margin-left: 2rem;
  border-left: 2px solid #ddd;
  padding-left: 1rem;
}

.commentlist .comment-meta {
  margin-bottom: 10px;
  background: none;
}

.commentlist .comment-meta a {
  color: #777;
}

.commentlist .reply {
  margin-top: 10px;
}

.commentlist .reply a {
  padding: 5px 10px;
  background: var(--main);
  color: var(--white);
  border-radius: 10px;
}

/* Pagination */
.paginate {
  display: block;
  text-align: center;
  width: 100%;
}

.pagination {
  display: flex;
  margin: 2rem 0;
}

.pagination .page-item {
  display: inline-block;
}

.pagination .page-item a,
.pagination .page-item .page-link.current {
  margin: 5px;
  padding: 7px 15px;
  background: var(--main);
  color: var(--white);
  border-radius: 3px;
  transition: 0.3s;
  -webkit-box-shadow: 0 7px 18px -5px rgba(0, 0, 0, 0.14),
    0px -2px 13px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 18px -5px rgba(0, 0, 0, 0.14),
    0px -2px 13px 0px rgba(0, 0, 0, 0.12);
}

.pagination .page-item .page-link.current {
  background: var(--white);
  color: var(--black);
}

.pagination .page-item:hover a,
.pagination .page-item:hover .page-link.current {
  background: var(--white);
  color: var(--black);
}

/* Sidebar */
.widget .scrolling {
  overflow: auto;
  max-height: 150px;
}

.widget .scrolling::-webkit-scrollbar {
  width: 5px;
  background-color: #eee;
}

.widget .scrolling::-webkit-scrollbar-thumb {
  background-color: var(--main);
  border-radius: 10px;
}

.widget .scrolling li {
  width: 33.33%;
  text-align: center;
  float: left;
  padding: 5px 0;
  display: inline-flex;
}

.widget .scrolling li a {
  margin: 0 5px;
  padding: 3px 10px;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
  background: var(--main);
  color: var(--white);
  transition: 0.3s;
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14),
    0px 4px 13px 0px rgba(0, 0, 0, 0.12), 0px 4px 4px -5px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget .scrolling li a:hover {
  background: var(--main-hover);
}

.widget .ongoing {
  overflow: auto;
  max-height: 350px;
}

.widget .ongoing::-webkit-scrollbar {
  width: 5px;
  background-color: #eee;
}

.widget .ongoing::-webkit-scrollbar-thumb {
  background-color: var(--main);
  border-radius: 10px;
}

.widget .ongoing::-webkit-scrollbar {
  width: 5px;
  background-color: #eee;
}

.widget .scrolling::-webkit-scrollbar-thumb {
  background-color: var(--main);
  border-radius: 10px;
}

.widget .ongoing li {
  padding: 5px 5px;
  display: block;
  border-radius: 3px;
  -webkit-box-shadow: 0 -3px 5px -5px rgba(0, 0, 0, 0.14),
    0px 2px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -3px 5px -5px rgba(0, 0, 0, 0.14),
    0px 2px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px -5px rgba(0, 0, 0, 0.2);
  margin: 5px;
  transition: 0.3s;
  height: 31px;
}

.widget .ongoing li:hover {
  background: #eee;
}

.widget .ongoing li a {
  display: inline-block;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.widget .ongoing li .eps {
  color: var(--white);
  float: right;
  background: var(--main);
  border-radius: 3px;
  width: 25%;
  text-align: center;
  transition: 0.3s;
}

.widget .ongoing li .eps:hover {
  background: var(--main-hover);
}

.widget .detail {
  margin-top: 0.7rem;
}

.widget .image {
  width: 22%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  float: left;
}

.widget .image img {
  width: 100%;
  height: 100%;
}

.widget .raik {
  float: right;
  width: 75%;
  margin-left: 10px;
}

.widget .raik a {
  color: #333;
}

.widget .raik a:hover {
  color: var(--main);
}

.widget .raik h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9rem;
}

.widget .raik em {
  margin: 3px 0;
  display: block;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget .raik span {
  color: #ed8a19;
}

/* Anime List */
.genreslist {
  margin: 10px;
  margin-bottom: 15px;
  padding: 10px;
  overflow: hidden;
  color: #607d8b;
  list-style: disc;
  margin-top: 10px;
  border: 1px solid var(--bg);
  border-radius: 3px;
  box-shadow: 0 -3px 5px -5px rgba(0, 0, 0, 0.14),
    0px 2px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px -5px rgba(0, 0, 0, 0.2);
}

.genreslist li {
  width: 20%;
  margin-left: 25px;
  line-height: 24px;
  float: left;
  color: var(--grey);
}

.genreslist li a {
  color: #333;
}

.genreslist li a:hover {
  color: var(--main);
}

.daftarkartun {
  overflow: hidden;
}

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

.navlist ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.navlist ul li {
  float: right;
  margin: 0 2.5px;
}

.navlist ul li a {
  background: #4c4f51;
  display: block;
  border-radius: 3px;
  padding: 3px 8px;
  color: var(--white);
}

.nav_apb {
  -webkit-font-smoothing: antialiased !important;
  text-align: center;
}

.nav_apb a {
  padding: 6px 0;
  width: 26px;
  margin: 2px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  background: var(--main);
  color: var(--white);
  transition: 0.3s;
}

.nav_apb a:hover {
  background: var(--white);
  color: #333;
}

.daftarkartun {
  overflow: hidden;
}

.abjtext {
  padding: 0;
  text-align: center;
  margin: 0;
  margin-top: 3px;
  margin-bottom: 10px;
}

.abjtext a {
  display: block;
  font-weight: 700;
  padding: 4px 1px;
  width: 20.9px;
  color: var(--white);
  font-size: 11px;
  float: left;
  margin: 1px;
  background: var(--grey);
}

.abjtext a:hover {
  text-decoration: none;
  background: #222;
}

#abtext {
  overflow: hidden;
}

.letter-group {
  height: auto;
  margin: 0 0 0;
  overflow: hidden;
  margin-bottom: 21px;
}

.letter-cell {
  font-weight: 700;
  padding: 12px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid var(--bg);
}

.letter-cell a {
  display: block;
  color: var(--main);
  font-size: 1.2rem;
}

.title-cell {
  line-height: 18px;
  margin-right: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.title-cell li {
  list-style: none;
}

.title-cell a {
  color: #333;
  font-weight: bold;
}

.title-cell a:hover {
  text-decoration: none;
  color: #e34e85;
}

.penzbar {
  color: #ccc;
  padding-right: 10px;
  float: left;
  width: 47%;
  overflow: hidden;
}

.jdlbar {
  line-height: 21px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jdlbar ul {
  padding-left: 25px;
  display: list-item;
  color: var(--main);
  list-style-type: disc;
  width: 100%;
  margin-bottom: 3px;
}

.jdlbar a {
  font-size: 14px;
  color: var(--grey);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  font-weight: 500;
}

.jdlbar a:hover {
  color: var(--main);
}

/* Footer */
.footer {
  display: block;
  background: none;
  color: var(--black);
  background: #fff;
}

.footdesc {
  padding: 20px;
  text-align: center;
}

.footer .ftext {
  padding: 10px;
  width: 50%;
}

.footer .menu {
  text-align: center;
  width: 100%;
  background: var(--main);
}

.footer .menu .menu-item,
.footer ul li {
  display: inline-block;
  padding: 10px;
  transition: 0.3s;
}

.footer .menu .menu-item:hover,
.footer ul li:hover {
  background: var(--main-hover);
}

.footer .menu .menu-item a,
.footer ul li a {
  color: var(--white);
}

#shadow {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.93);
  width: 100%;
  height: 100%;
  z-index: 100;
}

.ann {
  background: var(--main);
  border-radius: 3px;
  color: var(--white);
  padding: 8px;
  margin-bottom: 16px;
  display: flex;
}

.ann span {
  float: left;
  margin-right: 10px;
}

.hads {
  margin-bottom: 16px;
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media screen and (max-width: 1024px) {
	.fts{
		display:none;
	}
  .items .info .meta {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 600px) and (max-width: 767px) {
  .kiri {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .kanan {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media (min-width: 481px) and (max-width: 600px) {
  .kiri {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .kanan {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .items .info .meta {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .genreslist li {
    width: 25%;
  }
}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 400px) and (max-width: 500px) {
  .kiri {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .kanan {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .items {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .items .info .meta {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .item2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .item2 img {
    height: auto;
  }
}

@media (max-width: 550px) {
.iklanatas{
	width:100%;
}
  .detail .cover {
    flex: 0 0 100%;
    max-width: 100%;
    box-shadow: none;
    text-align: center;
  }

  .detail .cover img {
    max-width: 30%;
    border-radius: 3px;
  }

  .detail .meta {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    border: none;
    margin: 1rem 0;
    padding: 0 15px;
  }

  .detail .genres {
    margin: 15px 0;
  }

  .detail .eps {
    flex: 0 0 100%;
    padding: 0;
  }

  .genreslist li {
    width: 42%;
  }

  .penzbar {
    width: 100%;
  }

  .covers .imagev .fav {
    position: absolute;
    left: -300%;
    bottom: 20%;
  }

  .footer .menu {
    flex: 100%;
  }

  .footer .ftext {
    flex: 100%;
  }

  #Details table .tablex {
    width: 40%;
  }
}

@media (max-width: 400px) {
  .kiri {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .kanan {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .navbar .logo {
    width: 200px;
    margin: 0;
  }

  .items {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .items .info .meta {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .item2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .item2 img {
    height: auto;
  }

  .navbar .searchBox:hover > form > .searchInput {
    width: 110px;
  }

  .navbar .logo {
    width: 100px;
  }
}

/* 48em = 768px */

@media (min-width: 48em) {
  #sidebar {
    padding-left: 1rem;
  }

  .navbar .menulist li {
    float: left;
    margin: 0 15px !important;
    padding: 0 !important;
    border: none !important;
  }

  .navbar .menulist .menu {
    clear: none;
    float: right;
    max-height: none;
    top: 0;
    padding: 0;
  }

  .navbar .menulist .menu-icon {
    display: none;
  }
}

.article-content {
  color: rgba(0, 0, 0, .8);
  font-weight: 400;
  font-style: normal;
  font-size: 110%;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: auto;
      -ms-text-size-adjust: auto;
          text-size-adjust: auto;
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  margin-bottom: 0;
  letter-spacing: -0.002em;
  font-weight: 700;
  line-height: 1.264;
  letter-spacing: -.004em;
}

.article-content h1 {
  margin-top: 66.36px;
  margin-top: 3.16rem;
  font-size: 2.045rem;
}

.article-content h2 {
  margin-top: 59.724px;
  margin-top: 2.844rem;
  font-size: 1.5596rem;
}

.article-content h3 {
  margin-top: 53.088px;
  margin-top: 2.528rem;
  font-size: 1.3506rem;
}

.article-content h4 {
  margin-top: 46.452px;
  margin-top: 2.212rem;
  font-size: 1.227rem;
}

.article-content h5 {
  margin-top: 36.498px;
  margin-top: 1.738rem;
  font-size: 1.1034rem;
}

.article-content h6 {
  margin-top: 36.498px;
  margin-top: 1.738rem;
  font-size: 1rem;
}

.article-content p {
  margin-top: 33.18px;
  margin-top: 1.58rem;
  margin-bottom: 0;
  letter-spacing: -.004em;
}

.article-content ul, .article-content ol {
  margin-top: 33.18px;
  margin-top: 1.58rem;
  margin-bottom: 33.18px;
  margin-bottom: 1.58rem
}

.article-content ul ul, .article-content ul ol, .article-content ol ul, .article-content ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.article-content table {
  margin-top: 33.18px;
  margin-top: 1.58rem;
  border-spacing: 0;
  border-collapse: collapse
}

.article-content table td, .article-content table th {
  padding: 0;
}

.article-content blockquote {
  margin-top: 33.18px;
  margin-top: 1.58rem;
  margin-bottom: 33.18px;
  margin-bottom: 1.58rem;
}

.article-content code {
  vertical-align: bottom;
}

.keying {
  font-size: 12px;
  border: 1px solid var(--bg);
  padding: 10px;
  height: 30px;
  line-height: 16px;
  overflow: auto;
  color: #333;
  margin-bottom: 20px;
  margin-top: 20px;
}
.serieslist ul{
  list-style: none;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
  background: none;
}
.serieslist li{
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  max-height: 230px;
}
.iklanatas{
	width:50%;
}
@media screen and (max-width: 550px) {
.iklanatas{
	width:100%;
}
.ads-footer {
    width: 100% !important;
}

}

.ads-footer {
    position: fixed;
    height: auto;
    bottom: 0;
    width: 60%;
    text-align: center;
    margin-left: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-right: auto;
}

.ads-footer .btn-close{
    font-size: 10px;
    position: fixed;
    top: 5px;
    right: 5px;
    border-radius: 5px;
    margin: 1px;
    padding: 3px 8px;
    background: #eee;
	cursor:pointer;
}

.ads-footer img {
	width:100%
	height:100%;
}