/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.9.0.1702030462
Updated: 2023-12-08 10:14:22

*/
.gform_wrapper {
    font-family: "Hind", sans-serif;
}
.gform_required_legend {
    display: none;
}
.get-in-touch .ginput_container input {
    border: 1px solid #000;
    border-radius: 60px;
    padding: 12px !important;
}
.get-in-touch label.gfield_label {
    position: absolute;
    background: #fff;
    top: -6px;
    left: 15px;
}
.get-in-touch .gfield {
    position: relative;
}
.get-in-touch .ginput_container textarea {
    border-radius: 28px;
    padding: 12px !important;
}
.get-in-touch label {
    font-family: "Hind" !important;
    font-weight: 400 !important;
    color: #22204D !important;
    margin-bottom: 0px !important;
}
.get-in-touch .gform_fields {
    row-gap: 30px !important;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
}
label#label_1_6_1 {
    color: #7C8B99 !important;
}
label#label_1_6_1 span {
    color: #22204D !important;
}
.get-in-touch .gform_button  {
    width: 100%;
    border: 1px solid #F0A317;
	background-color:#22204D !important;
	color:#fff !important;
	text-transform:uppercase;
}
.get-in-touch .gform_button:hover {
	background-color:#fff !important;
	color:#22204D !important;
	
}
table#input_3_13 thead tr td {
    background-color: #22204d;
    color: #fff;
}
table#input_3_13 thead tr td:before {
    content: "Activities";
}
.form-wy .ginput_container input {
    border-radius: 60px;
    padding: 12px !important;
	background-color: transparent;
}
.form-wy .ginput_container select {
    border-radius: 60px;
    padding: 12px !important;
    background-color: transparent;
}
.form-wy .ginput_container textarea{
	background-color: transparent;
	 border-radius: 20px;
}
.form-wy .gravity-theme table.gsurvey-likert th.gsurvey-likert-choice-label {
    background-color: #22204d;
    color: #fff;
}
.form-wy .gform_button {
    width: 100%;
    border: 1px solid #F0A317;
    background-color: #22204D !important;
    color: #fff !important;
    text-transform: uppercase;
    max-width: 200px;
}
.gform_validation_errors {
    display: none;
}
.form-wy .validation_message {
    padding: 0px ! IMPORTANT;
    border: 0px !important;
    background-color: transparent !important;
}
/* checklist form */
.checklist-form-wy .gform_fileupload_rules {
    display: none !important;
}
.checklist-form-wy input[type="file"] {
    border-radius: 0px !important;
    padding-left: 0px !important;
}
.checklist-form-wy .gchoice .gform-field-label {
    font-size: 16px;
    font-weight: 700;
    margin-top: 4px;
    padding-left: 3px;
}
/* media query */
@media (max-width:767px)
{
	.get-in-touch div#field_1_3 label {
		top: 95px;
	}
    .get-in-touch div#field_1_4 label {
		top: 180px;
	}
    .get-in-touch div#field_1_5 label {
		top: 265px;
	}
	.checklist-form-wy .gfield--type-fileupload:not(:last-child) {
		margin-bottom: 30px;
	}
}