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

.txtwit p {
	color: #fff;
}

#footer-outer[data-custom-color=true] #footer-widgets a:not(.nectar-button):hover {
    color: #2fb134 !important;
}

body #header-outer .menu-item-279 > a:hover {
    border-radius: 5px !IMPORTANT;
	color: #fff;
}

.full-width-section>.col.span_12.dark .nectar-post-grid[data-text-color=dark] .nectar-post-grid-item .content *, .nectar-post-grid[data-text-color=dark] .nectar-post-grid-item .content * {
    color: #2fb134;
}

.full-width-section>.col.span_12.dark .nectar-post-grid[data-text-hover-color=dark] .nectar-post-grid-item:hover .content *, .nectar-post-grid[data-text-hover-color=dark] .nectar-post-grid-item:hover .content * {
    color: #0039a6;
}

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

.nf-form-content input:not([type=button]){
    background: #fff !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
	background: #fff !important;
}

.listcheckbox-wrap .nf-field-element label:before {
	background: #fff !important;
	opacity: 100 !important;
}

body[data-form-submit=regular] .container-wrap input[type=submit] {
    padding: 15px 22px!important;
    color: #fff !important;
	background: #0039a6 !important;
}