/*
 Theme Name: GeneratePress Child
 Template: generatepress
 Version: 1.0.0
 Description: Child theme for GeneratePress - Digital Garden Profit
*/

/* Full-width homepage content */
.home .site-content {
    max-width: 100%;
    padding: 0;
}
.home .content-area,
.home .site-main {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.home .inside-article {
    padding: 0;
    max-width: 100%;
}
.home .entry-content {
    max-width: 100%;
}

/* Remove any container constraints on home */
.home .site-content .container,
.home .grid-container {
    max-width: 100%;
    padding: 0;
}

/* Hide page title on homepage */
.home .entry-title,
.home .page-header {
    display: none;
}

/* Clean up navigation */
.main-navigation .main-nav ul li a {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Dark nav to match squeeze page */
.site-header {
    background-color: #0a1628;
}
.site-header a,
.main-navigation .main-nav ul li a {
    color: #ffffff;
}
.main-navigation .main-nav ul li a:hover {
    color: #22c55e;
}
.site-branding .main-title a {
    color: #ffffff;
    font-weight: 700;
}

/* Footer minimal */
.site-info {
    background-color: #0a1628;
    color: #64748b;
    font-size: 14px;
}
.site-info a {
    color: #94a3b8;
}
