/*
Theme Name: Arma Jobs Theme Child
Template: arma-jobs-theme
Version: 1.0
*/


/*LANDING PAGE*/

/* HERO */
.arma-hero {
    width: 100%;
    height: 500px;
    background-image: url('http://armajobs/wp-content/uploads/2026/03/200.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* overlay */
.arma-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}

/* text */
.arma-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
}

.arma-hero-inner h1 {
    color: #ffffff!important;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 0 3px 12px rgba(0,0,0,0.6);
}


/* CONTENT */
.arma-content {
    padding: 60px 20px;
}

.arma-container {
    max-width: 1100px;
    margin: 0 auto;
}

.arma-text-content {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 50px;
}

.arma-advertise-cta,
.arma-mailing-cta,
.arma-view-jobs {
    margin-top: 40px;
}

/* CTA ADVERTISE */
.arma-advertise-cta {
    text-align: center;
    margin-bottom: 40px;
}

.arma-advertise-btn {
    background: #a8a700;
    color: #fff!important;
    padding: 16px 32px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
}

.arma-advertise-btn:hover {
    background: #8e8d00;
}

/* VIEW JOBS */
.arma-view-jobs {
    text-align: center;
    margin-top: 40px;
}

.arma-view-jobs-btn {
    background: #a8a700;
    color: #fff!important;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
}


.arma-join-btn {
    display: inline-block;
    margin-top: 10px;
    background: #a8a700;
    color: #fff!important;
    padding: 12px 22px;
    text-decoration: none;
    border-radius: 4px;
}

.arma-view-jobs-btn {
    background: #bfbe00;
    color: white!important;
    padding: 14px 22px;
    text-decoration: none;
    display: inline-block;
}

.arma-view-jobs-btn:hover {
    background: #a8a700;
    transition: background 0.2s ease;
}

/* MAILING LIST */
.arma-mailing-cta {
    text-align: center;
    margin: 40px 0;
}

.arma-mailing-btn {
    border: 2px solid #bfbe00;
    color: #bfbe00;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
}

.arma-mailing-btn:hover {
    background: #a8a700;
    color: #fff!important;
}





/*POST_AND_JOB*/
.arma-page-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    gap: 20px;
}

.arma-main-content {
    width: 85%;
    padding: 20px;
}

.arma-sidebar {
    width: 15%;
    background-color: #bfbe00;
    padding: 20px;
    color: #fff!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}

/* Ava */
.sidebar-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

/* Name */
.sidebar-username {
    color: #fff!important;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

/* Menu links */
.sidebar-menu {
    list-style: none;
    padding: 0;
    width: 100%;
    text-align: center;
}

.sidebar-menu li {
    margin-bottom: 10px;
    position: relative;
}

.sidebar-menu li a {
    color: #fff!important;
    text-decoration: none;
    font-size: 17px;
    display: block;
    padding: 5px 0;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
}

.sidebar-menu li a::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    left: 50%;
    bottom: 0;
    background: #fff;
    transition: all 0.3s ease;
}

.sidebar-menu li a:hover::after {
    left: 0;
    width: 100%;
}

/* Main Content 85% */
.arma-main-content {
    width: 85%;
    padding: 20px;
}



.arma-membership-alert{
    background:#8b0000;
    color:#fff!important;
    padding:25px 30px;
    position:relative;
    margin-bottom:30px;
}

.arma-membership-alert h3{
    margin:0;
    font-size:22px;
    font-weight:700;
}

.arma-membership-alert p{
    margin-top:5px;
}

.arma-alert-close{
    position:absolute;
    top:15px;
    right:15px;
    width:30px;
    height:30px;
    background:#5f0000;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    font-size:18px;
}

.arma-alert-action{
    text-align:right;
    margin-top:20px;
}

.arma-purchase-btn{
    background:#bfbe00;
    color:#fff!important;
    padding:12px 22px;
    text-decoration:none;
    font-weight:600;
    display:inline-block;
}

.arma-purchase-btn:hover{
    background: #a8a700;
    transition: .3s;
}


.arma-content-wrapper{
    padding:0 25px;
}

.arma-package-header{
    background:#757778;
    color:#fff!important;
    padding:18px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:20px;
}

.arma-proceed-btn{
    background:#fff!important;
    border:none;
    padding:10px 18px;
    cursor:pointer;
    font-weight:600;
}

.arma-package-selection{
    background:#f3f3f3;
    padding:25px;
}

.arma-package-selection h5{
    margin-bottom:20px;
}


.package-title{
    display:block;
    font-weight:700;
    font-size:16px;
}

.package-price{
    display:block;
    font-size:14px;
    color:#555;
    margin-top:5px;
}

.arma-package-option input{
    margin-right:10px;
    accent-color:#000;
}

.arma-main-content{
    background:#f7f7f7;
}

.arma-package-box{
    margin-top:20px;
}

.arma-package-header{
    background:#757778;
    color:#fff!important;
    padding:18px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    border:2px solid #4e5052;
}

.arma-package-selection{
    background:#f3f3f3;
    padding:25px;
    border:2px solid #4e5052;
}

.arma-package-option{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-top:20px;
    cursor:pointer;
}

.arma-package-text{
    display:flex;
    flex-direction:column;
}

.package-title{
    font-weight:700;
    font-size:16px;
}

.package-price{
    font-size:14px;
    color:#555;
}

.arma-package-option input{
    margin-top:3px;
    accent-color:#000;
    cursor: pointer;
}

@media (max-width: 990px){

    .arma-page-wrapper{
        flex-direction:column;
    }

    .arma-sidebar{
        width:100%;
        flex-direction:row;
        justify-content:center;
        padding:20px;
    }

    .arma-main-content{
        width:100%;
    }

    .arma-sidebar ul{
        flex-wrap:wrap;
        justify-content:center;
        max-width:100%;
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:7px;
        text-align:center;
    }

    .arma-sidebar ul li{
        word-break: break-word;
    }

    .arma-sidebar ul li a{
        display:block;
        width:100%;
    }

    .arma-main-content {
        padding: 0;
    }

}

@media (max-width: 476px){

    .arma-content-wrapper{
        padding:15px;
    }

    .arma-package-header{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }

    .arma-proceed-btn{
        width:100%;
    }

    .arma-package-option{
        gap:8px;
    }

    .package-title{
        font-size:15px;
    }

    .package-price{
        font-size:13px;
    }

    .arma-post-job-header h1{

        font-size:26px;

    }

    .arma-main-content {
        padding: 0;
    }

}



.arma-user-status {
    margin-top: 10px;
    font-size: 14px;
    color: #757778;
}

.arma-user-status .arma-key {
    color: #bfbe00;
    margin-right: 5px;
}


.arma-member-message {
    margin-top: 60px;
}

.arma-member-message p {
    margin-bottom: 20px;
    font-size: 20px;
    color: #48494a;
}

.arma-join-btn {
    background: #bfbe00;
    color: #fff !important;
    padding: 12px 20px;
    text-decoration: none;
    display: inline-block;
}

.arma-join-btn:hover {
    background: #a8a700;
    transition: background 0.2s ease;
}




.single_job_listing .meta .full-time {
    background-color: #bfbe00;!important;
}

.job_listing_preview {
    border: 5px solid #eee;
    padding: 0 5em 5em;
}

.job_listing_preview {
    border: 0;
}

.single_job_listing .company {
    border: 1px solid #d7dadb;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

.single_job_listing .company .name strong {
    line-height: 1.5em;
    font-size: 22px;
    white-space: normal;
    word-break: break-word;
}

@media screen and (max-width: 476px){

    .single_job_listing .company img {
        display:none;
    }

    .single_job_listing .company .name {
        line-height: 1.5em;
        margin: 0 0 0 1em;
        padding: 0 0 0 1em;
    }
}





.job_listings img {
    width: 50px;
    height: 50px;
}


@media screen and (max-width: 476px){
    .job_listings img {
        display: none;
    }
}


/* JOB LISTINGS PAGE STYLES */

/* general list of vacancies */
.job_listings {
    border: 1px solid #ccc;
}

/* each vacancy */
ul.job_listings li.job_listing {
    padding: 20px;
    border-bottom: 2px solid #dcdcdc;
}

/* standard vacancies */
ul.job_listings li.job_listing {
    background: #f5f5f5;
}

/* featured vacancies */
ul.job_listings li.job_listing.job_position_featured {
    background: #444;
    color: #fff!important;
}

.job_listings .job_listing h3 {
    color: #bfbe00;
}

.job_listing .full-time {
    color: #bfbe00;
}

/* logo company */
.job_listings .job_listing img.company_logo {
    max-width: 80px;
}

.job_listings .job_listing .position,
.job_listings .job_listing .company {
    margin-bottom: 5px;
}




/* FEATURED JOB FIX */

ul.job_listings li.job_listing.job_position_featured a {
    background: #444 !important;
    color: #fff!important;
}

/* featured job title */

ul.job_listings li.job_listing.job_position_featured h3 {
    color: #a8a700;
}

/* featured company + location */

ul.job_listings li.job_listing.job_position_featured .company,
ul.job_listings li.job_listing.job_position_featured .location,
ul.job_listings li.job_listing.job_position_featured .date {
    color: #ddd;
}




/* SEARCH BAR STYLE */

.job_filters {
    background: #f5f5f5;
    padding: 20px;
    border: 1px solid #ccc;
}

.job_filters input,
.job_filters select {
    /*background: #fff;*/
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
}

/* SEARCH BUTTON */

.job_filters .button,
.job_filters input[type="submit"] {
    background: #bfbe00;
    border: none;
    color: #fff;
    padding: 10px 18px;
    cursor: pointer;
}


.job_listings .job_listing {
    border-bottom: 1px solid #999;
    padding: 20px;
}

/* olive sidebar for featured job */

ul.job_listings li.job_listing.job_position_featured {
    border-left: 5px solid #bfbe00;
}




/* Checkbox */

.job_filters input[type="checkbox"] {
    accent-color: #bfbe00;
}

.job_filters input[type="checkbox"]:checked {
    background-color: #bfbe00;
    border-color: #bfbe00;
}


/* Vacancy structure */

ul.job_listings li.job_listing a {
    display: flex;
    align-items: center;
    gap: 20px;
}

.job_listings img.company_logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
    flex-shrink: 0;
}

.job_listings .position {
    flex: 1;
}

.job_listings .company,
.job_listings .location {
    display: block;
}

/* RSS link */

.job_filters .rss_link {
    color: #bfbe00;
    text-decoration: none;
}

.job_filters .rss_link:hover {
    text-decoration: underline;
}



.job_filters input[type="checkbox"] {
    accent-color: #bfbe00;
}

.job_filters input[type="checkbox"]:checked {
    filter: brightness(1.05);
}


.job_filters input[type="submit"]:hover,
.job_filters .button:hover {
    background: #a8a700;
}

.job_filters input[type="submit"],
.job_filters .button {
    transition: background 0.2s ease;
}

.job-manager-form fieldset .account-sign-in .button {
    color: #a8a700;
}




/* http://armajobs/job */

body.single-job_listing {
    background: #f7f7f7;
}

.single_job_listing {
    padding: 40px 0;
    max-width: 1200px;
    margin: 0 auto;
}

:not(.info-box) a {
    color: #bfbe00;
    font-size: 20px;
}

.single_job_listing .meta li {
    font-size: 20px;
}



.single_job_listing .company .tagline,
.single_job_listing .company p {
    font-size: 18px;
    color: #6e6e6e;
    margin-top: 8px;
}

.single_job_listing .company {
    border: 1px solid #eee;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-sizing: content-box;
    clear: both;
    display: block;
    margin: 0 0 2em;
    min-height: 3em;
    padding: 1em;
    position: relative;
}

.single_job_listing .company img {
    width: 150px;
    height: auto;
    max-height: 150px;
    top: 0;
    left: 1em;
    bottom: 0;
    margin: auto;
}

.single_job_listing .company .name {
    margin: 50px 0 0 4em;
}
.single_job_listing .company .name {
    line-height: 1.5em;
    margin: 0 0 0 3em;
    padding: 0 0 0 1em;
}

.single_job_listing .company {
    text-align: center;
    padding: 80px 20px;
    background-color: white;
}

.single_job_listing .company .tagline {
    display: none;
}



.single_job_listing .company .name {
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: normal;
    word-break: break-word;
}

@media (max-width: 768px) {
    .single_job_listing .company img {
        display: none;
    }
}

.single_job_listing .company .name strong {
    order: 1;
    font-size: 36px;
    font-weight: 700;
    color: #363636;
    white-space: normal;
    word-break: break-word;
}

.single_job_listing .company .name a {
    order: 2;
    float: none;
    margin-top: 8px;
}



.single_job_listing .company .name a {
    float: none !important;
    display: block;
    text-align: center;
    margin: 10px auto 0;
}

.single_job_listing .job_description {
    margin: 0 0 1.5em;
    font-size: 19px;
    color: #575959;
    letter-spacing: 1.5px;
}


.single_job_listing .application .application_button {
    display: block;
    width: 260px;
    margin: 30px auto;
    text-align: center;
    background: #b00000;
    color: white!important;
    padding: 14px 25px;
    font-size: 18px;
    border-radius: 4px;
    transition: .3s;
    cursor: pointer;
}

.single_job_listing .application .application_button:hover {
    background: #7a0000;
}

.single_job_listing .description {
    margin-top: 40px;
    font-size: 17px;
    line-height: 1.7;
}


.job-meta-info span {
    display: block;
    margin: 6px 0;
    font-size: 19px;
    line-height: 1.8;
    text-align: left;
}

/* стиль для текста после strong */
.job-meta-info span strong {
    font-weight: 700;
    color: #333;
}

/* selector for text after strong */
.job-meta-info span {
    font-size: 19px;
    color: #575959;
    letter-spacing: 1px;
}

.job-meta-info span strong + text {
    color: #6e6e6e;
    font-size: 18px;
}




/*Join Our Community*/

.join-community-wrapper {
    max-width: 800px;
    margin: 50px auto;
    text-align: center;
}

.join-community-wrapper h1{
    font-size: 38px;
}

.join-community-wrapper p{
    line-height: 1.5em;
    font-size: 19px;
    white-space: normal;
    word-break: break-word;
}

.join-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.join-login-btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #bfbe00;
    color: #fff!important;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    transition: background .3s;
}

.join-login-btn:hover {
    background: #a8a700;
    transition: .3s;
}

.join-register-btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #bfbe00;
    color: #fff!important;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    transition: background .3s;
}

.join-register-btn:hover {
    background: #a8a700;
    transition: .3s;
}



/*Filter*/
.job_filters .salary-filter-box{
    display:flex;
    align-items:center;
    gap:8px;
    margin:20px 0;
    flex-wrap:wrap;
}

.job_filters .salary-label{
    font-weight:600;
}

.job_filters .salary-filter-box input{
    width:90px !important;
    display:inline-block !important;
    padding:6px 8px;
    border:1px solid #ccc;
    border-radius:4px;
}

.job_filters .salary-sep{
    font-size:18px;
}

.job_filters .salary-btn{
    padding:7px 14px;
    border:none;
    border-radius:4px;
    background:#bfbe00;
    color:#fff;
    cursor:pointer;
}

.job_filters .salary-btn:hover{
    background:#a8a700;
    transition:.3s;
}



.fieldset-job_description > label::after {
    content: " *";
    font-weight: bold;
    margin-left: 2px;
}

.search_remote_position {
    display:none;
}

.job_filters .work-type-select{
    width:140px !important;
    padding:6px 8px;
    border:1px solid #ccc;
    border-radius:4px;
    background-color: #fff;
    margin-left:auto;
    color: #686a6b;
}
