body .nectar-post-grid-filters a{
    position: relative;
    padding: 15px;
    cursor: pointer;
    background-color: #f5f5f5;
    transition: all .15s ease-in;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin: 0 10px 10px 0 !important;
}

body .nectar-post-grid-filters a:hover,
body .nectar-post-grid-filters a.active{
    background-color: #4540ff;
    color: #fff;
}

body .nectar-post-grid-filters a:after{
    display: none;
}

body .nectar-view-indicator.style-tooltip_text{
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    line-height: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .nectar-view-indicator.style-tooltip_text span{
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
}

body .nectar-view-indicator.style-tooltip_text .color-circle{
    border-radius: 100%;
}

.custom-loop .nectar-post-grid{
    pointer-events: none;
}

@media screen and (max-width: 1000px) {
    
    body .nectar-post-grid-filters{
        margin: 0 ;
    }

    body .custom-loop .nectar-post-grid-wrap[data-style="content_under_image"] [data-grid-item-height="75vh"] .nectar-post-grid-item-bg{
        height: 40vh;
    }

}