/*
Theme Name: okamurakai
Theme URI: http://okamurakai.com
Author: Tu Nombre
Author URI: http://okamurakai.com
Description: Tema okamurakai para WordPress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: okamurakai
Tags: responsive, custom-colors, custom-menu, featured-images
*/

/* Aquí va TODO tu CSS de la plantilla HTML */
@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");

@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700");

/* Estilos para la plantilla single.php */
.single-post .page_slider {
    padding-top: 90px;
    padding-bottom: 70px;
}

.single-post .intro_before_featured_word {
    max-width: 760px;
    margin: 1.1rem 0 0;
    color: #555;
    font-size: 1.05rem;
    line-height: 1.8;
}

.single-post .entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: #777;
    font-size: 0.95rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 1rem;
}

.single-post .entry-meta span {
    display: inline-block;
    margin-bottom: 0.25rem;
}

.single-post .entry-meta .post-author {
    text-transform: capitalize;
}

.single-post .entry-thumbnail {
    margin-bottom: 2rem;
}

.single-post .entry-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.5rem;
}

article.post {
    background: #ffffff;
    padding: 40px 35px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0.75rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}

body.single .entry-content {
    color: #111111 !important;
    font-size: 1rem;
    line-height: 1.9;
}

body.single .entry-content,
body.single .entry-content * {
    color: #111111 !important;
}

body.single .entry-content a,
body.single .entry-content a:visited,
body.single .entry-content a:link,
body.single .entry-content a:active,
body.single .ds .entry-content a,
body.single .ds .entry-content a:visited,
body.single .ds .entry-content a:link,
body.single .ds .entry-content a:active,
body.single section.ds article.post .entry-content a:not(.btn),
body.single section.ds article.post .entry-content a:not(.btn):visited,
body.single section.ds article.post .entry-content a:not(.btn):link,
body.single section.ds article.post .entry-content a:not(.btn):active {
    color: #000000 !important;
    text-decoration: none !important;
}

body.single .entry-content a:hover,
body.single .entry-content a:focus,
body.single .ds .entry-content a:hover,
body.single .ds .entry-content a:focus,
body.single section.ds article.post .entry-content a:not(.btn):hover,
body.single section.ds article.post .entry-content a:not(.btn):focus {
    color: #000000 !important;
    text-decoration: none !important;
}

body.single section.ds article.post .entry-content a:not(.btn):hover,
body.single section.ds article.post .entry-content a:not(.btn):focus {
    color: #000000 !important;
}
.single-post .entry-content p {
    margin-bottom: 1.6rem;
}

.single-post .entry-content h2,
.single-post .entry-content h3 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.single-post .page-links {
    margin-top: 2rem;
    font-size: 0.95rem;
}

.single-post .page-links a {
    color: #222222;
    text-decoration: underline;
}

.single-post .entry-content blockquote {
    margin: 2rem 0;
    padding: 1.5rem 1.75rem;
    background: #f8f8f8;
    border-left: 4px solid #181818;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
    margin: 1.5rem 0 1.5rem 1.5rem;
}

.single-post .entry-content img {
    max-width: 100%;
    height: 250px;
}

