/*  MICROTHEMER STYLES  */


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

/** General >> Span important:(1) **/
#anpstext-10 > span > .important:nth-of-type(1) {
	color: rgb(82, 82, 82) !important;
}

/** General >> Span important:(1) _2 **/
#anpstext-11 > span > .important:nth-of-type(1) {
	color: rgb(82, 82, 82) !important;
}

/** General >> List item:(6) link **/
#menu-main-menu > li:nth-of-type(6) > a {
	background-color: rgb(0, 172, 236) !important;
	height: 63px !important;
}

/** General >> List item:(6) link:hover **/
#menu-main-menu li:nth-of-type(6) a:hover {
	color: rgb(50, 51, 142) !important;
}

/** General >> Menu item object custom link **/
.menu-item-object-custom > a {
	color: rgb(255, 255, 255) !important;
}

/** General >> Menu item 3975 link:hover **/
#menu-item-3975 a:hover {
	color: rgb(0, 172, 236) !important;
}

/** General >> Menu item object custom link:hover **/
.menu-item-object-custom a:hover {
	color: rgb(27, 25, 225) !important;
}

/** General >> Wpcf7 f2050 p597 o1 [type="submit"] **/
#wpcf7-f2050-p597-o1 [type="submit"] {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(64, 64, 99) !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-top: 50px !important;
}

/** General >> Div (#1) paragraph **/
.form-wrap > div:nth-of-type(1) > p {
	margin-top: 45px !important;
}

