/*
Theme Name: Bajacraft Listable Child
Theme URI: https://pixelgrade.com/demos/listable/
Author: PixelGrade
Author URI: https://pixelgrade.com/
Description: A directory WordPress theme that will help you create and manage a local or global listings site.
Template: listable
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: listable-child-theme
Domain Path: /languages/
Tags: light, white, red
Version: 1.21.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Listable is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* ADD YOUR NEW CSS RULES HERE */

/* This file assumes you wish to add new CSS rules that will overwrite the ones in the parent's CSS files
If you wish however, you can copy the whole style.css file from the parent here and hack at it - see functions.php for more details.
In that case please remember that you still need to retain the header above (replace the header of the parent style.css with the one above),
specifically the 'Template: listable' line. */


.theme-info { 
  display: none; 
}

.edit-link {
  display: none;
}

.open-hours-open { 
    color: green; 
    font-weight: bold;
}

.open-hours-closed{
    color: red; 
    font-weight: bold;
}

.item__container {
	display: grid; 
  grid-template-columns: repeat(2, 1fr);
	margin-bottom: 20px
}

.item__info {
	margin-left: 10px
}

.loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000;
    z-index: 999999;
}

/* Change Blog Post – Featured Area Content Color */
.single:not(.single-job_listing) h1.entry-title, .single:not(.single-job_listing) div.entry-subtitle, .single:not(.single-job_listing) div.entry-meta a {
  color: white;	
}
/* Change Blog Post – Featured Image Opacity */
.single:not(.single-job_listing) .entry-featured {
 opacity: 0.7;
}
/* Change Blog Post –  Featured Image Background */
.single:not(.single-job_listing) .entry-header {
 background: black;	
}

@media (min-width: 1024px) {
  .single:not(.single-job_listing) .entry-header {
    padding: 7.5rem 3.75rem;
  }
}

.spinner {
    width: 84px;
    height: 84px;
    background-image: url('assets/img/bc-logo.png');
    margin: 300px auto;
    animation: sk-rotateplane 2.0s infinite ease-in-out;
  }
  
  @keyframes sk-rotateplane {
    0% { 
      transform: rotateX(0deg) rotateY(0deg);
    } 50% { 
      transform: rotateX(0deg) rotateY(-180deg);
    } 
  }

.price-range-empty { 
  color: #ABABAB; 
}

.fieldset-job_price_range .field {
 display: flex;
} 

.jmfe-radio-job_price_range {
  display: none !important;
}

.job-manager-form fieldset div.field:not(.full-line-checkbox-field) {
  width: 100%;
}

.job-manager-form fieldset label:not(.full-line-checkbox-field label) {
  width: 100%;
}

.job_hours_fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 450px) {
  .job_hours_fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.btn-directory-view {
  display: flex;
  justify-content: flex-start;
  padding: 20px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  font-size: 14px;
  width: 100%;
}

.map-view {
  display: none;
}

.map-icon {
  position: absolute;
  margin-left: 0.5em;
  width: 26px;
  height: 26px;
  background-image: url("../listable/assets/svg/map.svg");
}

.card-icon {
  position: absolute;
  margin-left: 0.5em;
  width: 21px;
  height: 23px;
  background-image: url("../listable/assets/svg/cards.svg");
}

@media (max-width: 899px) {
  .btn-directory-view {
    display: none;
  }
}

.job_filters .facetwp-facet-price .facet-wrapper {
  display: inline;
}

.job_filters .facetwp-facet-price .facet-wrapper > * {
  border: 1px solid #91919141;
  font-weight: 600;
  padding: 0.5em 1.5em;
}

.job_filters .facetwp-facet-price .facet-wrapper .facetwp-checkbox:first-of-type {
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}

.job_filters .facetwp-facet-price .facet-wrapper .facetwp-checkbox:last-of-type {
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
}

.job_filters .facetwp-facet-price .facet-wrapper .facetwp-checkbox:hover {
  background-color: #ff4d5991 !important;
  color: white;
}

.job_filters .facetwp-facet-price .facet-wrapper .facetwp-checkbox.checked {
  background-image: none;
  background-color: #FF4D58 !important;
  color: white;
}

.job_filters .facetwp-facet-price .facet-wrapper .facetwp-checkbox:after,
.job_filters .facetwp-facet-price .facet-wrapper .facetwp-checkbox::before  {
  display: none;
}

.translated-content{
  display: none;
}

.change-lang-hidden {
  display: none;
}

.es-flag-icon {
  position: absolute;
  margin-left: 0.5em;
  width: 18px;
  height: 12px;
  background-image: url("../../uploads/flags/mx.png");
}

.en-flag-icon {
  position: absolute;
  margin-left: 0.5em;
  width: 18px;
  height: 12px;
  background-image: url("../../uploads/flags/us.png");
}

.job_filters .facetwp-type-fselect .fs-wrap {
  width: 220px;
}

.facetwp-facet.facetwp-type-fselect {
  width: 220px;
}
