/*
Theme Name: 	Noumi
Theme URI: 		http://www.noumi.com
Description: 	
Version: 		1.0
Author: 		Drum Digital
Author URI: 	http://www.drumdigital.com.au
*/

/* Changing the secondary hover colour */
/* Added by PMK 21-06-22 */
header#header.background-green .secondary-nav a:hover, header#header.background-green .secondary-nav a.current-page, header#header.background-green .tertiary-nav a:hover, header#header.background-green .tertiary-nav a.current-page {
  color: #000000!important;
}

/* Added by PMK 15-08-22 */
/* Increasing the size of the AOF logo */
/* Hannah's request */
#AOF.brand-logo {
    width: 80%!important;
    z-index: 9;
}


/* START T&C Form form for prospectus */
#gform_submit_button_4{ display:none!important; }
.gform_footer #gform_submit_button_4[disabled=disabled]
.gform_title{ display:none!important;}
/* END T&C Form form for prospectus */

/* GRAVITY FORMS STYLING */
/* ADDED BY PMK 06-12-21 */
.gform_title{
	display:none;
}
/* GRAVITY FORMS STYLING */
/* ADDED BY PMK 21-10-22 */
.gform_wrapper .gform_validation_errors>h2 {
    font-size: 13.2px!important; 
    line-height: 17.6px!important;
}
.test-text{
	color:blue;
	font-size:25px;
}
#top .gform_wrapper ul li.gfield {
  list-style-type: none !important;
}
.entry-content-wrapper div li {
  list-style-type: none !important;
}
body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
     list-style-type: none !important;
     list-style-image: none !important;
     list-style: none !important;
     background-image: none !important;
     background: none !important;
     padding: 0 !important;
     margin: 0 !important;
     border: none !important
}
body .gform_wrapper form .gform_body ul > li:before {
     content: "";
}