﻿:root
{
    --gutenify--post-list--category-background: #ffe66a;
    --gutenify--post-list--category-color: #000;
}
.wp-block-gutenify-post-list
{
    display: grid;
    margin: 15px 0;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    max-width: 100%;
}
.wp-block-gutenify-post-list.gutenify-post-list-col-1
{
    --gap: 35px;
    display: flex;
    display: grid;
    flex-wrap: wrap;
    gap: var(--gap);
    grid-template-columns: repeat(1,1fr);
}
@media(max-width: 1023px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-1
    {
        grid-template-columns: repeat(3,1fr);
    }
}
@media(max-width: 768px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-1
    {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width: 480px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-1
    {
        grid-template-columns: repeat(1,1fr);
    }
}
.wp-block-gutenify-post-list.gutenify-post-list-col-2
{
    --gap: 35px;
    display: flex;
    display: grid;
    flex-wrap: wrap;
    gap: var(--gap);
    grid-template-columns: repeat(2,1fr);
}
@media(max-width: 1023px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-2
    {
        grid-template-columns: repeat(3,1fr);
    }
}
@media(max-width: 768px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-2
    {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width: 480px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-2
    {
        grid-template-columns: repeat(1,1fr);
    }
}
.wp-block-gutenify-post-list.gutenify-post-list-col-3
{
    --gap: 35px;
    display: flex;
    display: grid;
    flex-wrap: wrap;
    gap: var(--gap);
    grid-template-columns: repeat(3,1fr);
}
@media(max-width: 1023px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-3
    {
        grid-template-columns: repeat(3,1fr);
    }
}
@media(max-width: 768px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-3
    {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width: 480px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-3
    {
        grid-template-columns: repeat(1,1fr);
    }
}
.wp-block-gutenify-post-list.gutenify-post-list-col-4
{
    --gap: 35px;
    display: flex;
    display: grid;
    flex-wrap: wrap;
    gap: var(--gap);
    grid-template-columns: repeat(4,1fr);
}
@media(max-width: 1023px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-4
    {
        grid-template-columns: repeat(3,1fr);
    }
}
@media(max-width: 768px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-4
    {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width: 480px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-4
    {
        grid-template-columns: repeat(1,1fr);
    }
}
.wp-block-gutenify-post-list.gutenify-post-list-col-5
{
    --gap: 35px;
    display: flex;
    display: grid;
    flex-wrap: wrap;
    gap: var(--gap);
    grid-template-columns: repeat(5,1fr);
}
@media(max-width: 1023px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-5
    {
        grid-template-columns: repeat(3,1fr);
    }
}
@media(max-width: 768px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-5
    {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width: 480px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-5
    {
        grid-template-columns: repeat(1,1fr);
    }
}
.wp-block-gutenify-post-list.gutenify-post-list-col-6
{
    --gap: 35px;
    display: flex;
    display: grid;
    flex-wrap: wrap;
    gap: var(--gap);
    grid-template-columns: repeat(6,1fr);
}
@media(max-width: 1023px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-6
    {
        grid-template-columns: repeat(3,1fr);
    }
}
@media(max-width: 768px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-6
    {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width: 480px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-6
    {
        grid-template-columns: repeat(1,1fr);
    }
}
.wp-block-gutenify-post-list.gutenify-post-list-col-7
{
    --gap: 35px;
    display: flex;
    display: grid;
    flex-wrap: wrap;
    gap: var(--gap);
    grid-template-columns: repeat(7,1fr);
}
@media(max-width: 1023px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-7
    {
        grid-template-columns: repeat(3,1fr);
    }
}
@media(max-width: 768px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-7
    {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width: 480px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-7
    {
        grid-template-columns: repeat(1,1fr);
    }
}
.wp-block-gutenify-post-list.gutenify-post-list-col-8
{
    --gap: 35px;
    display: flex;
    display: grid;
    flex-wrap: wrap;
    gap: var(--gap);
    grid-template-columns: repeat(8,1fr);
}
@media(max-width: 1023px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-8
    {
        grid-template-columns: repeat(3,1fr);
    }
}
@media(max-width: 768px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-8
    {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width: 480px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-col-8
    {
        grid-template-columns: repeat(1,1fr);
    }
}
.wp-block-gutenify-post-list .gutenify-post-list-item
{
    height: auto;
}
.wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-item-inner-wrapper
{
    border: none;
    box-shadow: 0 0 32px 0 hsla(0,0%,48%,.102);
    overflow: hidden;
}
.wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-item-inner-wrapper .gutenify-post-list-thumb
{
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-area: post-list-thumb;
    -ms-grid-column: 1;
}
.wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-item-inner-wrapper .gutenify-post-list-thumb img
{
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    width: 100%;
}
.wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-text-content
{
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-area: post-list-text-content;
    -ms-grid-column: 2;
    padding: 30px 40px;
}
.wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-text-content a
{
    text-decoration: inherit;
}
.wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-text-content h3
{
    grid-area: gutenify-post-list-title;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    line-height: 1.4;
    margin-top: 0;
}
.wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-text-content .gutenify-post-list-meta
{
    grid-area: post-list-meta;
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    margin-bottom: 15px;
}
.wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-text-content .gutenify-post-list-meta>span
{
    display: inline-block;
    font-size: 15px;
    margin-right: 15px;
}
.wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-text-content .gutenify-post-list-meta span:before
{
    content: "";
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-size: 13px;
    font-weight: 900;
    margin-right: 10px;
}
.wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-text-content .gutenify-post-list-meta span.comments-link:before
{
    content: "";
}
.wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-text-content .gutenify-post-list-meta span.reviews:before
{
    content: "";
}
.wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-text-content .gutenify-post-list-meta .cat-links:before
{
    content: "";
}
.wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-text-content .gutenify-post-list-meta .byline:before
{
    content: "";
}
.wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-text-content .gutenify-post-list-meta .tags-links:before
{
    content: "";
    font-size: 10px;
    font-weight: 900;
}
.wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-text-content .gutenify-post-list-meta .posted-on:before
{
    content: "";
}
.wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-text-content a.more-link, .wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-text-content a.more-link:visited
{
    box-sizing: border-box;
    clear: both;
    display: block;
    display: table;
    font-weight: 600;
    margin-top: 15px;
    position: relative;
}
.wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-text-content .more-link:after
{
    border-radius: 100%;
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-size: 10px;
    font-weight: 900;
    padding: 7px 7px 7px 5px;
    right: 8px;
    text-align: center;
    top: 0;
}
.wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-text-content .entry-summary
{
    grid-area: post-list-entry-summary;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    margin: 0;
}
.wp-block-gutenify-post-list .gutenify-post-carousel-layout-4, .wp-block-gutenify-post-list .gutenify-post-carousel-layout-5
{
    padding: 30px 40px;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-1 .gutenify-post-list-item-inner-wrapper
{
    background-color: #fff;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-1 .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content
{
    position: relative;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-1 .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content span.cat-links
{
    left: 6%;
    position: absolute;
    top: -20%;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-1 .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content span.cat-links a
{
    background: var(--gutenify--post-list--category-background);
    color: #222;
    display: inline-block;
    font-size: 13px;
    margin: 5px;
    padding: 0 10px;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-1 .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content span.cat-links:before
{
    display: none;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-2 .gutenify-post-list-item img
{
    min-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    width: 100%;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-2 .gutenify-post-list-item .gutenify-post-list-item-inner-wrapper
{
    position: relative;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-2 .gutenify-post-list-item .gutenify-post-list-item-inner-wrapper a
{
    color: #fff;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-2 .gutenify-post-list-item .gutenify-post-list-item-inner-wrapper .gutenify-post-list-thumb
{
    position: relative;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-2 .gutenify-post-list-item .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content p
{
    margin: 0;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-2 .gutenify-post-list-item .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content
{
    align-content: flex-end;
    background: linear-gradient(0deg,rgba(0,0,0,.9) 0,transparent);
    bottom: 0;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    height: 93%;
    padding: 0 10% 10%;
    position: absolute;
    width: 100%;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-2 .gutenify-post-list-item .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content .entry-summary, .wp-block-gutenify-post-list.gutenify-post-list-layout-2 .gutenify-post-list-item .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content h3
{
    width: 100%;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-3 .gutenify-post-list-item .gutenify-post-list-item-inner-wrapper
{
    align-content: start;
    display: grid;
    grid-template-areas: "post-list-thumb post-list-text-content" "post-list-thumb post-list-text-content";
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-3 .gutenify-post-list-item .gutenify-post-list-item-inner-wrapper img
{
    max-height: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    width: 100%;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-3 .gutenify-post-list-text-content
{
    align-content: center;
    display: grid;
    grid-template-areas: "gutenify-post-list-title" "post-list-meta" "post-list-entry-summary" "post-list-thumb";
    padding: 30px;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-3 .gutenify-post-list-text-content p
{
    margin-top: 0;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-4 .gutenify-post-list-item-inner-wrapper
{
    background-color: #fff;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-4 .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content
{
    align-content: start;
    display: grid;
    grid-template-areas: "gutenify-post-list-title" "post-list-entry-summary" "post-list-meta";
    grid-template-columns: 100%;
    grid-template-rows: auto;
    position: relative;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-4 .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content .gutenify-post-list-meta
{
    border-top: 1px solid rgba(0,0,0,.051);
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-4 .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content .entry-summary, .wp-block-gutenify-post-list.gutenify-post-list-layout-4 .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content .gutenify-post-list-title
{
    margin: 0;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-4 .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content span.cat-links
{
    left: 6%;
    position: absolute;
    top: -20%;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-4 .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content span.cat-links a
{
    background: var(--gutenify--post-list--category-background);
    color: #222;
    display: inline-block;
    font-size: 13px;
    margin: 5px;
    padding: 0 10px;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-4 .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content span.cat-links:before
{
    display: none;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-5 .gutenify-post-list-item-inner-wrapper
{
    background-color: #fff;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-5 .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content
{
    align-content: start;
    display: grid;
    grid-template-areas: "post-list-meta" "gutenify-post-list-title" "post-list-entry-summary";
    grid-template-columns: 100%;
    grid-template-rows: auto;
    position: relative;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-5 .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content .gutenify-post-list-meta
{
    border-bottom: 1px solid rgba(0,0,0,.051);
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-5 .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content .entry-summary, .wp-block-gutenify-post-list.gutenify-post-list-layout-5 .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content .gutenify-post-list-title
{
    margin: 0;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-5 .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content span.cat-links
{
    left: 6%;
    position: absolute;
    top: -20%;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-5 .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content span.cat-links a
{
    background: var(--gutenify--post-list--category-background);
    color: #222;
    display: inline-block;
    font-size: 13px;
    margin: 5px;
    padding: 0 10px;
}
.wp-block-gutenify-post-list.gutenify-post-list-layout-5 .gutenify-post-list-item-inner-wrapper .gutenify-post-list-text-content span.cat-links:before
{
    display: none;
}
.wp-block-gutenify-post-list.gutenify--post-list--post-list-layout-2.gutenify-post-list-col-2 .gutenify-post-list-item:first-child
{
    grid-column: span 2;
}
.wp-block-gutenify-post-list.gutenify--post-list--post-list-layout-2.gutenify-post-list-col-3 .gutenify-post-list-item:first-child
{
    grid-column: span 3;
}
.wp-block-gutenify-post-list.gutenify--post-list--post-list-layout-2.gutenify-post-list-col-4 .gutenify-post-list-item:first-child
{
    grid-column: span 4;
}
.wp-block-gutenify-post-list.gutenify--post-list--post-list-layout-2.gutenify-post-list-col-5 .gutenify-post-list-item:first-child
{
    grid-column: span 5;
}
.wp-block-gutenify-post-list.gutenify--post-list--post-list-layout-2.gutenify-post-list-col-6 .gutenify-post-list-item:first-child
{
    grid-column: span 6;
}
@media screen and (max-width: 1023px)
{
    .wp-site-blocks .wp-block-gutenify-post-list
    {
        grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    }
    .wp-site-blocks .wp-block-gutenify-post-list.gutenify--post-list--post-list-layout-2.gutenify-post-list-col-2 .gutenify-post-list-item:first-child, .wp-site-blocks .wp-block-gutenify-post-list.gutenify--post-list--post-list-layout-2.gutenify-post-list-col-3 .gutenify-post-list-item:first-child, .wp-site-blocks .wp-block-gutenify-post-list.gutenify--post-list--post-list-layout-2.gutenify-post-list-col-4 .gutenify-post-list-item:first-child, .wp-site-blocks .wp-block-gutenify-post-list.gutenify--post-list--post-list-layout-2.gutenify-post-list-col-5 .gutenify-post-list-item:first-child, .wp-site-blocks .wp-block-gutenify-post-list.gutenify--post-list--post-list-layout-2.gutenify-post-list-col-6 .gutenify-post-list-item:first-child
    {
        grid-column: inherit;
    }
    .wp-site-blocks .wp-block-gutenify-post-list.gutenify--post-list--post-list-layout-2.gutenify-post-list-col-2 .gutenify-post-list-item:first-child .gutenify-post-list-text-content h3, .wp-site-blocks .wp-block-gutenify-post-list.gutenify--post-list--post-list-layout-2.gutenify-post-list-col-3 .gutenify-post-list-item:first-child .gutenify-post-list-text-content h3, .wp-site-blocks .wp-block-gutenify-post-list.gutenify--post-list--post-list-layout-2.gutenify-post-list-col-4 .gutenify-post-list-item:first-child .gutenify-post-list-text-content h3, .wp-site-blocks .wp-block-gutenify-post-list.gutenify--post-list--post-list-layout-2.gutenify-post-list-col-5 .gutenify-post-list-item:first-child .gutenify-post-list-text-content h3, .wp-site-blocks .wp-block-gutenify-post-list.gutenify--post-list--post-list-layout-2.gutenify-post-list-col-6 .gutenify-post-list-item:first-child .gutenify-post-list-text-content h3
    {
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 768px)
{
    .wp-block-gutenify-post-list.gutenify-post-list-layout-3 .gutenify-post-list-item .gutenify-post-list-item-inner-wrapper
    {
        align-content: start;
        display: grid;
        grid-template-areas: "post-list-thumb" "post-list-text-content";
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-item-inner-wrapper .gutenify-post-list-thumb img
    {
        min-height: auto;
    }
    .wp-block-gutenify-post-list.gutenify-post-list-layout-3 .gutenify-post-list-item .gutenify-post-list-item-inner-wrapper .gutenify-post-list-thumb img
    {
        min-height: 400px;
    }
    .wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-item-inner-wrapper .gutenify-post-list-thumb
    {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }
    .wp-block-gutenify-post-list .gutenify-post-list-item .gutenify-post-list-text-content
    {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }
}