/* 
Theme Name: Firstunity Theme 
Description: Use it as a starter template.
Version: 1.0
Text Domain: theme-name
Author: Firstunity development
*/

/*========== Hide Therapeutic Approach start ==============*/
.providers_filter__select_item:has(#therapeutic-approach) {
/*      display: none;  */
}

@media screen and (min-width: 1024px) {
    .providers_filter__select_item:has(#languages),
    .providers_filter__select_item:has(#client-focus) {
/*         grid-column: span 3; */
    }
}
/*========== Hide Therapeutic Approach end ==============*/


/* Cookie Consent */
#cn-accept-cookie{
	color:#fff !important;
}
/* Cookie Consent end */

/*==============  Featured Providers Block ==============*/
 .therapists_featured_item{
	 outline: 3px solid transparent;
	 transition: outline .3s ease !important;
} 
.therapists_featured_item:hover{
	outline: 3px solid #297194;	
}
/*============== Featured Providers Block end ==============*/

/* Provider Cards Temporary Hide Location */
/* .providers_item__location{
	display:none !important;
} */
/* Provider Cards Temporary Hide Location end */