/* 
Theme Name: Attain
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
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 */

body {
/*	background-color: #f0f4f9;*/
}


.header-inner,.footer-inner {
	visibility:hidden !important;
	height:20px !important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: var(--e-global-color-ee25082) !important;
    color: #FFF !important;
    transition: all .5s;
	border-radius: 100px !important;
}

.listradio-wrap .nf-field-element label.nf-checked-label:before {
    background: #184FA3 !important;
}

.listradio-wrap .nf-field-element label.nf-checked-label:after {
    border-color: #184FA3 !important;
    transition: all .5s;
}
