/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.2
*/

/* Blog page sidebar: prevent flex-stretch to match tall blog-posts column. */
.page-id-661 .vc_col-sm-3 {
    align-self: flex-start;
}

/* Hero backgrounds: semi-transparent brand-color overlay so dark text
   stays readable over the background photos. */
.page-id-37 #mainBanner .row-bg-wrap::after,
.page-id-29 #mainBanner .row-bg-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(231, 235, 239, 0.68);
    pointer-events: none;
    z-index: 1;
}

/* Commercial hero: show city skyline from center-bottom (buildings, not sky). */
.page-id-29 #mainBanner .row-bg {
    background-position: center bottom !important;
}


