/*
Theme Name: Education Zone Child
Theme URI: https://rarathemes.com/wordpress-themes/education-zone/
Author: Webstix
Author URI: https://www.webstix.com/
Description: Child theme for Education Zone
Version: 1.3.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: education-zone
Text Domain: education-zone
Tags: blog, two-columns, right-sidebar, footer-widgets, custom-background, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template, education, theme-options, custom-logo, e-commerce, one-column, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Education Zone is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

body.custom-background .site {
    margin: 100px !important;
}

.careerjet-joblist {
    display: flex;
    align-items: center;
}

/* Location Icon Styling */
.clsLocation:before {
    content: "";
    display: inline-block;
    width: 14px; /* Icon size */
    height: 14px;
    background-image: url('/wp-content/uploads/2026/03/placeholder-6.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px; 
}

/* Posted Date (Clock) Icon Styling */
.clsPostDate:before {
    content: "";
    display: inline-block;
    width: 14px; /* Icon size */
    height: 14px;
    background-image: url('/wp-content/uploads/2026/03/clock.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}