/*
Theme Name:   Micare child theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Template:     micare
Version:      1.0.0
Tested up to: 5.8.1
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  micare-child-theme
*/
/* ===== Override Micare Theme Global Colors ===== */

:root {
  --primary-color: #0a4f6d !important;
  --theme-color: #0a4f6d !important;
  --main-color: #0a4f6d !important;
}

.tf-btn,
input[type="button"],
input[type="reset"],
input[type="submit"],
.content-post-sigle-title .post-categories a {
  border-radius: 5px!important;
}

/* Add 10px radius to service/doctor/portfolio cards */
.tf-services-wrap .services-post,
.tf-doctor-wrap .doctor-post,
.tf-portfolio-wrap .portfolio-post,
.tf-services-wrap.style1 .features-box .content,
.company-profile a{
  border-radius: 5px!important;
}


/* Service cards */
.tf-services-wrap .services-post,
.tf-services-wrap.style1 .features-box .content,
.tf-services-wrap.style2 .services-post,
.tf-services-wrap.style3 .services-post,
.tf-services-wrap.style4 .services-post,
.tf-services-wrap.style5 .services-post,
.tf-services-wrap.style6 .services-post,
.tf-services-wrap.style6 .services-post .featured-post,

/* Doctor cards */
.tf-doctor-wrap .doctor-post,
.tf-doctor-wrap.style1 .wrap-doctor-post,
.tf-doctor-wrap.style2 .doctor-post .featured-post,
.tf-doctor-wrap.style3 .doctor-post,
.tf-doctor-wrap.style3 .doctor-post .featured-post,

/* Portfolio cards */
.tf-portfolio-wrap .portfolio-post,
.tf-portfolio-wrap.style1 .portfolio-post .content,
.tf-portfolio-wrap.style2 .portfolio-post,

/* Single pages images/cards */
.single-portfolio .content-top-infor .featured-post img,
.doctor-single-container .featured-single img,
.doctor-single-container .content,

/* Sidebar / widgets */
.company-profile a,
.single-services .sidebar #block-31.widget,
.sidebar .widget.widget-recent-services,
.sidebar .widget.widget-recent-services .recent-services .text a,

/* Blog widgets */
.widget-recent-new .thumb-first .thumb img,
.widget-recent-new .thumb-first .thumb,
.widget-recent-new .thumb-2nd .thumb img,

/* Buttons / circles (keep round ones round) */
.tf-services-wrap .owl-nav button,
.tf-doctor-wrap .owl-nav button {
  border-radius: 5px!important;
}

/* Force 10px radius for testimonial + carousel sections (override) */
.tfc-testimonial-carousel.style-3 .item-testimonial,
.tfc-testimonial-carousel.style-1 .item-testimonial,
.tfc-testimonial-carousel.style-2 .item-testimonial,
.tfc-testimonial-carousel.style-4 .item-testimonial,
.tfc-testimonial-carousel.style-5 .item-testimonial,
.tfc-testimonial-carousel.style-6 .item-testimonial,
.tfc-testimonial-carousel.style-4 .testimonial-bottom,

.tfc-carousel-box.style-1 .item-box-carousel,
.tfc-carousel-box.style-2 .item-box-carousel,
.tfc-carousel-box.style-3 .item-box-carousel,
.step-carousel .header-step,
.step-carousel .item-step,
.step-carousel .item-step .features-post,
.tf-services-wrap.style1 .services-post .services-category a{
  border-radius: 5px !important;
}
