#eb h1, #eb h2, #eb h3, #eb h4, #eb h5, #eb h6 {
    margin-top: 0;
    margin-bottom: 0;
}
.mod-post-type {
    display: inline;
}
#eb .eb-blog-grid-showcase {
    min-height: 250px;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#eb .eb-image-viewport {
    border: 0px solid #ddd;
}
.eb-blog-grid-showcase-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#eb .eb-blog-grid .eb-blog-grid-showcase-cover__img {
    background-size: cover;
    background-position: 50% 50%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#eb .eb-blog-grid-showcase-content {
    background-color: rgba(0,0,0,0);
    background-image: linear-gradient(to top,#000 0,rgba(0,0,0,0) 100%);
    display: block;
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 4rem;
}
#eb .eb-blog-grid-showcase-content__meta--text {
    color: #d2d2d2;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
}
#eb .eb-showcases-card {
    background: #fff;
    color: #444;
    margin: 0 0 50px;
    border: 2px solid #E8E8E8;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

#eb .eb-cards .eb-card {
	-webkit-box-shadow: none;
    box-shadow: none;
	border: 2px solid #E8E8E8;
}
#eb .eb-post-thumb .eb-post-image-cover {
border: none;
border-bottom: 2px solid #E8E8E8;
}
#eb .ebd-block .btn {
    font-size: 1.5rem;
}

/* Blog List */
.bloglist .eb-mod-thumb {
    float: left;
    margin: 0 1rem 1rem 0;
}
.bloglist #eb .mod-table {
    display: inline;
}
.bloglist #eb .eb-mod-title {
    font-size: 1rem;
    font-weight: bold;
    padding-top: 0rem;
}
.bloglist #eb .eb-mod-body {
	padding-top: 0.5rem;
    padding-bottom: 0.75rem;
}
.bloglist #eb .eb-mod-thumb .eb-mod-image-cover {
    border: 0;
}
.bloglist #eb .eb-mod-thumb.is-left {
    float: left;
    margin-right: 1rem;
	margin-top: 0;
}
.bloglist #eb .mod-item+.mod-item {
    border-top: 0;
    margin-top: 0;
    padding-top: 10px;
}
.bloglist #eb .eb-mod-thumb .eb-mod-image-cover:before {
    border: 0;
}
.bloglist .mod-post-type {
    font-size: 0.85rem;
}.bloglist .mod-post-type {
    font-size: 0.85rem;
}
.g-container #eb .eb-cards .eb-card {
   border: 0;
}
.g-container #eb .eb-header .eb-toolbar, #eb .eb-toolbar__search {
    background-color: #6e6e6e;
}
/* Toolbar */
#eb .eb-toolbar__link-text {
    display: inline;
}
#eb .mt-20 {
    margin-top: 1rem !important;
}

#eb .eb-cards--3 .eb-cards__item:not(.eb-cards__item--full) {
    flex: 0 0 50%;
}


/* QUERIES */

@media only all and (min-width: 90rem) {
#eb .eb-cards--3 .eb-cards__item:not(.eb-cards__item--full) {
    flex: 0 0 50%;
}
}
@media only all and (max-width: 89.938rem) and (min-width: 60rem) {
#eb .eb-cards--3 .eb-cards__item:not(.eb-cards__item--full) {
    flex: 0 0 50%;
}
}
@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
#eb .eb-cards--3 .eb-cards__item:not(.eb-cards__item--full) {
    flex: 0 0 50%;
}
}
@media only all and (max-width: 47.938rem) and (min-width: 30rem) {
#eb .eb-cards--3 .eb-cards__item:not(.eb-cards__item--full) {
    flex: 0 0 100%;
}
}
@media only all and (max-width: 30rem) {
#eb .eb-cards--3 .eb-cards__item:not(.eb-cards__item--full) {
    flex: 0 0 100%;
}
}
