div#wp-dp-job-content-8635 {
    display: none;
}
.postid-808 div#Subheader {
    display: none;
}


/* GENERAL WRAPPER */
.job-single-header {
    display: flex;
    gap: 20px;
    align-items: center;
}

.job-single-logo img {
    max-width: 80px;
    height: auto;
}

.job-single-title {
    margin-bottom: 5px;
}

.job-single-meta-main {
    font-size: 13px;
    color: #777;
}

.job-single-badge-wrap {
    margin-top: 8px;
}

.job-type-badge {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 3px;
    background: #006ad7;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Sidebar boxes */
.job-single-sidebar .job-single-box {
    border: 1px solid #eee;
    background: #fafafa;
    padding: 15px 18px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.job-details-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-details-list li {
    margin-bottom: 6px;
    font-size: 13px;
}

.job-apply-box p {
    font-size: 13px;
    margin-bottom: 10px;
}

/* Reuse job card styles from archive */
.related-job .job-card-inner {
    grid-template-columns: 60px 1fr;
    padding: 10px 15px;
}


/* === JOB ARCHIVE LAYOUT WRAPPER === */
.job-archive-wrapper,
#Content .section .job-archive-wrapper {
    max-width: 1240px;
    margin: 0 auto;
}

/* Columns: sidebar + results (desktop) */
.job-sidebar {
    float: left;
    width: 280px;              /* left column width */
    margin-right: 30px;
}

.job-results-column {
    overflow: hidden;
}

/* Make sure section wrapper doesn't go full edge-to-edge */
#Content .section .section_wrapper.job-archive-section {
    max-width: 1240px;
    margin: 0 auto;
}

/* Clear floats under results */
.job-pagination {
    clear: both;
}


/* he job area to sit on a light grey strip */

body.archive-job #Content {
    background: #f5f6f7;
}

body.archive-job .section.job-archive-section {
    background: transparent;
}

/* Sidebar styling */

/* Sidebar box */
.job-sidebar .job-filters {
    background: #fff;
    padding: 20px 18px 22px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

/* Filter groups */
.job-filter-group {
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.job-filter-group:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.job-filter-group .widget-title {
    margin: 0 0 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

/* Checkboxes / radios */
.job-filter-checkbox,
.job-filter-radio {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 13px;
}

.job-filter-checkbox input,
.job-filter-radio input {
    margin-right: 7px;
}

/* Job list column (right side) */

/* Header row above results */
.job-results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.job-results-count strong {
    font-size: 15px;
}

.job-results-count span {
    display: block;
    font-size: 12px;
    color: #888;
}

/* Job cards */
.job-card {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 12px;
}

.job-card-inner {
    display: grid;
    grid-template-columns: 70px minmax(0,1fr) 110px;
    gap: 18px;
    padding: 14px 18px;
    align-items: center;
}

.job-card-logo img {
    max-width: 60px;
    height: auto;
}

.job-card-title {
    margin: 0 0 4px;
    font-size: 15px;
}

.job-card-meta {
    font-size: 12px;
    color: #777;
}

/* Badge on the right (Full time, etc.) */
.job-card-action {
    text-align: right;
}

.job-type-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    background: #00b050;      /* adjust colors per status if you want */
    color: #fff;
}



/* Top search bar (to match style) */

.job-search-bar-wrap {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 12px 16px;
    margin-bottom: 18px;
}

.job-search-bar {
    display: flex;
    gap: 10px;
    align-items: center;
}

.job-search-fields {
    display: flex;
    flex: 1;
    gap: 10px;
}

.job-search-field input,
.job-search-field select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
    border: 1px solid #dedede;
    font-size: 13px;
    background: #fafafa;
}

.job-search-submit {
    border: none;
    padding: 0 18px;
    cursor: pointer;
    color: #fff;
}

/* Responsive tweak (stack on mobile) */

@media (max-width: 960px) {
    .job-sidebar {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .job-results-column {
        width: 100%;
    }
    .job-card-inner {
        grid-template-columns: 60px minmax(0,1fr);
        grid-template-rows: auto auto;
    }
    .job-card-action {
        text-align: left;
        grid-column: 2 / span 1;
    }
}

@media (max-width: 768px) {
    .job-search-bar {
        flex-direction: column;
        align-items: stretch;
    }
    .job-search-fields {
        flex-direction: column;
    }
}






/* --- Overall archive width --- */
body.archive-job #Content .section_wrapper {
    max-width: 1240px;
    margin: 0 auto;
}

/* --- Two-column layout --- */
.job-archive-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr); /* sidebar + results */
    gap: 25px;
    align-items: flex-start;
}

/* Sidebar box */
.job-filters {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 20px 18px 22px;
}

/* Filter groups */
.job-filter-group {
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f1f1;
}

.job-filter-group:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.job-filter-group .widget-title {
    margin: 0 0 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* Checkboxes / radios */
.job-filter-checkbox,
.job-filter-radio {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 13px;
}

.job-filter-checkbox input,
.job-filter-radio input {
    margin-right: 7px;
}

/* Apply button */
.job-filter-actions {
    margin-top: 10px;
}

/* Right column header */
.job-results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.job-results-count span {
    display: block;
    font-size: 12px;
    color: #777;
}

/* Job cards */
.job-card {
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 12px;
}

.job-card-inner {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 110px;
    gap: 18px;
    padding: 14px 18px;
    align-items: center;
}

.job-card-logo img {
    max-width: 60px;
    height: auto;
}

.job-card-title {
    margin: 0 0 4px;
    font-size: 15px;
}

.job-card-meta {
    font-size: 12px;
    color: #777;
}

.job-card-action {
    text-align: right;
}

.job-type-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    background: #00b050; /* tweak per status if needed */
    color: #fff;
}

/* Pagination */
.job-pagination {
    margin-top: 20px;
}

/* --- Responsive: stack columns on mobile --- */
@media (max-width: 960px) {
    .job-archive-layout {
        grid-template-columns: 1fr;
    }
}

.job-logo-placeholder.themebg {
    background-color: unset;
}
.job-single-description p {
	font-size:16px
}

/*  */

.button.themebg {
    display: inline-block;
    background-color: #DAA520; /* GA Gold */
    color: #FFFFFF !important; /* White text */
    padding: 12px 26px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.button.themebg:hover {
    background-color: #C2931B; /* Slightly darker gold */
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.job-card-action a.apply-btn-gold {
    margin-right: 0px;
}
.job-search-field input[type="text"] {
	color: #797b7e;
}


.apply-btn-gold{
  background:#b08d57;
  /*color:#fff !important;
  padding: 6px 12px;
  
  border-radius:3px;
  display:inline-block;
  text-decoration:none!important;*/
    color: #FFFFFF !important; /* White text */
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    /*letter-spacing: .5px;*/
    margin-top: 10px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    display:inline-block;
}
.apply-btn-gold:hover{opacity:.92;}
