/*
Theme Name:		 Vault Child
Theme URI:		 https://vault.uicore.co/
Description:	 Child theme for Vault - Multi-Purpose Elementor WordPress Theme
Author:			 UiCore
Author URI:		 https://uicore.co
Template:		 vault
Version:		 1.0.0
Text Domain:	 vault
*/


/*
    Add your custom styles here
*/

#ats-job-filter-form .filter-button-container {
    flex-grow: 2;
    flex-basis: 0%;
}


#ats-job-filter-form .selected-professions-container,
#ats-job-filter-form .selected-locations-container {
    flex: 2;
    position: relative;
}

#ats-job-filter-form .specialties-container,
#ats-job-filter-form .locations-container,
#ats-job-filter-form .selected-professions-container,
#ats-job-filter-form .selected-locations-container {
    flex-grow: 5;
    flex-basis: 0%;
}

.job-details-label {
    flex-grow: 8;
    flex-basis: 0%;
}

.job-details-content {
    flex-grow: 4;
    flex-basis: 0%;
}


#job-listings {
    height: auto !important;
}

.grid-item.job-card {
    margin-bottom: 40px;
}

.selected-professions-container,
.selected-locations-container {
    margin: 10px 0px 0 0px;
}

#ats-job-filter-form .filter-button-container {
    flex-grow: 2;
    flex-basis: 0%;
}

#ats-job-filter-form #ats-filter-button {
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.col {
    flex: 1 1 auto; /* grow, shrink, auto width */
    min-width: 0;   /* prevents overflow from long content */
  }
  
  .col-fixed {
    flex: 0 0 300px; /* fixed width sidebar */
    max-width: 300px;
  }
  

.single-ats_job .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
}

.col-md-8 .job-content-page {
    flex: 0 0 calc(66.6667% - 40px);
}


.cta-buttons a,
.cta-buttons button,
#job-listings .refer-btn,
#job-listings .apply-btn {
    background: #A60A3B;
    padding: 10px 40px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
}
.cta-buttons a:hover,
.cta-buttons button:hover,
#job-listings .refer-btn:hover,
#job-listings .apply-btn:hover {
    color: #fff;
}

.cta-buttons a.job-share {
    background: #202945;
}

a.apply-btn.uicore-btn.uicore-inverted.elementor-animation-float {
    margin-bottom: 20px !important;
    display: block;
}

a.refer-btn.uicore-btn.uicore-inverted.elementor-animation-float {
    margin-bottom: 20px !important;
    display: block;
    background: #202945 !important;
}

/* Flex container for rows */
.flex-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; /* Optional: adjust spacing between columns */
  }
  
  /* Flex-based column widths to mimic col-md-* */
  .col-md-1  { flex: 0 0 8.3333%; }
  .col-md-2  { flex: 0 0 16.6667%; }
  .col-md-3  { flex: 0 0 25%; }
  .col-md-4  { flex: 0 0 33.3333%; }
  .col-md-5  { flex: 0 0 41.6667%; }
  .col-md-6  { flex: 0 0 50%; }
  .col-md-7  { flex: 0 0 58.3333%; }
  .col-md-8  { flex: 0 0 66.6667%; }
  .col-md-9  { flex: 0 0 75%; }
  .col-md-10 { flex: 0 0 83.3333%; }
  .col-md-11 { flex: 0 0 91.6667%; }
  .col-md-12 { flex: 0 0 100%; }
  


/* Job Listing Styles */

article.job-list-item {
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0px 5px 13px #efefef;
}

article.job-list-item:hover {
    border: 1px solid #31727F;
    cursor: pointer;
    box-shadow: 0px 5px 13px #efefef;
}


article.job-list-item header.vlt-post-header {
    border-bottom: 2px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 25px;
    padding-right: 50px;
    padding-top: 15px;
}
article.job-list-item header.vlt-post-header .vlt-post-title {
    /* font-family: Montserrat; */
    font-size: 1.05em;
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1.32;
    margin: 0;
    text-transform: none;
}

.job-icon i {

    font-weight: 800 !important;
}

.tax-job_categories .vlt-single-post__header--style-1 .vlt-post-title.tax-category-job-title {
    font-size: 20px;
    color: #565657;
}


article.job-list-item .pay-range {
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
    color: #202945;
}


.job-city-content h3 {
    margin-bottom: 10px !important;
}

article.job-list-item .job-details-label i {
    font-size: 15px; /* Increase icon size */
    margin-right: 10px; /* Space between icon and text */
    vertical-align: middle; /* Align icon properly */
    color: #888888; /* Optional: Change color of icons */
    width: 10px;
}


.job-listing {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}


.cta-buttons {
    display: flex;
    gap: 10px; /* Adjust spacing between buttons */
}

.cta-buttons a,
.cta-buttons button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap; /* Prevents buttons from stacking */
}


.cta-buttons .job-share i {
    margin-left: 4px;
}

#load-more-jobs.hidden-load-more {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.strategic-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: auto;
    z-index: 10;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.strategic-badge:hover {
    transform: scale(1.2) rotate(5deg); /* Slight rotation and scale-up effect */
    opacity: 0.9;
}

.strategic-logo {
    width: 100%;
    height: auto;
    display: block;
}

.grid-item.job-card.epic-select-job.masonry-brick article {
    padding-bottom: 30px;
}

/* Apply margin only on mobile */
@media (max-width: 767px) {
    .grid-item.job-card.epic-select-job.masonry-brick article {
        margin: 30px 0px;
    }

    body.single-ats_job header {
        padding-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .single-ats_job .job-posted-details {
        margin: 30px 10px 10px 10px;
    }

    h1.vlt-post-title.job-title {
        margin: 0px 10px;
    }
    .cta-buttons a.job-im-interested {
        width: auto;
    }
    
    .cta-buttons .job-share {
        max-width: 150px;
    }
    .row {
        display: block;
        flex-wrap: wrap;
        gap: 20px;
    }
    .col-md-8.job-details-label {
        margin-bottom: 30px;
    }
    
    #ats-job-filter-form {
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 15px;
    }
    .ejb-sidebar {
        width: 100%;
    }

    .job-single-content-container {
        display: block !important;
    }
    .single-ats_job .row {
        display: block !important;
    }

    .single-ats_job header.vlt-single-post__header.vlt-single-post__header--style-2 {
        margin: 100px 0px 0px;
    }
    .single-ats_job header.vlt-single-post__header.vlt-single-post__header--style-2 {
        margin: 80px 0px 0px !important;
    }
}

/* Remove margin for larger screens */
@media (min-width: 768px) {
    .grid-item.job-card.epic-select-job.masonry-brick article {
        margin: 0;
    }

    body.single-ats_job .vlt-main header {
        padding-bottom: 10px;
        margin-left: 30px;
    }

    .single-ats_job .job-posted-details {
        margin: 30px 10px 10px 0px;
    }

    h1.vlt-post-title.job-title {
        margin: 0px;
    }
    .cta-buttons a.job-im-interested {
        width: 40%;
    }
    
    .cta-buttons .job-share {
        max-width: 200px;
    }    


    a.uicore-btn.uicore-inverted.elementor-animation-float.job-go-back {
        padding: 10px 30px;
        margin-top: 20px;
    }

}


a.apply-now-btn.vlt-btn.vlt-btn--primary.vlt-btn--sm.block.vlt-btn--effect.job-go-back {
    width: 230px;
    margin-top: 30px;
    margin-left: 30px;
}

/* Epic Select Badge */
.epic-select-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    padding: 6px 10px 6px 12px;
    border-radius: 0px 15px 0px 15px;
    font-weight: bold;
    color: #31727F;
    font-size: 12px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #efefef;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Change Epic Select Badge Background to Black on Job Item Hover */
.job-list-item:hover .epic-select-badge {
    background: #31727F;
    color: #fff;
    border: 1px solid #31727F; /* Match border to black */
}


/* Small Icon Next to Text */
.epic-select-logo {
    width: 14px;
    height: 14px;
}

/* Epic Select Text */
.epic-select-label {
    font-size: 12px;
    /* text-transform: uppercase; */
    font-weight: bold;
}


/* Job */

.single-ats_job .vlt-main {
    background-color: #FAFAF9;
}
.single-ats_job .job-image {
    margin-bottom: 0px;
}

.single-ats_job .vlt-main header {
    margin-top: 100px;
}


.single-ats_job header .cta-buttons {
    margin-top: 20px;
}
.single-ats_job .job-title span{
    /* font-family: Montserrat;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.32; */
    /* font-family: Montserrat; */
    font-size: 0.6em;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1;
    margin: 0.1em 0em 0.3em -.1em;
}



.single-ats_job .job-single-detail {
    padding: 5px 0px;
}

.single-ats_job .pay-range {
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
    color: #31727F;
}

.single-ats_job .job-posted-details {
    display: block;
    font-size: 12px;
    color: #000;
    padding-top: 0;
    font-weight: 300;
}

.job-description {
    position: relative;
    max-height: 600px; /* Collapsed height */
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

/* Transparent to White Gradient Overlay */
.job-description.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}


#expand-btn:hover span {
    color: #fff;
}

.expand-btn-container {
    text-align: center;
    margin-top: 10px;
}

article.job-list-item .pay-range .job-details-label {
    /* font-family: Montserrat; */
    font-size: 1.05em;
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1.32;
    padding-top: 20px;
}

.single-ats_job .job-city-image img {
    width: 100%;
    max-width: 800px; /* Adjust as needed */
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.single-ats_job article.ats_job {
    padding: 0px 0;
}

.single-ats_job .job-main .vlt-widget__title {
    margin: 0 0 14px 0;
}

.single-ats_job .vlt-single-post-wrapper--style-4 {
    padding: 0px 0 20px;
}

.single-ats_job .job-content {
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0px 5px 13px #efefef;
    margin-bottom: 50px;
}


.single-ats_job .job-content.job-apply-banner{
    background:#fff;
    color: #000;
}


.single-ats_job .job-content.job-apply-banner p{
    margin-bottom: 0;
    color: #000;
}

.single-ats_job .job-content .job-details-header {
    border-bottom: 1px solid #ccc;
    /* font-family: Montserrat; */
    font-size: 1.05em;
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 1.32;
    margin-bottom: 20px;
    padding-bottom: 10px;
}


#specialties-dropdown, #locations-dropdown {
    left: 0 !important;
    width: 100% !important;
}


#expand-btn a.reversed-button.vlt-btn--eighth:hover {
    color: #fff;
}

a#expand-btn {
    width: 100%;
}

div.job-details :last-child div.job-single-detail {
    border-bottom: 0px;
}


.single-ats_job .job-content span, 
.single-ats_job .job-content li font,
.single-ats_job .job-content font,
.single-ats_job .job-content div,
.single-ats_job .job-content li {
    font-size: initial !important;
}

/* .single-ats_job .job-content {
    padding: 35px;
    border: 5px solid #eee;
    border-radius: 10px;
    margin-top: 10px;
} */



.job_single .widget.widget_text,
.jobs_categories .widget.widget_text {
    box-shadow: 0px 5px 13px #efefef;
    padding: 30px 30px 0px 30px;
    border-radius: 15px 15px 60px 60px;
    margin-top: -30px;
    border: 1px solid #efefef;
    background: #fff;
}

.job-detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.job-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 24px;
    color: #888;
    
}

.job-icon i {
    font-size: 1.8em !important;
    font-weight: 300; /* Light font weight */
    opacity: 1; /* Make it slightly transparent */
    transform: scale(0.9); /* Slightly reduce size to appear thinner */
}

.job-text {
    flex-grow: 1;
    align-items: flex-start;
    margin-left: 8px;
}

.single-ats_job .job-content div .job-label {
    font-size: 14px !important;
    font-weight: 300;
    color: #333;
    margin-bottom: 2px;
    
}

.job-value {
    font-size: 16px;
    font-weight: 500;
    /* color: black; */
}



.verified-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.verified-tooltip {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 100;
    bottom: -140%;
    left: 200%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.verified-container:hover .verified-tooltip {
    visibility: visible;
    opacity: 1;
}





.epic-job-board-sidebar {
    display: flex;
    background: none;
}


.epic-job-board-sidebar h2.wp-block-heading {
    font-size: 30px !important;
}

.epic-job-board-sidebar .wp-block-group.is-vertical {
    align-items: center !important;
}

#specialties-sub-list {
    max-height: 350px;
    height: auto !important;
}

.epic-job-board-sidebar .widget_block {
    border-radius: 15px;
    padding: 35px;
    border: 1px solid #DDDDDD;
    transition: box-shadow 0.3s ease !important;
    background: #fff;
    box-shadow: 0px 5px 13px #efefef;
}


#specialties-container {
    z-index: 9 !important;
}

#locations-container {
    z-index: 8 !important;
}

.single-ats_job a.uicore-btn.uicore-inverted.elementor-animation-float.job-go-back {
    padding: 10px 30px;
    margin-top: 20px;
}

.single-ats_job header.vlt-single-post__header.vlt-single-post__header--style-2 {
    margin: 100px 30px 0px;
}



.apply-form-btn {
    align-self: center;
    background-color: rgb(171, 10, 61);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: none;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    font-family: Inter, sans-serif;
    font-feature-settings: "kern";
    font-kerning: normal;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    height: 43px;
    letter-spacing: normal;
    line-height: 15px;
    padding-bottom: 14px;
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 14px;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-rendering: optimizelegibility;
    text-size-adjust: 100%;
    text-transform: none;
    transition-behavior: normal;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.68, 0.01, 0.58, 0.75);
    width: 95.6953px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
  


.bdt-gravity-forms .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    display: block !important;
}


.gf_progressbar_wrapper {
    display: none !important;
}


.gform_wrapper .uicore-btn {
    background: #9D233F;
    padding: 11px 20px;
    border-radius: 5px;
    color: #fff;
}

.gform_wrapper .uicore-btn span.elementor-button-text {
    font-weight: 600 !important;
}

.gform_wrapper .uicore-btn:hover {
    background: #222943;
    color: #fff;
}