/*  MICROTHEMER STYLES  */


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

/** General >> Sub menu link **/
.sub-menu a {
	color: rgb(31, 111, 142) !important;
}

/** General >> Menu topmenu link **/
#menu-topmenu a {
	color: rgb(31, 111, 142) !important;
}

/** General >> Site title link **/
.site-title a {
	color: rgb(15, 105, 140) !important;
	font-size: 25px !important;
}

/** General >> Menu topmenu 1 link **/
#menu-topmenu-1 a {
	color: rgb(11, 83, 111) !important;
	font-size: 14px !important;
}

/** General >> Menu item object page **/
.menu-item-object-page {
	color: rgb(16, 81, 106) !important;
	font-size: 14px !important;
}

/** General >> Col md 9 **/
.col-md-9 {
	font-size: 15px !important;
	width: 900px !important;
	padding-top: 0px !important;
	padding-right: 35px !important;
	padding-left: 35px !important;
}


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

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

	/** General >> Col md 9 **/
	.col-md-9 {
	width: 450px !important;
	padding-right: 5px !important;
	padding-left: 5px !important;
}


}

