/* 
Theme Name: Ideal Response
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Ideal Response has been developed by PMW Communications Ltd.
Author: PMW Communications Ltd
Author URI: https://pmwcom.co.uk
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 */

/* Gravity Forms */

.ideal_gravity {
	--gf-ctrl-btn-bg-color-primary: #F04C23;
	--gf-ctrl-btn-bg-color-focus-primary: #0A3246;
	--gf-ctrl-btn-bg-color-hover-primary: #0A3246;
	--gf-ctrl-border-color-focus: #F04C23;
	--gf-ctrl-outline-color-focus: #F04C23;
	--gf-ctrl-btn-bg-color-hover-ctrl: #0A3246;
	--gf-ctrl-btn-bg-color-ctrl: #F04C23;
}

.ideal_gravity .gform_fields,
.ideal_gravity_dark .gform_fields {
	row-gap: 5px;
}

.ideal_gravity .ideal_upload .gform_drop_area::before {
	color: #F04C23;
}

.ideal_gravity .gform_footer .gform_button[type="submit"] {
	width: 100%;
}

.ideal_gravity_dark {
	--gf-ctrl-btn-bg-color-primary: #F04C23;
	--gf-ctrl-btn-bg-color-focus-primary: #FFFFFF;
	--gf-ctrl-btn-bg-color-hover-primary: #FFFFFF;
	--gf-ctrl-border-color-focus: #F04C23;
	--gf-ctrl-outline-color-focus: #F04C23;
	--gf-ctrl-btn-bg-color-hover-ctrl: #0A3246;
	--gf-ctrl-btn-bg-color-ctrl: #F04C23;
	--gf-ctrl-btn-color-hover-primary: #000;
}