/*
Theme Name:   Loo
Description:  Twenty Twenty-Five Child Theme
Author:       Land of opportunity
Author URI:   http://landofopportunity.co.uk
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Template:     twentytwentyfive
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0 License: GNU General Public License v2 or later
License URI: http: //www.gnu.org/licenses/gpl-2.0.html
Tags:         Tags: one-column
Text Domain:  loo
*/


.wp-site-blocks > .wp-block-template-part {
	margin-top: 0;
	margin-block-start: 0;
}


.is-style-text-annotation {
	display: flex;
    gap: 1rem;
	font-family: var(--wp--preset--font-family--barlow-condensed);
	align-items: center;
}

.is-style-text-annotation mark {
	font-size: 1rem;
    font-weight: 600;
    padding: .15em .5em .3em .5em;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 4px;
    margin-bottom: 0;
}

nav .wp-block-navigation-link {
	border-bottom: 2px solid transparent;
}

nav .current-menu-item {
	border-bottom: 2px solid var(--wp--preset--color--accent-2);
}

.wp-element-button {
	transition: all 200ms linear;
}

.has-background.wp-element-button:hover {
    background-color: color-mix(in srgb, var(--wp--preset--color--accent-1), #fff 30%) !important;
}

/* copy of wp default css to a 1000px media query */
@media (min-width: 1080px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none !important;
	}

	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: block !important;
		width: 100%;
		position: relative;
		z-index: auto;
		background-color: inherit;
	}
}

/* neutralize the wp default for 600px */
@media (min-width: 600px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: flex;
	}
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: none;
	}
}

.wp-block-site-logo .custom-logo-link {
	max-width: clamp(75px, 200px, 20vw);
}
@media (max-width: 800px) {
	.wp-block-site-logo .custom-logo-link {
		max-width: clamp(75px, 200px, 16vw);
		margin-right: 0.3rem;
	}
	.wp-block-site-title a {
		font-size: clamp(6vw, 4.5vw, 1.56rem);
	}
	.wp-block-site-tagline {
		font-size: 3.9vw !important;
		padding: 2px 4px !important;
	}
}
