<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  MICROTHEMER STYLES  */


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

/** General &gt;&gt; Menu item 3605 link **/
#menu-item-3605 a {
	color: rgb(248, 7, 14) !important;
}


/*( Large Desktop )*/
@media (min-width: 1200px) {

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

	/** General &gt;&gt; Menu item 3605 link **/
	#menu-item-3605 a {
	color: rgb(248, 7, 14) !important;
}


}


/*( Desktop &amp; Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

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

	/** General &gt;&gt; Menu item 3605 link **/
	#menu-item-3605 a {
	color: rgb(248, 7, 14) !important;
}


}


/*( Tablet &amp; Phone )*/
@media (max-width: 767px) {

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

	/** General &gt;&gt; Menu item 3605 link **/
	#menu-item-3605 a {
	color: rgb(248, 7, 14) !important;
}


}


/*( Phone )*/
@media (max-width: 480px) {

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

	/** General &gt;&gt; Menu item 3605 link **/
	#menu-item-3605 a {
	color: rgb(248, 7, 14) !important;
}


}

</pre></body></html>