
/* Latest from Blog 3
-------------------------------------------------- */

.container.latestposts-three {
    margin: 0 -10px;
    max-width: none;
    width: auto;
}

@media only screen and (min-width: 1200px) {
    .container.latestposts-three {
        margin: 0 -15px;
    }
}

.latestposts-three .latest-b2 {
    margin: 0 0 15px;
    border: 1px solid #e6e6e6;
    background: #fff;
    text-align: center;
    box-shadow: 0 2px 7px -2px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
}

.latestposts-three .latest-b2:hover {
    box-shadow: 0 3px 15px -2px rgba(0, 0, 0, 0.13);
}

.latestposts-three .latest-b2-img {
    float: none;
    width: auto;
    margin: 0;
    min-height: 1px;
}

.latestposts-three .latest-b2-cont {
    min-height: 1px;
    padding: 40px 20px;
}

.latestposts-three .latest-b2-metad2 {
    background-color: #f7f7f7;
    margin: 0 -20px -40px;
    margin-top: 0;
    padding: 20px;
    color: #666;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 12px;
    max-width: none;
    text-transform: uppercase;
}

.latestposts-three .latest-b2-metad2 i {
    margin-right: 3px;
}

.latestposts-three .latest-b2-cont a.readmore {
    display: none;
}

.latestposts-three .latest-b2-cont p {
    color: #666;
    margin-bottom: 40px;
}

.latestposts-three h3.latest-b2-title {
    font-size: 22px;
    margin: 18px 0 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.3;
}

.latestposts-three h3.latest-b2-title a {
    color: #0a0a0a;
    text-decoration: none;
}

.latestposts-three h3.latest-b2-title a:hover {
    color: #437df9;
}

.latestposts-three h6.latest-b2-cat,
h5.latest-b2-date {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.latestposts-three .latest-b2-metad2 span {
    padding: 0 4px;
}

.latestposts-three .latest-b2-metad2 span a {
    color: #666;
}

.latestposts-three h6.latest-b2-cat a,
.latestposts-three .latest-b2-metad2 span a:hover {
    color: #437df9;
}

@media only screen and (max-width: 480px) {
    .latestposts-three .latest-b2-metad2 {
        font-size: 11px;
    }
}
