/*  MICROTHEMER STYLES  */


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

/** General >> Textwidget **/
.textwidget {
	font-size: 14px !important;
	line-height: 1.2 !important;
}

/** General >> Main header bar **/
.main-header-bar {
	z-index: 9999 !important;
}

/** General >> Ast advanced headers title **/
.ast-advanced-headers-title {
	text-shadow: 2px 2px 8px rgb(0, 0, 0) !important;
}

/** General >> Site title link **/
.site-title a {
	text-shadow: 2px 2px 8px rgb(0, 0, 0) !important;
}


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

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

	/** General >> Ast mobile menu buttons **/
	.ast-mobile-menu-buttons {
		margin-top: 0 !important;
	}

	/** General >> Elementor element 2aecd1e elementor column wrap **/
	.elementor-element-2aecd1e > .elementor-column-wrap {
		margin-top: 100px !important;
	}
}