.post__image img {
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.15);
}

.post__image{
    position: relative;
}

.post__date{
    background-color: rgba(226,0,26,.9);
    position: absolute;
    height: 100px;
    width: 100px;
    bottom: 30px;
    left: 30px;
    padding: 20px;
    text-align: center;
}

.post__date span{
    color: #fff;
    font-weight: 500;
}

.post__content a{
    color: #e2001a;
}

.post__summary{
    border-bottom: 1px solid #eee;
}

.post__galleryItem {
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}
.blogPost h1 {
    text-transform: none;
    font-weight: 400;
}


.fanyboxhover span
{
    position: absolute;
    left: 0;
    top: 20%;
    bottom: 0;
    right: 0;
    color: white;
    padding: 15px 30px;
    line-height: 22px;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    transition: 0.5s ease all;
}

.fanyboxhover span i{
    font-size: 50px;
    margin-bottom: 10px;
}
.fanyboxhover span p {
    font-size: 16px;
}
.fanyboxhover::after
{
    width: calc(100% - 30px);
    height: 100%;
    background:rgba(227, 0, 27, 0.9);
    content:"";
    position: absolute;
    top:0;
    left:15px;
    z-index: 1;
    opacity: 0;
    transition:0.5s ease all;
    pointer-events: none;
}
.fanyboxhover:hover span,
.fanyboxhover:hover::after
{
    opacity: 1;
}


.nextPrev *{
 color: black;
}

span.nextPost{
    background-color: #e2001a;
    padding: 0px 5px ;
}

span.nextPost i {
    color: #fff;
}

@media (max-width: 767.98px) {
    .fanyboxhover span {
        top: 10%;;
    }
    .fanyboxhover span p {
        font-size: 13px;
    }
}
