/* Single Post Styles */

/* Featured Image */

main .mb-5 img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    margin-top: 80px;
    border-radius: 0 0 50px 50px;
    box-shadow: 0 5px 15px var(--primary-color-dark)!important;
}

main .mb-5 img:hover {
    transform: scale(1)!important;
}

main .mb-5 h1{
    display: block;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-primary);
    font-size: var(--font-size-xl);
    text-transform: uppercase;
    line-height: var(--line-height-sm3);
    color: var(--primary-color);
    font-weight: var(--font-weight-base);
    -webkit-text-stroke: 1px var(--text-color-on-background);
}

main .mb-5 h1::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse 80% 70%, rgba(0,0,0,0.50), rgba(0,0,0,0) 70%);
    z-index: -1;
}
/* Featured Image END */

/* Single Post Content */



/* Single Post Content END */

/* Single Post Styles END */