.content-wrapper{
    position: relative;
    margin-bottom: 20px;
}em{font-style:normal;}
.image_wrapper::before{
    content: '';
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.4) 40%, rgba(255,255,255,0) 96%);
    opacity: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.text-wrapper{
    position: absolute;
    bottom: 10px;
    left: 25px;
    z-index: 12;
}
.text-wrapper .heading h2 a{
    color: white;
    font-size: 26px;
    
}
.content-wrapper.small .text-wrapper .heading h2 a{
    font-size: 14px;
}
.paragrap p{
    font-size: 16x;
    color: white;
    margin-top: 5px;
    opacity: .8;
}
.date_sec p{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    opacity: .8;

}
.date_sec span{
    font-weight: normal;
    font-size: 14px;
}

.category
{
    margin-top: 10px;
text-decoration: none;
color: #000;
border: 1px solid black;
padding: 10px 20px;
}

#comment_alert{
    display: none;
}
.shadow{
    -webkit-box-shadow: -2px 4px 96px -20px rgba(161,146,161,1);
-moz-box-shadow: -2px 4px 96px -20px rgba(161,146,161,1);
box-shadow: -2px 4px 96px -20px rgba(161,146,161,1);
}
.fail-alert{
    color: red;
}
.success-alert{
    color: green;
}
#contact_msg{
    padding: 20px;
    
}
.message_head{
    font-size: 12px;
    color: #ca1945;
}
