/*
Theme Name: Wux Blog Theme - Child
Template: wux-blogs
Description: A child theme for the Wux Blogs theme
Author: Wux B.V.
Author URI: https://wux.nl/
Version: 1.0.0
Text Domain: wux-blogs-child
*/

@import url("../wux-blogs/style.css");

.wpb-footer :is(a,p,span,.wpb-icon) {
	color: #fff !important;
	--clr: #fff !important;
}

.wpb-navigation .menu-item.menu-item--current a,
.wpb-navigation .menu-item a:hover {
	color: var(--clr-primary-hover) !important;
}


.wpb-navigation .menu-item a {
	color: #fff !important;
}

.wpb-card > :first-child img {
	height: 360px;
	object-fit: cover;
}