/*
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 .title a{
    color: #2A3D49;
    display: block;
}
.blog-recent .title{
    transition: all 0.2s;
}
.home .blog-recent .post-header .title:hover{
    transform: translateX(16px);
    transition: all 0.2s;
}
#top .container .row{
    border-bottom: #fff 1px solid;
}
.wpb_text_column .wpb_wrapper h1.home_hello{
    margin: 32px 0 64px 0;
}
#header-outer #logo, #header-outer .logo-spacing{
    margin-bottom: 4px;
}

#header-outer:not([data-format=left-header]) #top nav>ul>li{
    align-items:flex-end;
}
.blog-recent .post-header .recent_post_logo{
    display: block !important;
    width: 100px;
    margin-bottom: 16px;
}
.row .col .recent_post_logo img{
    width: 100px !important; 
    margin: 0 !important;
    padding: 0;
}
.blog-recent .post-header h2.title{
    font-size: 3em;
    text-align: left;
}
.greyBlueBG{
    background-color: #F1F3F4;
}
.blog-recent .post-header{
    padding: 32px 0;
    border-bottom: #2A3D49 1px solid;
    margin-bottom: 0;
}
.post-header .recent_post_subTitle{
    color: #2A3D49;
    font-size: 16px;
    font-weight: 500;
}