
/* Latest from Blog 2
-------------------------------------------------- */

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

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

.latestposts-two .blog-post img,
.blog-post iframe,
.blog-single-post img,
.blog-single-post iframe {
    border-bottom: none;
}

.latestposts-two .entry-meta,
.entry-content {
    float: left;
    margin-bottom: 8px;
}

.latestposts-two .blog-post {
    border: none;
    margin-bottom: 10px;
}

.latestposts-two .blog-date-sec {
    border-right: none;
    padding-right: 0;
}

.latestposts-two .blog-post .blog-date-sec img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 3px;
}

.latestposts-two .blog-date-sec {
    border-right: none;
    padding-right: 15px;
    float: left;
    min-width: 80px;
}

.latestposts-two .blog-post p.blog-author {
    padding-top: 5px;
    margin-bottom: 15px;
    font-size: 11px;
    font-weight: 400;
    color: #a1a1a1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.latestposts-two .blog-post p.blog-author a {
    color: #a1a1a1;
}

.latestposts-two .blog-post .tline-date.lfb2 {
    color: #a1a1a1;
}

.latestposts-two .blog-post p.blog-author a:hover {
    color: #437df9;
}

.latestposts-two .blog-post p strong {
    font-weight: bold;
}

.latestposts-two .blog-post h4 {
    font-size: 29px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 15px;
    letter-spacing: 0;
    text-transform: none;
}

.latestposts-two .blog-line p.blog-cat a {
    color: #437df9;
}

.latestposts-two .blog-post .entry-content p.blog-detail {
    color: #777;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.84;
    padding-top: 12px;
    padding-right: 5%;
}

.latestposts-two .blog-line p.blog-cat a {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
}

.latestposts-two .blog-line h4 {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.3;
    text-transform: none;
}

.latestposts-two .blog-line p {
    font-size: 12px;
    color: #a1a1a1;
    font-weight: 400;
}

.latestposts-two h6.blog-cat,
.latestposts-two h6.blog-date {
    color: #717171;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.latestposts-two h6.blog-date {
    font-weight: 400;
}

.latestposts-two h6.blog-date i {
    margin-right: 4px;
    color: #7a7a7a;
    margin-left: 6px;
}

.latestposts-two .blog-line:hover h4 a {
    color: #437df9;
}

.latestposts-two .blog-line:hover .img-hover:before {
    -webkit-box-shadow: inset 0 0 0 5px;
    -moz-box-shadow: inset 0 0 0 5px;
    box-shadow: inset 0 0 0 5px;
    color: #437df9;
}

.latestposts-two .blog-post img {
    margin: 0;
    padding: 0;
    box-shadow: 0 8px 28px -4px rgba(0, 0, 0, 0.18);
}

.latestposts-two .blog-post .pad-r20 a {
    position: relative;
}

.latestposts-two .col-md-5 .blog-line:last-child {
    border-bottom: none;
}

@media only screen and (max-width: 480px) {
    .latestposts-two .blog-line img {
        width: 60px;
        height: auto;
    }

    .blog-line .blog-date-sec {
        height: auto;
    }
}
