.theseis-ergasias-template-default #navigation {
    background-color: #1A1A1A;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.theseis-ergasias-template-default #navigation #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-menu-item-home {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#job-ads-template {
    padding-top: 200px;
}

#job-ads-template h1 {
    font-size: 52px;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 32px;
}
#job-ads-template .parent-category-button {
    width: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 80px 0 120px;
}
#hero-banner.interior-page.job-ads {
    padding-bottom: 5% !important;
}

.job-ads-heading {
    width: 50%;
    margin: auto;
    align-items: center;
}
.job-ads-heading h2 {
    font-size: 32px;
}

#jobs-content #theseis-ergasias {
    margin: 80px auto 60px;
}
#jobs-content #theseis-ergasias .custom-post-job-grid {
    width: 50%;
    margin: auto;
    max-height: 60px;
}


.post-job-title > div {
    font-family: "Roboto Bold";
    font-size: 26px;
    line-height: 27px;
    color: #000000 !important;
}
.custom-post-job-grid:hover .post-job-title > div {
    color: #AD2E24 !important;
}

@media screen and (max-width: 768px) {
    .job-ads-heading,
    #jobs-content #theseis-ergasias .custom-post-job-grid {
        width: 90%;
    }

    .job-ads-heading h2 {
        font-size: 32px !important;
    }
}



/**** Interior Page ****/
#job-ad-content {
    max-width: 1115px;
    margin: auto;
    padding: 20px 0 60px;
}