/*  MICROTHEMER STYLES  */


/*= Geral ===================== */

/** Geral >> Wpforms form 223 wpforms field label **/
#wpforms-form-223 .wpforms-field-label {
	font-family: Arial !important;
	font-size: 14px !important;
	line-height: 20px !important;
}

/** Geral >> Wpforms field input **/
.wpforms-field > input {
	box-shadow: -1px 1px 1px 0 rgb(212, 212, 212) inset !important;
	width: 100% !important;
	min-width: 100% !important;
	box-sizing: border-box !important;
}

/** Geral >> Wpforms 223 field 2 **/
#wpforms-223-field_2 {
	box-shadow: -1px 1px 1px rgb(212, 212, 212) inset !important;
	width: 100% !important;
	min-width: 100% !important;
	height: 240px !important;
}

/** Geral >> Wpforms submit 223 **/
#wpforms-submit-223 {
	font-family: Arial !important;
	color: rgb(255, 255, 255) !important;
	font-weight: 700 !important;
	box-shadow: -1px 1px 2px rgb(212, 212, 212) !important;
	background-color: rgb( 96, 101, 105) !important;
	width: 100px !important;
	min-width: 100px !important;
	height: 50px !important;
	min-height: 50px !important;
	box-sizing: border-box !important;
}
#wpforms-submit-223:hover {
	background-color: rgb(239, 236, 97) !important;
	color: rgb(51, 51, 51) !important;
}

/** Geral >> Elementor text editor link **/
.elementor-text-editor a {
	color: rgb(101, 104, 106) !important;
}
.elementor-text-editor a:hover {
	color: rgb(242, 233, 105) !important;
}

