/*
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.1
*/

.page-header-bg-image::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background-color: rgba(0,0,0,0.5);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+4,000000+72&0.1+1,0.6+99 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 1%, rgba(0,0,0,0.12) 4%, rgba(0,0,0,0.46) 72%, rgba(0,0,0,0.6) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 1%,rgba(0,0,0,0.12) 4%,rgba(0,0,0,0.46) 72%,rgba(0,0,0,0.6) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.1) 1%,rgba(0,0,0,0.12) 4%,rgba(0,0,0,0.46) 72%,rgba(0,0,0,0.6) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}

.single-portfolio .post-area > .wp-post-image{
	display: none;
}
