form#search-form{max-height:0;visibility:hidden}input.s.field{height:0}input#search-submit{max-height:0}




.gfield--input-type-number input{
    margin-top: 14px;
    margin-bottom: 10px;
}

.percentage .ginput_container::before {
    font-family: FontAwesome;
    content: "\f295";
    margin-right: 6px;
    margin-left: -16px;
    position: relative;
    top: 41px !important;
    left: 13px;
    padding: 10px;
    background: #CCCCCC;
}


.gform_previous_button {
  background-color: #77cc6d !important;
  color: #fff !important;
  border-radius: 6px;
  padding: 10px 18px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.gform_previous_button:hover {
  background-color: #666 !important;
  color: #ffffff !important;
}




.gfield_radio .gchoice {
  margin: 10px;
  font-weight: 400; /* normal for all */
}

/* make only the selected radio option bold */
.gfield_radio input[type="radio"]:checked + label {
  font-weight: 700; /* bold when selected */
}

.ginput_container {
  margin-top: 8px !important;
}



/* Hide specific Gravity Form steps */
#gf_step_198_1,
#gf_step_198_2,
#gf_step_198_3,
#gf_step_198_4,
#gf_step_198_5,
#gf_step_198_6,
#gf_step_198_7,
#gf_step_198_8,
#gf_step_198_9,
#gf_step_198_10,
#gf_step_198_11,
#gf_step_198_12,
#gf_step_198_13,
#gf_step_198_14,
#gf_step_198_15,
#gf_step_198_16 {
  display: none !important;
}


