.jobs-listings-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 120px 0px;
}

.jobs-listings-item-details {
    flex: 1;
}

.jobs-listings-item {
    flex: 0 0 calc(33% - 73px);
    display: flex;
    color: white;
    gap: 100px;
    padding: 32px;
    display: flex;
    background-image: url('/wp-content/uploads/2026/03/malcolmcfoy-purple-background3.jpg');
    border-radius: 15px;
    background-position: 30% 30%;
    position: relative;
}

.jobs-listings-item-header-lordicon lord-icon {
    --lord-icon-primary: white;
    --lord-icon-secondary: white;
    width: 70px !important;
    height: 70px !important;
    display: flex;
    top: 0px;
}

.jobs-listings-item-header {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin: 0px 0px 30px;
}

.jobs-listings-item-header-img img {
    width: 100%;
    height: 100%;
}

.jobs-listings-item-padding {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jobs-listings-item-button-readmore .readmore:nth-of-type(2) {
    background: #333;
}

.jobs-listings-item-details p {
    font-size: 18px;
    line-height: 28px;
    margin: 0px 0px 20px;
}

.jobs-listings-item-details p:is(.location, .salary) {
    display: flex;
}

.jobs-listings-item-button-salary {
    display: flex;
    align-items: flex-end;
}

.jobs-listings-item-header-img {
    flex: 0 0 180px;
}

.jobs-listing-post-header ul {
    padding-left: 20px;
    margin: 0px 0px 30px;
}

.jobs-listings-post {
    position: relative;
}

.jobs-listings-post::before {
    content: '';
    background: var(--background-color2);
    width: calc(100% - 80px);
    left: 40px;
    position: absolute;
    top: 0px;
    height: 100%;
}
.jobs-listings-item-header-title .subtitle {
    margin: 0px 0px 20px;
    font-size: 22px;
    line-height: 34px;
}

.jobs-listings-item-header-title > p:last-child {
}

.jobs-listings-item-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 0px;
}

.job-requirements ul {
    padding-left: 20px;
    margin: 0px 0px 20px;
    list-style: none;
}

.job-requirements ul li {
    position: relative;
    margin: 0px 0px 12px;
}

.job-requirements ul li::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0px;
    left: -20px;
    color: var(--primary-color1);
}

.jobs-listings-item-button-readmore {
    display: flex;
    gap: 20px;
    text-align: center;
    align-items: flex-end;
    flex: 1;
    justify-content: flex-end;
    margin: 20px 0px 0px;
}

.jobs-listings-item-button-readmore .readmore {
    margin: 0px;
    padding: 15px;
    width: 120px;
    background: white;
    color: var(--primary-color1);
}

.jobs-listings-item-button-readmore .readmore:hover {
    background:#d1d1d1;
}

.jobs-listings-item-lordicon lord-icon {
    --lord-icon-primary: white;
    width: 230px !important;
    height: 230px !important;
}

.jobs-listings-item-lordicon {
    display: flex;
    align-items: center;
}

.jobs-listings-item-content {
    flex: 1;
    display: flex;
}

.jobs-listings {
    position: relative;
}

.jobs-listings-container {
    position: relative;
}

.jobs-listings-wrapper .jobs-listings-item:first-child {
    border: none;
}

.jobs-listings-item p.location::before {
    content: '\f3c5';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    display: inline-block;
    margin-right: 20px;
    color: white;
    font-size: 20px;
}

.jobs-listings-item-header .location {
    position: relative;
}

.jobs-listings-item p.salary::before {
    content: '\f500';
    font-weight: 600;
    display: inline-block;
    margin-right: 20px;
    color: white;
    font-size: 18px;
    font-family: 'Font Awesome 5 Free';
    width: 18px;
}

.jobs-listings-item p.salary.money::before {
    font-family: 'Jost';
    content: '£';
    font-size: 24px;
}

.jobs-listings-item-button-salary p {
}

.jobs-listings-item-button-salary p {
    margin: 0px;
    display: flex;
    gap: 0px;
    align-items: center;
}

.jobs-listings-item-button-salary p b {
    font-style: normal;
}

/*== == == Post == == ==*/

.single-job .service-fold1::before {
    background: #444;
}

.single-job .jobs-listings-post-container {
    display: flex;
    gap: 100px;
    position: relative;
    margin: 80px 0px 130px;
    align-items: flex-start;
}

.jobs-listing-post-header .title {
    color: var(--primary-color1);
}

.single-job .jobs-listings-post-container::before {
    content: '';
    background-image: url(/wp-content/uploads/2026/01/refood-triangles.png);
    position: absolute;
    top: -100px;
    left: 0%;
    width: 100%;
    height: 100%;
    background-size: contain;
    mix-blend-mode: overlay;
    opacity: .25;
    background-repeat: no-repeat;
    pointer-events: none;
}

.jobs-listing-post-header :is(h3, p) {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    margin: 0px 0px 12px;
}

.jobs-listing-post-header h3 {
    color: var(--primary-color1);
}

body .jobs-listing-post-list-padding ul ul, .jobs-listing-post-header ul {
    padding-left: 20px;
    list-style: none;
}

body .jobs-listing-post-list-padding ul ul li, .jobs-listing-post-header ul li {
    position: relative;
}

body .jobs-listing-post-list-padding ul ul li::before, .jobs-listing-post-header ul li::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    color: var(--third-color1);
    position: absolute;
    left: -20px;
}

@media (min-width:1024px) {

body .jobs-listing-post-list {
    flex: 0 0 370px;
    position: sticky;
    top: 140px;
}

body div#page {
    overflow: visible;
}

}


body .jobs-listing-post-list {color: white;background-image: url('/wp-content/uploads/2026/03/malcolmcfoy-purple-background3.jpg');border-radius: 15px;padding: 24px;}

body .jobs-listing-post-list-padding ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

body .jobs-listing-post-list-padding ul li, .jobs-listing-post-header ul li {
    margin: 0px 0px 12px;
}

body .service-fold1-main .subtitle {
    font-style: italic;
    margin: 0px;
}

body .jobs-listing-post-list-padding ul li b {
    display: block;
    margin: 0px 0px 12px;
    line-height: 16px;
}

body .jobs-listing-post-list-padding ul li::before {
    color: transparent;
}

	/*== == == Post END == == ==*/

.jobs-listings-item::before {
    content: '';
    background-image: url('https://www.malcolmcfoy.co.uk/wp-content/uploads/2026/06/mcf-small.png');
    position: absolute;
    bottom: 19px;
    left: 30px;
    width: 100px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}