/*
Theme Name:     Salient Child
Theme URI:      http://apkudo.com
Description:    Child theme for the Salient theme
Author:         Mike Spotten
Author URI:     http://mspotten.com/wordpress/
Template:       salient
Version:        0.1.0
*/

/* Import parent styles */
	@import url("../salient/style.css");

/*pasted in from custom CSS under general settings */
	#ajax-content-wrap .killing-it .content p{
		line-height:32px !important;
	}
	
	#ajax-content-wrap .killing-it .content h2{
		line-height:76px !important;
	}
	
	
	.sf-menu li > a:after {
		color: #888;
		content: ' ▾';
	}
	
	.transparent .sf-menu li > a:after {
		color: #fff;
		content: ' ▾';
	}
	
	.sf-menu li > a:only-child:after {
		content: '';
	}
	
	.divider-spacing{
		padding:0;
		margin:0;
	}
/* End of pasted CSS */

/*remove bottom border from team descriptions...weird*/
	.team-member p.description{
		border-bottom:none;
	}
	
/*remove bottom border/padding from partners section*/
	.home .row .col.section-title,
	.row .col.section-title{
		padding:0;
		border:0;
	}