/*
Theme Name:   Willy*Fred
Theme URI:    https://www.willy-fred.org
Description:  Child Theme for Willy*Fred
Author:       Willy*Fred
Author URI:   https://www.willy-fred.org
Template:     twentytwentyfive
Version:      20.26
Text Domain:  twentytwentyfive-child
*/

a:hover,
a:focus,
a:visited {
	outline-style: none;
	outline-width: 0;
}

/* navigation */

ul li a {
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
	text-decoration:  none;
}

ul li a:hover {
	border-bottom: 1px solid #e9304a;
	text-decoration:  none;
}

.current-menu-item a {
	border-bottom: 1px solid #e9304a;
}

.current-menu-item a span {
	color: #e9304a;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
	font-size: 1.125rem;
	color: #e9304a;
}

.home main {
	margin-top: 0!important;
}

.home main .cover {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.home main .wp-block-group {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.home .page-title {
	display: none;
}

.no-gap {
	gap: 0;
}

footer div {
	width: auto;
}