/**handles:microthemer**/
/*  MICROTHEMER STYLES  */


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

/** General >> Ast above header section 1 **/
.ast-above-header-section-1 {
	
}


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

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

	/** General >> Masthead ast below header **/
	#masthead .ast-below-header {
	line-height: 1.2 !important;
	padding: 20px !important;
}


}


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

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

	/** General >> Masthead ast below header **/
	#masthead .ast-below-header {
	line-height: 1.4 !important;
	text-indent: 20px !important;
	padding: 10px 20px 10px 20px !important;
	visibility: visible !important;
}


}


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

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

	/** General >> Masthead ast below header **/
	#masthead .ast-below-header {
	font-size: 14px !important;
	line-height: 1.4 !important;
	text-indent: 20px !important;
	padding: 10px !important;
}


}


/*( Small Mobile )*/
@media (max-width: 360px) {

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

	/** General >> Ast above header section 1 **/
	.ast-above-header-section-1 {
	max-height: 0 !important;
	visibility: hidden !important;
}

	/** General >> Ast above header section 2 **/
	.ast-above-header-section-2 {
	font-size: 24px !important;
	line-height: 1.2 !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
}

	/** General >> Masthead ast below header **/
	#masthead .ast-below-header {
	font-size: 12px !important;
	line-height: 1.4 !important;
	padding: 10px !important;
	visibility: visible !important;
}


}