/* Hide Overarching Category */
.geodir-more-filters .geodir-filter-cat .geodir-advs-p-0 {
	display: none;
}

/* Make labels look more like labels and color them to match the site */
.geodir-filter-cat .form-check-input {
	cursor: pointer !important;
	box-shadow: none !important;
	border-color: #3c3a24 !important;
}

.geodir-more-filters .geodir-filter-cat label.text-muted {
	color: #3c3a24 !important;
	padding-top: 3px;
}

/* Checkbox checkmark override — colorized (#da1a32) checkbox base64 encoded */
.geodir-more-filters .geodir-filter-cat .form-check-input:checked {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZGExYTMyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIgZD0ibTYgMTAgMyAzIDYtNiIvPjwvc3ZnPg==") !important;
	border-color: #da1a32 !important;
}

.geodir-more-filters .geodir-filter-cat button[type="button"] {
	border: none;
	padding: 10px 15px 7px;
	background-color: #da1a32 !important;
	transition: ease .3s all; 
}

.geodir-more-filters .geodir-filter-cat button[type="button"]:hover {
	background-color: #88181a !important;
}