/*  MICROTHEMER STYLES  */


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

/** General >> Menu item object page link **/
.menu-item-object-page a {
	-webkit-border-radius: 15px 15px 0 0 !important;
	-moz-border-radius: 15px 15px 0 0 !important;
	border-radius: 15px 15px 0 0 !important;
}

/** General >> Menu item object page link Hover **/
.menu-item-object-page a:Hover {
	background-color: rgb(166, 179, 162) !important;
	border-top-color: rgb(166, 179, 162) !important;
	border-right-color: rgb(166, 179, 162) !important;
	border-bottom-color: rgb(166, 179, 162) !important;
	border-left-color: rgb(166, 179, 162) !important;
	border-top-style: solid !important;
	border-right-style: solid !important;
	border-bottom-style: solid !important;
	border-left-style: solid !important;
	-webkit-border-radius: 15px 15px 0 0 !important;
	-moz-border-radius: 15px 15px 0 0 !important;
	border-radius: 15px 15px 0 0 !important;
}

/** General >> Search field **/
.search-field {
	background-color: rgba(3, 3, 3, 0.32) !important;
	height: 30px !important;
	margin-top: 5px !important;
}
