/*  MICROTHEMER STYLES  */


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

/** Header >> Custom header image **/
.custom-header-image {
	width: 160px !important;
	min-width: 160px !important;
}

/** Header >> Secondary widget job listing:(1) **/
#secondary > .widget-job_listing:nth-of-type(1) {
	display: none !important;
}

/** Header >> Navigation bar wrapper secondary **/
.navigation-bar-wrapper > .secondary {
	-webkit-justify-content: center !important;
	justify-content: center !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

/** Header >> Jmfe wrap price **/
#jmfe-wrap-price {
	display: -webkit-inline-flexbox !important;
	display: -moz-inline-flexbox !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

/** Header >> Jmfe wrap gender **/
#jmfe-wrap-gender {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

/** Header >> Jmfe label gender **/
#jmfe-label-gender {
	padding-right: 5px !important;
}

/** Header >> Jmfe label price **/
#jmfe-label-price {
	padding-right: 5px !important;
}

/** Header >> Link:(1) span:(1) **/
.content-single-job_listing-title-category > span > a:nth-of-type(1) > span:nth-of-type(1) {
	color: rgb(66, 135, 171) !important;
	font-weight: bold !important;
}


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

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

	/** Header >> Custom header image **/
	.custom-header-image {
	width: 150px !important;
	min-width: 150px !important;
}


}

