.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */


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

/** General >> Color1 **/
#page .color1 {
	background-color: rgb(250, 129, 7) !important;
}

/** General >> Button **/
#join-team .button {
	background-color: rgb(250, 129, 7) !important;
}

/** General >> Card **/
#weather .card {
	background-color: rgb(250, 129, 7) !important;
}

/** General >> Widgettitle **/
#page-content .widgettitle {
	background-color: rgb(250, 129, 7) !important;
}

/** General >> Widgettitle _2 **/
.JP_Dropdown_Menu_widget .widgettitle {
	background-color: rgb(250, 129, 7) !important;
}

/** General >> Wpforms submit 501 **/
#wpforms-submit-501 {
	background-color: rgb(250, 129, 7) !important;
}

