/*  MICROTHEMER STYLES  */


/*= toggle ==================== */

/** toggle >> h3.toggle-trigger **/
h3.toggle-trigger {
	/* MT [ google_font: 1 | variant: 400normal ] */
	font-family: 'Francois One' !important;
	color: rgb(233, 232, 232) !important;
	font-size: 20px !important;
	line-height: 1 !important;
	text-shadow: 0 0 !important;
	background-color: rgb(221, 51, 51) !important;
	background-image: none !important;
	border-top-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

/** toggle >> div.toggle-content **/
div.toggle-content {
	color: rgb(141, 141, 141) !important;
	box-shadow: 0 0 0 0 !important;
	background-color: rgb(35, 40, 45) !important;
	border-right-width: 0 !important;
	border-bottom-width: 0 !important;
	border-left-width: 0 !important;
}

