/* ===================================================================================

* Theme Name: Apexa Child
* Theme URI: https://apexa.alithemes.com/
* Author: ThemeDox
* Author URI: https://themeforest.net/user/alithemes/
* Description: Apexa - Multipurpose Business Consulting WordPress Theme
* Version: 2.0
* Template: apexa
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.features__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 80px 30px;
    border: 1px solid var(--tg-border-2);
    height: 310px;
}


.services__item-two {
    border: 2px solid #282B7C;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 29px;
    margin-bottom: 30px;
    background: var(--tg-heading-color);
    height: 240px;
}


.choose__area-two {
    position: relative;
    min-height: 800px;
}

.choose__area-two .choose__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 800px !important;
    min-height: 800px !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Keep tab content stable */
.choose__area-two .tab-content {
    min-height: 220px;
}

.choose__area-two .tab-pane {
    min-height: 220px;
}

/* Tablet */
@media (max-width: 991px) {
    .choose__area-two {
        min-height: auto;
    }

    .choose__area-two .choose__bg {
        position: relative;
        width: 100%;
        height: 500px !important;
        min-height: 500px !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .choose__area-two .choose__bg {
        height: 350px !important;
        min-height: 350px !important;
    }

    .choose__area-two .tab-content,
    .choose__area-two .tab-pane {
        min-height: 0;
    }
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    margin: 0px 4px 0px 1px;
}

/* Hide Simple Job Board posted time */
.sjb-job-posted-date,
.sjb-posted-date,
.job-date,
.sjb-job-date {
    display: none !important;
}


/* Hide theme blog sidebar on Simple Job Board single job */
body.single-jobpost .blog__sidebar {
    display: none !important;
}

/* Make job content full width */
body.single-jobpost .col-70 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.sjb-jobpost-form .btn.app-submit {
    background: #f5a400 !important;
    color: #fff !important;
    padding: 12px 30px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}

.sjb-jobpost-form .btn.app-submit:hover {
    background: #e89500 !important;
    color: #fff !important;
}


#sjb-form-padding-button button.btn.btn-primary.app-submit::before,
#sjb-form-padding-button button.btn.btn-primary.app-submit::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    position: static !important;
    transform: none !important;
    background: transparent !important;
    border: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

#sjb-form-padding-button button.btn.btn-primary.app-submit {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
}



.jobpost-form button.btn-app-modal-close::before {
    display: none !important;
    content: none !important;
}