/*
Theme Name: Eryndo
Theme URI: https://bdthemes.com/eryndo/
Author: bdthemes
Author URI: https://bdthemes.com
Description: Eryndo is a modern, responsive WordPress theme built with block editor compatibility in mind. It features a clean design, customizable color schemes, and full site editing capabilities.
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.2
Version: 1.1.6
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: eryndo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations,blog,accessibility-ready, portfolio, news
*/

/* Global CSS Custom Properties */
:root {
	--eryndo-hover-effects-enabled: 1;
	/* Default: hover effects enabled */
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #000;
	clip: auto !important;
	clip-path: none;
	color: #fff;
	display: block;
	font-size: 0.875rem;
	height: auto;
	left: 6px;
	line-height: normal;
	padding: 8px 16px;
	text-decoration: none;
	top: 6px;
	width: auto;
	z-index: 100000;
}

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;
}

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

.wp-block-button__link {
	&:hover {
		opacity: 0.9;
	}
}

/* Header "Get Started" — text-only hover, no background fill */
.wp-block-button.is-style-header-get-started .wp-block-button__link {
	background: transparent !important;
	background-color: transparent !important;
	padding: 0;
	transition: color 0.2s ease;
}

.wp-block-button.is-style-header-get-started .wp-block-button__link:hover,
.wp-block-button.is-style-header-get-started .wp-block-button__link:focus-visible {
	background: transparent !important;
	background-color: transparent !important;
	color: var(--wp--preset--color--contrast, #C2410C) !important;
	opacity: 1;
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* Visible focus for keyboard users */
:where(.wp-site-blocks a:focus-visible),
:where(.wp-site-blocks button:focus-visible),
:where(.wp-site-blocks input:focus-visible),
:where(.wp-site-blocks select:focus-visible),
:where(.wp-site-blocks textarea:focus-visible),
:where(.wp-site-blocks [tabindex]:focus-visible) {
	outline: 2px solid var(--wp--preset--color--contrast, #C2410C);
	outline-offset: 2px;
}

/* Footer: improve link contrast on dark background (accent-5) */
.has-accent-5-background-color .eryndo-responsive-nav-menu .menu-item,
.has-accent-5-background-color .eryndo-responsive-nav-menu .menu-item:visited {
	color: #b8b8b8 !important;
}

.has-accent-5-background-color .eryndo-responsive-nav-menu .menu-item:hover,
.has-accent-5-background-color .eryndo-responsive-nav-menu .menu-item:focus-visible {
	color: #ffffff !important;
}

.eryndo-responsive-nav-menu .menu-title:focus-visible {
	outline: 2px solid var(--wp--preset--color--contrast, #C2410C);
	outline-offset: 2px;
}

/* Email newsletter field in button widget */
.eryndo-responsive-nav-menu + .wp-block-eryndo-button-widget .email-input,
.wp-block-eryndo-button-widget .email-input {
	min-height: 44px;
}

.wp-block-eryndo-button-widget .email-submit-button:focus-visible {
	outline: 2px solid var(--wp--preset--color--contrast, #C2410C);
	outline-offset: 2px;
}