/*  MICROTHEMER STYLES  */


/*( < 768 )*/
@media (max-width: 767.98px) {

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

	/** General >> Ft header ft header content **/
	#ft-header .ft-header-content {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

	/** General >> Ft header mobile menu **/
	#ft-header .mobile_menu {
	margin-top: 20px !important;
}


}


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

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

	/** General >> Ft header mobile menu overlay **/
	#ft-header .mobile_menu_overlay {
	
}

	/** General >> Ft header fa bars (::before) **/
	#ft-header .fa-bars::before {
	
}

	/** General >> Ft header ft header menu top cta **/
	#ft-header .ft-header-menu-top-cta {
	
}

	/** General >> Ft header ft header content **/
	#ft-header .ft-header-content {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

	/** General >> Ft header mobile menu button **/
	#ft-header .mobile_menu_button {
	margin-top: 0 !important;
}


}

