/*
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
*/




.gform_confirmation_message {
    background: #e6e4d9;
    color: #AA11FE;
    padding: 12px;
    text-align: center;
    margin-bottom: 90px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 25px;
    border: 1px solid black;
    border-radius: 6px;
}
.gform_wrapper .gfield_error .gfield_repeater_cell label, 
.gform_wrapper .gfield_error label, 
.gform_wrapper .gfield_error legend, 
.gform_wrapper .gfield_validation_message, 
.gform_wrapper .validation_message, 
.gform_wrapper [aria-invalid=true]+label, 
.gform_wrapper label+[aria-invalid=true] {
    color: #f55555;
}

#input_1_2 span.select2-chosen {
    color: white !important;
}

@media only screen and (max-width: 768px) {
	.hero-logo {
		max-width:150px !important;
	}
	.min_width_desktop_60vh {
		margin-bottom: 10px !important;
	}
	.nectar-cta {
    padding-bottom: 40px !important;
}
.nectar-cta[data-style="material"] .link_wrap .link_text {
	width: 120px !important;
}
}