/* GJM stylesheet */

div.gjm-map-wrapper {
	position: relative;
	display: inline-block;
}

div.gjm-map img {
	max-width: initial !important;
}

div.gjm-map-wrapper .gjm-map-loader {
	position:absolute;
	left:48%;
	top:35%;
	font-size: 35px;
	color:#555;
}

div.gjm-map-wrapper.gmw-expanded-map {
	position:fixed !important;
	z-index:99999999999 !important;
	width:100% !important;
	height:100% !important;
	left:0px;
	top:0px;
}

span.gjm-resize-map-trigger.icon-resize-full,
span.gjm-resize-map-trigger.icon-resize-small {
	background: white;
	color:#555;
	cursor:pointer;
	padding: 0px 2px;
	font-size: 12px;
	margin-right:10px;
	border: 1px solid rgba(0, 0, 0, 0.14902);
	-webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	margin-top:5px;
}

div.gjm-expanded-map,
div.gjm-gmap-expanded-map {
	position:fixed;
	z-index:9999999;
	width:100% !important;
	height:100% !important;
	left:0px;
	top:0px;
}

.job_filters .search_jobs div.search_location {
	position:relative;
}

.job_filters .search_jobs i.gjm-locator-btn {
	position: absolute;
	top: 2px;
	right:3px;
	font-size: 16px;
	cursor: pointer;
	//padding:0px 5px;
	color: #888;
}

.job_filters .search_jobs i.gjm-locator-loader {
	position: absolute;
	top: 2px;
	right:3px;
	font-size: 14px;
	display:none;
}

.job_filters .search_jobs div.gjm-filters-wrapper {
	margin:0px;
	padding:0px;
	width: 100%;
	display: block;
}

.job_filters .search_jobs div.gjm-filter-wrapper {
	margin-top: .5em;
	float: left;
	padding:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0px;
}

.job_filters .search_jobs div.gjm-filters-wrapper div.gjm-filters-count-3:nth-of-type(2) {
	padding:0 .5em;
}

.job_filters .search_jobs div.gjm-filters-wrapper div.gjm-filters-count-2:nth-of-type(1) {
	padding:0 .5em 0 0;
}

.job_filters .search_jobs div.gjm-filters-wrapper div.gjm-filters-count-2:nth-of-type(2) {
	padding:0 0 0 .5em;
}

.job_filters .search_jobs div.gjm-filter-wrapper select {
	width:100%;
}

.job_filters .search_jobs div.gjm-filters-count-1 {
	width: 100%;
	padding:0px;
}

.job_filters .search_jobs div.gjm-filters-count-2 {
	width: 50%;
	max-width: 50%;
}

.job_filters .search_jobs div.gjm-filters-count-3 {
	width: 33.3%;
	max-width: 33.3%;
}

.job_listings span.gjm-distance-wrapper {
	padding: 0px 4px;
	font-size: 11px;
	border-radius: 3px;
	color: #888;
	border: 1px solid #ddd;
	display: block;
	float: right;
	margin-top: 5px;
	clear: both;
}

div.gjm-single-map-wrapper {
	display: inline-block;
	border:5px solid #eee;
	box-sizing: border-box;
	margin-top: 5px;
}

/* Info Window */

div.gjm-info-window-wrapper {
	min-width:150px;
	min-height:100px;
}

div.gjm-info-window-wrapper h3.title {
	margin:0px;
	font-size: 14px;
	margin-bottom:3px;
}

div.gjm-info-window-wrapper span.distance {
	position: absolute;
	right: 0;
	top:-2px;
	font-size: 11px;
}

div.gjm-info-window-wrapper ul.job-items {
	padding:0px;
	margin:0px;
	list-style:none;
}

div.gjm-info-window-wrapper ul.job-items li {
	padding:0px;
	margin:0px;
	list-style:none;
	font-size:12px;	
	line-height:18px;
}

div.gjm-info-window-wrapper ul.job-items li span.label {
	margin-right:3px;
	font-weight:400;
}


/* jobify theme */
body.jobify #page .job_filters .search_jobs div.gjm-filter-wrapper {
	margin-top:1em;
	margin-bottom:0px;
}

body.jobify #page .job_filters .search_jobs i.gjm-locator-btn {
	font-size: 18px;
	color:#999;
	top:7px;
}

body.jobify #page .job_filters .search_jobs i.gjm-locator-loader {
	position: absolute;
	top: 8px;
	right:8px;
	font-size: 16px;
}

body.jobify #page .job_listings span.gjm-distance-wrapper {
	font: 700 12px/normal Montserrat,sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding: 3px 10px;
	border-radius: 4px;
	background: #01da90;
	margin-left: 15px;
	display: inline-block;
	border:0px;
}

body.jobseek div.search_location i.gjm-locator-btn,
body.jobseek div.search_location i.gjm-locator-loader,
body.jobseek-child div.search_location i.gjm-locator-btn,
body.jobseek-child div.search_location i.gjm-locator-loader {
	bottom: 25px;
	right: 22px;
	top:initial;
}

@media (max-width:800px) {
	
	#page .job_filters .search_jobs div.gjm-filters-wrapper div.gjm-filter-wrapper {
		width:100%;
		clear: both;
		max-width:100%;
		padding:0px;
	}

	
	body.jobify #page .job_filters .search_jobs div.gjm-filters-wrapper div.gjm-filter-wrapper {
		width:100%;
		max-width:100%;
		padding:0px;
		margin-top: 0px;
		margin-bottom: 15px;
	}
}