.single-blog-hero-wrap {
    background-image: url(../images/blog/single-blog-hero.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.blog-hero-wrap{
    background-image: url(../images/blog/blog-hero-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.blog-details{
    border-bottom: 1px solid #dfdfdf;
    background-color: #f6f6f6;
}
.author-name-wrap .author-img,
.author-name-wrap .author-name{
    display: inline-block;
    vertical-align: middle;
}
.author-name-wrap .author-name p{margin-bottom: 0px;color: #939393;font-size: 18px;}
.author-name-wrap .author-name h4{font-size: 20px; color: #000000;}
.author-name-wrap .author-name{margin-left: 10px;}
.blog-details{padding-top: 30px;padding-bottom: 30px;}
.author-details > h4{margin-bottom: 15px;text-transform: uppercase;color: #939393;font-size: 20px;}
.blog-categories > h4,
.blog-post-date > h4{margin-bottom: 15px;text-transform: uppercase;color: #939393;font-size: 20px;}
.blog-post-date h4.date{color: #000000;}
.blog-categories ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.blog-categories ul li{
    display: inline-block;
    padding: 5px 15px;
    background-color: #e2e2e2;
    margin-right: 10px;
}
.blog-categories ul li a{
    color: #000000;
    font-weight: 500;
}
.blog-content-wrapper{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f6f6f6;
}
.blog-content-wrapper h3.title{
    font-size: 32px;
    color: #000000;
}
.blog-content-wrapper p{
    font-size: 20px;
    line-height: 42px;
    color: #616161;
}
.blog-content-wrapper blockquote{
    text-align: center;
    border-left: 5px solid #99c12a;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
}
.blog-content-wrapper blockquote p{
    font-size: 34px;
    line-height: 60px;
    color: #000000;
}
.related-blog-wrap{
    background-color: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 30px;
}
.related-blog-title{
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    font-size: 32px;
    text-transform: uppercase;
}
.related-blog-title::after{
    content: '';
    width: 50%;
    height: 3px;
    background-color: #99c12a;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    position: absolute;
}
.related-blog-inner{
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
.related-blog-img-wrap img{max-width: 100%;}
.related-blog-title-wrap{
    padding: 30px 25px;
}
.related-blog-title-wrap h2{
    font-size: 26px;
    line-height: 46px;
}
.related-blog-title-wrap h2 a{
    color: #000000;
}
.blog-wrap{margin-bottom: 30px;}
.blog-wrap-inner{
    border: 1px solid #cdcdcd;
    border-radius: 8px;
    padding: 25px;
}
.blog-title h2{
    font-size: 30px;
}
.blog-title h2 a{
    color: #000000;
}
.blog-info-inner{
    display: flex;
    font-size: 20px;
    color: #939393;
}
.blog-info-inner div{
    margin-right: 20px;
}
.comment-count,
.post-by-person{
    position: relative;
}
.comment-count:after,
.post-by-person:after{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #99c12a;
    border-radius: 100%;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(0%, -50%);
}
.blog-post-date,
.comment-count,
.post-by-person{
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 20px;
}
.blog-post-date img,
.comment-count img,
.post-by-person img{margin-right: 10px;}
.blog-post-date{margin-left: 0px;}
.blog-img-wrap{margin-top: 15px;margin-bottom: 15px;}
.blog-item-content p{
    font-size: 20px;
    color: #939393;
    line-height: 36px;
}
.blog-cta .cta-blog{
    border: 1px solid #99c12a;
    color: #99c12a;
    font-size: 24px;
    transition: all 0.3s;
}
.blog-cta .cta-blog:hover{
    background-color: #99c12a;
    color: #ffffff;
}
.widget-wrapper .widget-inner{
    padding: 30px;
    border: 1px solid #cdcdcd;
    border-radius: 8px;
}
.widget-wrapper{margin-bottom: 30px;}
.subscribe-btn{background-color: #99c12a;color: #ffffff;margin-top: 25px;}
.subscribe-btn:hover{color: #ffffff;}
.custom-input-techno{background-color: transparent;min-height: 50px; font-size: 20px}
.searach-blog-wrap{margin-bottom: 30px;}
.searach-blog-wrap .input-group .form-control{min-height: 50px;background-color: transparent;border-right: 0px;}
.searach-blog-wrap .input-group .input-group-append{
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    border-left: 0px;
    color: #000000;
}
.widget-title{
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}
.widget-title h4{
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0px;
    color: #939393;
    text-transform: uppercase;
    font-size: 20px;
}
.widget-title h4:after{
    content: '';
    width: 70px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0);
    background-color: #99c12a;
}

.widget-body ul{list-style: none;margin-bottom: 0px;padding: 0px;}
.category-list li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-left: 2px solid transparent;
    position: relative;
    color: #000000;
    font-size: 20px;
}
.category-list li a.active:after{
    content: '';
    position: absolute;
    left: -4px;
    width: 2px;
    height: 100%;
    background-color: #99c12a;
}
.category-list li a.active{
    color: #99c12a;
}

.category-list{
    border-left: 2px solid #dfdfdf;
}

.latest-posts li a{
    color: #000000;
    font-size: 20px;
    display: flex;
    padding-bottom: 15px;
}
.latest-posts li a img{
    margin-right: 10px;
}
.latest-posts li:last-child a{
    padding-bottom: 0px;
}
.tags-list{
    display: flex;
    flex-wrap: wrap;
}

.tags-list li a{
    display: inline-block;
    padding: 10px 20px;
    background-color: #e2e2e2;
    color: #000000;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

@media only screen and (max-width: 1200px){
    .blog-title h2{
        font-size: 26px;
    }
    .blog-info-inner{
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px){
    .blog-info-inner{
        flex-wrap: wrap;
    }
    .blog-title h2{
        font-size: 22px;
    }
    .blog-info-inner{font-size: 16px;}
    .blog-item-content p{font-size: 18px;line-height: 1.8;}
}
@media only screen and (max-width: 440px){
    .blog-post-date, .comment-count, .post-by-person{
        padding-bottom: 5px;
        padding-top: 5px;
        margin-left: 0px;
    }
    .comment-count:after, .post-by-person:after{
        display: none;
    }
    
}