/*  MICROTHEMER STYLES  */

/*= Full Code Editor CSS ====== */

#content .fl-button-lightbox {
	    text-decoration: none;
}


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

/** Header >> Site header inner top header wrap **/
#site-header-inner > .top-header-wrap {
	padding-top: 20px !important;
	padding-bottom: 0 !important;
}

/** Header >> Fl button center fl button **/
.fl-button-center > .fl-button {
	text-decoration: none !important;
}

/** Header >> Content fl button **/
#content .fl-button {
	text-decoration: none !important;
}

/** Header >> Site logo inner custom logo **/
#site-logo-inner .custom-logo {
	
}


/*( Large Desktop )*/
@media (min-width: 1200px) {

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

	/** Header >> Site header inner top header wrap **/
	#site-header-inner > .top-header-wrap {
	padding-top: 20px !important;
	padding-bottom: 0 !important;
}

	/** Header >> Site logo inner custom logo **/
	#site-logo-inner .custom-logo {
	max-width: 34% !important;
	margin-left: -10px !important;
}


}


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

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

	/** Header >> Site logo inner custom logo **/
	#site-logo-inner .custom-logo {
	max-width: 80% !important;
}


}

