/*
Theme Name:   Salient Child theme 2
Description:  Salient Child theme 2 This theme is made by himeldhaka7
Author:       Fiver Dev
Author URL:   himeldhaka7
Template:     salient
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  childtheme2
*/

/* Write here your own personal stylesheet */

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

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    color: #000;
}