﻿
.entry-image img {
    height: 175px;
    width: 277px;
    object-fit: cover;
    object-position: center;
}

.entry-content {
    height: 200px;
    overflow-y: auto;
}

.entry-title h2 {
    margin-left: 16px;
    color: #1A1A1A;
    font-family: "Playfair Display";
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
}

.entry-meta li {
    margin-left: 16px;
    color: #1A1A1A;
    font-family: "Playfair Display";
    font-size: 16px;
    font-style: italic;
    line-height: 21px;
}

.badge-member {
    margin: 4px 0;
}

.entry:after {
    background: none;
    /*border: 1px dashed #eef4f5;*/
    border: none;
    margin-top: 15px;
}

#posts .row {
    margin-bottom: 10px;
}

/*#posts .row:nth-child(odd) {
                background-color: #f8f8f8;
            }*/

.team-title {
    margin-bottom: 10px;
}

    .team-title:nth-child(1) {
        padding-top: 0;
    }

    .team-title h4 {
        border-bottom: 1px dashed #ced5d6;
        padding-bottom: 5px;
        color: #01579b;
    }

.entry {
    margin: 0;
    border-radius: 4px;
    background-color: #F2F2F2;
    margin-left: 7px;
    margin-right: 7px;
    height: 349px;
    width: 277px !important;
    padding-right: 0px !important;
    position: relative;
}

    

a.more-category {
    color: #d3a625;
    font-weight: bold;
}

    a.more-category:hover {
        color: #ea8a28;
    }

.exclusive {
    color: #41C0CB;
    font-family: "PT Sans Narrow";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 19px;
}

.entry-action {
    position: absolute;
    top: 310px;
    width: 100%;
    margin-left: 16px;
}
