/*  MICROTHEMER STYLES  */


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

/** General >> Menu item type custom menu text **/
.menu-item-type-custom .menu-text {
	font-size: 11px !important;
}

/** General >> Main navigation **/
.main-navigation {
	margin-bottom: -12px !important;
}

/** General >> Menu item type custom menu link **/
.menu-item-type-custom .menu-link {
	padding-left: 6px !important;
}

/** General >> Menu text **/
.menu-text {
	
}

/** General >> Menu item object page menu link **/
.menu-item-object-page .menu-link {
	padding-left: 6px !important;
}

/** General >> Post 28 link **/
#post-28 a {
	
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

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

	/** General >> Menu item type custom menu link **/
	.menu-item-type-custom .menu-link {
	display: none !important;
}


}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

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

	/** General >> Menu item type custom menu link **/
	.menu-item-type-custom .menu-link {
	display: none !important;
}

	/** General >> Post 28 link **/
	#post-28 a {
	font-size: 20px !important;
}


}


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

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

	/** General >> Post 28 link **/
	#post-28 a {
	font-size: 20px !important;
}


}

