/*
Theme Name: IDWTEAM
Theme URI: https://yourwebsite.com/
Description: Child theme for Astra.
Author: Your Name
Author URI: https://yourwebsite.com/
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
*/

@import url("../astra/style.css"); /* Ensures parent theme styles are included */

/* Custom Apply Box Styling */
.thjmf-single-job {
    max-width: 600px; /* Set width */
    margin: 0 auto; /* Center align */
    display: block;
    padding: 20px;
    background: #f9f9f9; /* Optional background */
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.thjmf-filter-location{
	border: solid #000 1px;
    margin-right: 20px;
}
.single-thjm_jobs #masthead{
	background:#d5e8ff !important;
}
.grecaptcha-badge{
	display:none !important;
}