.imagebox.greyscale {
    filter: grayscale(1);
}
.imagebox.greyscale:hover {
    filter: grayscale(0);
}
.content-bottom-widgets {
    padding-bottom: 100px!important;
    padding-left: 0px;
}
.blog-grid .post.has-post-thumbnail .post-image img {
    max-height: 222px;
}
.site-header .header-brand {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.site-header .site-header-inner, .site-header .extras {
    height: auto;
}
#site .iconbox .box-icon {
    margin: 40px 0 0 0;
    position: relative;
    z-index: 2;
    display: none;
    height: 80px;
}
#site .blog-shortcode.post-thumbnail-cover .blog-entries .blog-grid .post .post-inner .post-image > img {
    max-height: 153px;
}

#site .blog-shortcode.post-thumbnail-cover .blog-entries .blog-grid .post .post-inner .post-image .post-meta {

    display: none;
}