.blog-post-box article:hover{
    box-shadow:0 12px 10px rgba(0,0,0,0.1);
}
.blog-post-box article:hover .elementpress-post-grid-text{
background: #ce0939;
background: -moz-linear-gradient(-45deg, #ce0939 0%, #8c0f37 100%);
background: -webkit-linear-gradient(-45deg, #ce0939 0%,#8c0f37 100%);
background: linear-gradient(135deg, #ce0939 0%,#8c0f37 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce0939', endColorstr='#8c0f37',GradientType=1 );
border-bottom-left-radius:6px;
border-bottom-right-radius:6px;
}
.blog-post-box article:hover h3.title a{
    color:#fff!important;
}
.blog-post-box article:hover a.read_more{
    background-color:#ffffff!important;
}
.blog-post-box article .elementpress-post-grid-thumbnail{
    line-height:10px!important;
}
.blog-post-box article:hover .elementpress-post-grid-meta span,.blog-post-box article:hover .elementpress-post-grid-meta span a{
    color:#fff!important;}
    
