/*
Theme Name:   Salient Child
Description:  Child Theme for Van Lifer Directory
Author:       Michael Thomas
Author URL:   Write here the author's blog or website url
Template:     salient
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  SalientChild
*/

/* Write here your own personal stylesheet */

.bsui .custom-control {
  padding: 0 !important;
}
.bsui .custom-control-label .mr-1 {
  margin: 0 !important;
  cursor: pointer;
}
.map-category-listing {
  display: flex;
  flex-direction: column-reverse;
}
.map-category-listing .main_list li img {
  transition: all .25s;
  filter: grayscale(1);
  opacity: 0.5;
}
.map-category-listing .main_list li img.hide {
  opacity: 1;
  filter: grayscale(0);
}
.geodir-map-cat-filter-wrap {
  height: 100%;
}
.geodir-map-cat-filter-wrap .map-category-listing {
  gap: 20px;
}
.map-category-listing .main_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.geodir-page .gd_map_canvas_directory_TopLeft {
  display: none !important;
}