.figure-categories {
    display: none;
}

img.stretch_banner_image {
    width: 100%;
}

.main-navigation {
    background: #10253F;
}

.exclusive-posts .exclusive-now {
    background: #10253F;
}

.ekit-template-content-markup {
    clear: both;
}

@media only screen and (max-width: 1024px) {
    .masthead-banner {
        display: none;
    }
}

/* @media screen and (max-width: 767px) {
    .site-title > a {
        display: none;
    }
} */

@media screen and (min-width: 376px) {
    .site-title > a {
        font-size: 20px;
    }
}

@media screen and (max-width: 375px) {
    .site-title > a {
        font-size: 18px;
    }
}

/* header tagline */
.site-branding .site-title a {
    font-size: 35px;
}

.elementor-button-link {
    padding: 16px 16px 16px 45px;
    /* display: block; */
}

/* 
.main-fields::after {
    content: "Add Listings";
    display: inline-block;
    margin-left: 20px;
    padding: 8px 12px;
    background-color: #0073e6;
    color: #ffffff;
    text-align: center;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.main-fields::after a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: inherit;
}

.main-fields::after a:hover {
    background-color: #0054a6;
}

.main-fields::after a:active {
    background-color: #003a74;
}
*/

h1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    .main-navigation .menu ul ul a {
        border-top: 0;
        display: block;
        padding: 4px 15px;
        line-height: inherit;
        position: relative;
        font-weight: normal;
        font-size: 14px;
    }

    .header-image-default .masthead-banner.data-bg {
        background-color: #20334a;
        padding: 15px 0;
    }

    .site-branding .site-title {
        font-size: 40px;
        padding: 10px 0;
    }

    .container {
        width: 80%;
    }
}

@media (max-width: 800px) {
    .main-navigation span.af-mobile-site-title-wrap .site-title {
        display: none;
    }

    .main-navigation span.af-mobile-site-title-wrap {
        display: block;
    }

    .main-navigation span.af-mobile-site-title-wrap {
        display: inline-block;
        position: absolute;
        top: 50% !important;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) !important;
        max-width: 50px;
    }

    .container {
        width: 100%;
    }
}

/* Hide CoverNews hero banner on WooCommerce pages */
.single-product .post-thumbnail,
.tax-product_cat .post-thumbnail,
.post-type-archive-product .post-thumbnail {
    display: none !important;
}

.chat-section {
    text-align: center;
    margin: 30px 0;
}

.chat-btn {
    background: #0a2540;
    color: #fff;
    padding: 14px 26px;
    border-radius: 30px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.chat-btn:hover {
    background: #163a63;
    transform: translateY(-2px);
}

.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 30px 0;
    flex-wrap: wrap;
    width: 100%;
    clear: both;
}

.custom-pagination a,
.custom-pagination span {
    display: inline-block;
    min-width: 38px;
    padding: 7px 13px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all 0.2s;
    background: #fff;
}

.custom-pagination span.current {
    background: #10253F; /* matches CoverNews accent */
    color: #fff;
    border-color: #10253F;
    font-weight: bold;
}

.custom-pagination .dots {
    border: none;
    background: transparent;
    padding: 7px 4px;
}

.custom-pagination .prev,
.custom-pagination .next {
    padding: 7px 16px;
    font-weight: 500;
}

.single_job_listing .application {
    display: none !important;
}
/* ──────────────────────────────────────────────────────────
   ADDITIONAL FIXES: BUTTONS, LOGOS & PAGINATION
   ────────────────────────────────────────────────────────── */

/* 1. RED BUTTON FIX (Navy Override) */
.job_filters .search_jobs button,
.load_more_jobs,
input[type="submit"] {
    background: #10253F !important;
    background-color: #10253F !important;
    color: #fff !important;
    border: none !important;
}

/* 2. CIRCLE LOGO (Left Side Alignment) */
ul.job_listings li.job_listing img.company_logo {
    width: 45px !important;
    height: 45px !important;
    background: #10253F !important;
    border-radius: 50% !important;
    padding: 8px !important;
    object-fit: contain !important;
    float: left !important;
    margin-right: 20px !important;
    margin-bottom: 0 !important;
    position: static !important;
    display: block !important;
}

/* 3. PAGINATION & LOAD MORE BUTTON */
.job_listings_pagination, 
.custom-pagination { 
    display: none !important; 
}

.load_more_jobs {
    display: table !important;
    margin: 40px auto !important;
    padding: 12px 35px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}
