
/* Recommended Posts */

.recommended{
    margin-top: 40px;
}

.recommended .col-md-3 {
    padding-left: 12px;
    padding-right: 12px;
}

.recommended a {
    font-weight: normal !important;
    color: #2866af;
}

.recommended a:hover{
    color: #33bbed;
}

.post h3{
    font-size: 1.1rem;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.2;
    color: #444;
    margin-top: 15px;
    margin-bottom: 12px;
    min-height: 60px;
    text-align: left !important;
}

.post h3, .post .post-meta {
    padding-left: 18px;
    padding-right: 18px;
}

.post h3 a{
    color: #444 !important;
    font-weight: normal;
}

.post{
    background-color: #eeeeee;
    transition: .3s ease;
    position: relative;
}

.post:hover{
    background-color: #DFDFDF;
}

.post-meta{
    padding-bottom: 15px;
    font-size: 11px;
    color: #444;
}

.post-meta .category{
    text-transform: uppercase;
}

.post-meta .min-read {
    font-size: 12px;
    color: #929292;
    margin-left: 7px;
}

.post .post-meta{
    height: 40px;
    display: table-cell;
    vertical-align: bottom;
    line-height: 1.1;
}

.post .post-meta span{
    display: inline-block;
}

.col-md-3 .post .category{
    width: 110px;
}

.post .date{
    float: right !important;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    right: 19px;
}

.col-md-3 .post .thumbnail{
    background-color: #888;
    height: 93px;
}

.post .thumbnail img{
    height: 100%;
    width: 100%;
}

@media (max-width: 1199px){
    .col-md-3 .post .category{
        width: 180px;
    }
    .post h3{
        min-height: 80px;
    }
    .col-md-3 .post .thumbnail{
        height: 93px;
    }
    .recommended .col-md-3 .post .thumbnail{
        height: 93px !important;
    }
}

@media (max-width: 768px){
    .recommended .col-md-3 .post h3{
        min-height: 60px !important;
    }
}

@media (max-width: 767px){
    .recommended .col-md-3{
        margin-bottom: 20px;
    }
    .recommended .col-md-3 .post h3{
        min-height: auto !important;
    }
    .recommended .col-md-3 .post .thumbnail{
        height: auto !important;
    }
    .col-md-3 .post .thumbnail{
        height: auto;
    }
    .post h3{
        min-height: auto;
    }
    .col-md-3 .post .category {
        width: auto;
    }
}