/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for the Shopfloor.org website
Template: salient
Version: 2017.0314
*/

@import url("../salient/style.css");

/* Hide the comment count on posts */
body .meta-comment-count {display: none !important;}

#search-results article.result{
    width:100%;
}


#page-header-bg{
    background-position: center right;
}

/*.gform_widget{
	padding:5%;
	background-color:#e8e8e8;
	border: 1px solid #888888;
}

.gform_widget label{
	font-size:.8em;
}

.ginput_container{
	margin:.15em;
}*/

.container-wrap .ginput_container input[type="text"]{
	padding:5px !important;
	background-color:#ffffff !important;
}

blockquote, blockquote p{
	font-size: 1.5em;
	border-left: 5px solid #f37720; 
	color: #999;
	padding:10px 20px;
	margin: 0 0 20px;
}