/*
Theme Name: Kiranime Pro Child
Author: Dzul Qurnain
Author URI: https://tukutema.com
Description: Kiranime Pro child.
Version: 3.5.16
Template: kiranime_pro
License: GNU General Public  v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kiranime
*/

.season-heading {
  padding: 10px 15px;
  background-color: rgb(2,132,199);
  color: #fff;
}

#seasonSelector {
  height: 44px;
  padding: 10px 16px;
  font-size: 1.6rem;
  background-color: transparent;
  min-width: 200px;
}

.season-select {
  background-color: transparent;
  color: #fff;
}

ul.custom-list {
  font-size: 0;
}

ul.custom-list li {
  width: 12.5%;
  display: inline-block;
  vertical-align: top;
}

.odd\:bg-tertiary:nth-child(odd) {
  background-color: transparent !important;
}

.kira-grid-featured {
  padding: 0px 5px !important;
  margin: 0 !important;
  display: block !important;
}

@media (max-width: 1300px) {
  ul.custom-list li {
    width: 25%;
  }
}

@media (max-width: 575px) {
  ul.custom-list li {
    width: 50%;
  }
  .all-animes {
    display: none;
  }
  .h-300 {
    height: 225px !important;
  }
}

.all-animes {
  margin-left: 15px;
}

div#search {
  max-width: 600px;
}
div#search input {
  background-color: rgba(255,255,255, .1);
  color: #fff;
}
div#search input::placeholder {
  color: #fff;
  opacity: 1;
}

.h-300 {
  height: 300px !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}