/*
Theme Name: BlogFans Child
Description: Child theme for GeneratePress - Related Guides styling
Template: generatepress
Version: 1.0
*/


/* ========== FOOTER STYLES ========== */
.blogfans-footer {
    background: #1a1a2e;
    color: #e0e0e0;
    padding: 50px 0 0;
    margin-top: 60px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.footer-block {
    margin-bottom: 20px;
}

.footer-heading {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e74c3c;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #e74c3c;
}

.footer-tagline {
    font-size: 0.95rem;
    color: #b0b0b0;
    margin-bottom: 15px;
    line-height: 1.6;
}

.footer-contact a {
    color: #e74c3c;
    text-decoration: none;
    font-size: 0.95rem;
}

.footer-contact a:hover {
    text-decoration: underline;
}

.footer-copyright {
    background: #0f0f1a;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}

.footer-copyright p {
    color: #808080;
    font-size: 0.9rem;
    margin: 0;
}

/* ========== SINGLE POST NO SIDEBAR ========== */
.single-post-no-sidebar .widget-area,
.single-post-no-sidebar #right-sidebar,
.single-post-no-sidebar #left-sidebar,
.single-post-no-sidebar .sidebar,
body.single .widget-area,
body.single #right-sidebar,
body.single #left-sidebar {
    display: none !important;
    visibility: hidden !important;
}

/* Full width content on single posts */
.single-post-no-sidebar .content-area,
body.single .content-area {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
}

/* Remove sidebar padding/margin */
.single-post-no-sidebar .site-content,
body.single .site-content {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
