/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.blog-recent .article-content-wrap {
    padding: 20px 18px!important;
}
.blogPostsCat .article-content-wrap .excerpt {
    display: none;
}

.blogPostsCat .article-content-wrap .post-header h3 {
    color: #000;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
}
.blogCatHead h2 {
    position: relative;
    font-size: 28px;
    color: #000;
}

.blogCatHead h2:after {
    content: '';
    display: block;
    width: 197px;
    height: 3px;
    background: #fecc00;
    position: absolute;
    left: 0;
}
.blogCatHead h2:before {
    content: '';
    display: block;
    background: #000;
    width: 70px;
    height: 6px;
    position: absolute;
    bottom: -4px;
    left: 197px;
}
.blog-recent[data-style*=classic_enhanced] .inner-wrap, .masonry.classic_enhanced .masonry-blog-item .inner-wrap {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 11px 0px rgb(0 0 0 / 15%);
}
.blogMainFeatrd .post-content .post-featured-img img {
    object-position: left;
}
.hellobar {
    position: absolute;
    background: #464646;
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 0 !important;
    margin: 0 !important;
    float: left !important;
}

div#header-space {
    height: 0px !important;
}

.hellobar p {
    padding: 0;
}

.hellobar .row {
    padding: 0;
}

/* div#header-outer {
    top: 60px !important;
} */

@media screen and (max-width: 480px) {
  .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1) .post-header {
        max-width: 100% !important;
  }
}

