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


/* ---------------------------- Home Page ---------------------------- */

.helping .carousel-item {
    margin: 21px;
    background: #fff;
    padding: 21px;
    border-radius: 5px;
}


/* ---------------------------- CTA ---------------------------- */

#call-to-action .container span {
    font-size: 34px;
}
#call-to-action .triangle {
    border-top: 0px;
}

/* ---------------------------- General ---------------------------- */

.featured-text-green {
	border-left: 3px solid #7ac144;
    padding-left: 30px;
}
.featured-text-blue {
	border-left: 3px solid #00aeef;
    padding-left: 30px;
}

/* ---------------------------- Publicatotions ---------------------------- */

.iwithtext {
	margin-bottom: 34px !important;
}
.publications a {
	color: #676767;
}
.publications a:hover {
	color: #00aeef;
}

/* ---------------------------- Fit4Life ---------------------------- */

.icon-white {
	color: #FFFFFF !important;
}
.nectar-icon-list-item {
    margin-bottom: 40px;
}

/* ---------------------------- Ninja Forms ---------------------------- */

.nf-form-fields-required {
  display: none;
}
/* ---------------------------- News ---------------------------- */

.meta-author {
	display:none ;
}

.meta-category {
	display:none ;
}

.meta-comment-count {
	display:none ;
}