/**
 * Theme Name: nanosoft Child
 * Description: Child theme for the nanosoft
 * Author: LineThemes
 * Template: nanosoft
 */

.eunap-blog-post-custom .bdpp-post-list-content {
    flex-direction: row!important;
    flex-wrap: nowrap!important;
    width: 100%!important;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2)!important;
    border-radius: 10px!important;
    overflow: hidden!important;
    background-color: #fff!important;
/*     box-shadow: 0px 0px 0px 2px #1abf73 !important; */
}
.eunap-blog-post-custom .bdpp-post-img-bg {
    margin-bottom: 0px!important;
}
.eunap-blog-post-custom .bdpp-post-cats{
    margin-top: 20px!important;
}
.eunap-blog-post-custom .bdpp-post-cats a {
    position: relative;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
        text-decoration: none !important;
        color: #888;
        border: 2px solid #888;
        padding: 8px 15px;
        font-size: 13px;
        display: inline-block;
        box-sizing: border-box;
        line-height: normal !important;
        margin-top: 15px;
}
.eunap-blog-post-custom .bdpp-post-meta span.bdpp-post-meta-data{
    margin-bottom:20px!important;
}