﻿.blog-card {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 0 6px 0 rgba(34, 34, 34, 0.2);
}
.blog-card:nth-of-type(1) .blog-card__tags {
    border-bottom: solid 1px #bbb;
}
.blog-card.category-6 .blog-card__image {
    background-position-x: right;
}
.blog-card h4 {
    margin-bottom: 5px;
    color: #5b009b;
    font-family: WorkSans;
    font-weight: 500;
    letter-spacing: -0.9px;
    word-spacing: -0.35px;

}
.blog-card a {
    text-decoration: none;
}
.blog-card__tags {
    border-bottom: none;
    padding-bottom: 15px;
    color: #444444;
    font-size: 12px;
    line-height: 12px;
    height: 27px;
    font-family: WorkSans;
    font-weight: 500;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.9px;
    word-spacing: -0.35px;
}
.blog-card__tags > span {
    margin-right: 5px;
    text-transform: capitalize;
}
.blog-card .rating-stars {
    background-position: right 0px;
}
.blog-card .primary-cta {
    padding: 0;
}
.blog-card__text {
    margin-bottom: 15px;
}
.blog-card__image {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: lightgray;
    transform: translate3d(0,0,0);
}
.blog-card p {
    display: none;
}
.blog-card__date {
    font-size: 12px;
    color: #444444;
}
.blog-card__right-col {
    padding: 15px;
}

@media only screen and (min-width: 992px) {
    .blog-card {
        width: 32%;
        margin-right: 2%;
        float: left;
        height: 364px;
    }
    .blog-card h4 {
    }
    .blog-card:first-child .blog-card__image {
        width: 40%;
        float: left;
        height: 217px;
    }
    .blog-card:first-child .blog-card__right-col {
        width: 60%;
        float: left;
        height: 217px;
        padding: 15px 30px;
    }
    .blog-card:first-child .blog-card__text {
        height: 130px;
        margin-bottom: 20px;
    }
    .blog-card:first-child p {
        display: block;
        line-height: 23px;
        color: #424242;
        height: 46px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .blog-card:first-child h4 {
        font-size: 18px;
        font-family: BwGlennSans;
        line-height: 22px;
    }
    .blog-card:nth-of-type(2),
    .blog-card:first-of-type
    {
        height:259px;
    }
    .article-content__latest-partners .blog-card{
        height: 364px;
    }
    .blog-card:last-child {
        margin-right: 0;
    }
    .blog-card__text {
        height: 102px;
        margin-bottom: 0;
    }
    .blog-card__text h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}