/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  GeneratePress Child Theme for Codeclean customizations.
 Author:       Antigravity
 Template:     generatepress
 Version:      1.0.0
*/

/* Blog Index / Archive Layout Adjustments */
.blog .post-image, 
.archive .post-image {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    max-width: 280px;
}

.blog article, 
.archive article {
    clear: both;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}

/* Fix title/meta wrapping if they are set to be below image */
.blog .entry-header,
.archive .entry-header,
.blog .entry-content,
.archive .entry-content,
.blog .entry-summary,
.archive .entry-summary {
    overflow: hidden;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

/* Responsive adjustment for Mobile */
@media (max-width: 767px) {
    .blog .post-image, 
    .archive .post-image {
        float: none;
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
        text-align: center;
    }
}
