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

/*  MICROTHEMER STYLES  */


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

/** General >> Menu secondary menu **/
#menu-secondary-menu {
	font-family: Helvetica !important;
	color: rgb(246, 236, 236) !important;
	font-size: 15px !important;
}

/** General >> Menu footer menu **/
#menu-footer-menu {
	font-size: 15px !important;
}

/** General >> Menu footer menu link **/
#menu-footer-menu a {
	color: rgb(255, 251, 251) !important;
}

/** General >> Menu item 2711 link **/
#menu-item-2711 a {
	color: rgb(255, 251, 251) !important;
	font-size: 15px !important;
}

/** General >> Size large **/
.size-large {
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
	-webkit-align-content: center !important;
	align-content: center !important;
	-webkit-align-self: center !important;
	align-self: center !important;
}


/*( Large Desktop )*/
@media (min-width: 1200px) {
	/** General >> Menu footer menu link **/
	#menu-footer-menu a {
	color: rgb(255, 251, 251) !important;
}

}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {
	/** General >> Menu footer menu link **/
	#menu-footer-menu a {
	color: rgb(246, 236, 236) !important;
}

	/** General >> Menu item 2711 link **/
	#menu-item-2711 a {
	color: rgb(255, 251, 251) !important;
	font-size: 15px !important;
}

}

