/* 
Theme Name: Fast Solutions
Description: Fast Solutions is a theme created for the website www.fastsolutions.be
Author: Vincent Wouters
Author URI: https://www.fastsolutions.be
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Styles for descriptions in various form fields */
.gform_wrapper.gravity-theme .field_description_above .description,
.gform_wrapper.gravity-theme .field_description_above .gfield_description,
.gform_wrapper.gravity-theme .field_description_above .gsection_description,
.gform_wrapper.gravity-theme .field_description_above .instruction {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
	font-size: 16px !important;
}

/* Styles for the main validation error message and individual error links */
.gform_wrapper.gravity-theme .gform_validation_errors > h2,
a.gform_validation_error_link {
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
	font-size: 16px !important;
}

/* Policy Link */
a.cky-policy {
    color: #bd9b52 !important;
}

span.wpml-ls-native {
	color: var( --e-global-color-secondary );
	font-weight: 700;
}