/*!
Theme Name: Anime2Enjoy
Theme URL: https://www.anime2enjoy.com
Author: Filmxy
Author URL: https://www.filmxy.one/
Description: Description
Version: 1.0.0
Text Domain: anime2enjoy
*/


/******************************
        COMMON CSS
******************************/
body{
  color: #888;
  font-size: 14px;
  font-family: 'Play', sans-serif;
  background-color: #1E2129;
}
img{  max-width: 100%;}
ul{padding: 0px;margin:0px;}
.mrg-top-30{margin-top: 30px;}


/********************************************************
*                                                       *
*                       HOMEPAGE                        *
*                                                       *
*********************************************************/
/****************************\
            HEADER
\****************************/
.header{
    padding: 10px 0px;
    background-color: rgba(30, 32, 40, 0.8);
}
.header.head-home{}

.header .container .row{
  display: flex;
  align-items: center;
}
.logo{margin-right: 20px;}
.logo a{
  display: inline-block;
  width: 250px;
}
.header-menu{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}

/* ToggleMenu Click css */
#toggleMenu {
  display: none;
  background: #666;
  padding: 10px 15px;
  color: #fff;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
#toggleMenu span:after,
#toggleMenu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggleMenu span:after{ top: 9px;}
#toggleMenu span {
  position: relative;
  display: block;
  top: 12px;
}
#toggleMenu span,
#toggleMenu span:after,
#toggleMenu span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* ToggleMenu on activation */
#toggleMenu.active span { background-color: transparent;}
#toggleMenu.active span:before {transform: rotate(45deg) translate(5px, 5px);}
#toggleMenu.active span:after { transform: rotate(-45deg) translate(7px, -8px);}
#toggleMenu.active + #menu { opacity: 1;}

/* Main Menu */
.menu-section{ 
  background-color: rgba(30, 28, 37, 0.9);
}
.main-menu ul {
  list-style: none;
  *zoom: 1;
}
.main-menu ul:before,
.main-menu ul:after {
    content: " "; 
    display: table; 
}
.main-menu ul:after { clear: both;}
.main-menu ul ul {
    list-style: none;
    width: 9em;
}
.main-menu ul a {
  color: #9a9a9a;
  font-size: 11px;
  font-weight: 100;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 0px 10px;
}
.main-menu ul a:hover{
	background: #131118;
  color: #00acc1;
}
.main-menu ul li {
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.main-menu ul > li {
  display: inline-block;
  border-top: transparent 2px solid;
}
.main-menu ul > li > a { display: block;}
.main-menu ul li li a {
    display: block;
    position: relative;
    z-index:100;
}
.main-menu ul li li li a { z-index:200;}
.main-menu ul li  ul {
  position: absolute;
  left: -9999px;
  z-index: 1;
  background-color: #131118;
  width: 500px;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .main-menu ul > li.current-menu-item, .main-menu ul > li:hover{
    border-top: #00acc1 2px solid;
    background-color: #0b0a0d;
  }
  .main-menu ul li li a{ line-height: 24px;}
  .main-menu ul > li.current-menu-item a, .main-menu ul > li:hover a{ color: #00acc1;}
  .main-menu ul ul a:hover { background: #1e1c25;}
  .main-menu ul > li:hover > ul {left: 0;}
  .main-menu ul li li:hover ul {left: 100%; top: 0;}
  .main-menu ul li ul li{ width: 25%; float: left;}
  .main-menu ul li ul li, .main-menu ul li ul li:hover{ border-top: #00acc1 0px solid;}

}
@media screen and (max-width: 767px) {
  .active {display: block;}
  .main-menu ul > li {
    float: none;
    display: table;
    width: 100%;
  }
  .main-menu ul ul {display: block;width: 100%;}
  .main-menu ul > li.active > ul , .main-menu ul li li.active ul {
    position: static;
  }
  .main-menu span{
    display: inline-block;
    width: 60px;
    height: 40px;
    background: #DDD;
    float: right;
    margin: -10px -15px;
    text-align: center;
    vertical-align: middle;
    position: relative;
  }
  .main-menu span .fa {line-height: 40px;font-size: 30px; color: #5A5454;}
  .main-menu li span .down:before{content: "\f106";}
  .main-menu li.active span .down.up:before{content: "\f107";}
}

/*search*/
.search-form{position: relative;width: 280px;margin-left: auto;}
.search-form .screen-reader-text{display: none;}
.search-form > label{
  margin-bottom: 0px;
  width: 100%;
}
.search-form > label:after{
  content: "\f002";
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 12px;
  top: 5px;
}
.search-form input.search-field{
  color: #ffffff;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  padding: 2px 15px;
  padding-right: 40px;
  outline: 0px;
  border-radius: 3px;
  width: 100%;
}
.search-form input.search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search-form input.search-field::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search-form input.search-field:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search-form input.search-field:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.search-form .search-submit{
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px;
  margin: 0px;
  border-radius: 15px;
  line-height: 26px;
  text-indent: -99999px;
  outline: 0px;
}


.search-output {
  display: none;
  margin-top: 11px;
  position: absolute;
  right: 0px;
  background: #232323;
  padding: 10px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 4px 4px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 4px 4px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 4px 4px 0px;
  width: 150%;
  text-align: right;
}
.search-output{}
.search-output li{
  display: table;
  width: 100%;
  margin-bottom: 5px;
  border-bottom: #383b42 1px solid;
  padding-bottom: 5px;

}
.search-output li a{
      color: #919191;
      font-size: 14px;
      text-decoration: none;
}
.search-output li a img{
  width: 20px;
  height: auto;
  float: left;
  margin-right: 10px;
}
.search-output li a p{color: #00acc1;margin-bottom: 0px;}


/**
 * Loading Css
 */

 .showbox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 5%;
  display: none;
}

.loader {
  position: relative;
  top: -12px;
  right: 20px;
  margin: 0 auto;
  width: 25px;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}


/****************************\
         SLIDER
\****************************/
.slider{margin-bottom: 20px;}
.slider #owl-demo .item{
  height: 100%;
  background-size: cover;
}
.slider #owl-demo .item:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.slider #owl-demo .item .container{
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.slider #owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
.slider #owl-demo .item .caption{
  position: absolute;
  max-width: 700px;
  z-index: 1;
  bottom: 100px;
}
.slider #owl-demo .item .caption h3{margin-top: 0px;}
.slider #owl-demo .item .caption h3 a{
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.slider #owl-demo .item .caption .meta{
}
.slider #owl-demo .item .caption .meta span{
  color: #9a9a9a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
}
.slider #owl-demo .item .caption .meta span b{
  color: #fff;
  text-transform: initial;
  font-weight: 100;
}
.slider #owl-demo .item .caption .post-summary{
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.8px;
  padding: 10px 0px;
  margin-bottom: 30px;
  line-height: 20px;
}
.slider #owl-demo .item .caption > a{}
.slider #owl-demo .item .caption > a span{
  cursor: pointer;
  padding: 10px 40px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #fff;
  color: #fff;
  overflow: hidden;
}
.slider #owl-demo .item .caption > a span:after{
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.slider #owl-demo .item .caption > a span:hover{color: #000;}
.slider #owl-demo .item .caption > a span:hover:after {
  height: 220%;
  opacity: 1;
}
.slider .owl-theme .owl-controls {
  margin: auto;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.slider .owl-theme .owl-controls .owl-page span {
   background: #00acc1;
}


/*ad*/
.ad{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*Section row */
.section-row-title h2{
  text-align: center;
  color: #cf0;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 32px;
  letter-spacing: .5px;
  border-radius: 2px;
  margin: 0px 5px;
  margin-bottom: 20px;
}
.thumb-title {
  color: beige;
  text-align: center;
  font-size: 12px;
  height: 32px;
  overflow: hidden;

}
.post{
  margin-top: 20px;
}
.post .thumbnail {
	position: relative;
	padding: 0px;
	border-radius: 3px;
	margin-bottom: 5px;
	border: #000 0px solid;
	height: 254px;
	background-color: transparent;
  border: 1px solid #00acc1;
  overflow: hidden;
}
.post .thumbnail a{
  display: block;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}

.post .thumbnail a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: auto;
	width: 100%;
	background-color: #000000ad;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.post .thumbnail:hover a:before{ opacity: 1;}
.post .thumbnail a:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	background-image: url();
	width: 100px;
	height: 100px;
}
.post .thumbnail a:after{}
.thumbnail>img, .thumbnail a > img{border-radius: 3px;}
.post .thumbnail .anime-type{
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: .5px;
  display: inline-block;
  background-color: #6D4C41;
  padding: 0px 5px;
  border-radius: 3px;
  position: absolute;
  bottom: 8px;
  left: 5px;
}
.post .thumbnail .anime-type.tv-series{background-color: #0288D1;}
.post .thumbnail .anime-type.movie{background-color: #78ab10;}
.post .thumbnail .anime-type.ona{background-color: darkblue;}
.post .thumbnail .anime-type.ova{background-color: green;}
.post .thumbnail .anime-type.special{background-color: #E65100;}
.post .thumbnail .episodes{
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
  background-color: #6D4C41;
  padding: 0px 5px;
  border-radius: 3px;
  position: absolute;
  bottom: 8px;
  right: 5px;
}
.post .thumbnail .anime-dub{
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: .5px;
	display: inline-block;
	background-color: red;
	padding: 0px 5px;
	border-radius: 3px;
	position: absolute;
	top: 8px;
	left: 5px;
}

.post .thumbnail .anime-status-regular{
	color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    background-color: #673ab7;
    padding: 0px 5px;
    border-radius: 3px;
    position: absolute;
    top: 8px;
    right: 5px;
}
.post .thumbnail .anime-status-complete{
	color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    background-color: darkmagenta;
    padding: 0px 5px;
    border-radius: 3px;
    position: absolute;
    top: 8px;
    right: 5px;
}

.post .thumbnail h2{
  color: #9a9a9a;
  font-size: 18px;
  font-weight: 400;
}
.post .thumbnail .caption p.imdb{}
.post .thumbnail .caption p.imdb span{ color: #fbb829;}
.post .thumbnail .caption p.genre{}
.post .thumbnail .caption p.genre a{
  color: #fff;
  text-decoration: none;
}
.post .thumbnail .caption p.genre a:hover{ color: #9a9a9a;}
.post .thumbnail .caption p.watchbtn{
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin-bottom: 0px;
  background-color: #9a9a9a;
  padding: 5px 0px;
}
.post .thumbnail .caption p.watchbtn a{
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
    position: relative;
}
.post .thumbnail .caption p.watchbtn a:before{
  content: "\f144";
  color: #fff;
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  left: 0px;
  line-height: 20px;
}

.section-row-body{}
.type-post{
  position: relative;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
.post-description{
  display: none;
  width: 300px;
  color: #333;
  padding: 10px 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  position: absolute;
  z-index: 1;
}
.type-post:hover .post-description{
  display: block;
}
.post-title h2.entry-title{
  color: #6a5acd;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}
.post-description p{
  color: #008d9e;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 2px;
}
.post-description p b{
  font-size: 12px;
  font-weight: 600;
  color: #1b1b1b;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.post-description .score{
  display: inline-block;
  width: 49%;
}
.post-description .year{
  display: inline-block;
  width: 49%;
  text-align: right;
}
.post-description .score p,
.post-description .year p{
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
  background-color: #00acc1;
  padding: 0px 5px;
  border-radius: 3px;
}
.post-description .score p{
  background: #ffbe00;
  color: #8c0000;
}
.post-description .platform{
  display: inline-block;
  width: 50%;
  text-align: right;
  color: #9a9a9a;
}
.post-description .genre{margin-top: 8px;}

.post-description .platform i{
  display: inline-block;
  margin-right: 8px;
  font-size: 18px;
  line-height: 18px;
}
.post-description .platform p{
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
  background-color: #00acc1;
  padding: 0px 5px;
  border-radius: 3px;
}
.post-summary{
  text-align: justify;
  padding: 5px 0px;
  line-height: 16px;
}
.post-description .post-summary p{}
.post-categories, .post-tags{
	font-size: 12px;
	font-weight: 600;
	color: #888;
	letter-spacing: .5px;
	width: 100%;
}
.post-categories a, .post-tags a{
  color: #ffffff;
  font-weight: 400;
  text-decoration: underline;
  background-color: #00acc1;
  padding: 0px 10px;
  border-radius: 3px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 2px;
  font-size: 10px;
}
.sub-section{
  padding: 15px;
}
.trailer{
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.trailer iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.screen-encode .nav-tabs{
  border-bottom: 1px solid #292f44;
}
.screen-encode .nav-tabs > li{
  margin-bottom: -2px;
}
.screen-encode .nav-tabs > li > a{
  font-size: 16px;
  color: #888;
}
.screen-encode .nav-tabs > li > a:hover{
  border: 1px solid #1e2129;
  background: none;
}
.screen-encode .nav-tabs > li.active > a{
  border: 1px solid #292f44;
  border-bottom: none;
  color: #00acb7;
  background: #1a1c23;
}
.screen-encode .tab-content{
  background: #1a1c23;
  padding: 15px;
  width: 100%;
  padding-top: 55.5%;
  position: relative;
  border: 1px solid #292f44;
  border-top: none;
}
.screen-encode .tab-content > .tab-pane{
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
.screen-encode .tab-content > .tab-pane:not(:first-child){
  overflow-y: auto;
  padding-right: 10px;
  text-align: justify;
}

.related-post{
  margin-top: 50px;
}

/*pagination*/
.wp-pagenavi{text-align: center; padding: 50px 0px;}
.wp-pagenavi li { display: inline-block; margin: 2px; }
.wp-pagenavi a, .wp-pagenavi span {
  color: #b1b1b1;
  font-size: 16px;
  border: 1px solid #b1b1b1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 5px 15px;
  display: inline-block;
  text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi li.active a {
  color: #fff;
  border-color: #00acc1;
  background-color: #00acc1;
}

.wp-pagenavi p{
  color: #00acc1;
  margin-top: 10px;
  margin-right: 534px;
  margin-bottom: -18px;
}

/****************************\
         FOOTER
\****************************/
.footer,
#footer-area{
  background-color: #13151A;
  padding: 40px 0px;
}
.footer .widget{}
.footer .widget .widget-title{
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  margin-top: 0px;
}
.foot-menu .logo img{
  max-width: 150px;
}
.footer .widget.foot-menu ul{
  display: inline-table;
  width: 32%;
  list-style: none;
}
.footer .widget.foot-menu ul li{}
.footer .widget.foot-menu ul li a{
  color: #9d9d9d;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
  display: inline-block;
}
.footer .widget.foot-menu ul li a:hover{color: #9a9a9a;}

/*social*/
.social-icons{ margin-bottom: 40px;}
.social-icons ul{
  text-align: center;
}
.social-icons ul li{
  display: inline-block;
  margin-right: 3px;
}
.social-icons ul li a{
  display: block;
  text-align: center;
  margin: 0px 5px;
  background: #3f4656;
  padding: 10px 15px;
  border-radius: 5px;
}
.social-icons i.fa,
.social-icons i.fab{
  font-size: 30px;
  color: #fff;
}

.subscribe{}
.subscribe p{color: #9d9d9d;}
.subscribe p span.sitename{color: #9a9a9a;}
.subscribe .input-group .form-control{
  background-color: #fff;
  border: 0px;
  border-radius: 2px;
}
.subscribe .input-group .form-control:focus{box-shadow: none;}
.subscribe .input-group .input-group-btn .btn{
  color: #fff;
  background-color: #00acc1;
  border-color: #00acc1;
}
.footer .widget .logo {
  width: 100%;
  margin-bottom: 10px;
}
.footer .widget p{color: #9d9d9d;}
.footer .widget p a{color: #9a9a9a;}

.scroll-to-top{
  display: inline-block;
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 10px 15px;
  background: #525252;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}

/**
 * Support Old Post
 */
.page-container,
.post-container-old{
  background: #191c23;
  margin: 20px 0;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 6px -6px black;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
}
.page-container .page-inner{
  padding: 20px;
}
.anime-list p{
  overflow: hidden;
}
.anime-list a::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07b";
  margin-right: 10px;
  margin-left: 5px;
  color: #696969;
}
.anime-list a {
  color: #bfe2ff;
  display: inline-block;
  width: 200%;
}
.post-container-old .title-wrapper{
  padding: 40px;
}
.post-container-old .title-wrapper h1{
  font-size: 20px;
  color: #fff;
}
.post-container-old .title-wrapper a{
  color: #fff0b2;
  text-decoration: none;
}
.post-container-old .content-warapper{
  padding: 0px 40px 40px 40px;
}
.post-container-old .content-warapper a{
  color: #daef6f;
}

/* x * x * x * x * x * x * x * x * x * x * x * x * x * x * x *\
                     # HOMEPAGE END #
\* x * x * x * x * x * x * x * x * x * x * x * x * x * x * x */

/********************************************************
*                                                       *
*                       SINGLE PAGE                     *
*                                                       *
*********************************************************/
.content-container{}
.breadcrumb-area{
  border-bottom: #1e1c25 1px solid;
  margin-bottom: 20px;
}
.breadcrumb{
  padding: 8px 0px;
  margin-bottom: 0px;
  background-color: transparent;
}
.breadcrumb li a{
  color: #00acc1;
  font-weight: 700;
}

/****************************\
         PLAY VIDEO
\****************************/
.play-video{}
.video-js{
  width: 100%;
  height: 500px;
}
.video-js .vjs-big-play-button{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}

/*.opition-bar{
  padding: 5px 10px;
  margin-bottom: 20px;
  background-color: #222222;
}
.rateit{
  color: #eee;
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
}
.rateit .rateit-range{
  top:1px;
}
.serverlist{
  border:#eee 1px solid;
  margin-bottom: 20px;
}
.serverlist ul{}
.serverlist ul li{
  list-style: none;
  display: inline-block;
  width: 100%;
  border-bottom: #eee 1px solid;
  padding: 15px 15px;
}
.serverlist ul li:last-child{
  border-bottom: #eee 0px solid;
}
.serverlist ul li span{
  color: #848484;
  position: relative;
  padding-top: 2px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  vertical-align: bottom;

}
.serverlist ul li span:before{
  content: "\f233";
  color: #848484;
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  left: 0px;

}
.serverlist ul li a{
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 1px 5px;
  color: #888;
  border: 1px solid #bbb;
  border-radius: 2px;
}
.serverlist ul li a:hover{
  color: #fff;
  background-color: #9a9a9a;
  border-color: #9a9a9a;
}*/

/****************************\
        CONTENT AREA
\****************************/
.item-poster{
  max-width: 90%;
  margin-bottom: 20px;
  position: relative;
}
.item-poster img{
  height: auto;
  border-radius: 3px;
  box-shadow: 0px 0px 13px rgba(255, 255, 255, 0.2);
}
.item-poster p{
  position: absolute;
  bottom: -20px;
  left: 22%;
  background: rgb(255, 229, 153);
  padding: 5px 10px;
  color: #585858;
  font-weight: bold;
  line-height: 20px;
  border-radius: 5px;
}
.item-poster p span{
  font-size: 20px;
  color: #ff8227;
}
.info-body{}
.info-body h1.entry-title{
  color: #888;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 10px;
}
.entry-meta{
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.entry-meta a{color: #00acc1;}
.meta{
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
}
.info-body p{ margin-bottom: 0px;}
.info-body .meta p span{
  font-size: 13px;
  font-weight: 600;
  color: #00acc1;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 90px;
  display: inline-block;
}
.info-body .meta p.imdb{}
.info-body .meta p.imdb span{
	color: #fbb829;
	font-weight: 600;
}
.info-body .meta p.genre{}
.info-body .meta p a{
  color: #9a9a9a;
  text-decoration: none;
}
.info-body .meta p a:hover{color: #2a7b66;}
.info-body .meta p.quality{
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	background-color: #9a9a9a;
	border-radius: 2px;
	padding: 0px 3px;
	width: auto;
	display: inline-block;
}
.summary h3{
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 20px; 
  color: #00acc1;
}
.summary p{
  color: #bfbfbf;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .5px;
  margin-bottom: 10px;
}
.download-btn{}
.download-btn a{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
  background-color: #9a9a9a;
  padding: 8px 15px;
  border-radius: 3px;
}
.download-btn a:hover{
  background-color: #686bf7;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
}

/*video area*/
.video-area{
	margin-bottom: 50px;
	margin-top: 30px;
}
.video-area .vendor h3{
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.video-area .vendor h3{}
.download-button{
  margin-bottom: 10px;
}
.video-area .vendor .download-button a{
  color: #00acc1;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  background-color: #0b0a0d;
  width: 260px;
  display: block;
  border-radius: 3px;
}
.video-area .vendor .download-button a:hover{ background-color: #1e1c25;}

.player-Guide {
  padding: 20px;
  background-color: #1e1c25;
  display: table;
  width: 71%;
  border-radius: 5px;
  font-size: 11px;
  margin: auto;
  margin-bottom: 50px;
}
.player-Guide p.text-muted {
	color: #00acc1;
}
.player-Guide>div{
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 1%;
}
.player-Guide>div>button{
  background-color: #00acc1;
  border: 0px;
  font-size: 11px;
  line-height: 18px;
  padding: 0px 8px;
  margin-right: 10px;
}
.player-Guide>div>button:hover{
  background-color: #069caf;
}


.description{}
.description h3, .screenshots h3{
	font-size: 24px;
	font-weight: 700;
	margin-top: 0px;
	text-transform: uppercase
}
.description p{
	font-size: 14px;
	letter-spacing: .5px;
}
.screenshots p a {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.screenshots p a:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.50);
}
.screenshots p a:hover:after {
  content: "View Full Image";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 160px;
  height: 20px;
  margin: auto;
  color: #fff;
  font-size: 20px;
}


/*comments*/
.comments-area{
  padding: 25px;
  border: 1px solid #00575d;
  margin-bottom: 30px;
  box-shadow: 0 8px 6px -6px black;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.comments-area h4{
  color: #00acb7;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 30px;
}
.comments-area a{
  color: #00acb7;
}
.comment-list{
  padding-left: 0px;
  margin-bottom: 100px;
}
.comment-list li.comment{position: relative;}
.comment-list li .comment-body{}
.comment-list li .comment-meta{}
.comment-author{
  font-size: 14px;
  font-weight: 500;
  color: #a3a3a3;
  letter-spacing: .4px;
}
.comment-author img{
  border-radius: 50%;
  margin-right: 20px;
}
.comment-author b{font-weight: normal;}
.comment-metadata a{
  color: #a3a3a3;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: .3px;
  padding-left: 55px;
  margin-top: -7px;
  display: block;
}
.comment-content{
  padding-left: 55px;
  margin-top: 10px;
  color: #7d7d7d;
  font-size: 13px;
  letter-spacing: .5px;
}
.comment-awaiting-moderation{color: #a3a3a3;padding-left: 55px;}
.reply a{
  font-size: 12px;
  font-weight: 500;
  color: #a3a3a3;
  letter-spacing: .4px;
  position: absolute;
  right: 0px;
  top: 0px;
}
h3.comment-reply-title{
  font-size: 18px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-top: 0;
  margin-bottom: 50px;
}
.comment-notes{display: none;}
.comment-form{ overflow: hidden;}
.comment-form > p{
  width: calc(100% * 1/3 - 30px);
  float: left;
  padding-top: 6px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}
.comment-form > p label {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 6px;
  padding: 0 4px 0 10px;
  background-color: #1e2129;
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.comment-form > p input {
  color: #7d7d7d;
  font-size: 13px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
  height: 45px;
  background-color: transparent;
  border: 1px solid #dcdcdc;
}
.comment-form > p.comment-form-comment {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.comment-form > p.comment-form-comment textarea{
	width: 100%;
	color: #ffffff;
	padding: 15px;
	border: 1px solid #888;
	background-color: #1e2129;
}
.comment-form > p input[type='submit'] {
  font-size: 13px;
  color: #fff;
  border: 1px solid #dcdcdc;
  background: none;
  cursor: pointer;
  padding: 15px 30px 15px 38px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
  outline: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: auto;
}
.comment-form > p input[type='submit']:hover {
  background: #000;
  color: #ffffff;
  border: 1px solid transparent;
}




/* x * x * x * x * x * x * x * x * x * x * x * x * x * x * x *\
                     # SINGLE PAGE END #
\* x * x * x * x * x * x * x * x * x * x * x * x * x * x * x */

.entry-header h1{
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 0px;
}
.entry-content{}
.entry-content h1{
  font-size: 18px;
  margin-top: 0px;
}


/*sidebar*/
.widget-area{
  padding: 0 20px;
  margin: 20px 0;
  background: #191c23;
  box-shadow: 0 8px 6px -6px black;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
}
.widget{padding: 20px 0;}
.widget-area h2.widget-title{
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  margin-top: 0px;
  background: #2f3d4c;
  padding: 15px;
  color: #00acc1;
}
.widget-area h2.widget-title:after{
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  left: 15px;
  bottom: 0;
  background-color: #9a9a9a;
}
.widget .screen-reader-text{display: none;}
.widget select{
  padding: 15px;
  width: 100%;
  background: #1b1f27;
  border: 1px solid #00acc1;
  color: #00acc1;
  border-radius: 3px;
  font-size: 16px;
}
.widget ul{}
.widget ul li{
  color: #fff;
  font-size: 15px;
  list-style: none;
}
.widget ul li a::before{
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c6";
  margin-right: 10px;
  margin-left: 5px;
  color: #696969;
}
.widget ul li a{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.widget ul li a:hover{ color: #9a9a9a;}
.blockquote{ border-left: 5px solid #9a9a9a;}

/*contact form*/
.wpcf7{}
.wpcf7-form{}
.wpcf7-form p{
  position: relative;
  margin-bottom: 15px;
}
.wpcf7-form p label{width: 100%;}
.wpcf7-form p label span{}
.wpcf7-form p label span input,
.wpcf7-form p label span input:focus{
  border-radius: 0px;
  border: 1px solid #e7e7e7;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 13px;
  line-height: 30px;
  color: #aaa;
  font-weight: 400;
  padding: 10px 15px;
  width: 100%;
  outline: 0px;
}
.wpcf7-form p label span textarea,
.wpcf7-form p label span textarea:focus{
  border-radius: 0px;
  border: 1px solid #e7e7e7;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 13px;
  line-height: 30px;
  color: #aaa;
  font-weight: 400;
  padding: 10px 15px;
  width: 100%;
  outline: 0px;
}
.wpcf7-submit {
  padding: 8px 13px 8px 15px;
  border-radius: 0px;
  background: transparent;
  color: #404040;
  display: inline-block;
  white-space: normal;
  border: 1px solid #eee;
  font-size: 80%;
  text-transform: uppercase;
  box-shadow: none;
  letter-spacing: 1.5px;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.wpcf7-submit:hover, .wpcf7-submit:focus{
  color: #fff;
  background: #9a9a9a;
  border-color: #9a9a9a;
}

.mov-play-area{
  width: 800px;
  margin: auto;
  margin-bottom: 50px;
}
.mov-play-area .video-section{
  margin-bottom: 50px;
}
.mov-play-area .video-section h2{
	color: #00acc1;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}
.video-container .vendor{
  max-width: 50%;
}
.mov-play-area .video-container {
    position: relative;
    padding-top: 56.4%;
    width: 100%;
    max-width: 100%;
    min-height: 270px;
    overflow: hidden;
}
.mov-play-area .video-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video-box {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 50px;
}
.video-box iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.watch-list{
    padding: 5px;
}
.watch-list h3{
    font-size: 22px;
    padding-bottom: 5px;
    border-bottom: 1px solid #00afff;
    margin: 0;
    margin-bottom: 20px;
    display: inline-block;
}
ul.list-episodes,
ul.down-link-list{
    position: relative;
    margin-bottom: 70px;            
}
ul.list-episodes li.episode,
ul.down-link-list li.episode{
    display: inline-block; 
}
ul.list-episodes li.episode,
ul.down-link-list li.episode{
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 5px 15px;
    background: #737373;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: background 0.5s;
}
ul.list-episodes li.episode:hover,
ul.down-link-list li.episode:hover,
ul.list-episodes li.episode.active,
ul.down-link-list li.episode.active{
    background: #286ca0;
}
ul.list-episodes ul.list-servers,
ul.down-link-list ul.list-servers{
    display: none;
    position: absolute;
    left: 0;
    top: 110%;
    z-index: 1;
}
ul.down-link-list > li:first-child ul.list-servers,
ul.list-episodes > li:first-child ul.list-servers{
    display: block;
}
ul.down-link-list ul.list-servers li,
ul.list-episodes ul.list-servers li{
    display: inline-block;
    padding: 5px 15px;
    background: #3f4656;
    color: #cecece;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    box-shadow: 0 8px 6px -6px black;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
}
ul.down-link-list ul.list-servers a{
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #b7b7b7;
}
ul.down-link-list ul.list-servers li:hover{
  background: #004954;
}



.servers{
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 50px;
}
.server-row{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: #ddd 1px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.servers .server-row:last-child{
	border-bottom: #ddd 0px solid;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.server-col-1{
	color: #848484;
	font-size: 16px;
	width: 110px;
}
.server-col-1 i{
  color: #833bb4;
  font-size: 14px;
  margin-right: 8px;
}
.server-col-2{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.server-col-2 ul{}
.server-col-2 ul li{
	list-style: none;
	display: inline-block;
}
.server-col-2 ul li a{
	display: inline-block;
	margin: 2px 1px;
	padding: 2px 5px;
	background: #efefef;
	color: #585858;
	text-decoration: none;
	border-radius: 3px;
	-moz-transition: width .6s;
	-webkit-transition: width .6s;
	transition: width .6s;
}
.server-col-2 ul li a:hover{ color: #cacaca; background: #833ab4;}

.anni-list-gallery{
  padding: 20px 0px;
  /*margin-bottom: 50px;*/
}
.anni-list-gallery h2{
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 32px;
  letter-spacing: .5px;
  border-radius: 2px;
  margin: 0px 5px;
  margin-bottom: 20px;
}
.alg-box{
  background-color: #1e1c25;
  padding: 10px;
}
.alg-box h2{
  color: #00acc1;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0px;
  background-color: #1e2129;
  line-height: 34px;
}
.alg-box ul{
  height: 335px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.alg-box ul::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 5px;
  background-color: #24272f;
}
.alg-box ul::-webkit-scrollbar{
  width: 5px;
  background-color: #1e1c25;
}
.alg-box ul::-webkit-scrollbar-thumb{
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
  background-color: #00acc1;
}
.alg-box ul li{
  list-style: none;
  display: block;
}
.alg-content{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.alg-content:before{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #2A2E39;
}
.alg-content:after{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 1px;
  background-color: #121319;
}
.imgdiv{
  width: 50px;
  margin-right: 10px;
  border-radius: 6px;
  overflow: hidden;
}
.imgdiv img{height: auto;}
.text-con{
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}
.text-con h5{
  margin-top: 0px;
  margin-bottom: 5px;
}
.text-con h5 a{
  color: #00acc1;
  font-size: 13px;
  font-weight: 400;
}

.text-con p{
  color: #000;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  display: block;
  line-height: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0px;
}
.text-con p span{ 
  color: #888;
  font-weight: 300;
}
.text-con p span:first-child{
  width: 75px;
  font-weight: 500;
}
.text-con p span:nth-child(2n){}
.text-con p span:last-child{
  margin-left: 8px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}

.download-section{
  margin: 30px 0px 80px 0px;
  padding: 15px;
}
.download-section > h4{
  color: #03f0ff;
  margin-bottom: 20px;
}
.download-section ul{
  list-style: none;
}
.download-section ul li{
  display: inline-block;
}
.download-section ul li span{
  color: #fff;
  font-size: 14px;
  background-color: #00acb7;
  padding: 5px 15px;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0 8px 6px -6px black;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
}

.download-section .s-link a{
  display: inline-block;
  background: #3f4656;
  padding: 10px 20px;
  margin: 0px 2px;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: 0 8px 6px -6px black;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
}

.post-title h2{
  text-align: center;
  max-width: 700px;
  margin: 20px auto 0px;
}
.download-links{
  padding: 50px 0px 100px;
}
.download-links li{
  list-style: none;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.download-links li a{
  color: #00acc1;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  background-color: #13151a;
  display: inline-block;
  width: 360px;
  border-radius: 3px;
}
.download-links li a img{
  height: 24px;
  padding: 0px 8px;
}

/*request section*/
.request-section{margin-bottom: 20px;}
a.btn-request{
  background-color: #00acc1;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
a.btn-request:hover, a.btn-request:focus{
  color: #fff;
  outline: 0px;
  box-shadow: 0px;
}
#requestModal{}
.request-section .modal.in .modal-dialog{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 330px;
}
#requestModal .modal-header{
  padding: 8px 15px;
  background-color: #00acc1;
  border-radius: 3px 3px 0px 0px;
}
#requestModal .modal-header .close{}
#requestModal .modal-header .modal-title{
  color: #fff;
  font-size: 14px;
}
#requestModal .modal-body{}
.request-tab{}
.request-tab .nav{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}
.request-tab .nav li{
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
}


.request-tab .nav li a{
  background-color: #888;
  color: #fff;
  font-size: 12px;
  line-height: 28px;
  padding: 0px 10px;
  text-align: center;
  display: block;
}


.rp-inner .request-note{
	margin-bottom: 10px;
    margin-left: 5px;
    background-color: #00acc1;
    display: block;
    width: 49%;
    padding-left: 19px;
    border-radius: 4px;
    color: white;
}
.rp-inner .dead-note{
	margin-bottom: 10px;
    margin-left: 5px;
    background-color: #00acc1;
    display: block;
    width: 49%;
    padding-left: 19px;
    border-radius: 4px;
    color: white;
}

.request-tab .nav li.active a{background-color: #00acc1;}
.request-tab .tab-content{}
.request-tab .tab-content .tab-pane{}
.request-tab .tab-content .tab-pane .form-group {
  margin-bottom: 0px;
}
.req-message.failed{
	color: #f73f3f;
	font-weight: bold;
	margin-bottom: 5px;
}
.request-tab .tab-content .tab-pane .form-group label{color: #00acc1;}
#epi-number{
  width: 100%;
  margin-bottom: 10px;
}
.btn-dead-link{}
.request-tab .tab-content .tab-pane.active{}
.request-tab textarea.form-control { margin-bottom: 10px;}
.request-page{padding: 100px 0px;}
.request-page h2{
  color: #00acc1;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  background-color: #1e1c25;
  display: inline-block;
  margin: 0px;
  padding: 0px 20px;
  border: #00acc1 1px solid;
  border-bottom: 0px;
  margin-bottom: -1px;
}
.rp-inner{
  background-color: #1e1c25;
  padding: 15px 15px;
  border: #00abc0 1px solid;
}
.rp-inner .item{
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #000;
  padding: 5px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-template-deadlink .rp-inner .item{height: 46px;}
.rp-inner .item .item-img{
  width: 20px;
  margin-right: 10px;
  overflow: hidden;
}
.rp-inner .item .item-img img{height: auto;}
.rp-inner .item a, .rp-inner .item p{
  color: #00aabf;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  margin-bottom: 0px;
}


.request-page .wpcf7-form p label span {
    margin-top: 10px;
    display: block;
    max-width: 600px;
}
.request-page .wpcf7-form p label span input, .request-page .wpcf7-form p label span input:focus {
    border-radius: 3px;
    border: 1px solid #00abc0;
    padding: 5px 15px;
    background-color: #1e1c25;
}
.request-page .wpcf7-form p label span textarea, .request-page .wpcf7-form p label span textarea:focus{
    border-radius: 3px;
    border: 1px solid #00abc0;
    padding: 5px 15px;
    background-color: #1e1c25;
}

.request-page .wpcf7-submit:hover, .request-page .wpcf7-submit:focus{
    color: #fff;
    background: #00abc0;
    border-radius: 3px;
    border: 1px solid #00abc0;
}
.request-page .wpcf7-submit{
    padding: 8px 13px 8px 15px;
    background: transparent;
    color: #ffffff;
    display: inline-block;
    white-space: normal;
    border: 1px solid #00acc1;
    font-size: 80%;
    text-transform: uppercase;
    box-shadow: none;
    letter-spacing: 1.5px;
    border-radius: 3px;
}
.request-page h4{color: #00acc1;}
.q-row{margin-bottom: 10px;}
.q-row .question{
  color: #00acc1;
  font-weight: 600;
  letter-spacing: .5px;
}
.q-row .answer{
  color: #dfdfdf;
  font-size: 12px;
  letter-spacing: .9px;
}

.request-page h4{color: #00acc1;}
.q-row{margin-bottom: 10px;}
.q-row .question{
  color: #00acc1;
  font-weight: 600;
  letter-spacing: .5px;
}
.q-row .answer{
  color: #dfdfdf;
  font-size: 12px;
	letter-spacing: .9px;
}
.archive-temp{
  margin-top: 20px;
}
.color-pic{
  position: fixed;
  bottom: 100px;
  left: 20px;
}
.color-pic a{
  background: #13151a;
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #337ab7;
}
.color-pic a.pic-white{
  background: #fff;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-content{
  background: #3a3a3a;
  text-align: center;
}
.modal-header{
  border-bottom: 1px solid #191919;
  color: #fff;
}
.modal-body{
  border-top: 1px solid #5d5b5b;
  border-bottom: 1px solid #191919;
}
.modal-footer{
  border-top: 1px solid #5d5b5b;
}
.s-link .btn{
  color: #fff;
  background-color: #5f5f5f;
}

/* Footer Menu */
.footer-menu{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
.trans-bg{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.footer-menu-inner{
  margin: 80px 0px;
  padding: 20px;
  background: #282828;
  float: left;
  width: 100%;
  padding-top: 30px;
  position: relative;
}
.footer-menu-inner .close-menu{
  position: absolute;
  right: 1px;
  top: 1px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 10px;
  cursor: pointer;
}
.f-menu-sec h4{
  background: #2e9fff;
  padding: 10px;
  color: #fff;
}
.f-menu-sec ul{
  list-style: none;
}
.menu-rating ul li{
  width: 100%;
  margin: 2px 0;
}
.menu-genre ul li,
.menu-season ul li{
  display: inline-block;
  margin: 2px;
  width: calc(25% - 4px);
}
.f-menu-sec ul li{
  float: left;
}
.f-menu-sec ul li a::before{
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; content: "\f6d1";
  margin-right: 10px;
  margin-left: 5px;
  color: #696969;
}
.f-menu-sec ul li a{
  display: inline-block;
  padding: 5px 10px;
  background: #424242;
  width: 100%;
  color: #00e5ff;
}
.extra-down-btn{
    text-align: center;
    padding: 20px;
}
.extra-down-btn img{
    cursor: pointer;
}

.notice-board{
  display: none;
  position: fixed;
    bottom: 0px;
    width: 100%;
    background: #3d4352;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    border-top: 2px solid #00acc1;
}
.notice-board a.understand-btn{
  padding: 10px;
    background: #5f45ff;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 6px -6px black;
    -webkit-box-shadow: 0 4px 6px -6px black;
    -moz-box-shadow: 0 4px 6px -6px black;
}

.anni-list-gallery{
  margin-top: 55vh;
}
.anni-list-gallery .container .row{
    background: rgba(30, 32, 40, 0.8);
}
.owl-carousel{
  position: absolute;
  top: 0;
  z-index: -1;
}
.owl-carousel div.owl-item{
  height: 100vh !important;
}
.owl-carousel div.s-item{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat; 
}
.owl-carousel:after{
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgb(153,153,153);
  background: -moz-linear-gradient(to bottom, rgb(30, 33, 41, 0) 0%, rgb(30, 33, 41, 0.2) 40%, rgb(30, 33, 41, 0.4) 60%, rgb(30, 33, 41, 0.8) 80%, rgb(30, 33, 41, 1) 100%);
  background: -webkit-linear-gradient(to bottom, rgb(30, 33, 41, 0) 0%, rgb(30, 33, 41, 0.2) 40%, rgb(30, 33, 41, 0.4) 60%, rgb(30, 33, 41, 0.8) 80%, rgb(30, 33, 41, 1) 100%);
  background: linear-gradient(to bottom, rgb(30, 33, 41, 0) 0%, rgb(30, 33, 41, 0.2) 40%, rgb(30, 33, 41, 0.4) 60%, rgb(30, 33, 41, 0.8) 80%, rgb(30, 33, 41, 1) 100%);
}


/**
 * Scroll Bar
 */
::-webkit-scrollbar {
  width: 6px;
}
 
::-webkit-scrollbar-track {
  background: #676767;
  box-shadow: inset 0 0 4px #000000;
}
 
::-webkit-scrollbar-thumb {
  background: #b7b7b7;
  box-shadow: 0 8px 6px -6px black;
}

/********************************************************
*                                                       *
*                       MEDIA QUERIES                   *
*                                                       *
*********************************************************/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.post .thumbnail { height: 210px;}
}
@media only screen and (max-width: 991px) {}
@media only screen and (min-width: 768px) and (max-width: 991px) {}
@media only screen and (max-width: 767px) {
  .comment-form > p { width: 100%;}
  .post .thumbnail { height: auto;}

}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (min-width: 320px) and (max-width: 480px) {}



/* x * x * x * x * x * x * x * x * x * x * x * x * x * x * x *\
                     # MEDIA QUERIES END #
\* x * x * x * x * x * x * x * x * x * x * x * x * x * x * x */