/*
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
*/

/* Promo Page */
.page-id-6707 {
    .blog-recent[data-style*=classic_enhanced] .inner-wrap {
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    span.post-featured-img {
		    border-bottom: 2px solid #eaeaea;
            overflow: hidden;
		}
	    .article-content-wrap {
    	    padding: 15px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            .excerpt {
				flex-grow: 1;
            	display: flex;
            	flex-direction: column;
            	justify-content: space-between;
            	p {
            		line-height: 1.2;
                    margin-top: 10px;
            	}
            	p:not(.promo-buttons) {
				    display: block;
				    flex-grow: 1;
				}
            }
	    }
	    
        h3 {
            font-size: 20px;
            line-height: 1.4;
        }
        .post-header {
        	margin-bottom: 0;
        }
    }
    .promo-buttons {
	    display: flex;
    	justify-content: space-between;
    	margin-top: 50px;
		a.nectar-button.regular-button.accent-color {
		    font-size: 12px;
		}
		a.nectar-button:nth-child(1) {
			background-color: #1b1944;
		}
		a.nectar-button:nth-child(2) {
			background-color: #ee2957;
		}
    }
}

/* Portfolio Page */
.page-id-6028, .portfolio-container { .nectar-post-grid-item .item-main .post-heading {
	display: none;
}
}