.card-container.no-image .post-card .post-image 
{
    display: none;
}

div.card.container 
{
    display: flex;
    gap: 1rem;
    margin: 2rem 0;
}
div.post.card:not(.first)
{
    background-color: #E7E7E7;
    /*background-image: none!important;*/
    padding: 1.25rem;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
div.post.card:not(.first) div 
{
    height: 100%;
    position: relative;
}
div.post.card:not(.first) div a 
{
    position: absolute;
    bottom: 0;
}
div.post.card h3 
{
    margin: 0 0 1.5rem;
}
div.post.card p 
{
    margin: 1rem 0 4rem;
}

div.email.newsletter.container 
{
    margin: 4rem 0 5rem;
    background-color: #E7E7E7;
    padding: 1.25rem 75px;
    display: flex;
    /* flex-direction: row; */
    gap: 1rem;
    justify-content: space-between;
}
div.email.newsletter.container div.newsletter-heading 
{
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}
div.newsletter-heading img 
{
    transform: translateY(12%);
}
div.newsletter.cta 
{
    min-width: 65%;
}
div.newsletter.cta p 
{
    margin: 0 0 2rem;
}
div.newsletter.cta h3 
{
    margin: 1.75rem 0;
    font-weight: 500;
}
div.newsletter.cta input 
{
    border-radius: 6px;
    border: none;
    padding: 1rem;
    width: 25%;
    display: inline-block;
    margin-right: 0.5rem;
    font-family: 'Playfair Display', serif;
}
div.newsletter.cta input[type=submit]
{
    width: 8%;
    min-width: 110px;
    background: linear-gradient(50deg, #CD7D29, #EA47A0);
    color: #fff;
}
div.newsletter.cta form 
{
    margin: 0 0 2.5rem;
}
div.newsletter 
{
    width: 100%;
}
div.newsletter-offers-container 
{
    display: flex;
    gap: 1rem;
    font-family: 'Roboto', sans-serif;
    align-items: center;
    justify-content: space-between;
}
div.newsletter.offer 
{
    background: beige;
    padding: 1rem;
    border-radius: 12px;
    display: inline-block;
    position: relative;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    color: #fff;
    max-width: 350px;
}
div.newsletter.offer p 
{
    font-family: 'Roboto', sans-serif;
}
div.newsletter.offer.cash 
{
    background: linear-gradient(45deg, #922EBC, #5977F6);
}
div.newsletter.offer.deal 
{
    background: linear-gradient(45deg, #2EB0BC, #CD59F6);
}
div.newsletter.offer .offer-type 
{
    position: absolute;
    bottom: 0;
    left: -16px;
    font-style: italic;
    font-weight: bold;
    font-size: 120px;
    line-height: 70%;
    z-index: 0;
    color: #fff;
    opacity: 0.05;
}
div.newsletter.offer .offer-heading 
{
    font-size: 1rem;
    margin-top: 0.75rem;
    line-height: 1rem;
}
div.newsletter.offer .offer-description 
{
    font-size: 0.75rem;
    line-height: 1rem;
}
div.newsletter.offer div.deal-info .deal-heading 
{
    font-size: 0.65rem;
    margin: 0;
    opacity: 0.8;
    line-height: 1rem;
}
div.newsletter.offer div.deal-info 
{
    z-index: 1;
    position: relative;
    font-size: 0.75rem;
    display: flex;
    justify-content: space-between;
    margin: 2.5rem 0rem 1rem;
    margin-right: 1rem;
}
div.newsletter.offer div.deal-info p 
{
    margin: 0.5rem 0;
    font-size: 1rem;
    line-height: 1rem;
}
div.newsletter.view-more 
{
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 15%);
    background: linear-gradient(45deg, #BC9A2E, #59F687);
    color: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    max-width: 100px;
    height: 100px;
    padding: 1rem 0;
}
div.newsletter.view-more p 
{
    margin: 0.5rem 0 0 0;
    font-size: 0.65rem;
    line-height: 1rem;
    font-family: 'Roboto', sans-serif;
}
div.newsletter.view-more img 
{
    color: #fff!important;
}

.grid.container 
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 1rem;
}
.grid.container .post.card div 
{
    /* height: 100%; */
    /* display: flex; */
    flex-direction: column;
}
.grid.container .post.card:first-child, .section.container.post .grid.container div:first-child 
{
    grid-column: 1 / 3;
    grid-row: 1 / 4;
    padding: 0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.grid.container .post.card:first-child div, .section.container.post .grid.container div:first-child div
{
    background: #e7e7e7ed;
    padding: 1.25rem;    
    bottom: 0;
    position: absolute;
    width: 100%;
    border-radius: 0 0 6px 6px;
}

.section.container.post .grid.container div:first-child 
{
    grid-column: 1/3;
    grid-row: 1/4;
}

.post-container 
{
    display: flex;
    gap: 1rem;
    flex-direction: row;
    justify-content: space-between;
}
.post-container div.featured-post img 
{
    width: 100%;
    border-radius: 12px;
}
.post-container div.featured-post .wp-block-post-date 
{
    margin: 3.5rem 0;
    color: #595959;
    font-size: 1.25rem;
}
.post-container div.related-posts 
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1rem;
    width: 100%;
}
.post-container div.related-posts h2 
{
    margin-bottom: 0;
} 



.post-card h3 a 
{
    text-decoration: none;
    color: initial;
}
.post-card 
{
    display: flex;
    flex-direction: column;
}
.post-card .post-desc 
{
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
}
.post-card span.read-more  
{
    margin-top: auto;
} 


.grid-container 
{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
}
.grid-container .post-card.first-card 
{
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 3;
}


div#wpadminbar 
{
    /* position: sticky; */
}