/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://mydevelopment.zone
 Description:  Child theme for Hello Elementor
 Author:       Zero Two Digital
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Style the last menu item */
.main-nav .elementor-nav-menu > li:last-child > a {
  background-color: #004fb6;
  color: #fff !important;
  border-radius: 4px;
  padding: 10px 20px;
}

/* Add spacing before the button */
.main-nav .elementor-nav-menu > li:last-child {
  margin-left: 20px;
}

/* Hover effect */
.main-nav .elementor-nav-menu > li:last-child > a:hover {
  background-color: #fff;
  color: #004fb6 !important;
}

p.gform_required_legend {
    display: none;
}
span.gfield_required.gfield_required_asterisk {
    display: none;
}
label.gfield_label.gform-field-label {
    color: #ccc;
}
.gform-theme--foundation .gform_fields {row-gap:10px!important;}

.gform-footer.gform_footer.top_label {
    margin-top: 0px;
}

div#field_1_12 {
    margin-top: 10px;
}

input#gform_submit_button_1 {
    background-color: #FFD900;
	color: #444444;
	font-weight: 700;
    padding: 5px 40px;
}

input#gform_submit_button_1:hover {
    background-color: #004fb6;
	color: #fff;
	font-weight: 700;
    padding: 5px 40px;
}

