/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Size medium **/
.size-medium {
	padding: 10px !important;
}

/** General >> Wal field heading 4 **/
.wal-field h4 {
	
}

/** General >> Gform **/
#gform_submit_button_4 {
	color: rgb(255, 255, 255) !important;
	font-weight: 400 !important;
	border-radius: 5px !important;
}

/** General >> Field label **/
#field_4_1 label {
	
}

/** General >> Gfield gfield **/
.gfield_contains_required .gfield_label {
	font-weight: 600 !important;
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}

/** General >> Field 3 4 gfield label **/
#field_3_4 > .gfield_label {
	margin-top: 10px !important;
}

/** General >> Page [type="submit"] **/
.page [type="submit"] {
	color: rgb(255, 255, 255) !important;
	font-weight: bold !important;
	padding: 10px 20px 10px 20px !important;
	border-radius: 5px !important;
}

/** General >> Page [type="submit"] (:hover) **/
.page [type="submit"]:hover {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(152, 197, 62) !important;
}

/** General >> Wsf 1 sections 5 horizontal rule **/
#wsf-1-sections-5 hr {
	margin-top: 0 !important;
	border-top-color: rgb(89, 120, 26) !important;
	border-top-width: 1px !important;
}

/** General >> Fl post 707 horizontal rule **/
#fl-post-707 hr {
	border-top-color: rgb(89, 120, 26) !important;
}

