/*  MICROTHEMER STYLES  */


/*= Main Menu ================= */

/** Main Menu >> Group is layout constrained _3 **/
header .wp-block-group-is-layout-constrained {
	background-color: rgb(93, 0, 255) !important;
}

/** Main Menu >> Group is layout constrained **/
footer .wp-block-group-is-layout-constrained {
	background-color: rgb(93, 0, 255) !important;
}

/** Main Menu >> Link **/
.the-advent a {
	text-align: center !important;
	border-top-color: rgb(255, 0, 0) !important;
}

/** Main Menu >> Ta name **/
.ta-name {
	color: rgb(60, 255, 0) !important;
	font-weight: normal !important;
}

