/*--------------------------------------*/
/* HIDE ALWAYS */
/*--------------------------------------*/
.nv-index-posts .excerpt-wrap a,
.nv-post-cover .nv-title-meta-wrap,
.nv-meta-list,
.hidden {
display: none !important;
}

/*--------------------------------------*/
/* GENERAL */
/*--------------------------------------*/
.post-badge {
position: absolute;
z-index: 1;
left:0;
top:0;
padding:10px;
color:#fff;
background:#000;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 1.2px;
text-align:center;
}
.post-badge strong{color:#fff;}
.nv-post-cover {background-position: 0 50%;background-size: cover;background-repeat: no-repeat;}
.nv-post-cover .container {backdrop-filter: blur(4px);-webkit-backdrop-filter:blur(4px);max-width:100%;}
article p:not(:first-of-type) {padding-top:20px;}
.title-date .hr-sect {margin: 0;}
.nv-index-posts, .nv-single-post-wrap {margin-bottom:0;}
.entry-title a {font-weight: 600;color: #000;}
figcaption.small {font-size:9px;letter-spacing:0.3px;}
.related-posts a {display:block;}
.related-posts .blog-entry-title {font-size: 15px;display:flex;}