/*
Theme Name: Espy Jobs Child
Theme URI: https://yourwebsite.com/
Description: Child theme for Espy Jobs
Author: Your Name
Author URI: https://yourwebsite.com/
Template: espy-jobs
Version: 1.0.0
*/




/* Your custom CSS starts here */


/* Indeed-like font stack */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif !important;

    font-size: 14px !important;
    line-height: 1.5;
}

/* Headings */
h1 { font-size: 26px !important; }
h2 { font-size: 22px !important; }
h3 { font-size: 18px !important; }
h4 { font-size: 16px !important; }

/* Job titles / links */
#menu-primary li a {
    font-size: 14px !important;
    font-weight: 400;
}

/* Small text */
small, .meta {
    font-size: 14px;
}

.job-category a {
    font-size: 12px;
    background: #f2f2f2;
    padding: 3px 6px;
    margin-right: 5px;
    border-radius: 3px;
    text-decoration: none;
    color: #333;
}

/* Menu :/
/* Remove ANY purple background */
header#masthead,
.site-header {
    background: #fff !important;
}

/* Kill purple links in menu */
#menu-primary li a,
#menu-primary li a:visited,
#menu-primary li a:hover,
#menu-primary li a:focus {
    color: #333 !important;
}