/* WP Job Manager */
.application_details {
	border-radius: 0.25rem;
	background: #fff;
	padding: 1rem 1.25rem;
	border: 1px solid #e9ecef;
	margin-top: 1rem;
}
.job_listings {
	margin: 0 auto 0;
}
.job_listings.list-group {
	border-top: none;
}
.job_listings.list-group .job_listing:last-child {
	border-bottom: none;
}
.job-manager-jobs {
	width: 100%;
}
.job_filters {
	background: none;
	margin-bottom: 3rem;
}
.job_filters .search_jobs {
	padding: 0;
}
.job_filters .job_types {
	border: none;
	display: flex;
	margin-bottom: 15px;
	justify-content: center;
}
.job_filters .job_types .custom-control-label {
	line-height: 24px;
}
.job_filters .job_types li,
.job_listings.list-group .job_listing a .position .company .tagline {
	border: none;
	float: none;
	display: block;
	padding: 0;
	margin: 0;
}
.job_filters .job_types li {
	padding: 0 0 0 3.5rem
}
.job_filters .job_types li:last-child {
	padding-right: 0;
}
.single_job_listing .job-listing-meta,
.single_job_listing .job_application {
	display: none;
}
.single_job_listing .company {
	box-shadow: none;
}
.job_filters .search_jobs div.search_keywords,
.job_filters .search_jobs div.search_location {
	float: none;
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
}
@media all and (max-width: 767px) {
	.job_filters .job_types {
		display: block;
	}
}
.card .job_application .btn {
	display: block;
	width: 100%;
}
.job_application p {
	margin-bottom: 0;
}