.mbi-blog-tile {
    height: 350px;
    overflow: hidden;
    box-sizing: border-box;
}

#main .post article.mbi-blog-tile {
    position: relative;
}

#main .post article.mbi-blog-tile .inner {
    position: absolute;
    overflow: hidden;
    bottom: 10px;
    left: 24px;
    right: 24px;
}

#main .post article.mbi-blog-tile header .post-categories a {
    color: #CCC;
    text-decoration: none;
    text-transform:uppercase;
    font-size: 11px;
    font-weight: normal;
}

#main .post article.mbi-blog-tile header .post-categories {
    line-height: 1;
    font-size: 10px;
    margin: 0px 0 8px 0;
    padding: 0px;
    color: #CCC;
    text-transform: uppercase;
    list-style-type: none;
}

article:not(:hover).mbi-blog-tile.has-post-thumbnail .excerpt {
    display: none;
}

#main .post article.mbi-blog-tile header h2 a {
    color: #fff;
}

#main .post .mbi-blog-tile h2 {
    line-height: 1.0;

}

#main .post .mbi-blog-tile h2 a {
    word-wrap: break-word;
    text-transform: none;
    margin: -2px 0 5px;
    padding: 0;
    font: 28px;
    font-weight: normal;
    line-height: 34px;
    cursor: pointer;
}

#main .post .mbi-blog-tile:hover h2 a {
    text-decoration: underline;
}

article.mbi-blog-tile span.author {
    color: white;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}

#main .post article.mbi-blog-tile.has-post-thumbnail:hover {
    box-shadow: inset 0px 460px 100px -4px rgba(0,0,0,0.5);
}


#main .post article.mbi-blog-tile:hover {
    box-shadow: inset 0px 460px 100px -4px rgba(67,137,179,0.7);
}

#main .post article.mbi-blog-tile .excerpt {
    font-weight: 300;
    color: white;
}

#main .post article.mbi-blog-tile:hover .excerpt {
    color: white;
}


/* remove image banner in mobile */
@media screen and (max-width: 1023px) {
    .avada-page-titlebar-wrapper {
        display: none;
    }
}
