

#insightsFilterWrapper {
    margin-bottom: 50px;
}


#themeFilter {

}

.filterSelectRow {
    margin-bottom: 30px;
}

.has-navy-blue-background-color .filterSelectRow h5 {
    color: #FFFFFF;
}


.themeFilterButton,
.categoryFilterButton {
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    font-size: 1.0rem;
    margin: 0px -25px 5px 5px;
    color: #FFFFFF;
    padding: 0 50px;
    background-color: #1D223D;
    text-transform: uppercase;
    clip-path: polygon(calc(0% + 25px) 0%, 100% 0, calc(100% - 25px) 100%, 0% 100%);

    cursor: pointer;

}

.themeFilterButton {
    display: none;
}

.themeFilterButton.buttonVisible {
    display: inline-block;
}


.themeFilterButton.selectedFilter,
.categoryFilterButton.selectedFilter {
    background-color: var(--col-spring-green);
}

#show-more-posts {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    line-height: 1em;
    padding: 0.5em 2em 0.5em 1em;

    background-color: var(--col-light-gray);
    color: var(--col-navy-blue);
    border-radius: 0;
    margin: 40px auto;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    cursor: pointer;
    z-index: 10;
}


#show-all-posts {
    display: inline-block;
    position: absolute;
    font-size: 1.4rem;
    line-height: 1em;
    padding: 0.5em 2em 0.5em 1em;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--col-menthe-blue);
    color: var(--col-navy-blue);
    border-radius: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    cursor: pointer;
    z-index: -1;
}


.insightsListContainer {

}


.insightsOuterWrapper {
    background-color: transparent;
    padding-bottom: 20px;
}

.insightsOuterWrapper.hiddenInsight {
    display: none;
}


.insightsInnerWrapper {
    position: relative;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center center;
    background-color: var(--col-navy-blue); /* var(--col-light-gray);*/


}

.firstInsight .insightsInnerWrapper {

}

@media (min-width: 768px) {
    .firstInsight .insightsInnerWrapper {
        padding-bottom: 40%;
    }
}

.block-editor-inner-blocks .insightsInnerWrapper ,
.acf-block-preview .insightsInnerWrapper {
    flex: 50%;
}

.insightsLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: transparent;
}

.insightsColorVeil {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: var(--col-orig-blue);
    opacity: 0.5;
    mix-blend-mode: multiply;
    display: none;
}


.insightsPostType {
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;

    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: bold;


    z-index: 20;
}

.insightsPostType::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    content: '';
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}


.insightsPostTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;

    display: block;
    width: 100%;
    height: auto;
    max-height: 55%;
    overflow: hidden;
    color: #FFFFFF;


    z-index: 30;
}

.insightsPostTitle::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background-color: var(--col-orig-blue);
    opacity: 0.5;
    mix-blend-mode: multiply;

}


p.insightsPostDate {
    font-size: 0.7rem;
    color: #FFFFFF;
    line-height: 2em;
    padding: 0;
    margin: 0;
}

.insightsPostTitle h5 {
    font-size: 0.7rem;
}

@media (min-width:500px) {

    .insightsPostTitle h5 {
        font-size: 1rem;
    }

}
@media (min-width:768px) {

    .insightsPostTitle h5 {
        font-size: 0.8rem;
    }

}

@media (min-width:992px) {

    .insightsPostTitle h5 {
        font-size: 1.0rem;
    }

    .firstInsight .insightsPostTitle h5 {
        font-size: 1.25rem;
    }


}







/* Filter and stuff */


.themeholder {
    visibility: hidden;
}
