/*
Theme Name: Comcast Field Sites 2024
Theme URI: https://comcastfield.johnsandtaylor.com
Author: Johns & Taylor, LLC for Comcast NBCUniversal
Author URI: https://johnsandtaylor.com/
Description: Custom theme for Comcast Field Sites.
Requires at least: 6.3
Tested up to: 6.3
Requires PHP: 7.0
Version: 2024.05.15.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: powder-business
Template: powder
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, style-variations, template-editing, translation-ready, wide-blocks

Based on Powder Business WordPress Theme, (C) 2023 Brian Gardner, under commercial license to Johns & Taylor, LLC.
*/


/* Navigation Submenu
--------------------------------------------- */

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open,
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	border-color: var(--wp--preset--color--base);
}

/* Cover
--------------------------------------------- */

.wp-block-cover.is-style-gradient .has-background-dim:not([class*=-background-color]) {
	background-color: transparent;
	background-image: linear-gradient(to top, rgba(10,10,10,0.6), rgba(10,10,10,1));
	opacity: 1;
}

.single.no-featured-image .wp-block-cover.is-style-gradient .has-background-dim:not([class*=-background-color]) {
	background-color: var(--wp--preset--color--contrast);
}
