/**
 * Theme Name: Jobify - Skin 1 
 * Theme URI: https://astoundify.com/
 * Author: Astoundify
 * Author URI: http://astoundify.com
 * Description: Everything you need to build a professional job board.
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: white, one-column, right-sidebar, fixed-width, custom-background, custom-header, theme-options, full-width-template, featured-images, flexible-header, custom-menu, translation-ready
 * Template: jobify
*/
/**
 * The parent theme's CSS is automatically included so there is no need
 * to use the @import rule to include the parent theme CSS.
 *
 * Place Custom CSS Below this.
 */

.container {
    max-width: 100%;
    padding-left: 60px !important;
    padding-right: 60px !important;
}
.text-center{text-align: center;}
.jobify-skin-1 h1, .jobify-skin-1 h2, .jobify-skin-1 h3, .jobify-skin-1 h4, .jobify-skin-1 h5, .jobify-skin-1 h6 {color: #000;font-family: Poppins,sans-serif;}

.page-template-transparent-header header, .post-type-archive-job_listing header {background: transparent !important;position: fixed !important;width: 100%;top: 0;left: 0;}
.page-template-transparent-header header:hover, .post-type-archive-job_listing header:hover {background: #fff !important;}
.page-template-transparent-header header a.site-branding .site-title,
.post-type-archive-job_listing header a.site-branding .site-title, {color: #fff;}
header .container {padding-top: 15px !important;padding-bottom: 15px !important;}
.site-header__wrap {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.site-header__wrap .navigation-left {width: 40%;display: unset;text-align: left;}
.site-header__wrap .navigation-right {width: 40%;display: unset;text-align: right;}
header .navigation-mobile{display: none !important;}
.site-header__wrap a.site-branding h1.site-title {margin: 0;}
.nav-menu--primary li, ul.nav-menu--primary li {margin: 0;}
.jobify-skin-1 .primary-menu-toggle--close,
.jobify-skin-1 ul.nav-menu--primary a {color: #000;letter-spacing: .01em;border: none;text-transform: uppercase;}
.page-template-transparent-header .primary-menu-toggle--close, .page-template-transparent-header ul.nav-menu--primary a, .post-type-archive-job_listing ul.nav-menu--primary a {color: #fff;}
.page-template-transparent-header .content-area, .post-type-archive-job_listing .content-area{margin-top: 0; margin-bottom: 0;}
.jobify-skin-1 header:hover .primary-menu-toggle--close, .jobify-skin-1 header:hover ul.nav-menu--primary a, .jobify-skin-1 header.fixed ul.nav-menu--primary a {color: #000;}

header.fixed {background: #fff !important;position: fixed !important;width: 100%;top: 0;left: 0;}
header.fixed .site-title img {height: 65px;width: auto;}
.site-title img.logo-white {display: none;}

.page-template-transparent-header img.logo-dark, .post-type-archive-job_listing img.logo-dark{display: none;}
.page-template-transparent-header img.logo-white, .post-type-archive-job_listing img.logo-white{display: block;}
.page-template-transparent-header header.fixed img.logo-dark, .post-type-archive-job_listing header.fixed img.logo-dark, header:hover img.logo-dark{display: block;}
.page-template-transparent-header header.fixed img.logo-white, .post-type-archive-job_listing header.fixed img.logo-white, header:hover img.logo-white{display: none;}

.page-template-transparent-header .primary-menu-toggle:before, .post-type-archive-job_listing .primary-menu-toggle:before {color: #ffffff;}
/* Featured Business Listing  */
.featured_list_contaienr {
    position: relative;
}
.pali_featured_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.featured_list_contaienr a.job_button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pali_featured_job_listing_grid .featured_list_contaienr {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(209 209 213) 0px 5px 15px;
    border-width: 1px 1px 3px;
    border-style: solid;
    border-color: rgb(209, 209, 213) rgb(209, 209, 213);
    border-image: initial;
    margin-bottom: 24px;
    padding: 24px;
    border-radius: 5px;
    transition: all 300ms ease-in-out 0s;
}
.featured_list_contaienr:hover {
    transform: scale(1.02) translate(0px, -8px);
}
.featured_list_contaienr:hover .button {
    background: #000;
    color: #fff !important;
}
.pali_featured_job_listing_grid .featured_list_contaienr span img {
    width: auto;
    height: 180px;
}
.pali_featured_job_listing_grid .featured_list_contaienr h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

/* Inner page  */
.jobify-skin-1 .page-header {
    background-color: #f7f7f7;
    padding: 20px 0;
    border-radius: 0;
}
.jobify-skin-1 .page-header h2{color: #000; font-size: 34px; font-weight: 400;}

/* Search Form  */
.select2-container--default .select2-selection--single .select2-selection__rendered {height: 45px;padding: 14px 14px 14px;}
.search_submit input[type="submit"] {padding: 12px 15px 13px 15px !important;}
.search_submit input[type="submit"]:hover {background-color: #000 !important;}
.pali_job_search_form .search_jobs {display: flex;justify-content: space-around;flex-wrap: wrap;}
.pali_job_search_form .search_jobs div.search_keywords, .pali_job_search_form .search_jobs div.search_categories {width: 40%;}
.pali_job_search_form .search_jobs div.search_categories span.select2-container {width: 100% !important;}
.pali_job_search_form .search_jobs .search_submit input {border-radius: 6px;}

/* About Page */
.transparent-header-section {
    position: relative;
}
.transparent-header-section h5 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) matrix(1,-.09,0,1,0,0);
    max-width: 500px;
    text-align: center;
    line-height: 1.2;
}

/* Search Result  */
.job-listings-cover_image{ height: 700px;position: relative;background-position: center;}
.job-listings-cover_image:before{content: '';position: absolute;right: 0;bottom: 0;top: 0;width: 100%;background: rgba(0,0,0,.5);}
.job-listings-cover_image h2.page-title {color: #fff;position: relative;top: 50%;transform: translateY(-50%);font-size: 50px;}
.button:hover {
    background: #000 !important;
    color: #fff !important;
}
.button, .pali_search_jobs .search_submit input[type="submit"] {
    color: #2e2e2e !important;
    border-color: #2e2e2e !important;
    cursor: pointer;
}
.job_listings li.job_listing-type {
    color: #03543f;
    border-radius: 9999px;
    padding: 4px 10px;
    background-color: #def7ec;
    width: 45%;
    margin: auto;
    text-transform: capitalize;
}
.pali_job_listing_btn {
    width: 28%;
    text-align: right;
}
.pali_job_listing_btn span {
    position: relative;
    background: #2e2e2e;
    color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    z-index: 9;
    cursor: pointer;
}
.pali_job_listing_btn span:hover {
    background: #ce2129;
}

/* Footer  */
.jobify-skin-1 .footer-widgets h1, .jobify-skin-1 .footer-widgets h2, .jobify-skin-1 .footer-widgets h3, .jobify-skin-1 .footer-widgets h4, .jobify-skin-1 .footer-widgets h5, .jobify-skin-1 .footer-widgets h6 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.btt{text-align: right;}

@media screen and (min-width: 1200px){
    .search-form-section .hero-search--height-large {padding-top: 300px;padding-bottom: 300px;}
}

@media screen and (max-width:  1199px){
    .site-header__wrap .navigation-left, .site-header__wrap .navigation-right {display: none !important;}
    header nav.navigation-mobile.site-primary-navigation--open {display: block !important;width: 100%;}
    .elementor-21 .elementor-element.elementor-element-439f75a > .elementor-container {
        min-height: 480px;
    }
}

@media screen and (max-width:  992px){
    .pali_job_search_form .search_jobs div.search_keywords, .pali_job_search_form .search_jobs div.search_categories {
        width: 48%;
    }
    .job-listings-cover_image{height: 400px;}
    .pali_job_listing_btn {
        width: 100%;
        text-align: left;
        margin-top: 30px;
    }
}
@media screen and (max-width:  767px){
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .site-title img{height: 60px;width: auto;}
    .elementor-21 .elementor-element.elementor-element-439f75a > .elementor-container {
        min-height: 380px;
    }
    .pali_job_search_form .search_jobs .search_submit {
        width: 100%;
    }
    .search-form-section .hero-search--height-large .hero-search__content {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .transparent-header-section h5{font-size: 24px;}
    .job-listings-cover_image {height: 300px;}
}