/*  MICROTHEMER STYLES  */


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

/** Geral >> Container **/
#container {
	color: rgb(255, 255, 255) !important;
}

/** Geral >> Give donation level button wrap **/
#give-donation-level-button-wrap {
	color: rgba(255, 255, 255, 0.99) !important;
}

/** Geral >> Give donation level button wrap list item (#1) **/
#give-donation-level-button-wrap li:nth-of-type(1) {
	
}

/** Geral >> Give donation level button wrap give btn level 0 **/
#give-donation-level-button-wrap .give-btn-level-0 {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(249, 17, 2) !important;
}

/** Geral >> Give donation level button wrap give btn level 1 **/
#give-donation-level-button-wrap .give-btn-level-1 {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(249, 17, 2) !important;
}

/** Geral >> Give donation level button wrap give default level **/
#give-donation-level-button-wrap .give-default-level {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(249, 17, 2) !important;
}

/** Geral >> Give donation level button wrap give btn level 3 **/
#give-donation-level-button-wrap .give-btn-level-3 {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(249, 17, 2) !important;
}

/** Geral >> Give donation level button wrap give btn level custom **/
#give-donation-level-button-wrap .give-btn-level-custom {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(249, 17, 2) !important;
}

/** Geral >> Give form 12054 1 give btn modal **/
#give-form-12054-1 .give-btn-modal {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(241, 9, 9) !important;
}

/** Geral >> Give amount **/
#give-amount {
	color: rgb(0, 0, 0) !important;
}

/** Geral >> Give donation level button wrap give default level (:hover) **/
#give-donation-level-button-wrap .give-default-level:hover {
	
}

/** Geral >> Give donation level button wrap give btn level 2 **/
#give-donation-level-button-wrap .give-btn-level-2 {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(249, 17, 2) !important;
}

