.wp-site-blocks{
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 150px;
}
.bread_title{
	font-size: 16px;
    line-height: 26px;
    margin: 0;
    text-transform: none;
}
.taxonomy-category.wp-block-post-terms .wp-block-post-terms__separator,
.taxonomy-category.wp-block-post-terms a{
    display:none;
}
.taxonomy-category.wp-block-post-terms a:first-child{
    display:inline;
}
ul.wp-block-post-template-is-layout-flow{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
    max-width: 100% !important;
}

ul.wp-block-post-template-is-layout-flow li{
    max-width: calc(50% - 15px);
    margin-top: 0;
}

ul.wp-block-post-template-is-layout-flow li:nth-child(even){
    margin-top: 20px;
}

.home.blog,
.single.single-post{
    background-image: url('https://nobrarq.com.br/images/line-bg.png');
    background-size: 100% 100%;
}

.single.single-post figure.wp-block-post-featured-image img{
    max-height: 80vh;
    min-height: 600px;
    width: auto;
}

.single.single-post .wp-block-post-featured-image{
    display: flex;
    justify-content: center;
}

ul.wp-block-post-template-is-layout-flow li h2.wp-block-post-title{
    color: #403D39;
    font-family: "Oswald";
    font-weight: 400;
    font-size: 30px;
}
h1.wp-block-post-title,
h1.alignwide.wp-block-query-title{
    color: #403D39;
    font-family: "Oswald";
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px !important;
}
li.wp-block-post > div > div.wp-block-spacer{
    display:none;
}
ul.wp-block-post-template-is-layout-flow li h2.wp-block-post-title a{
    color: inherit;
    text-decoration: none;
}
main.wp-block-query{
    max-width: 1320px !important;
    margin: auto;
    padding: 0 20px;
}
.entry-content.wp-block-post-content{
    max-width: 1000px !important;
    margin: auto;
    padding: 0 20px;
}
.entry-content.wp-block-post-content *{
	max-width: 100%;
}
main .wp-block-post-title{
    font-family: "Oswald";
    font-weight: 500;
    letter-spacing: 1px;
    color: #9f8464;
}
.breadcrumb{
    max-width: 1000px !important;
    margin: auto;
    padding: 0 20px;
    font-family: "Oswald" !important;
}
.breadcrumb h2{
    font-family: "Oswald" !important;
    line-height: normal;
    margin-left:5px;
}
.entry-content h2{
    font-family: "Oswald";
}
.wp-block-post-date a{
    color: #403D39;
}
.wp-block-post-featured-image img{
    height: 600px;
}
@media (max-width: 767.98px){
    ul.wp-block-post-template-is-layout-flow{
        display: flex;
        flex-direction: column;
    }
    ul.wp-block-post-template-is-layout-flow li{
        max-width: 100%;
    }
    ul.wp-block-post-template-is-layout-flow li:nth-child(even){
        margin-top: 0px;
    }
}