/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*
#testFormID li.gfield {
    background-color: red;
}
*/

/* Slide In From The Top Option */

.header-2 {
 transform: translatey(-90px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
}


.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
 display: none!important;
}

/* End Of Slide In From The Top Option */



/* Form Button */
.elementor-kit-44515 button, .elementor-kit-44515 input[type="button"], .elementor-kit-44515 input[type="submit"], .elementor-kit-44515 .elementor-button {
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
	font-size: var( --e-global-typography-accent-font-size );
	font-weight: var( --e-global-typography-accent-font-weight );
	line-height: var( --e-global-typography-accent-line-height );
	color: #1E83A4;
	background-color: #fff;
	border-radius: 4px 4px 4px 4px;
	padding: 12px 45px 12px 45px;
}



/* Event Sub Button */
.elementor-kit-44515 button, .elementor-kit-44515 input[type="button"], .elementor-kit-44515 input[type="submit"], .elementor-kit-44515 .elementor-button {
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
	font-size: var( --e-global-typography-accent-font-size );
	font-weight: var( --e-global-typography-accent-font-weight );
	line-height: var( --e-global-typography-accent-line-height );
	color: #fff;
	background-color: transparent;
	border-radius: 4px 4px 4px 4px;
	padding: 12px 45px 12px 45px;

}

/** Start Block Kit CSS: 71-3-d415519effd9e11f35d2438c58ea7ebf **/

.envato-block__preview{overflow: visible;}

/** gravity form color **/
.gfield_label {

color: #ffffff !important;
}

.gform_legacy_markup_wrapper ul.gfield_checkbox li label, 

.gform_legacy_markup_wrapper ul.gfield_radio li label {
    
	color: #fff !important;
}

body .gform_wrapper label {
	color: #ffffff !important;
}

/** Enabling ACF Shortcode**/

add_action( 'acf/init', 'set_acf_settings' );
function set_acf_settings() {
    acf_update_setting( 'enable_shortcode', true );
}
