/*** Microthemer Styles ***/

/* =Main Menu
-------------------------------------------------------------- */
/* Store At MainMenu */
li#menu-item-673 a {
	color: rgb(62, 19, 129) !important;
	font-weight: bold !important;
	word-wrap: normal !important;
	-webkit-box-shadow: 0 0 0 0 rgba(204, 204, 204, 0.61) !important;
	-moz-box-shadow: 0 0 0 0 rgba(204, 204, 204, 0.61) !important;
	box-shadow: 0 0 0 0 rgba(204, 204, 204, 0.61) !important;
	background-color: rgba(53, 196, 244, 0.57) !important;
	width: 56px !important;
	height: 20px !important;
	max-height: 20px !important;
	box-sizing: border-box !important;
	border-top-color: rgb(62, 19, 129) !important;
	border-right-color: rgb(62, 19, 129) !important;
	border-left-color: rgb(62, 19, 129) !important;
	border-top-width: 1px !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	border-left-width: 1px !important;
	border-top-style: hidden !important;
	border-right-style: hidden !important;
	border-bottom-style: hidden !important;
	border-left-style: hidden !important;
	-webkit-border-radius: 5px 5px 5px 5px !important;
	-moz-border-radius: 5px 5px 5px 5px !important;
	border-radius: 5px 5px 5px 5px !important;
	position: relative !important;
}




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

	/* =Main Menu
	-------------------------------------------------------------- */
	/* Store At MainMenu */
	li#menu-item-673 a {
		width: 56px !important;
		min-width: 56px !important;
		max-width: 60px !important;
		box-sizing: border-box !important;
	}
}



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

	/* =Main Menu
	-------------------------------------------------------------- */
	/* Store At MainMenu */
	li#menu-item-673 a {
		display: inline !important;
	}
}



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

	/* =Main Menu
	-------------------------------------------------------------- */
	/* Store At MainMenu */
	li#menu-item-673 a {
		width: 56px !important;
		display: inline !important;
	}
}



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

	/* =Main Menu
	-------------------------------------------------------------- */
	/* Store At MainMenu */
	li#menu-item-673 a {
		width: 56px !important;
		max-width: 56px !important;
		box-sizing: border-box !important;
		display: inline !important;
		position: relative !important;
	}
}