/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/



.font-white{
	color:#ffffff !important;
}
h5.font-white{
	color:#ffffff !important;
}

.font-xs{
	font-size:14px !important;
}
.font-m{
	font-size:18px !important;
}
.font-bold{
	font-weight: 800 !important;
}

.divider{
	margin-top:4%;
	margin-bottom:4%;
}
.nectar-button.small, .nectar-button.medium, .nectar-button.large {
	font-size:16px;
}
.nectar-button.large:hover, .nectar-button.regular:hover{
	background-color:#BCE508!important;
}

#top nav > ul > li[class*="btn-2"] > a:before {
    background-color:#85DD00!important;
}

#header-outer[data-lhe="default"] #top nav > ul > li > a{
	color:#000000!important;
}

img.logo-team {
	max-height:72px!important;
	width:auto!important;
}

.text-align-left{
	text-align:left !important;
}

a.link-black{
	color:#000000!important;
}
a.link-black:hover{
	color:#037c3f!important;
}



/*---------- BLOG POST ---------*/

.blog-recent[data-style*=classic_enhanced] .inner-wrap, .masonry.classic_enhanced .masonry-blog-item .inner-wrap{
	border-radius: 8px!important;
	box-shadow:none!important;
	border:1px solid #E4E4E4 !important;
}
.blog-recent[data-style*=classic_enhanced] .article-content-wrap, .masonry.classic_enhanced .masonry-blog-item .article-content-wrap{
	padding: 8% 12% 12% 12%;
}
.blog-recent[data-style*=classic_enhanced][data-color-scheme=light] h3.title {
	font-size:26px!important;
}
/*----------FLIP BOOK -----------*/

.df-popup-thumb {
	width:100%!important;	
}

/*----------BLOG -----------*/

.meta-category{
	display:none;
}


/*---------- FORM -------------*/

#gform_submit_button_1{
	color:#000000;
	background-color:#C2EE00!important;
	font-size:16px;
}
#gform_submit_button_1:hover{
	background-color:#BCE508!important;
}
.gform_required_legend{
	display:none!important;
}
.gfield_required{
	font-size:20px!important;
}

.gform-field-label {
	font-weight:800!important;
}

.gform-theme--foundation .gfield textarea, .gfield input, .gfield select{
	border:#E4E4E4 1px solid !important;
	border-radius:4px!important;
	box-shadow:none!important;
}

.container-wrap input[type=text], .container-wrap input[type=email], .container-wrap input[type=password], .container-wrap input[type=tel], .container-wrap input[type=url], .container-wrap input[type=search], .container-wrap input[type=date], .container-wrap input[type=number], .container-wrap textarea, .container-wrap select, body > #review_form_wrapper.modal input[type=text], body > #review_form_wrapper.modal textarea, body > #review_form_wrapper.modal select, body > #review_form_wrapper.modal input[type=email], .select2-container--default .select2-selection--single, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single {
	font-size:16px;
}

.gform_wrapper .charleft{
	font-size:12px!important;
}

@media only screen and (max-width: 1000px) {
		.gform-theme--foundation .gform_fields{
			row-gap:20px;
	}
		.blog-recent[data-style*=classic_enhanced] .article-content-wrap, .masonry.classic_enhanced .masonry-blog-item .article-content-wrap{
		padding: 8% 7%;
	}
	.df-popup-thumb {
		margin:30px 0px!important;
	}
	img.logo-team {
		max-height:50px!important;
		width:auto!important;
	}
	#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a, #slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li > a, body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a{
		font-weight:300;
		font-size:24px;
	
	}
	.menu-btn-involved a{
		background-color:#C2EE00;
		border-radius:200px;
		color:#000000!important;
		font-weight:300;
		padding:12px 40px !important;
		margin: 20px 0;
	}
	.btn-2 a{
		background-color:#85DD00!important;
		border-radius:200px;
		color:#000000 !important;
		font-weight:300 ;
		padding:12px 40px !important;
	}
}


