/*!
Theme Name: Farmers Pantry
Theme URI: http://farmerspantry.com.pl
Author: KonkretneStrony
Author URI: https://konkretnestrony.pl
Description: Dedicated theme for Farmers Pantry
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 
Tags: custom theme, farmers pantry, konkretnestrony
*/
.naglowek_bloga {
    background-color: #31761b;
    margin-top: 200px;
}

body.archive .naglowek_bloga {
    background-color: #31761b;
    margin-top: 160px;
}
body.archive h2.entry-title {
    font-size: 29px;
        line-height: 34px;
        margin-bottom: 11px;
}

.naglowek_bloga .post__container {
    width: 100%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding: 55px 15px 60px;
}
.naglowek_bloga .post__container h1 {
    color: #ffffff;;
}

.archive-item {
    display: flex;
    flex-direction: column;
}
.archive-item div.entry-summary {
margin-top: 15px;
}

.post__container.dodatkowe {
    width: 100%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px 15px;
}



@media (max-width: 768px) {
body.archive .naglowek_bloga {
        background-color: #31761b;
        margin-top: 70px;
    }
.naglowek_bloga .post__container {
    width: 100%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 15px 30px;
}
body.archive h2.entry-title {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 11px;
    margin-top: 15px;
}


}

@media (min-width: 768px) {
    .archive-item {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 2rem;
        /* odstęp między wpisami */
    }

    .archive-thumb {
        flex: 0 0 30%;
        margin-right: 1.5rem;
    }

    .archive-content {
        flex: 1;
    }
}





.post__container.dodatkowe ul {
    list-style-type: disc;
        margin-left: 20px !important;
}