/*
Theme Name: Frost Child
Theme URI: 
Author: CWA
Author URI: 
Description: Created for the Jeannette Noelhuis
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: frost
Text Domain: frost-child
Tags: 
*/

a:hover {
	text-decoration: underline !important;
    text-decoration-thickness: 2px;
	text-underline-offset: 2px;
}

.tribe-events-event-image img {
    display: none;
}
	
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	background: none;
}

/* -- Navigation Submenu -- */
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
    min-width: 325px;
}

@media screen and (max-width: 600px) {
	.is-layout-flex {
    flex-wrap: nowrap;
	}
}