/*
Theme Name: Patholab Child
Author: WetellAfrica
Description: Your description goes here
Version: 1.0
Template: patholab

This is the child theme for Patholab theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


 .pxl-item--title {
	color: black !important;
}

.pxl-content-top .pxl-item--title {
	color: black !important;
	font-size: 2.3rem !important;
}

@media (min-width: 992px) {
	.pxl-item--image img {
		height: 420px;
		width: auto !important;
	}
	
	.pxl-item--image {
		display: flex;
		justify-content: center;
	}
	
	.pxl-content-top .pxl-item--title {
		font-size: 2.5rem !important;
	}
}

.single-post .pxl-item--meta a,
.single-post .pxl-item--meta  .item--date {
    color: var(--secondary-color) !important;
}


.widget-title:after {
	display: none !important; 
}

.widget_pxl_recent_posts .pxl-item--date {
	color: var(--link-color) !important;
}

.widget_pxl_recent_posts .pxl-item--title a {
	color: black !important;
}