/*
Theme Name: LookBebê Ashley v2
Theme URI: http://www.lookbebe.com.br
Description: Restauração do tema Ashley do blog LookBebê — v2 self-contained
Author: Aninha
Version: 2.0
Text Domain: lookbebe-ashley-v2
*/

/* ── Layout ──────────────────────────────────────────────────────── */
.container {
    max-width: 1140px !important;
    width: 100% !important;
}
.site-content.container {
    padding: 30px 30px 0 !important;
}
.site-content { margin-top: 0; }

/* ── Logo ─────────────────────────────────────────────────────────── */
.site-branding {
    padding: 18px 0;
    text-align: center;
}
.site-branding a {
    display: inline-block;
    text-decoration: none;
}
img.site-logo {
    max-height: 80px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.site-title {
    font-family: 'Lora', serif;
    font-size: 2.2rem;
    color: #e4515c;
    margin: 0;
}

/* ── Navigation ───────────────────────────────────────────────────── */
/* child-style.css from Wayback hides #top-nav ul; restore visibility on desktop */
@media (min-width: 768px) {
    #top-nav ul {
        display: table !important;
        background: #ECECEC;
        margin: 0 auto;
    }
    #top-nav .menu-toggle { display: none; }
}
#site-navigation .menu a,
#top-nav .menu a {
    color: #e4515c;
}
#site-navigation .menu a:hover,
#top-nav .menu a:hover {
    color: #c73545;
}
#top-nav .menu a {
    color: #4C4848;
    font-size: 11px;
    line-height: 37px;
    padding: 0 11px;
}
#top-nav .menu li { display: inline-block; }

/* ── Post entries ─────────────────────────────────────────────────── */
.post-thumbnail .entry-header {
    max-width: 500px !important;
    width: 100% !important;
}
.entry-title a {
    color: #404040;
}
.entry-title a:hover {
    color: #e4515c;
}
.cat-links a,
.post-category a {
    color: #e4515c;
}
.read-more {
    color: #e4515c;
    font-weight: 600;
}
.read-more:hover {
    color: #c73545;
}

/* ── Sidebar ──────────────────────────────────────────────────────── */
.widget-title {
    color: #e4515c;
    border-bottom: 2px solid #ebc7b3;
    padding-bottom: 6px;
    margin-bottom: 12px;
}
.widget ul li a {
    color: #404040;
}
.widget ul li a:hover {
    color: #e4515c;
}

/* ── Footer ───────────────────────────────────────────────────────── */
.site-footer {
    background: #f5e6d8;
    border-top: 1px solid #ebc7b3;
    margin-top: 40px;
    padding: 20px 0;
    font-size: 0.85rem;
    color: #666;
}
.site-footer .site-name {
    font-weight: 700;
    color: #e4515c;
}
.back-to-top {
    float: right;
    color: #e4515c;
    text-decoration: none;
    font-weight: 600;
}
.back-to-top:hover {
    color: #c73545;
}

/* ── Emojis ───────────────────────────────────────────────────────── */
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
