/*
Theme Name: ZonaTemplate
Theme URI: https://zonaproibida.com
Author: Shadow00
Author URI: https://t.me/Sh4d0w_07
Description: Um tema exclusivo para o site Zona Proibida. Aqui, você encontrará uma vasta seleção de jogos, histórias envolventes e muito conteúdo único, tudo em um só lugar.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zonatemplate
Tags: games, stories, custom-theme, blog
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.2
*/

/* ==================== */
/* Importar styles */
/* ==================== */


/* Paginas */
@import url('assets/style/pages/author.css');
@import url('assets/style/pages/404.css');
@import url('assets/style/pages/categoriasgrid.css');
@import url('assets/style/pages/categorias.css');
@import url('assets/style/pages/tag.css');
@import url('assets/style/pages/recentes.css');
@import url('assets/style/pages/single.css');
@import url('assets/style/pages/zpcss.css');
@import url('assets/style/pages/index.css');
@import url('assets/style/pages/page-filtro.css');

/* Funções */
@import url('assets/style/functions/top5.css');
@import url('assets/style/functions/modal18.css');
@import url('assets/style/functions/slide.css');
@import url('assets/style/functions/header.css');
@import url('assets/style/functions/card-dev.css');
@import url('assets/style/functions/card-resumo.css');
@import url('assets/style/copa-glow.css');

.anuncio-mobile .anuncio-horizontal { display: block; }
.anuncio-pc { display: none; }
.anuncio-vertical-direita { display: none; }
.anuncio-vertical-esquerda { display: none; }

@media (min-width: 1024px) {
  .anuncio-vertical-direita { display:block; }
  .anuncio-vertical-esquerda { display: block; }
  .anuncio-mobile { display: none; }
  .anuncio-pc { display: block; }
}
/* Mobile */
.busca-games-pc {display: none;}

.busca-games-mobile {display: block;}

/* PC */
@media (min-width: 768px) {
  .busca-games-pc {display: block;}

  .busca-games-mobile {display: none;}
}
.busca-games-pc {padding: 0 12px 5px;}
.busca-games-mobile {padding: 0 12px 5px;}

/* ==================== */
/* Estilos Gerais */
/* ==================== */
a,
a:hover,
a:focus,
a:active,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none !important;
    text-decoration-line: none !important;
}
body {
    background-color: #121212;
    color: #e0e0e0;
    font-family: 'Arial Black', 'Impact', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
  flex-direction: column;
  min-height: 100vh;
}
html, body {
  height: 100%;
}
/* ==================== */
/* Categorias */
/* ==================== */
.categories {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    padding: 15px;
}

.category-item:hover {
    opacity: 0.8;
}

/* ==================== */
/* Seção do Autor */
/* ==================== */
.author-section {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}

@media (min-width: 769px) {
    .author-section:hover {
        transform: scale(1.1);
    }
    .author-section {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}
}

.author-profile {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.author-image {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 15px;
    z-index: 20;
}
.author-info {
    z-index: 20; 
    color: #fff;
}

.author-info h3 {
    margin: 0;
    font-size: 22px;
    color: #fff;
}

.author-info p {
    margin: 5px 0 0;
    color: #bbb;
}
.author-profile .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); 
    backdrop-filter: blur(3px); 
    border-radius: 10px;
    z-index: 10;
}

/* ==================== */
/* Rodapé */
/* ==================== */
.footer {
    background-color: #820101;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
flex: 1;
}

.footer p {
    margin: 0 5px;
    line-height: 40px;
}

.social-icons {
    margin-bottom: 5px;
}

.social-icons a {
    margin: 0 10px;
    display: inline-block;
}

.social-icons img {
    width: 24px;
    height: auto;
}
.menu-rodape-container ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-rodape-container li {
    display: inline-block;
}

.menu-rodape-container a {
    text-decoration: none;
}
.menu-item a {
    color: #fff;
}
/* ==================== */
/* Categorias (Lista) */
/* ==================== */
.category-hidden {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    max-height: 0;
    overflow: hidden;
}

.category-visible {
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease;
    max-height: 300px;
    overflow-y: auto;
}

#category-list {
    background-color: #150439;
    border-radius: 10px;
    padding: 10px;
    margin-top: 0px;
    width: 70%;
}

#category-list ul {
    list-style: none;
    padding: 0;
}

#category-list ul li {
    margin: 10px 0;
}

#category-list ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#category-list ul li a:hover {
    color: #a29bfe;
}

#category-list::-webkit-scrollbar {
    width: 8px;
}

#category-list::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 10px;
}

#category-list::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

/* ==================== */
/* Botões Sociais */
/* ==================== */
.social-buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.social-button {
    background-color: #150439;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-right: 3px;
}

.social-button i {
    margin-right: 5px;
}

.social-button:hover {
    background-color: #555;
}

/* ==================== */
/* Responsividade para Telas Pequenas */
/* ==================== */
@media (max-width: 768px) {
    .post-wrapper {
        flex-direction: column;
    }

/* ==================== */
/* Estilos para o Autor */
/* ==================== */
.custom-author-profile {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}

.author-content {
    flex: 1;
    margin-right: 0;
}

.custom-author-banner {
    position: relative;
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.custom-author-info {
    width: 100%;
    height: 200px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

.custom-author-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-top: 6px;
}

.custom-author-name {
    font-size: 20px;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 5px;
}

.custom-author-posts {
    margin-top: 30px;
    padding: 0px;
}

.custom-author-description, .custom-author-post-count {
    font-size: 10px;
    color: #ddd;
    display: none;
}

.custom-me-conheca-button {
    display: inline-block;
    font-size: 15px;
    margin-top: 5px;
    padding: 5px 10px;
    background-color: #4E19D1;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.author-ads {
    flex: 0 0 300px;
    margin-top: 30px;
}

.custom-me-conheca-button:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .custom-author-profile {
        flex-direction: column;
    }

    .author-ads {
        flex: 1 0 100%;
        margin-top: 20px;
    }
    .author-wrapper {
        flex-direction: column;
        gap: 15px;
        margin: 0 auto;
    }
    .aside.author-pd {
        display: none;
    }
    .anuncio_banner-author {
        display: flex;
        align-items: stretch;
        height: 100%;
        justify-content: center;
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 10px;
    }
}

@media (max-width: 768px) {
    .custom-author-info {
        border-radius: 0px;
    }
    .custom-author-profile {
        margin-top: 55px;
    }
    .anuncio_vertical-author {
        display: none;
    }
    .custom-author-banner {
        position: relative;
        height: 200px;
        width: auto;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .custom-author-info {
        width: 100%;
        height: 200px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(5px);
    }
}

@media (min-width: 1024px) {
    .anuncio_banner-author {
        display: none;
    }
    .custom-author-profile {
        margin-top: 0;
    }
    .authorposts-list {
        width: 100%;
        max-width: 1000px;
    }
    .author-wrapper {
        flex-direction: row;
        margin-left: 60px;
        margin-right: 60px;
        display: flex;
        justify-content: space-between;
        gap: 15px;
        margin: 0 auto;
        padding-left: 60px;
        padding-right: 60px;
    }
    .anuncio_verical-author {
        margin-bottom: 20px;
        max-height: 991px;
        height: auto;
        width: 100%;
        border-radius: 10px;
        padding-bottom: 0;
        padding-top: 0;
    }
    .author-content {
        flex: 1;
        margin-right: 20px;
    }
    .author-ads {
        flex: 0 0 300px;
        margin-top: 10px;
        padding-bottom: 32px;
    }
    .custom-author-posts {
        margin-top: 30px;
        padding: 15px;
        padding-right: 0px;
    }
}

/* ==================== */
/* Paginação do Autor */
/* ==================== */
.authorplugin-pagination {
    justify-content: center;
    padding-right: 10px;
    display: grid;
}