/*  MICROTHEMER STYLES  */


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

/** General >> Pp button **/
.pp-button {
	font-size: 14px !important;
	width: 25% !important;
}

/** General >> Wpcf7 list item label **/
.wpcf7-list-item-label {
	padding-top: 0 !important;
}

/** General >> Pp checkbox label **/
.pp-checkbox label {
	font-size: 14px;
	text-align: center !important;
	text-transform: none !important;
}

/** General >> Pp checkbox **/
.pp-checkbox {
	text-transform: capitalize !important;
}


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

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

	/** General >> Menu item 1160 link **/
	#menu-item-1160 > a {
		font-family: roboto !important;
	}
}