.fl-archive--filter {
    background-color: var(--gray-cloud);
    width: 100%;
    clear: both;
    border-radius: 10px;
    padding: 27px 42px;
    position: relative;
}

.funds-grid .filter-form--content.visible {
    padding-top: 30px;
    opacity: 1;
    max-height: 1000px;
    overflow: inherit;
    flex-direction: column;
}

body .fl-archive--filter-items {
    float: left;
    width: 100%;
    vertical-align: text-top;
    display: flex;
    flex-wrap: wrap;
}

body .filter-item ul li label .checkmark {
    position: absolute;
    top: 4px;
    left: 5px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: solid 1px var(--green);
    border-radius: 2px;
}

body .filter-item ul li label input:checked ~ .checkmark {
    background-color: var(--green);
    border: solid 1px var(--green);
}

body .fl-archive--filter-items ul li label {
    margin: 0;
    padding: 2px 0 0 40px;
    position: relative;
}

body .fl-archive--filter-clear span {
    text-decoration: underline;
    text-transform: uppercase;
    font-family: var(--ParaCon);
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0.01em;
    line-height: 37px;
    color: var(--blue-deepwater);
}

body div.filter-item .filter-item--label-title, div.fl-archive--filter-search .filter-item--label-title {
    margin: 0;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-family: var(--ParaCon);
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0.01em;
    line-height: 37px;
    color: var(--blue-deepwater);
}

body .fl-archive--filter-refine span {
    font-family: var(--Paralucent);
    color: var(--blue-deepwater);
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
}

.funds-grid .fl-archive--filter-search {
    width: 100%;
    float: none;
    padding: 0;
    position: absolute;
    display: block;
    bottom: 54px;
    left: 66%;
}

body .category-filters--go button {
    background-color: var(--yellow);
    color: var(--blue);
    border: 1px solid var(--yellow);
    padding: 11px 22px;
    min-width: inherit!important;
    transition: 0.2s all;
    transform: scale(1);
    font-family: var(--ParaCon);
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0.01em;
    line-height: inherit;
    color: var(--blue-deepwater);
    text-transform: uppercase;
        position: relative;
    top: 15px;
}

body .category-filters--go button:hover {
    transform: scale(1.15);
    /* border-radius: 0px !important; */
}

body .fl-archive--filter-search input {
    height: 32px;
    margin-top: 16px;
    border: none;
    font-family: var(--Paralucent);
    border-bottom: 2px solid var(--green);
    border-radius: 0;
    background-color: transparent;
    color: var(--blue);
    padding-left: 30px;
    max-width: 320px;
    font-size: 0.888rem;
    line-height: 1.556rem;
}

body .fl-archive--filter-search > div:not(.category-filters--go):after {
    content: url(/wp-content/uploads/green-search.svg);
}

.fl-archive--filter:not(.funds-grid) div.filter-item {
    width: 50%;
}

body .fl-archive--filter.closed {
    background-color: var(--gray-cloud);
}

body .fl-archive--filter-refine:focus {
    box-shadow: none !important;
}

body .filter-item ul li {
    line-height: 24px;
}




body .postBox .imgBox {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
        /* height: 100%; */
    max-height: 260px;
}

.slider-container .tags,
.post-wedget .post .tags,
.posts .post .tags,
.post-carrousel .tags,
.single-funds .tags,
.single-funds-consumer .tags,
.featured-story .tags {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    color: var(--black);
    margin-right: 13px;
    font-family: var(--Paralucent);
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
    color: #212121;
}

.slider-container .tags.app-open,
.post-wedget .post .tags.app-open,
.posts .post .tags.app-open,
.post-carrousel .tags.app-open,
.single-funds .tags.app-open,
.single-funds-consumer .tags.app-open {
    background-color: var(--green);
}

.app-open--item.funds-consumer .tags.app-open {
    background-color: var(--blue-sky) !important;
}

.post-wedget .post .tags.app-closed,
.posts .post .tags.app-closed,
.post-carrousel .tags.app-closed,
.single-funds .tags.app-closed,
.single-funds-consumer .tags.app-closed {
    background-color: var(--red);
}

body .posts .post h3 a,
body .post-wedget .post h3 a,
.featured-story--info a {
    color: var(--blue-deepwater);
    text-decoration: none;
    background-image: linear-gradient(var(--blue-deepwater), var(--blue-deepwater));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: all .5s;
}

.post-wedget .post .tags,
.posts .post .tags,
.post-carrousel .tags,
.featured-story .tags {
    background-color: var(--yellow);
}

body .infoPost,
.featured-story--info p {
    margin: 0;
    font-family: var(--Paralucent);
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #002942;
}

body .posts {
    margin-top: 0px;
}

body .infoBox h3 {
    margin: 26px 0 0;
}

body .post .infoBox {
    padding: 0;
}

body .postBottom {
    padding: 0;
    margin-top: 21px;;
}

.postBottom .post-desc,
.postBottom .post-amount {
    margin-top: 0;
}

.postBottom .post-scale {
    margin-top: 21px;
}

.postBottom .post-scale,
.postBottom .post-amount {
    font-family: var(--Paralucent);
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #002942;
    opacity: 0.6;
    display: flex;
}

.postBottom .post-scale img,
.postBottom .post-amount img {
    width: 12px;
    height: 100%;
    margin-right: 12px;
}

.post .tags img,
.single-funds .tags img,
.single-funds-consumer .tags img {
    width: revert;
    object-fit: revert;
    transition: none;
    height: revert;
    margin-right: 5px;
}




body div.loadMore button.page_btn:hover {
    border-color: var(--blue-deepwater);
    background-color: var(--blue-deepwater);
    color: #fff;
}

body div.loadMore button.page_btn {
    border: 1px solid var(--blue-deepwater);
    background-color: transparent;
    color: var(--blue-deepwater);
}




/* NEWS SINGLE */
.single .latest-share .social_networks a span {
    color: var(--blue-deepwater);
}

.single .latest-share .social_networks svg {
    fill: var(--blue-deepwater);
}

.single .latest-share .social_networks::before {
    content: 'Share';
    font-family: var(--Paralucent);
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    margin-top: 4px;
}

.single:not(.single-funds):not(.single-funds-consumer) .fl-module-fl-post-content {
    max-width: 900px;
    margin: 0 auto;
}

.single-funds .h3 h2,
.single-funds-consumer .h3 h2 {
    text-transform: revert;
}

.single-funds h1.fl-heading,
.single-funds-consumer h1.fl-heading {
    font-size: 66px;
    line-height: 55px;
}

.single blockquote:before {
    content: "";
    background-image: url(/wp-content/uploads/quote-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 42px;
    height: 31px;
}

.single blockquote p {
    margin: 0;
}

.single blockquote {
    margin: 85px 0;
}

.single main .fl-module-fl-post-content img {
    border-radius: 10px;
    /* width: inherit; */
    object-fit: contain;
}

.single .fl-module-fl-post-content p img {
    /* width: 100%; */
    margin: 20px;
}

.single .latest-hero-img .fl-col-content {
    height: 45vw;
    max-height: 600px;
}




/* NEWS ARCHIVE */
/* FEATURED POST */
.featured-story {
    position: relative;
    display: flex;
}

.featured-story--img {
    width: 60%;
    max-height: 350px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.featured-story--img img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.featured-story:hover .featured-story--info a{
    background-size: 100% 1px;
}
.featured-story:hover .featured-story--img img{
    transform: scale(1.1);
}
.featured-story--info a{
    transition: all 0.5s ease-in-out;
}

.featured-story--info {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
}

.featured-story--info > div {
    background: var(--white);
    border-radius: 10px;
    padding: 26px 16px;
    transform: translateY(-50%);
}

.featured-story .tags {
    position: absolute;
    top: 13px;
    left: 15px;
    z-index: 1;
    display: block;
}

.featured-story--info p {
    margin-top: 26px;
}




/***post filter ajax***/
.loading{
    display: none;
}
.loading h2{
    text-align: center;
}
.loading span{
    position:relative;
    opacity: 0;
}
.loading span:first-child{
    animation-name:show;
    animation-duration:1.5s;
    animation-delay:0;
    animation-iteration-count: infinite;
}
.loading span:nth-child(2){
    animation-name:show;
    animation-duration:1s;
    animation-delay:0.5s;
    animation-iteration-count: infinite;
}
.loading span:nth-child(3){
    animation-name:show;
    animation-duration:0.5s;
    animation-delay:1s;
    animation-iteration-count: infinite;
}
@keyframes show {
    from {opacity: 0;}
    to {opacity: 1;}
}




/* APPLICATION OPEN SLIDER */
.slider-container {
    position: relative;
    padding-top: 80px;
}

.slider-container::before {
    content: "";
    background: url(/wp-content/uploads/Group-9775.svg) center center / contain no-repeat;
    position: absolute;
    width: 93px;
    height: 93px;
    top: calc(0px - 46.5px);
    left: 50%;
    transform: translateX(-50%);
}
.slider-container.funds::before {
    background: url(/wp-content/uploads/Group-9780.svg) center center / contain no-repeat;
}
.slider-container.funds-consumer::before {
    background: url(/wp-content/uploads/icon_list.svg) center center / contain no-repeat;
}

.slider-container h2 {
    text-align: center;
    text-transform: revert;
}

.slider-container .slider-card {
    padding: 16px 0 8px;
}

.app-open--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px;
}

.slider-container .tags {
    margin: 0 0 16px;
}

.slider-container .tags span {
    display: flex;
    font-size: 17px;
}

.slider-container .tags img {
    margin-right: 10px;
}

.app-open--item a {
    text-align: center;
    text-decoration: none;
}

.app-open--item a span {
    font-family: var(--Paralucent);
    font-weight: 700;
    font-size: 19px;
    line-height: 29px;
    color: #002942;
    background-image: linear-gradient(var(--yellow), var(--yellow));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 2px;
    transition: background-size .5s ease-in-out;
    padding-bottom: 3px;
}

.app-open--item a:hover span {
    animation: 0.25s underline ease-in-out;
}

.slider-container .slider-nav {
    text-align: center;
}

.slider-container .slider-nav > button {
    padding-right: 12px;
}

.slider-container .slider-nav .slick-next {
    transform: scaleX(-1);
}

/* .slider-container .slider-nav .slick-disabled {
    opacity: .5;
} */




/* LATEST SLIDER */
.slick-slider.carrousel-news .slick-list {
    overflow: visible;
}

.slick-slider.carrousel-news .postTop {
    display: flex;
    flex-direction: column;
}

.slick-slider.carrousel-news .tags {
    position: absolute;
    top: 16px;
    left: 16px;
}

.slider-header .slick-next {
    transform: scaleX(-1);
}

body .carrousel-news .post {
    margin: 0;
}

.slick-initialized .post .postBox {
    margin-right: 44px;
}




@media only screen and (max-width: 992px) {
    
    body .posts,
    body .post-wedget {
        grid-template-columns: minmax(0, 2fr) minmax(0, 2fr);
    }

    .postBottom .post-scale {
        margin-top: 12px;
    }

    body .postBottom {
        margin-top: 12px;
    }

    body .post img {
        height: 260px;
    }

    .fl-archive--content:not(.funds-grid) div.filter-item {
        width: 100%;
    }

    .single .latest-hero-img .fl-col-content {
        height: 50vw;
        max-height: 600px;
    }

    .postBox .imgBox {
        max-height:260px;
            max-width: 380px;
    }
    
}




@media only screen and (max-width: 768px) {
    .single blockquote {
        margin: 45px 0;
    }
    .single-funds h1.fl-heading,
    .single-funds-consumer h1.fl-heading {
        font-size: 44px;
        line-height: 38px;
    }
    body .fl-archive--filter-refine span,
    body .fl-archive--filter-clear span,
    body div.filter-item .filter-item--label-title,
    div.fl-archive--filter-search .filter-item--label-title {
        font-size: 18px;
        font-size: 0.95rem;
        line-height: 22px;
        line-height: 1.16rem;
    }

    .funds-grid .fl-archive--filter-search {
        position: relative;
        bottom: 0;
        left: 0;
    }

    .single .latest-hero-img .fl-col-content {
        height: 45vw;
        max-height: 600px;
        width: 100%;
    }

    /* APPLICATION OPEN SLIDER */
    .slider-container {
        padding-top: 26px;
    }
    
    .slider-container::before {
        position: relative;
        display: block;
        width: 68px;
        height: 68px;
        top: 0;
    }
    
    .slider-container h2 {
        margin-top: 16px;
    }
    
    .app-open--item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 26px;
    }
    
    .slider-container .tags span {
        display: flex;
        font-size: 15px;
    }
    
    .slider-container .tags img {
        margin-right: 6px;
    }
    
    .slider-container .slider-nav > button {
        padding-right: 5px;
    }

    .equal-height-col-resp .fl-col-group-equal-height {
        display: block;
    }

    .slick-slider.carrousel-news .slick-list {
        overflow: hidden;
    }

    .carrousel-news .post {
        max-width: none;
    }

    .fl-archive--filter {
           padding: 20px;
    }
    
}




@media only screen and (max-width: 560px) {
    
    body .posts,
    body .post-wedget {
        grid-template-columns: minmax(0, 1fr);
    }

    body .post img {
        height: 220px;
    }

    /* FEATURED POST */
    .featured-story {
        flex-direction: column;
    }
    
    .featured-story--img {
        width: 100%;
        max-height: 240px;
        position: relative;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }
    
    .featured-story--img img {
        height: 240px;
        width: 100%;
        border-radius: 10px 10px 0 0;
        transition: all 0.5s ease-in-out;
    }

    .featured-story--info {
        position: relative;
        top: 0;
        width: 100%;
    }
    
    .featured-story--info > div {
        border-radius: 0 0 10px 10px;
        transform: none;
    }

    .slick-initialized .post .postBox {
        margin-right: 0;
    }
    
}

.news-template-default h1{
    text-transform: none!important;
}