/****general filter bar****/

.post{
    cursor:default!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: 700;
    line-height: 23px;
    line-height: 1.44rem;
    color:var(--blue);
    background-image: linear-gradient(var(--blue), var(--blue));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    text-decoration: none;
    cursor: pointer;
}
.fl-archive--filter-clear span:after{
    width:18px;
    height:18px;
    display: block;
    content:'';
    background-image: url(/wp-content/uploads/Group-11195.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.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;
}
.fl-archive--filter-search input{
    height:66px;
    color: var(--black);
    font-size: 18px;
    font-size: 1.13rem;
    line-height: 34px;
    line-height: 2.13rem;
    padding-left: 46px;
    padding-right: 18px;
    padding-top:16px;
    padding-bottom:16px;
    border-radius: 8px;
    border: 1px solid #DDD;
    max-width: unset;
    background-image: url(/wp-content/uploads/Icon.svg);
    background-size: 22px;
    background-position: 16px center;
    background-repeat: no-repeat;
}
.fl-archive--filter-search input[type=text]:focus{
    border: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-radius: 8px;
}
.fl-archive--filter-search input::placeholder{
    color: var(--black);
    opacity: 1;
    border-left: 1px solid #DDD;
    padding-left:5px;
}

.category-filters--go button{
    display: flex;
    gap:12px;
    color: var(--black);
    border-radius: 50px!important;
    font-family: var(--font-content);
    font-size: 19px;
    font-size: 1.19rem;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    line-height: 1.44rem;
    width: 100%;
    background-color: var(--orange);
    padding: 20px 40px;
    border: none!important;
    align-items: center;
    transition: all ease 0.5s;
}
.category-filters--go button:hover{
    transform: scale(1.1);
}
.category-filters--go button:after{
    content:'';
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/button-doublearrow-black.svg);
}
div.filter-item .filter-item--label-title{
    color: var(--black);
    font-family: var(--font-content);
    font-size: 20px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    line-height: 2.19rem;
}
.filter-item ul li{
    padding-inline-start: 42px;
}
.filter-item ul li,
.filter-item ul li label {
    color: var(--black);
    font-family: var(--font-content);
    font-size: 18px;
    font-size: 1.13rem;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    line-height: 2.06rem;
}
.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: 4px;
    left: -42px;
    height: 26px;
    width: 26px;
    background-color: #fff;
    border:solid 2px var(--blue);
    border-radius:2px;
  }
  .filter-item ul li label input:checked ~ .checkmark {
    background-color: var(--blue);
    border:solid 2px var(--blue);
  }
  .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: 3px;
    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;
}

/***********************************/
/******POST FILTER & POST GRID******/
/***********************************/


.unfoldable .fl-archive--filter-search label{
    flex-basis: unset;
    flex-grow: 0;
    flex-shrink: 0;
    font-family: var(--font-content);
    font-size: 20px;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    line-height: 2.19rem;
    color:var(--black);
    min-width: 125px;
}
.unfoldable .filter-form--content{
    display: flex!important;
    max-height: unset;
    opacity: 1;
    flex-direction: column;
    gap:10px;
    overflow: visible;
    position: relative;
}
.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: white;
    border-radius: 16px;
    box-shadow: 0px 0px 16px 0px 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;
    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: 170px;
    flex-shrink: 0;
    flex-grow: 0;
}
.unfoldable div.filter-item{
    padding:26px 36px;
    background-color: var(--white);
    border-radius: 16px;
    box-shadow: 0px 0px 16px 0px 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-Symbol-Desktop.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-Symbol-Desktop.svg');
}
.unfoldable div.filter-item .hint{
    padding-top:0px;
    padding-bottom:0px;
    transition: all 0.25s ease;
    max-height: 0px;
    font-weight: 600;
    opacity: 0;
    margin-bottom: 0;
}
.unfoldable div.filter-item.visible .hint{
    padding-top: 26px;
    padding-bottom: 16px;
    box-sizing: content-box;
    max-height: 40px;
    opacity: 1;
}
.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:36px;
}
.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;
}
.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 h3 {
    color: var(--blue);
}
.postBox{
    cursor: pointer;
}
.postBottom .desc,
.postBottom>a{
    display: none!important;
}
.postBottom .desc{
    font-size: 18px;
    font-size: 1.13rem;
    line-height: 33px;
    line-height: 2.06rem;
    font-family: var(--font-content);
    color: var(--black);
}
.postBottom .date{
    font-size: 18px;
    font-size: 1.13rem;
    line-height: 29px;
    line-height: 1.81rem;
    font-family: var(--font-content);
    font-weight: 600;
    color: var(--black);
}
.postBottom > a{
    text-decoration: none!important;
    font-family: var(--font-content);
    font-size: 19px;
    font-size: 1.19rem;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    line-height: 1.44rem;
    color: var(--blue);
    background-image: linear-gradient(var(--blue), var(--blue));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    transition: background-size 250ms ease-in-out;
    display: inline-flex;
    align-items: center;
    gap:12px;
    transition: all 0.25s ease;
}
.postBottom > a:after{
    content:'';
    display: block;
    width: 17px;
    height:17px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/uploads/button-doublearrow-blue.svg);
}
.postBottom > a:hover,
.postBottom > a:focus{
    gap:20px;
    animation: 0.25s underline;
}
.imgBox .defaultImg{
    height:280px;
    width:100%;
    background-color:var(--fresh-blue);
}
.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: 4px 16px;
    font-family: var(--font-content);
    font-size: 14px;
    font-size: .88rem;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    line-height: 1.38rem;
    border-radius: 16px;
    background-color: var(--orange);
    color: var(--black);
    margin-right:16px;
}
.posts .post .tags, .post-carrousel:not(.list) .tags
{
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
}
.loadMore {
    margin-top:66px;
    display: flex;
}
.loadMore .loadMore_btn {
    display: inline-flex;
    border-radius: 50px!important;
    padding:20px 40px;
    background-color: var(--orange);
    color: var(--black);
    font-family: var(--font-content);
    font-size: 19px;
    font-size: 1.19rem;
    line-height: 23px;
    line-height: 1.44rem;
    font-weight: 700;
    margin:0 auto;
    border:none!important;
}

/***************/
/*post carousel*/
/***************/
.posts-carousel .slick-list{
    overflow: clip;
}
.posts-carousel .posts{
    display: flex;
}
.posts-carousel .posts .post{
    width: 370px !important;
    padding-right: 20px;
    box-sizing: content-box;
}
.posts-carousel .loadMore_btn {
    display: none!important;
}
.post-carousel-header .fl-col-content{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    gap:26px;
}
.post-carousel-header-left{
    flex-shrink: 1;
}
.post-carousel-header-right{
    flex-shrink: 0;
}
/*singular post*/
.post-fea-img,
.post-fea-img .fl-module-content,
.post-fea-img .fl-photo,
.post-fea-img .fl-photo-content,
.post-fea-img img{
    width:100%;
    height:500px;
    object-fit: cover;
}
.share_icons{
    display: flex;
    gap:26px;
    align-items: center;
}
.share_icons span{
    color: var(--white);
    font-family: var(--font-content);
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 26px;
    line-height: 1.63rem;
}
.share_icons img{
    height: 40px;
    width: auto;
}

.post-content .fl-rich-text > p:not(:has(iframe)),
.post-content .fl-rich-text > ol,
.post-content .fl-rich-text > ul{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.post-content .wp-caption{
    padding:0;
    margin:0;
    width:100%!important;
    border: none;
    background: transparent;
}
.post-content iframe,
.post-content .wp-caption img,
.post-content .fl-rich-text > p img{
    margin: 26px auto 0 !important;
    padding: 0 !important;
    width: 80%;
    height: 600px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}
.wp-caption p.wp-caption-text{
    padding:0;
    margin-top:16px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.44rem;
}
.post-content .fl-rich-text > blockquote{
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.post-content .fl-rich-text > blockquote p{
    color: var(--blue) !important;
}

/***search result***/

.fl-post-feed-post {
    border-bottom: none;
    border-top: 1px solid var(--warm-white);
    color: var(--blue);
    display: flex;
    padding: 26px 0;
    margin-bottom: 36px;
}
.fl-post-feed-post.post .postBox {
    max-width: 508px;
    padding-right: 70px;
    width: 100%;
}
.fl-post-feed-post .imgBox {
    flex-basis: 100%;
    width: 100%;
}
.fl-post-feed-post .post_tag {
    margin-bottom: 16px;
    color: var(--black);
    background-color: var(--orange);
    padding: 4px 16px;
    border-radius: 50px;
    display: inline-block;
}
.fl-post-feed-post .fl-post-title a {
    color: var(--blue);
}
.fl-post-feed-post .fl-post-title a:hover {
    text-decoration: none;
}
.fl-post-feed-post .fl-post-text {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 0;
}
.fl-post-feed-post .fl-post-excerpt {
    margin-top: 26px;
}
.fl-builder-pagination-load-more a.fl-button,
.fl-builder-pagination-load-more a.fl-button:hover {
    background: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 50px;
    padding: 20px 40px;
    transition: all .25s ease;
}
.fl-builder-pagination-load-more a.fl-button:hover {
    transform: scale(1.05);
}
.fl-builder-pagination-load-more a.fl-button span {
    color: var(--white);
    font-size: 18px;
    font-size: 1.13rem;
    font-style: normal;
    font-weight: 700;
    line-height: 23px; /* 155.556% */
    line-height: 1.44rem; /* 155.556% */
}
@media only screen and (max-width: 1366px) {
    .posts{
        grid-template-columns: minmax(0, 2fr) minmax(0, 2fr);
        gap: 56px 24px;
    }
    /*singular post*/
    .post-content iframe,
    .post-content .wp-caption img,
    .post-content .fl-rich-text > p img{
        height: 600px;
    }
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
    .posts{
        grid-template-columns: minmax(0, 2fr) minmax(0, 2fr);
        gap: 56px 24px;
    }
   
    /********post filter********/
    .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;
    }
    .unfoldable div.filter-item{
        padding:16px 16px;
    }
    /*singular post*/
    .post-content iframe,
    .post-content .wp-caption img,
    .post-content .fl-rich-text > p img{
        height: 460px;
    }
    /***search result***/
    .fl-post-feed-post.post .postBox {
        min-width: 380px;
    }
}
@media only screen and (max-width: 768px) {
    
    
    /********post filter********/
    .fl-archive--filter-search input{
        height:45px;
        padding: 8px 16px 8px 46px;
        border-radius: 8px;
    }
    .unfoldable div.filter-item .filter-item--label-title{
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 26px;
        line-height: 1.63rem;
    }
    .unfoldable .fl-archive--filter-search > div label{
        font-size: 19px;
        font-size: 1.19rem;
        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:12px;
        border-radius: 10px;
    }
    .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: 14px 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: 12px;
    }
    .unfoldable .filter-form--content.hidden{
        position: static;
        padding-bottom: 0;
    }
    .unfoldable .fl-archive--filter-items{
        position: static;
        top: 0;
        z-index: 102;
    }
    /***************/
    /*post carousel*/
    /***************/
    .posts-carousel .posts{
        display: flex;
    }
    .posts-carousel .posts .post{
        width: calc(100vw - 36px) !important;
        padding-right: 18px;
        box-sizing: content-box;
        max-width: 370px;
    }
    .post-carousel-header .fl-col-content{
        flex-direction:column;
        gap:16px;
    }
    .post-carousel-header-left{
        flex-shrink: 0;
        width:100%;
    }
    .post-carousel-header-right{
        width:100%;
        flex-shrink: 0;
    }

    /*singular post*/
    .post-fea-img,
    .post-fea-img .fl-module-content,
    .post-fea-img .fl-photo,
    .post-fea-img .fl-photo-content,
    .post-fea-img img{
        width:100%;
        height:280px;
        object-fit: cover;
    }
    .post-content iframe,
    .post-content .wp-caption img,
    .post-content .fl-rich-text > p img{
        height: 280px;
        width:100%;
    }
    
    /***search result***/
    .fl-post-feed-post.fl-post-feed-image-beside {
        flex-direction: column;
        max-width: 100%;
        margin-bottom: 0;
    }
    .fl-post-feed-post.post .postBox {
        padding-right: 0;
    }
    .fl-post-feed-post .postBox .imgBox {
        margin-bottom: 26px;
    }
    .fl-post-feed-post .fl-post-excerpt {
        margin-top: 16px;
    }
}
@media only screen and (max-width: 600px) {

    .posts.list .post{
        padding-left: 0;
        padding-right: 0;
    }

    body:not(.fl-builder-edit) .background-shape-resp .fl-col-group:nth-child(2),
    .resource-col .fl-col-content{
        grid-template-columns: minmax(0, 1fr);
    }
    .unfoldable .filter-item ul{
        column-count: 1;
    }


    
}

@media only screen and (max-width: 375px) {
    
}