
/* Latest from Blog 1
-------------------------------------------------- */

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

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

.latestposts-one .latest-b {
    margin-bottom: 5px;
    position: relative;
    border: 1px solid #eaeaea;
}

.latestposts-one .latest-content {
    background: #fff;
    padding: 30px 40px 20px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
    transition: all .25s ease;
}

.latestposts-one .latest-b:hover .latest-content {
    box-shadow: 0 5px 32px rgba(0, 0, 0, 0.09);
}

.latestposts-one .latest-b-cat a {
    position: absolute;
    top: 0;
    background: #474747;
    padding: 5px 15px;
    color: #fff
}

.latestposts-one .latest-b-cat:hover {
    background-color: #437df9;
}

.latestposts-one .latest-b-cat a {
    font-style: normal;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.latestposts-one .latest-b-cat a:hover {
    text-decoration: underline;
}

.latestposts-one .latest-date {
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #737478;
}

.latestposts-ros .latest-content p.latest-icons {
    position: absolute;
    top: 0px;
    right: 11px;
    background: #333;
    color: #fff;
    padding: 4px 8px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.latestposts-one .latest-b:hover .latest-content p.latest-icons {
    visibility: visible;
    opacity: 1;
}

.latestposts-one .latest-content p.latest-icons span {
    padding: 5px;
}

.latestposts-one .latest-content p.latest-icons span i {
    padding-right: 4px;
    font-size: 12px;
}

.latestposts-one .latest-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.latestposts-one .latest-title a {
    color: #101010;
}

.latestposts-one .latest-title a:hover {
    color: #437df9;
}

.latestposts-one .latest-img img {
    width: 100%;
    height: auto !important;
}

.latestposts-one .latest-author,
.latestposts-one .latest-author a {
    font-size: 16px;
    margin: 12px 0;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #888;
    font-style: italic;
    font-family: lora;
}

.latestposts-one .latest-author a:hover {
    color: #437df9;
}

.latestposts-one .latest-excerpt {
    font-size: 15px;
    line-height: 1.84;
    font-weight: 400;
    color: #666;
}

@media only screen and (max-width: 480px) {
    .latestposts-one .latest-b {
        margin-bottom: 30px;
    }
}
