/* blog-category  */ 

#blog-category #content > .row {
    border-top: solid 1px #ddd;
}
#blog-category .caption .detail > .btnread a {
    display: none;
}

#blog-category .caption > a > h4 {
    font-weight: 700;
}

#blog-category .blogpost-thumb:hover img {
    opacity: 0.8;
}

#blog-category .blogpost-thumb {
    margin: 30px 0;
}

#blog-category .row,
#blog .row {
    margin: 30px 0;
}

/* BLOG SINGLE */
#blog #content .featured-image {
    width: 28%;
}

#blog #content .blog-text.col-sm-6 {
    width: 70%;
}
#blog .title-date-container {
    margin: 20px 0;
    padding: 20px 40px 20px;
    border-left: solid 1px black;
    width: 85%;
}

#blog .title-date-container h1 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
}
#blog .title-date-container h5 {
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    font-size: 14px;
    font-style: italic;
}
#blog .social-icons {
    margin: 20px 10px;
}
#blog .swiper-viewport{
    max-height: 700px;
    box-shadow: none !important;
}
@media (max-width: 768px){
    #blog .title-date-container,
    #blog #content .featured-image,
    #blog #content .blog-text.col-sm-6{
        width: 100% !important;
    }
    #blog #content .featured-image img {
        margin: auto;
    }
}

/* LATEST BLOG MAIN PAGE  */

.row.latest-posts .swiper-viewport {
    box-shadow: none;
}

#latestblog .caption {
    text-align: left;
    max-width: 95%;
    margin: auto;
}
#latestblog .image:hover img {
    opacity: 0.8;
}

#latestblog .caption h4 {
    font-size: 14px;
    padding: 5px;
}

#latestblog .caption h5 a {
    color: black;
    font-size: 20px;
    font-weight: 700;
}