/*  MICROTHEMER STYLES here  */



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

	/*= Header ==================== */

	/** Header >> Toggled menu toggle icon **/
		.ast-primary-sticky-header-active button span.menu-toggle-icon {
		color: rgb(0, 138, 224) !important;
	}

}

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

	/*= Header ==================== */

	/** Header >> Toggled menu toggle icon **/
		.ast-primary-sticky-header-active button span.menu-toggle-icon {
		color: rgb(0, 138, 224) !important;
	}


	/*= Custom Sections =========== */

	/** Custom Sections >> Hero Action Buttons **/
		#hero-action-buttons .fl-col-small {
		max-width: 100% !important;
	}

}

/*[ Home Page Tall Only ]*/
@media (min-width: 1200px) and (min-height: 700px) {

	/*= Header ==================== */

	/** Header >> Home Hero Height for Action Bar **/
		.home-hero.fl-row {
		height: calc(100vh - 150px) !important;
	}

}