/*
Theme Name: 90SNEAKERS 2025
Theme URI: 
Author: https://90sneakers.com
Author URI: 
Description: https://90sneakers.com
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 90sneakers-2025
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news

 /* ========= Responsividade (680px e menores) ========= */

/* ========= Responsividade (680px e menores) ========= */ 
@media (max-width: 680px) {
    /* Títulos */
    .epcl-page-wrapper .hentry h1,
    .epcl-page-wrapper .text h2.wp-block-heading {
        font-weight: bold;
        color: #000;
        text-decoration: none;
        padding-left: 25px;
        position: relative;
    }

    .epcl-page-wrapper .text h2.wp-block-heading::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 6px;
        background-color: #8000FF;
    }

    .epcl-page-wrapper .text h3.wp-block-heading {
        font-weight: bold;
        font-style: normal;
        color: #000;
        text-decoration: none;
        padding-left: 0;
    }

    /* Parágrafo */
    .epcl-page-wrapper .text p {
        font-size: 15px;
        line-height: 1.6em;
    }
}

/* ========= Estilos Gerais ========= */
/* Títulos */
.epcl-page-wrapper .hentry h1,
.epcl-page-wrapper .text h2.wp-block-heading {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding-left: 25px;
    position: relative;
}

.epcl-page-wrapper .text h2.wp-block-heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background-color: #8000FF;
}

.epcl-page-wrapper .text h3.wp-block-heading {
    font-weight: bold;
    font-style: normal;
    color: #000;
    text-decoration: none;
    padding-left: 0;
}

/* Parágrafo */
.epcl-page-wrapper .text p {
    line-height: 1.4em;
}

/* ========= Estilos para Single Posts ========= */
/* H2 com barrinha vertical */
.single-post h2 {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding-left: 25px;
    position: relative;
}

.single-post h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background-color: #8000FF;
}

/* H3 preto, bold, sem barrinha */
.single-post h3 {
    font-weight: bold;
    font-style: normal;
    color: #000;
    text-decoration: none;
    padding-left: 0;
    position: static;
}

.single-post h3::before {
    content: none;
}

/* ========= Links ========= */
/* Links internos */
.conteudo a[href^="/"],
.conteudo a[href*="90sneakers.com"] {
    color: #5D00B5 !important;
    font-weight: bold;
    text-decoration: none;
}

/* Links externos */
.conteudo a[href^="http"]:not([href*="90sneakers.com"]) {
    color: #5D00B5 !important;
    font-weight: bold;
    text-decoration: none;
}

/* Links em parágrafos de posts */
.single-post p a {
    color: #5D00B5 !important;
    font-weight: bold;
    text-decoration: none;
}

/* ========= Separadores ========= */
.wp-block-separator.is-style-wide {
    border: none;
    border-top: 4px solid #8000FF;
    margin-top: 0;
    margin-bottom: 0;
}


/* Navigation */
.wp-site-blocks .wp-block-column nav{
 padding-left:0px;
 padding-right:0px;
 padding-bottom:0px;
 font-size:16px;
 word-spacing:2.8px;
 color:#5d00b5;
}
/* 569px and smaller screen sizes */
@media (max-width:569px){
 /* Navigation */
 .wp-site-blocks .wp-block-column nav{
 font-size:12px;

 }

}
