/* ==== Full Time ==== */
.single_job_listing .meta .full-time {
  background-color: #0D548B !important;
  color: #ffffff !important;
}
.job-manager .full-time,
.job-types .full-time,
.job_listing .full-time {
  color: #0D548B !important;
}

/* ==== Part Time ==== */
.single_job_listing .meta .part-time {
  background-color: #2563EB !important;
  color: #ffffff !important;
}
.job-manager .part-time,
.job-types .part-time,
.job_listing .part-time {
  color: #2563EB !important;
}

/* ==== Contract ==== */
.single_job_listing .meta .contract {
  background-color: #10B981 !important;
  color: #ffffff !important;
}
.job-manager .contract,
.job-types .contract,
.job_listing .contract {
  color: #10B981 !important;
}

/* ==== Temporary ==== */
.single_job_listing .meta .temporary {
  background-color: #F59E0B !important;
  color: #ffffff !important;
}
.job-manager .temporary,
.job-types .temporary,
.job_listing .temporary {
  color: #F59E0B !important;
}

/* ==== Volunteer ==== */
.single_job_listing .meta .volunteer {
  background-color: #F97316 !important;
  color: #ffffff !important;
}
.job-manager .volunteer,
.job-types .volunteer,
.job_listing .volunteer {
  color: #F97316 !important;
}

/* ==== Internship ==== */
.single_job_listing .meta .internship {
  background-color: #EC4899 !important;
  color: #ffffff !important;
}
.job-manager .internship,
.job-types .internship,
.job_listing .internship {
  color: #EC4899 !important;
}
/* ==== Job Listing Category ==== */
.job-listing-categories {
    margin-top: 5px;
}

.job-listing-categories .job-category {
    display: inline-block;
    margin-right: 8px;
    padding: 2px 6px;
}

.rss_link {
    display: none !important;
}
/* ==== Set a fixed font size for job tags ==== */
.tag-cloud-link {
  font-size: 1em !important;
}
/* ==== Hide Load More Listings on Home ==== */
body.page-id-6 .load_more_jobs {
    display: none !important;
}
/* COMPANY NAME */
.job_listings .company strong {
  color: #2D3748 !important;
}

/* LOCATION */
.job_listings .location {
  color: #2D3748 !important;
}

/* DATE */
.job_listings .meta .date {
  color: #2D3748 !important;
}