/*
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
*/


/*===========================================*/

#footer-outer #footer-widgets .col ul li {
	display:inline-block;
	padding:0 10px !important;
	position:relative;
}
#footer-outer #footer-widgets .col ul li:before {
	display:block;
	content:"";
	width:1px;
	height: 10px;
	background:#fff;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}

#footer-outer #footer-widgets .col ul li:first-child:before {
	display:none;
}

.full-width-section img.bottom_gap {
	margin-bottom:20px !important;
}

.page-id-1352 #call-to-action { display: none; }

