/**** gravity form field heading font color, size &amp; weight ****/
.newform .gform_wrapper .top_label .gfield_label, .newform .gform_wrapper textarea {
  color: #120b65;
  font-size: 15px !important;
  font-weight: 600;
}
/**** gravity form input field border property ****/
.newform .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper textarea {
  border: solid 1px #120b65 !important;
}

#main .gform_wrapper .gform_footer input.button, #main .gform_wrapper .gform_footer input[type="submit"]{
  padding:10px !important;
}

.footer .custom-menu a:hover {
    background-position: 0 6px;
    color: #f48319 !important;
}
.custom-menu li.act > a, .widget_recent_comments a:hover {
    color: #f48319 !important;
}

.wpcf7-form input[type="submit"] {
    padding: 15px 10px 15px 10px !important;
}


