/*  MICROTHEMER STYLES  */


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

/** General >> Menu main 2 link **/
#menu-main-2 a {
	height: 4px !important;
}

/** General >> Button **/
.pp-button {
	color: rgb(69, 85, 96) !important;
	background-color: rgb(255, 255, 255) !important;
	border-color: rgb(69, 85, 96) !important;
}

/** General >> button Hover **/
.pp-button:hover {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(69, 85, 96) !important;
	border-color: rgb(69, 85, 96) !important;
}


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

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

	/** General >> Pp menu overlay pp menu close btn **/
	.pp-menu-overlay > .pp-menu-close-btn {
	margin-top: -33px !important;
	margin-right: -4px !important;
}

	/** General >> Menu main 2 link **/
	#menu-main-2 a {
	
}


}

