:root {
     /* SIZING UNITS */
    --Sizing-Units-XL: 88px;
    --Sizing-Units-L: 66px;
    --Sizing-Units-M: 44px;
    --Sizing-Units-S: 36px;
    --Sizing-Units-XS: 26px;
    --Sizing-Units-2XS: 16px;
    --Sizing-Units-3XS: 8px;
    --Number-Scale-Margins-Desktop: 72px;
    --Number-Scale-Margins-Small-Desktop: 60px;
    --Number-Scale-Margins-Tablet: 36px;
    --Number-Scale-Margins-Mobile: 18px;

    /* BORDER RADII */
    --border-radius-btn: 20px;
    --border-radius-btn-mobile: 18px;
    --border-radius-img: 24px;
    --border-radius-img-mobile: 16px;

    /* BOX SHADOW */
    --box-shadow: 0 4px 4px rgba(12, 12, 13, .05), 0 16px 16px rgba(12, 12, 13, .10);

    /* CONTENT PADDING */
    --content-padding: var(--Number-Scale-Margins-Desktop);
    --content-margin-top: 26px;
    --content-padding-top: 200px;
    --content-padding-bottom: 50px;
    
    /* COLORS */
    --black: #000;
    --white: #fff;
    --gray: #aaa;
    --light: #ddd;

    /* --Electric-Green: #C3F800;
        --green: var(--Electric-Green); */
    --GivePower-Palette-Sweet-Water: #4ABFBF;
        --sweet-water: var(--GivePower-Palette-Sweet-Water);
    --GivePower-Palette-Sun-Yellow: #FFC300;
        --yellow: var(--GivePower-Palette-Sun-Yellow);
        --sun: var(--GivePower-Palette-Sun-Yellow);
    --GivePower-Palette-Ocean: #1A3242;
        --ocean: var(--GivePower-Palette-Ocean);
    --GivePower-Palette-Charcoal: #2B2B2B;
        --charcoal: var(--GivePower-Palette-Charcoal);
    --GivePower-Palette-Warm-White: #F6F2EF;
        --cream: var(--GivePower-Palette-Warm-White);

    /*
    --linear-gradient: linear-gradient(90deg, var(--sweet-water) 0%, #FEE900 56.73%, #F6F2EF 100%);
    --text-gradient: linear-gradient(90deg, var(--sweet-water), #FEE900);
    */
    
    --linear-gradient: linear-gradient(90deg, #FFC300 0%, #FFF5AD 79.81%);
    --text-gradient: linear-gradient(90deg, #FFC300, #FFF5AD);
    --Gradients-Button-Gradient-Blue: linear-gradient(0deg, #4ABFBF -0.65%, #71DCDC 99.35%);
        --btn-gradient-blue: var(--Gradients-Button-Gradient-Blue);
    --Gradients-Yellow-Button-Gradient: linear-gradient(0deg, #FFC300 -0.65%, #FFD753 99.35%);
        --btn-gradient-yellow: var(--Gradients-Yellow-Button-Gradient);

    /* FONTS */
    --font-headline: "futura-pt", sans-serif;
    --font-content: "Lato", sans-serif;

}
/********************************/
/*  START :: Post Grid & Filter */
/********************************/

.post:hover img{
    transform: scale(1.2);
}
div.loadMore {
    margin-top:66px;
    text-align: center;
}
div.loadMore button, 
div.loadMore button:hover, 
div.loadMore button:focus{
    font-family: var(--font-content);
    font-size: 19px;
    font-size: 1.19rem;
    font-style: normal;
    font-weight: 800;
    line-height: 23px;
    line-height: 1.44rem;
    letter-spacing: 0.57px;
    background-color: var(--sweet-water);
    color: var(--GivePower-Palette-Charcoal);
    border-radius: 20px;
    padding: 20px 30px;
    margin:0 auto;
    border: 0!important;
}

.fl-archive--filter-clear span{
    display: inline-flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: center;
    font-family: var(--font-content);
    font-size: 19px;
    font-size: 1.19rem;
    font-style: normal;
    font-weight: 800;
    line-height: 23px;
    line-height: 1.44rem;
    letter-spacing: 0.57px;
    color:var(--GivePower-Palette-Ocean);
    background-image: linear-gradient(var(--GivePower-Palette-Ocean), var(--GivePower-Palette-Ocean));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    text-decoration: none;
    cursor: pointer;
    padding-bottom:3px;
}

.fl-archive--filter-clear span:after{
    display: flex;
    gap: 12px;
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/uploads/Close-Symbol.svg);
}

.fl-archive--filter-clear span:hover{
    animation: 0.25s underline;
}
.fl-archive--filter-search{
    align-items: flex-start;
}
.fl-archive--filter-search > div:not(.category-filters--go){
    width:100%;
}
.fl-archive--filter-search > div:not(.category-filters--go):after{
    display: none;
}
.loading{
    display: none;
    transition: all 0.5s ease;
    height: 60px;
    color:var(----GivePower-Palette-Ocean)
}
.loading img{
    height:60px;
    margin: auto;
    /*animation: rotate 3s ease forwards infinite;*/
    display: block;
}
@keyframes rotate {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
.post h3.h4{
    color: var(--black);
}

.post{
    cursor:pointer!important;
}
.fl-archive--filter-search input{
    height:62px;
    color: var(--black);
    font-size: 18px;
    font-size: 1.13rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    line-height: 1.88rem;
    padding-left: 46px;
    padding-right: 18px;
    padding-top:16px;
    padding-bottom:16px;
    border-radius: 8px;
    border: 1px solid var(--light);
    max-width: unset;
    background-image: url(/wp-content/uploads/Icon.svg);
    background-size: 20px;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-color: var(--white);
}
.fl-archive--filter-search input[type=text]:focus{
    border: 1px solid var(--light);
    border-bottom: 1px solid var(--light);
    border-radius: 8px;
    background-color: var(--white);
    outline:none!important;
}
.fl-archive--filter-search input::placeholder{
    color: var(--black);
    opacity: 1;
    border-left: 1px solid var(--light);
    padding-left:5px;
}
.category-filters--go button{
    display: inline-block;
    color: var(--GivePower-Palette-Charcoal);
    font-family: var(--font-content);
    font-size: 18px;
    font-size: 1.13rem;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    line-height: 1.44rem;
    width: 100%;
    background-color: var(--sweet-water);
    padding: 20px 30px;
    border: none!important;
    border-radius: 20px;
}
.category-filters--go button .a_arrow{
    display: none;
}

div.filter-item .filter-item--label-title{
    color: var(--GivePower-Palette-Ocean);
    font-family: var(--font-content);
    font-size: 24px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    line-height: 2.25rem;
}
.format_news.filter-item{
    order: 1;
}
.filter-item ul li{
    padding-inline-start: 42px;
}
.filter-item ul li,
.filter-item ul li label {
    color: var(--GivePower-Palette-Ocean);
    font-family: var(--font-content);
    font-size: 18px;
    font-size: 1.13rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    line-height: 1.88rem;
}
.filter-item ul li label{
    font-weight:400!important;
    display: block;
    position: relative;
    margin-bottom: 8px;
    cursor: pointer;
}
.filter-item ul li:last-child label{
    margin-bottom: 0px;
}
.filter-item ul li label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.filter-item ul li label .checkmark {
    position: absolute;
    top: 1px;
    left: -42px;
    height: 26px;
    width: 26px;
    background-color: #fff;
    border:solid 2px var(--sweet-water);
    border-radius: 6px;
  }
  .filter-item ul li label input:checked ~ .checkmark {
    background-color: var(--sweet-water);
    border:solid 2px var(--sweet-water);
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .filter-item ul li label input:checked ~ .checkmark:after {
    display: block;
  }
  .filter-item ul li label .checkmark:after {
    left: 7px;
    top: 4px;
    width: 9px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.filter-item input:focus + span{
    outline: 0;
    outline-offset: 5px;
}

.unfoldable .fl-archive--filter-search > div label{
    flex-basis: unset;
    flex-grow: 0;
    flex-shrink: 0;
    font-family: var(--font-content);
    font-size: 24px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 36px; 
    line-height: 2.25rem; 
    color:var(--GivePower-Palette-Ocean);
}
.unfoldable .filter-form--content.hidden{
    display: flex!important;
    max-height: unset;
    opacity: 1;
    flex-direction: column;
    gap:16px;
    overflow: visible;
    position: relative;
    padding-bottom: 102px;
}
.unfoldable .fl-archive--filter-refine{
    display: none;
}
.unfoldable.fl-archive--filter.closed{
    background-color: transparent;
    box-shadow:none;
}
.unfoldable .fl-archive--filter-clear{
    width:100%;
    text-align: center;
}

.unfoldable .fl-archive--filter-search{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:10px;
    padding: 26px 36px;
    background-color: var(--GivePower-Palette-Warm-White);
    border-radius: 16px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
}
.unfoldable .fl-archive--filter-search > div{
    display: flex;
    align-items: center;
    gap:10px;
}

.unfoldable .fl-archive--filter-items{
    width: 100%;
    gap:22px;
    align-items: flex-start;
    display: flex;
    position: absolute;
    top: 134px;
    z-index: 103;
}
.unfoldable .fl-archive--filter-search > div:not(.category-filters--go){
    flex-grow: 1;
}
.unfoldable .category-filters--go {
    margin-top: 0;
    flex-basis: auto;
    flex-shrink: 0;
    flex-grow: 0;
}
.unfoldable div.filter-item{
    padding:26px 36px;
    background-color: var(--GivePower-Palette-Warm-White);
    border-radius: 16px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.12);
}
.unfoldable div.filter-item{
    width:unset;
    flex:1;
}
.unfoldable div.filter-item .filter-item--label-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom:0px;
    gap:26px;
    margin-bottom:0!important;
    cursor: pointer;
}
.unfoldable div.filter-item .filter-item--label-title:before{
    content:"";
    width: 24px;
    height:24px;
    background-size: contain;
    display: block;
    background-image: url('/wp-content/uploads/Plus-Icon.svg');
    transition: all 0.25s ease;
    transform: rotate(0deg);
    background-repeat: no-repeat;
    background-position: center;
}
.unfoldable div.filter-item.visible .filter-item--label-title:before{
    transform: rotate(180deg);
    background-image: url('/wp-content/uploads/Minus-Icon-1.svg');
}
.unfoldable div.filter-item .hint{
    display: none;
}

.unfoldable .filter-item ul{
    padding: 0px;
    column-count: 1;
    list-style: none;
    margin-bottom:0;
}
.unfoldable form{
    flex-direction: column;
    gap:36px;
    display: flex;
}
.unfoldable .filter-item ul{
    transition: all 0.25s linear;
    clear: both;
    overflow: hidden;
    max-height: 1px;
    opacity:0;
    display: none;
}
.unfoldable .filter-item ul.visible{
    display: block;
}
.unfoldable .filter-item.visible ul{
    opacity:1;
    max-height: 1000px;
    overflow: hidden;
    margin-bottom:0;
    padding-top:26px;
}
.unfoldable .filter-item.visible 
.unfoldable .posts.card{
    margin:0;
}

.fl-archive--filter.unfoldable {
    border-radius: 0px;
    padding: 0px;
}

/******POST GRID (GRID LAYOUT)******/
.posts-container .post{
    display: none;
    opacity: 0;
}
.posts-container .active.post{
    display: block;
}
.posts-container .visual.post{
    opacity: 1;
}
.postBox .imgBox{
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.post .postBox{
    display: flex;
    flex-direction: column;
    height: 100%;
    gap:26px;
    cursor: pointer;
}
.post img{
    width:100%;
    object-fit:cover;
    transition: all 1s ease;
    height:260px;
}

.post:hover img{
    transform: scale(1.05);
}
.postBottom{
    padding:0 0px;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    gap:16px;
    align-items: flex-start;
}
.postBottom .desc{
    font-size: 18px;
    font-size: 1.13rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    line-height: 1.88rem;
    color:var(--GivePower-Palette-Ocean);
    font-family: var(--font-content);
}
.postBottom .date{
    color:var(--GivePower-Palette-Ocean);
    font-family: var(--font-content);
    font-size: 18px;
    font-size: 1.13rem;
    font-style: normal;
    /* Pre-Launch QA (Aug 10), BS: "Date should not be bold." Was 800, which measured
       as the heaviest text in the card. 500 matches .post-wedge p.date, the site's
       other date treatment, rather than inventing a new weight. */
    font-weight: 500;
    line-height: 30px;
    line-height: 1.88rem;
}
.postBottom > a{
    display: none;
}
.imgBox .defaultImg{
    height:260px;
    width:100%;
    background-color:var(--ocean);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(/wp-content/uploads/give-power-favicon.svg);
}
.posts{
    display: grid;
    flex-wrap: initial;
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
    gap: 56px;
    width: 100%;
}
.posts .post .tags{
    display: inline-block;
    padding: 8px 16px;
    font-family: var(--font-content);
    font-size: 14px;
    font-size: .88rem;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    line-height: 1.13rem;
    border-radius: 10px;
    background-color: var(--sweet-water);
    color: var(--GivePower-Palette-Ocean);
    margin-right:16px;
}
.posts .post .tags, .post-carrousel:not(.list) .tags
{
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
}
.post {
    cursor:pointer;
}
.post h3 a{
    color:var(--GivePower-Palette-Ocean)!important;
    background-image: linear-gradient(var(--GivePower-Palette-Ocean), var(--GivePower-Palette-Ocean));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0% 1px;
    transition: all 0.5s ease;
    text-decoration: none!important;
}
.post h3 a:hover{
    color: var(--black);
    animation: 0.5s underline ease forwards;
}
.post-wedge .post h3 a{
    color: var(--orange-tapestry);
}
/*******************/
/*  Singular Post  */
/*******************/
.single-news .tag p{
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-size: .88rem;
    line-height: 18px;
    line-height: 1.13rem;
    color: var(--ocean);
    background-color: var(--sweet-water);
    display: inline-block;
    font-weight: 400;
}
.fl-builder-content .buttonlink.back a.fl-button, 
.fl-builder-content a.buttonlink.back{
    padding-left: 0;
    padding-right: 0;
    background-size: 100% 1px;
    gap: 12px;
    display: flex;
}
.fl-builder-content .buttonlink.back a.fl-button:before, 
.fl-builder-content a.buttonlink.back:before{
    content: "";
    display: block;
    width: 17px;
    height: 13px;
    background-image: url(/wp-content/uploads/Right-Arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
tag{
    font-family: var(--font-content);
    font-size: 14px;
    font-size: .88rem;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    line-height: 1.13rem;
    border-radius: 10px;
    padding: 8px 16px;
    background-color: var(--GivePower-Palette-Sweet-Water);
}
.fl-col-content:has(.post-feature-img){
    position: relative;
}
.post-feature-img{
    position: absolute;
}
.post-feature-img,
.post-feature-img img[class*="wp-image-"],
.post-feature-img .fl-photo-content,
.fl-post .post-feature-img img[class*="wp-image-"]{
    height: 687px;
    width: 100%;
    object-fit: cover;
    @media screen and (max-width: 992px) {
        height:600px;
    }
    @media screen and (max-width: 768px) {
        height: 280px;
    }
}
h1.fl-module-heading.energy-gradient.post-title{
    display: block;
}
.mediumheight,
.mediumheight img[class*="wp-image-"],
.mediumheight .fl-photo-content,
.fl-post .mediumheight img[class*="wp-image-"]{
    height: 100%;
    min-height:500px;
    width:100%;
    object-fit: cover;
    @media screen and (max-width: 992px) {
        min-height:400px;
        width:100%;
    }
    @media screen and (max-width: 768px) {
        min-height:unset;
        height:260px;
        width:100%;
    }
}

body:not(.fl-builder-edit) .post-hero-row .background-pattern{
    top: -130px;
    right: 100px;
    height: 170%;
    @media screen and (max-width: 992px) {
        right:16px
    }
    @media screen and (max-width: 768px) {
        right: unset;
        top: -20px;
        height: 360px;
        left: -80px;
    }
}
.fl-module-fl-post-content .fl-module-content > blockquote{
    padding-left: 72px;
    padding-right: 72px;
    @media screen and (max-width: 1366px) {
        padding-left: 60px;
        padding-right: 60px;
    }
    @media screen and (max-width: 992px) {
        padding-left: 36px;
        padding-right: 36px;
    }
    @media screen and (max-width: 768px) {
        padding-left: 18px;
        padding-right: 18px;
    }
}
.fl-module-fl-post-content .fl-module-content > p:has(iframe){
    max-width: 100%;
}
.fl-module-fl-post-content .fl-module-content > p:has(img) + p:has(img){
    margin-left: 20px;
    margin-bottom: 36px;
    @media screen and (max-width: 768px) {
        margin-left: 0px;
    }
}
.fl-module-fl-post-content .fl-module-content > figure, 
.fl-module-fl-post-content .fl-module-content > p:has(img){
    width: calc(50% - 10px);
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    float: left;
    @media screen and (max-width: 768px) {
        width: 100%;
        margin-top:26px;
        float: unset;
        margin-bottom:0;
    }
}
.fl-module-fl-post-content .fl-module-content > figure, 
.fl-module-fl-post-content .fl-module-content > p.single-image-p{
    width:100%;
    float:unset;
}
.fl-module-fl-post-content .fl-module-content > figure{
    margin-top: 26px;
    margin-bottom: 26px;
    @media screen and (max-width: 768px) {
        margin-top: 16px;
        margin-bottom: 16px;
    }
}
.fl-module-fl-post-content .fl-module-content > p .fluid-width-video-wrapper{
    height: 800px;
    border-radius: 24px;
    overflow: hidden;
    @media screen and (max-width: 1366px) {
        height: 600px;
    }
    @media screen and (max-width: 992px) {
        height: 460px;
    }
    @media screen and (max-width: 768px) {
        height: 280px;
        border-radius: 16px;
    }
}
.fl-module-fl-post-content .fl-module-content > figure img, 
.fl-module-fl-post-content .fl-module-content > p img{
    margin: 0;
    width:100%;
    height: 470px;
    object-fit: cover;
    border-radius: 24px;
    @media screen and (max-width: 1366px) {
        height: 308px;
    }
    @media screen and (max-width: 992px) {
        height: 243px;
    }
    @media screen and (max-width: 768px) {
            height: 280px;
    }
}
.fl-module-fl-post-content .fl-module-content > figure img, 
.fl-module-fl-post-content .fl-module-content > p.single-image-p img{
    height: 600px;
    @media screen and (max-width: 1366px) {
        height: 480px;
    }
    @media screen and (max-width: 992px) {
        height: 360px;
    }
    @media screen and (max-width: 768px) {
            height: 320px;
    }
}

.fl-module-fl-post-content .fl-module-content > * {
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
}

.fl-module-fl-post-content .fl-module-content > h1,
.fl-module-fl-post-content .fl-module-content > h2,
.fl-module-fl-post-content .fl-module-content > h3,
.fl-module-fl-post-content .fl-module-content > h4,
.fl-module-fl-post-content .fl-module-content > h5,
.fl-module-fl-post-content .fl-module-content > h6{
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-wrap: auto;
}

/*share*/
.share_icons span{
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    line-height: 1.75rem;
    color: var(--GivePower-Palette-Sun-Yellow)!important;
    font-family: var(--font-content);
}
.share_icons img{
    height:32px;
    width:auto;
}
.share_icons {
    gap: 26px;
    display: flex;
    align-items: center;
}
.icon-bluesky_logo::before {
    width: auto;
    margin: 0;
}
.social_link_container {
    align-items: baseline;
}
.social_link_container .social_link .fl-button-has-icon {
    line-height: 0;
}

@media only screen and (max-width: 1366px) {
    .posts{
        gap: 36px;
    }
    .card.posts, .post-card, .grid.posts {
        display: grid;
        grid-template-columns: minmax(0, 3fr) minmax(0, 3fr);
        gap: 56px 24px;
    }
}
@media only screen and (max-width: 992px) {
    .posts{
        grid-template-columns: minmax(0, 2fr) minmax(0, 2fr);
        gap: 56px 24px;
    }
    /********post filter********/
    .unfoldable div.filter-item {
        width: 100%;
        padding:16px;
    }
    .unfoldable .fl-archive--filter-search {
        padding: 16px 36px;
    }
    div.filter-item .filter-item--label-title{
        font-size: 18px;
        font-size: 1.13rem;
        line-height: 29px;
        line-height: 1.81rem;
    }
    .unfoldable div.filter-item .filter-item--label-title{
        gap:16px;
    }
}
@media only screen and (max-width: 768px) {

    .card.posts, .post-card, .grid.posts {
        display: flex;
        flex-direction: column;
        gap: 36px;
    }

    .fl-archive--filter-refine {
        width: 70%;
    }
    .fl-archive--filter-clear {
        width: 30%;
    }
    .unfoldable div.filter-item .filter-item--label-title{
        font-size: 22px;
        font-size: 1.38rem;
        line-height: 30px;
        line-height: 1.88rem;
    }
    .unfoldable .fl-archive--filter-search > div label{
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 0;
        line-height: 30px;
        line-height: 1.88rem;
    }
    .fl-archive--filter-items{
        float: left;
        width: 100%;
        vertical-align: text-top;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    div.filter-item {
        list-style-type: none;
        margin: 0;
        padding: 0px 0px 0;
        display: inline-block;
        position: relative;
        width: 100%;
    }
    .unfoldable .fl-archive--filter-search{
        flex-direction: column;
        align-items:center;
        padding:16px;
        border-radius: 8px;
    }
    .unfoldable .fl-archive--filter-search > div{
        width: 100%;
        flex-basis: 100%;
    }
    .unfoldable .fl-archive--filter-search > div:not(.category-filters--go){
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .category-filters--go button{
        padding: 13px 26px;
        font-size: 18px;
        font-size: 1.13rem;
        line-height: 22px;
        line-height: 1.38rem;
        width: unset;
    }
    .unfoldable .filter-item.visible ul{
        padding-top:16px;
    }
    .unfoldable div.filter-item {
        width: 100%;
        padding: 16px;
        border-radius: 8px;
    }
    .unfoldable div.filter-item.visible .hint {
        padding-top: 8px;
        padding-bottom: 0px;
    }
    .unfoldable form{
        gap:36px;
    }
    .unfoldable div.filter-item .filter-item--label-title:before{
        width:24px;
        height:24px;
    }
    .posts {
        grid-template-columns: minmax(0, 1fr);
        gap: 36px;
    }
    .post .postBox{
        gap: 16px;
    }
    .postBox .imgBox{
        border-radius: 8px;
    }
    .unfoldable .filter-form--content.hidden{
        position: static;
        padding-bottom: 0;
    }
    .unfoldable .fl-archive--filter-items{
        position: static;
        top: 0;
        z-index: 102;
    }
    div.loadMore{
        margin-top:36px;
    }
}
/*********************************/
/*  END   :: Post Grid + Filter  */
/*********************************/




