/*
Theme Name: AkumAnimes Plus
Theme URI: http://akumanimes.com
Description: Tema Responsivo e Semi-automático para o AkumAnimes Cor #AD0D2D
Author: RiverLab (TioRiver Nikolaevich)
Author URI: http://facebook.com/TioRiverLab
Version: 1.0
*/
/* HTML */
body {
margin: 0;
padding: 0;
color: #fff;
background: #191919;
font-family: Arial, sans-serif;
}
* {
box-sizing: border-box;
}
a {
color: inherit;
text-decoration: none;
}
/* Especiais */
.spr {
background: url(img/cssprite.png) no-repeat;
}
.mwidth {
max-width: 1280px;
margin: auto;
position: relative;
z-index: 9;
}
#marionete {
transition: margin-left .5s;
}
.i-left {
background-position: -328px -26px;
width: 16px;
height: 24px;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
.i-right {
background-position: -347px -26px;
width: 16px;
height: 24px;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}
.i-lista {
background-position: -328px 0;
width: 30px;
height: 23px;
display: inline-block;
}
.mAlign {
text-align: center;
font-size: 12px;
}
/* Menu */
.mNav {
height: 100%;
width: 0;
position: fixed;
z-index: 99;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
white-space: nowrap;
}
.mNav ul {
list-style: none;
margin: 0;
padding: 0;
}
.mNav li {
padding: 10px;
border-bottom: 1px solid #1d1d1d;
font-size: 14px;
}
/* Header */
.header {
background: url(img/bg.jpg);
height: 350px;
position: relative;
overflow: hidden;
border-bottom: 10px solid #222;
}
.hero_header {
background: url(img/heroheader.png) no-repeat;
width: 534px;
height: 350px;
position: absolute;
left: 0;
}
.logoheader {
background-position: 0 0;
width: 325px;
height: 74px;
position: absolute;
right: 0;
left: 0;
margin: 90px auto 0 auto;
}
.imenu {
background-position: -328px 0;
width: 31px;
height: 25px;
position: absolute;
margin: 10px;
cursor: pointer;
z-index: 99;
}
/* Busca Header */
.superbusca {
text-align: center;
position: absolute;
margin: 170px auto;
right: 0;
left: 0;
}
.superbusca input {
border: 0;
padding: 10px;
width: 600px;
border-radius: 6px;
position: relative;
}
.superbusca button {
background-position: -396px 0;
width: 24px;
height: 21px;
border: 0;
position: absolute;
margin-left: -29px;
margin-top: 8px;
cursor: pointer;
background-color: #fff;
}
/* Index */
.ContainerEps {
padding: 10px;
text-align: center;
}
.CTitulo {
background: rgba(0,0,0,0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQYV2MQFRX9DwABwQE/q9evzAAAAABJRU5ErkJggg==") repeat-x scroll center;
text-align: center;
margin-bottom: 5px;
}
.CTitulo span {
background: #191919;
padding: 10px;
font-size: 15px;
font-weight: bolder;
text-shadow: 1px 1px 0px #000;
}
.EpsItem {
width: 300px;
height: 240px;
display: inline-table;
background: #222;
overflow: hidden;
border-radius: 3px;
margin-right: 5px;
margin-bottom: 5px;
border-top: 3px solid #AD0D2D;
position: relative;
}
.EpsItem:nth-child(4n+1) {
margin-right: 0;
}
.EpsItem:hover img {
filter:blur(2px);
	transition: all 0.8s;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: initial;
    transition-delay: initial;
}
.EpsItem .uEpsInfo {
    position: absolute;
    left: 0px;
    right: 0px;
    max-width: 80%;
    z-index: 99;
    text-align: center;
	font-size: 14px;
    font-weight: bolder;
    text-transform: uppercase;
    background: rgb(173, 13, 45);
    padding: 10px;
    margin: 125px auto auto;
    border-radius: 3px;
}

.EpsItemImg {
width: 300px;
height: 170px;
}

.EpsItemImg img {
width: 100%;
height: 170px;

}
.EpsItemDesc {
padding: 10px;
}
.EpsItemData {
font-size: 12px;
text-align: right;
font-weight: bolder;
}
.EpsItemTitulo {
font-size: 13px;
text-align: left;
}
.ContainerAnimes {
padding: 10px;
text-align: center;
}
.AniItem {
width: 198px;
height: 272px;
display: inline-table;
overflow: hidden;
font-size: 12px;
text-align: center;
margin-bottom: 5px;
margin-right: 5px;
position: relative;
}
.AniItem .uEpsInfo {
width: 90%;
background: #AD0D2D;
border-radius: 3px;
font-weight: bolder;
text-align: center;
padding: 10px;
position: absolute;
bottom: 40px;
right: 0;
left: 0;
margin: auto;
text-transform: uppercase;
}
.AniItemImg {
width: 198px;
height: 272px;
overflow: hidden;
margin-bottom: 5px;
border-radius: 3px;
}
.AniItemImg img {
width: 100%;
height: 100%;
}
.AniDesc {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 198px;
}
/* Paginação */
.page-numbers {
background: #AD0D2D;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #fff;
display: inline-block;
margin: 4px 2px;
padding: 6px 10px 8px;
text-decoration: none;
}
.page-numbers.dots {
background: none;
}
.page-numbers.dots:hover {
background: none;
}
.pages {
background: #AD0D2D;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #fff;
display: inline-block;
margin: 4px 2px;
padding: 6px 10px 8px;
text-decoration: none;
}
.page-numbers.current {
background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#272727));
background: -moz-linear-gradient(top, #222, #272727);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#272727');
}
.page-numbers:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#272727));
background: -moz-linear-gradient(top, #222, #272727);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#272727');
}
/* Single - Episódio */
.SingleTitulo {
background: #222;
padding: 0 10px 10px 10px;
font-size: 13px;
}
.SingleTitulo h3 {
padding: 0;
}
.Single {
display: flex;
padding: 10px;
margin: auto;
}
.Sleft {
width: 100%;
margin-right: 20px;
display: flex;
flex-direction: column;
}
.Sright {
width: 380px;
display: flex;
flex-direction: column;
}
/* Abas */
#RiverLabAbas {
padding: 10px 0px 0px 10px;
}
#RiverLabAbas ul {
list-style: none;
margin: 0px;
padding: 0px;
}
#RiverLabAbas li {
display: inline-block;
margin: 3px;
padding: 8px;
background: #AD0D2D;
border-radius: 3px;
font-size: 12px;
}
/* Video */
.EPvideo {
padding: 5px;
background: #222;
border-radius: 3px;
overflow: hidden;
}
#b3 {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56%;
}
.ControlesEP {
background: #222;
display: flex;
border-radius: 3px;
margin-top: 5px;
}
.ControlesEPItem {
padding: 10px;
width: 100%;
text-align: center;
}
.ControlesEPItem:nth-child(2n+2) {
background: #252525;
}
.ControlesEPItem a {
width: 100%;
overflow: hidden;
}
/* Single - Anime */
.boxPost {
padding: 10px;
background: #222;
font-size: 15px;
}
#anime {
overflow: hidden;
clear: both;
}
#capaAnime {
width: 198px;
height: 272px;
border: 3px solid #AD0D2D;
overflow: hidden;
border-radius: 3px;
float: left;
margin-right: 5px;
margin-bottom: 5px;
}
#capaAnime img {
width: 198px;
height: 272px;
}
.boxAnimeSobre {
font-size: 13px;
overflow: hidden;
}
#sinopse2 {
width: 100%;
clear: both;
margin-top: 5px;
background: #2d2d2d;
padding: 10px;
font-size: 12px;
border-radius: 3px;
}
.boxAnimeSobreLinha {
border-bottom: 1px solid #2d2d2d;
padding: 3px;
}
/* Listas de Episódios / Ovas / Filmes */
.ListaContainer {
background: #222;
margin-top: 10px;
padding: 10px;
font-size: 14px;
}
.ListaContainerTitulo {
background: #AD0D2D;
padding: 5px;
font-weight: bolder;
margin: 0 -10px 5px -10px;
position: relative;
}
.ListaContainer ul {
list-style: none;
margin: 0;
padding: 0;
}
.ListaContainer li {
background: #2d2d2d;
margin: 0 -10px 5px -10px;
padding: 5px;
}
.ListaContainer a:active {
color: #AD0D2D!important;
}
.abreListaEpisodiosAtivo::before {
transform: rotate(-90deg);
content: '\276E';
font-size: 1em;
position: absolute;
right: 10px;
top: 5px;
cursor: pointer;
}
.abreListaEpisodiosInativo::before {
transform: rotate(90deg);
content: '\276E';
font-size: 1em;
position: absolute;
right: 10px;
top: 5px;
cursor: pointer;
}
.abreListaOvasAtivo::before {
transform: rotate(-90deg);
content: '\276E';
font-size: 1em;
position: absolute;
right: 10px;
top: 5px;
cursor: pointer;
}
.abreListaOvasInativo::before {
transform: rotate(90deg);
content: '\276E';
font-size: 1em;
position: absolute;
right: 10px;
top: 5px;
cursor: pointer;
}
.abreListaFilmesAtivo::before {
transform: rotate(-90deg);
content: '\276E';
font-size: 1em;
position: absolute;
right: 10px;
top: 5px;
cursor: pointer;
}
.abreListaFilmesInativo::before {
transform: rotate(90deg);
content: '\276E';
font-size: 1em;
position: absolute;
right: 10px;
top: 5px;
cursor: pointer;
}
/* Widgets */
.wid {
background: #222;
font-size: 12px;
padding: 10px;
margin-top: 10px;
}
.wid:first-child {
margin-top: 0px;
}
.widTitulo {
background: #2b2b2b;
padding: 5px;
text-align: center;
font-weight: bolder;
margin: -10px -10px 5px -10px;
border-radius: 2px;
}
/* Informações */
.informações {
background: #222;
width: 100%;
font-size: 14px;
padding: 10px;
margin-top: 10px;
}

/* Comentários */
.comentarios {
background: #222;
width: 100%;
font-size: 14px;
padding: 10px;
margin-top: 10px;
}
/* Lista de Animes */
.ContainerBoxLetras {
max-width: 1000px;
margin: auto;
margin-top: 10px;
padding: 10px;
background: #222;
border-radius: 3px;
text-align: center;
clear: both;
overflow: hidden;
}
.listaAnimes_RiverLab_boxLetras {
display: flex;
justify-content: space-between;
}
.ListaLetras {
float: left;
width: 3.5%;
height: 35px;
line-height: 35px;
text-align: center;
font-size: 12px;
font-weight: bolder;
background: #2d2d2d;
overflow: hidden;
transition: .5s all;
}
.ListaLetras:hover {
background: #AD0D2D;
}
.uAnisContainer {
margin-top: 10px;
max-width: 1215px;
margin: 10px auto 0 auto;
text-align: center;
min-height: 150px;
}
.AniItem:nth-child(n+6) {
margin-right: 5px;
}
/* Lista de Gêneros */
.GenContainer {
max-width: 860px;
margin: 10px auto;
padding: 10px;
background: #222;
overflow: hidden;
border-radius: 3px;
}
.GenContainer ul {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.GenContainer li {
display: block;
padding: 10px;
background: #333;
margin: 5px;
width: 25%;
font-size: 12px;
font-weight: bolder;
transition: .5s all;
}
.GenContainer li:hover {
background: #AD0D2D;
}
.GenContainer li a {
text-decoration: none;
}
/* Footer */
footer .parceirosfooter {
background: url(img/bgfooter.jpg);
padding: 65px;
border-top: 0px solid #AD0D2D;
}
footer .parceirosfooter ul {
list-style: none;
margin: 0;
padding: 0;
}
footer .parceirosfooter li {
font-size: 12px;
display: inline-block;
width: 19%;
text-shadow: 1px 1px 0 #000;
}
footer .parceirosfooter li::before {
content: '»';
margin-right: 5px;
font-weight: bolder;
color: #AD0D2D;
}
footer .creditos {
font-size: 12px;
text-align: center;
background: #ad0d2d;
color: #fff;
padding: 9px;
border-top: 0px solid #AD0D2D;
}
footer .creditos span {
font-size: 17px;
font-weight: bolder;
color: #000;
}
footer .creditos a {
color: #fff;
font-weight: bolder;
}
/* Media Querys */
/* Media Query 1000px */
@media only screen and (max-width: 1000px) {
.Single {
flex-direction: column;
}
.Sright {
margin-top: 10px;
width: 100%;
}
}
/* Media Query 790px */
@media only screen and (max-width: 790px) {
.header {
height: 200px;
}
.hero_header {
display: none;
}
.logoheader {
background-size: 300px;
width: 230px;
height: 53px;
margin-top: 60px;
}
.superbusca {
margin-top: 120px;
}
.superbusca input {
width: 80%;
}
footer .parceirosfooter li {
width: 32%;
}
/* Lista de Animes */
#capaAnime {
float: none;
margin: auto;
}
.boxAnimeSobre {
clear: both;
}
/* Controles */
.ControlesEPItem#left a b, .ControlesEPItem#right a b {
display: none;
}
.i-left {
margin-right: 0;
}
.i-right {
margin-left: 0;
}
/* Gêneros */
.GenContainer li {
width: 40%;
}
}
/* Media Query 500px */
@media only screen and (max-width: 500px) {
footer .parceirosfooter li {
width: 100%;
}
/* Gêneros */
.GenContainer {
overflow: hidden;
}
.GenContainer li {
width: 100%;
}
}
/* Media Query 390px */
@media only screen and (max-width: 390px) {
.EpsItem {
width: 100%;
}
.EpsItemImg {
width: 100%;
height: 160px;
overflow: hidden;
}
}