/* 
Theme Name: CarePoint Health Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Hide counts in a doctor facet checkboxes */
[class*="facetwp-facet-doctor"] .facetwp-counter {
    display: none;
}

.facetwp-search, .facetwp-location {
    width: 100%;
    min-width: inherit !important;
}

.facetwp-pager {
	color: var( --e-global-color-primary );
	font-size: 24px;
}

.facetwp-reset {
	border-color: var( --e-global-color-primary );
	background-color: var( --e-global-color-primary );
    color: white;
}

.facetwp-reset:hover {
	background-color: #bd5c1a;
	color: white;
}

li::marker {
	color: inherit;
}

a:has(> .carepoint-button) {
	background-color: var( --e-global-color-primary ) !important;
	color: white !important;
}

.single-post a {
	color: var( --e-global-color-primary ) !important;
}

/* Procurement List */
.procurement-section .procurement-table .procurement-document a {
	color: var( --e-global-color-primary ) !important;
}

/* Menu */
.menu-item.patient-portal, .menu-item.able-pay {
	border: 1px solid var( --e-global-color-primary ) !important;
	margin-left: 10px;
}