/*!
Theme Name: Medwell Theme Child
Description: Child Theme of theme Medwell
Theme URI: http://designingmedia.com/medwell
Template: medwell
Author: Designing Media
Author URI: http://designingmedia.com
Description: Discover MedWell, a cutting-edge WordPress theme meticulously crafted for the medical field. Elevate your online presence with a seamlessly responsive design, intuitive navigation, and a clean layout that ensures a user-friendly experience. MedWell empowers healthcare professionals and organizations to showcase their expertise and services with style. With built-in SEO optimization, your website will not only look exceptional but also rank high in search results, ensuring maximum visibility for your medical practice. Embrace MedWell and redefine excellence in the digital healthcare landscape.
Version: 1.0.1
Requires PHP: 7.0
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: medwell-child
Tags: Medical WordPress Theme, Healthcare Website, Responsive Medical Design, Doctor's WordPress Template, Clinic Website Theme, Health and Wellness, Medical Practice Site, SEO Optimized, Patient-friendly Design, Healthcare Professionals, Health Services, Medical Blogging, Modern Medicine, Appointment Scheduling, Mobile-friendly, Healthcare Wellness Center Theme, Dental Clinic Design, Pharmacy Website, Therapist WordPress Optimized for Medical SEO
*/

@import url("../medwell-child/assets/css/medwell.css");

:root{
	--button-color:var(--e-csmo-lightgreen-blu)!important;
}

.page-title-area p {
    color: var(--primary-color)!important;
}

.page-title-area .breadcrumb {
    background: var(--e-csmo-lightgreen-blu)!important;
}

@media only screen and (max-width: 575px) {
    .page-title-area {
        padding: 160px 0 50px!important;
    }
}

.cart-btn{
    display: none;
}

.breadcrumb, .right-part-search {
	display:none!important;
}

@media screen and (max-width: 1199px) {
    .category-details figure img {
        width: 100%!important;
    }
}

.font-weight-400{
	font-weight:400!important;
}

.team-members-con h5, .entry-title{
	color:var(--e-global-color-489a743)!important;
}

.patology-single-card:hover svg, .patology-single-card:hover p{
	fill:#fff!important;
	color:#fff!important;
}

.patient-rating h5 {
    color: var(--e-global-color-489a743)!important;
}

.patients-reviews-sec .review-box:hover .patient-rating h5 {
    color: var(--e-global-color-white)!important;
}