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

.color-circle {
}

.gform-field-label,
.gf_progressbar_title,
.gfield_description,
.gfield_fileupload_percent,
.gfield_fileupload_filesize,
.gfield_fileupload_filename {
	color:#fff !important;
}

.gf_progressbar {
	border:1px solid #fff;
}

.gf_progressbar .percentbar_blue {
	background-color:#fff !important;
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover {
	background-color:#dfcd84 !important;
	border-color:#dfcd84 !important;
}

.gform-theme--framework .gform_validation_errors {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}