/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child for Mission Recruiting — job board migration (WP Job Manager templates, filters, Crelate sync).
Author: Mission Recruiting
Author URI: https://www.missionrecruiting.com/
Template: hello-elementor
Version: 2.2.4
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Job board layout/cards: assets/css/job-board.css */

/*
 * Jobs page title (Hello Elementor classic template):
 *   main#content > .page-header > h1.entry-title
 * Beat Hello/Elementor kit H1 typography (often 3–4rem).
 */
body.mr-jobs-page main#content.site-main .page-header h1.entry-title,
body.mr-jobs-page .site-main .page-header h1.entry-title,
body.page-id-1388 main#content.site-main .page-header h1.entry-title,
body.page-id-1388 .page-header h1.entry-title {
	font-size: 32px !important;
	line-height: 1.25 !important;
	font-weight: 600 !important;
	color: #0f2851 !important;
	text-align: left !important;
	margin: 0 0 0.5em !important;
	padding: 0 !important;
	letter-spacing: normal !important;
}

/* Jobs page shell matches destination site content width */
body.mr-jobs-page main#content.site-main,
body.page-id-1388 main#content.site-main {
	position: relative;
	max-width: 1380px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

/* Elementor-style grid overlay on jobs page only */
body.mr-jobs-page main#content.site-main::before,
body.page-id-1388 main#content.site-main::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('/wp-content/uploads/2026/01/Jea84YmztWshUwZlRhXJ1LREc.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto; /* 1:1 pixel size — do not scale/stretch */
	pointer-events: none;
	z-index: 0;
}

body.mr-jobs-page main#content.site-main > *,
body.page-id-1388 main#content.site-main > * {
	position: relative;
	z-index: 1;
}

body.mr-jobs-page main#content.site-main .page-header,
body.page-id-1388 main#content.site-main .page-header {
	margin: 0 0 0.75em;
	padding: 40px 0 0;
	text-align: left;
}
