.entry-card {
position: relative;
}
.entry-card .entry-title {
position: absolute;
left: 0;
top: 0;
padding: 1.5rem;
margin: 0 !important;
color: #f5f3f3;
text-shadow: 0 0 10px rgba(0,0,0,0.9), 0 0 15px rgba(0,0,0,0.7),  0 0 20px rgba(0,0,0,0.6)
}
.entry-card .entry-title :hover {
color: #fff;
}
.entry-card .ct-media-container {
background-color: rgba(59, 46, 38);
}
.entry-card .ct-media-container .wp-post-image {
opacity: 0.9;
}
.entry-card .entry-thumbnail-cover {
position: absolute;
background: var(--theme-palette-color-2);
z-index: 3;
width: 100%;
height: 100%;
opacity: 0.4;
} body.single-post .hero-section {
text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
body.single-post .hero-section .entry-meta {
text-shadow: 0 0 10px rgba(0,0,0,0.8);
}