/**handles:microthemer**/
/*  MICROTHEMER STYLES  */


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

/** General >> Frm fields container div **/
.frm_fields_container > div {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

/** General >> Frm form 3 container image **/
#frm_form_3_container img {
	width: 300px !important;
	height: 126px !important;
}

/** General >> Frm field 29 container frm image option container **/
#frm_field_29_container .frm_image_option_container {
	border-width: 2px !important;
}

/** General >> Frm field 29 container frm image option container (:hover:focus) **/
#frm_field_29_container .frm_image_option_container:hover:focus {
	border-color: rgb(40, 48, 125) !important;
}

/** General >> Form quiz frm button submit **/
#form_quiz .frm_button_submit {
	margin-left: 50px !important;
}

/** General >> Form quiz frm final submit **/
#form_quiz .frm_final_submit {
	font-weight: 700 !important;
	background-color: rgb(177, 43, 77) !important;
	margin-left: 50px !important;
	border-color: rgb(177, 43, 77) !important;
}

/** General >> Form quiz frm final submit (:hover) **/
#form_quiz .frm_final_submit:hover {
	color: rgb(255, 255, 255) !important;
}

/** General >> Frm form 3 container frm message **/
#frm_form_3_container .frm_message {
	background-color: rgb(218, 245, 255) !important;
	border-color: rgb(87, 154, 246) !important;
}


/*( <1375 )*/
@media (max-width: 1374.98px) {

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

	/** General >> Frm fields container div **/
	.frm_fields_container > div {
	margin-top: 35px !important;
}

	/** General >> Frm form 3 container image **/
	#frm_form_3_container img {
	
}

	/** General >> Frm image size xlarge **/
	.frm_image_size_xlarge {
	--image-size: 45% !important;
}

	/** General >> Frm field 29 container frm image option container **/
	#frm_field_29_container .frm_image_option_container {
	
}

	/** General >> Frm field 29 container frm image option container (:hover:focus) **/
	#frm_field_29_container .frm_image_option_container:hover:focus {
	
}

	/** General >> Form quiz frm button submit **/
	#form_quiz .frm_button_submit {
	
}

	/** General >> Form quiz frm final submit **/
	#form_quiz .frm_final_submit {
	
}


}