/*
Theme Name:     Listify Child
Theme URI:      https://astoundify.com/products/listify/
Template:       listify
Version:        1.0
*/


/* 2025-10-23 */




.content-single-job_listing-title-category {
  display: none;
}

.column {
    float: left;
    width: 33.33%;
    padding: 10px;
	min-width:340px;
   /* height: 300px;  Should be removed. Only for demonstration */
}



.job-manager-filter{
	display:none;
}


.field-wrap>div input[type=checkbox], .field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] {
    width: auto;
    border: 1px gray solid;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}


.listing-cover.has-image:after,
.entry-cover.has-image:after {
    background: none !important;
}

.content-area {
    margin-top: 0em;
    margin-bottom: 4em;
}

.footer-widget-column:first-child {
    margin-bottom: 4em;
    text-align: center;
}

.footer-widget-title {
    font-size: 21px;
    margin: 0 0 1em;
    text-transform: capitalize;
}


.vc_tta-panel-body {
    border: solid transparent;
    box-sizing: content-box;
    padding: 34px 50px;
    display: none;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: padding .2s ease-in-out;
}

.mfp-bg.mfp-ready {
    opacity: 0.4;
}

/* StartOf publisto styles 2018-09-11 */
@media screen and (max-width: 768px) {

    .select2-selection__placeholder{
      text-shadow: none !important;
    }

    ul.select2-choices {
        padding-right: 30px !important;
    }

    ul.select2-choices:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        border-top: 5px solid #333;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    .select2-selection__clear{

        font-size: 13px;
        margin-right: 10px;
    }

    .select2{
        width: 100% !important;
        display: inline-block;
        border-radius: 4px !important;
    }

    .select2-selection--single, .select2-selection__rendered{
        width: 100% !important;
        display: block;
        padding: 0px !important;
        height: 15px !important;
        color: #454545 !important;
        background: white !important;
        border: 0px solid transparent !important;
        text-shadow: none !important;
    }

    .select2-container{
        z-index: 40 !important;
        padding: 12px 16px;
        background: white !important;
        width: calc(100% - 50px);
    }

    .select2-search__field{
        width: 100%;
    }

    .select2-dropdown{
        background: white !important;
        z-index: 1 !important;
    }

    .select2-results__options{
        list-style: none !important;
        margin: 0px !important;
    }

    .select2-results__option{
        margin: 5px 0px;
    }

    .select2-results__option--highlighted{
        background: transparent !important;
    }

    .select2.select2-container--default .select2-selection--single .select2-selection__rendered{
        min-height: auto !important;
    }

    #region_misplaced{
        margin-bottom: 13px;
    }


    .chosen-container {
        display: none !important;
    }



.job_search_form .select:before {
    display:none !important;
}

.search_region select{
display:none;
}
.search_categories select{
display:none;
}


}
/* EndOf publisto styles 2018-09-11 */



.listing-entry-company-image--single {
    width: 131px !important;
    height: 120px !important;
}
/*
.listing-entry-company-image.listing-entry-company-image--single.listing-entry-company-image--type-logo.listing-entry-company-image--style-square {
    width: 250px !important;
    height: 250px !important;
}*/

/* 30/11/2025 */
/* Fix: allow native dropdowns to overflow the cover area so they are fully visible on mobile */

/* 1) Let the cover allow children to overflow (overrides inline "overflow: hidden") */

/* 13-02-2026 COMMENTED out
.homepage-cover.page-cover,
.homepage-cover.page-cover.entry-cover {
  overflow: hidden !important;
}
*/

/* 2) Keep the video visually as a background and non-interactive */
.homepage-cover.page-cover video {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none; /* prevent video from capturing touch/click events */
}

/* 3) Ensure the cover content stays above the video */
.homepage-cover .cover-wrapper,
.homepage-cover .listify_widget_search_listings,
#jas-wrapper {
  position: relative;
  z-index: 2; /* above the video */
}

/* 4) Make the select controls strongly positioned so they appear above other content.
   Note: this cannot overcome ancestor overflow:hidden — that's why we set overflow:visible above. */
#search_region,
#search_categories {
  position: relative;
  z-index: 9999;
}


@media (max-width: 768px) {
.select2.select2-container--default .select2-selection--multiple .select2-selection__arrow b, .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: block !important;
}
}
@media (min-width: 768px) {
.select2.select2-container--default .select2-selection--multiple .select2-selection__arrow b, .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none !important;
}
}


