/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1786652828
Updated: 2026-08-13 16:27:08

*/
/* ================================
   APMI Job Board Styling
   WP Job Manager
================================ */

/* Job board wrapper */
.job_listings,
.wp-job-manager-job-listings {
  font-family: inherit;
  margin-top: 30px;
}

/* Hide entire WP Job Manager search/filter area */
.job_filters {
  display: none !important;
}

/* ================================
   JOB LISTINGS
================================ */

ul.job_listings {
  border-top: none;
  margin-top: 0;
}

ul.job_listings li.job_listing {
  border: 1px solid #ddd6c8;
  border-radius: 8px;
  margin-bottom: 16px;
  background: #fff;
  transition: all 0.25s ease;
}

ul.job_listings li.job_listing:hover {
  border-color: #c62828;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

/* Entire job listing link */
ul.job_listings li.job_listing > a {
  padding: 22px;
  color: #222;
}

/* Job title */
ul.job_listings li.job_listing .position h3 {
  color: #111;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

/* Company */
ul.job_listings li.job_listing .company {
  color: #555;
  font-size: 15px;
}

/* Location */
ul.job_listings li.job_listing .location {
  color: #777;
  font-size: 15px;
}

/* ================================
   VIEW JOB & APPLY CTA
================================ */

ul.job_listings li.job_listing ul.meta {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
}

/* Hide original job type */
ul.job_listings li.job_listing ul.meta li.job-type {
  display: none !important;
}

/* Create View Job & Apply button appearance */
ul.job_listings li.job_listing ul.meta::before {
  content: "VIEW JOB & APPLY";
  display: inline-block;
  background: #c62828;
  color: #fff;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* CTA hover */
ul.job_listings li.job_listing:hover ul.meta::before {
  background: #111;
}

/* Posted date */
ul.job_listings li.job_listing ul.meta li.date {
  color: #999;
  font-size: 13px;
  margin: 0;
}

/* ================================
   SINGLE JOB PAGE
================================ */

/* Apply Now button */
.single_job_listing .application_button,
.single_job_listing a.application_button {
  display: inline-block;
  background: #c62828 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s ease;
}

.single_job_listing .application_button:hover,
.single_job_listing a.application_button:hover {
  background: #111 !important;
  color: #fff !important;
}

/* ================================
   LOAD MORE
================================ */

.load_more_jobs,
a.load_more_jobs {
  background: #c62828;
  color: #fff !important;
  border-radius: 4px;
  padding: 14px 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: none;
}

.load_more_jobs:hover,
a.load_more_jobs:hover {
  background: #111;
  color: #fff !important;
}

/* ================================
   JOB MANAGER MESSAGES
================================ */

.job-manager-message,
.job-manager-info,
.job-manager-error {
  border-left: 4px solid #c62828;
  background: #f5f2ea;
  color: #222;
  padding: 16px 18px;
  border-radius: 4px;
}

/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {

  ul.job_listings li.job_listing > a {
    padding: 18px;
  }

  ul.job_listings li.job_listing .position h3 {
    font-size: 19px;
  }

  ul.job_listings li.job_listing ul.meta::before {
    font-size: 11px;
    padding: 7px 12px;
  }

  ul.job_listings li.job_listing ul.meta li.date {
    font-size: 12px;
  }

  .single_job_listing .application_button,
  .single_job_listing a.application_button {
    padding: 12px 20px;
    font-size: 14px;
  }
}
