
/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
/*
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}
*/

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}





.wp-block-social-links {
    font-size: unset;
}


header .wp-block-navigation .wp-block-navigation-link.current-menu-item a,
header .wp-block-navigation .wp-block-navigation-link:hover a {
    color: var(--wp--preset--color--secondary);
}

/* Mobile Menu */
@media (max-width: 1070px) {
    /* hamburger button */
    .wp-block-navigation__responsive-container-open  {
        display: block !important;
    }
    /* full menu */
    .wp-block-navigation__responsive-container:not(.is-menu-open.has-modal-open) {
        display: none !important;
    }
    .site-header .wp-block-navigation__responsive-container {
        padding: 16px 50px !important;
    }
    .site-header .wp-block-navigation__responsive-container-content {
        padding-top: 0 !important;
    }
    .site-header .wp-block-navigation__responsive-container ul {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .site-header .wp-block-navigation ul li {
        padding-top: 30px;
    }
}


.width-100,
figure.width-100 >img {
    width: 100%;
}

.site-header .logo-menu {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.margin-block-start-0 {
    margin-block-start: 0;
}


.swiper-wrapper {
    z-index: unset;
}
