/*
Theme Name: Willow BL00
Theme URI: https://bl00cyb.org
Author: Drew Hornbein
Author URI: https://bl00cyb.org
Description: A custom portfolio theme for Willow's work website, built on the Blockbase foundation with full-site editing support and customized color palette.
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: blockbase
Text Domain: willow-bl00
Tags: portfolio, one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, theme-options, translation-ready, wide-blocks, style-variations

Willow BL00 WordPress Theme
Based on Blockbase by Automattic, Inc.
Distributed under the terms of the GNU GPL.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/

.wp-block-template-part .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--primary);
}

.wp-block-heading a:hover .wp-block-navigation-item__label {
	text-decoration: none;
}

/* Portfolio Logo Styles */
/* Archive page: desaturated logos */
.portfolio-archive-loop li:not(:nth-child(n+4)) .portfolio-logo-archive img {
	filter: none !important;
}

.portfolio-logo-archive .wp-block-post-featured-image {
	transition: transform 0.3s ease;
	background: url("assets/images/natural-paper.png") #ddd;
}

.portfolio-logo-archive .wp-block-post-featured-image:hover {
	background-color: #dddde2;
}

.portfolio-logo-archive .wp-block-post-featured-image:hover {
	transform: scale(1.05);
}

.portfolio-logo-archive .wp-block-post-featured-image img {
	/* filter: brightness(0) invert(1); */
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.portfolio-logo-archive:hover img {
	filter: grayscale(0%);
}
