/*  MICROTHEMER STYLES  */


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

/** General >> Ast hf menu 1 menu link **/
#ast-hf-menu-1 .menu-link {
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
}

/** General >> Ast desktop header ast primary header bar **/
#ast-desktop-header .ast-primary-header-bar {
	padding: 20px 0 20px 0 !important;
	border-bottom-width: 0 !important;
}

/** General >> H2 bold **/
#h2-bold {
	font-weight: 700 !important;
}

/** General >> Page paragraph **/
#page p {
	color: rgb(0, 0, 0) !important;
	font-size: 13px !important;
	line-height: 34px !important;
}

/** General >> Ast footer copyright **/
.ast-footer-copyright, 
.ast-footer-copyright a {
	font-family: 'ARIALMT', sans-serif !important;
	color: #949494 !important;
	font-size: 16px !important;
	font-weight: normal !important;
}

/** General >> Footer line **/
#footer-line {
	color: #949494 !important;
	padding-right: 5px !important;
	padding-left: 5px !important;
}

/** General >> Site footer **/
.site-footer {
	padding-bottom: 220px !important;
}

/** General >> Menu main nav **/
#menu-main-nav {
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
}

/** General >> Post 2 watch video **/
#post-2 .watch-video {
	font-weight: 800 !important;
	text-decoration: underline !important;
	padding-left: 50px !important;
}


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

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

	/** General >> Ast mobile header menu link **/
	#ast-mobile-header .menu-link {
	text-align: right !important;
}

	/** General >> Page nav **/
	.fl-node-610734063ec27 .fl-menu .menu {
	display: -webkit-inline-flexbox !important;
	display: -moz-inline-flexbox !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}


}


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

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

	/** General >> Site footer **/
	.site-footer {
	line-height: 25px !important;
	padding-right: 107px !important;
	padding-left: 109px !important;
}

	/** General >> Footer line **/
	#footer-line {
	display: none !important;
}


}

