/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
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, accessibility-ready, blog, portfolio, news
*/

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

/* Yodie extensions */
.wp-site-blocks > * + * {
    margin-block-start: 0 !important;
}
/* Banners */
.y--banner--title{text-shadow: #000 1px 0 6px;!Important;}
.y--banner--text{text-shadow: #000 1px 0 6px;!Important;}

/* Header Pattern */
.y-margin-block-start-none {margin-block-start: 0 !Important;}
.y-margin-block-end-none {margin-block-end: 0 !Important;}
.y-row-gap-none {row-gap: 0px!Important;}
.y-row-gap-5 {row-gap: 5px!Important;}
.y-row-gap-10 {row-gap: 10px!Important;}
.y-column-gap-5 {column-gap: 5px;}
.y-column-gap-10 {column-gap: 10px;}
.y-group-nogap {padding-bottom: 0px!Important;}
.y-no-underline {text-decoration: initial !important;}
.y--sum-machine--front {overflow: hidden;}
.y--sum-machine--front:hover {border-radius: 12px!Important;}
.y--sum-machine--front {border-radius: 12px!Important;}
.y--sum-machine--front img {transition: transform 2s;}
.y--sum-machine--front:hover img {
    transform: scale(2)!Important;
    border-radius: 12px!Important;
}
.wp-block-image .y--sum-machine--front {overflow: hidden;}
.wp-block-image .y--sum-machine--front img {transition: transform 2s;}
.wp-block-post:hover * .wp-block-post-title a{
    text-decoration: none;
    border-bottom:2px solid var(--wp--preset--color--custom-color-11); 
    padding-bottom:0px;
}
.wp-block-post-title a{padding-bottom:2px;}
.wp-block-navigation-item__label {padding-bottom:2px;}
.wp-block-navigation-item__content:hover .wp-block-navigation-item__label{
    text-decoration: none;
    border-bottom:2px solid var(--wp--preset--color--custom-color-11); 
    padding-bottom:0px;
}
.wp-block-navigation-item__content {text-decoration: none;}

/* Sign in */
.y-signin-button {a{width: 68px!Important;}}
.y-signin-button:hover {a{border: 2px solid var(--wp--preset--color--custom-color-11);}}

/* Link panels */
.y-link-panel-transform-2s1-4 {overflow: hidden;}
.y-link-panel-transform-2s1-4 img {transition: transform 2s;}
.wp-block-image:hover .y-link-panel-transform-2s1-4 img {transform: scale(1.4);}
.y-link-panel-transform-2s1-4:hover img {transform: scale(1.4); transform-origin: center center;}
.y-link-panel-transform-2s1-4-right {overflow: hidden;}
.y-link-panel-transform-2s1-4-right img {transition: transform 2s; transform-origin: center right;}
.wp-block-image:hover .y-link-panel-transform-2s1-4-right img {transform: scale(1.4); transform-origin: center right;}
.y-link-panel-transform-2s1-4-right:hover img {transform: scale(1.4); transform-origin: center right;}
.y-link-panel-transform-2s1-4-left {overflow: hidden;}
.y-link-panel-transform-2s1-4-left img {transition: transform 2s; transform-origin: center left;}
.wp-block-image:hover .y-link-panel-transform-2s1-4-left img {transform: scale(1.4); transform-origin: center left;}
.y-link-panel-transform-2s1-4-left:hover img {transform: scale(1.4); transform-origin: center left;}
.y-link-panel-transform-2s1-4-left-top {overflow: hidden;}
.y-link-panel-transform-2s1-4-left-top img {transition: transform 2s; transform-origin: top left;}
.wp-block-image:hover .y-link-panel-transform-2s1-4-left-top img {transform: scale(1.4); transform-origin: top left;}
.y-link-panel-transform-2s1-4-left-top:hover img {transform: scale(1.4); transform-origin: top left;}

/* Front page panels */
.y-hover-red-border {
	border: 2px solid var(--wp--preset--color--custom-color-14);
	border-radius: 8px!Important;
}
.y-hover-red-border:hover {
	border: 1px solid var(--wp--preset--color--custom-color-11);
	border-radius: 8px!Important;
}
.y-hover-red-border-clear {
	border: 1px solid var(--wp--preset--color--custom-color-1);
	border-radius: 8px!Important;
}
.y-hover-red-border-clear:hover {
	border: 1px solid var(--wp--preset--color--custom-color-11);
	border-radius: 8px!Important;
}
.y-hover-gtm-solutions:hover h2 {
	text-underline-offset: 8px;
	text-decoration: underline var(--wp--preset--color--custom-color-11) solid 3px;
}
.y-hover-red-underline-h4:hover h4 {
	text-decoration: underline var(--wp--preset--color--custom-color-11) solid 2px;
}
.y-panel-col {
	margin-left: auto!Important;
	margin-right: auto!Important;
	align-items: center;
	justify-content: center;
}
.y-panel-block {
	margin-left: auto!Important;
	margin-right: auto!Important;
	align-items: center;
	justify-content: center;
	height: 300px;
	min-height: 300px;
	width: 240px;
	min-width: 240px;
	padding-left: 2px;
	padding-right: 2px;
}
.y-panel-block-w300 {
	margin-left: auto!Important;
	margin-right: auto!Important;
	align-items: center;
	justify-content: center;
	height: 300px;
	min-height: 300px;
	width: 300px;
	min-width: 300px;
	padding-left: 2px;
	padding-right: 2px;
}
.y-panel-cover img{
	height: 300px;
	max-height: 300px;
	min-height: 50px;
	min-width: 240px;
}

/* Media-Text patterns */
.y-media-block_lp0 {
    img {border-radius: 8px!Important;}
	.wp-block-media-text__content {padding-left: 0px!Important;}
	.wp-block-media-text__content h2{
		margin-block-start: 10px!Important;
		margin-block-end: 10px!Important;
	}
	
}

/* Lists */
.y-no-bullet {
	list-style: none;
	margin-top: 1px!important;
}
.y-no-bullet-indent ul{
	padding-inline-start: 0px!important;
}
.y-list-a3bold {
	padding-bottom: 3px;
	a {line-height: 2em; font-weight: 260; color: #ff2300;}
}

/* Mobile layout */
/* @media all and (min-width:320px) and (max-width: 599px) { */
@media all and (max-width: 599px) {
/* .wp-container-core-navigation-is-layout-2 {display:none !important;} */
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		padding-top: 20px!Important;
	}
	.wp-block-navigation-item__label {
		font-weight: 700!Important; font-size: var(--wp--preset--font-size--medium)!Important;
	}
	.wp-block-navigation-item__content {padding-top: 8px!important;}
	.wp-block-navigation__submenu-container .wp-block-navigation-item__label {
		font-weight: 400!Important; font-size: var(--wp--preset--font-size--small)!Important; padding-top: 2px!important;
	}
	.wp-block-navigation__submenu-container .wp-block-navigation-item__content {padding-top: 0px!important;}
	.wp-block-navigation__submenu-container {padding-top: 0px!Important;}
	/* Footer menu */
	.yf-footer-nav {
		justify-content: center;
		.wp-block-navigation-item__label {font-size: 1em!Important;}
	}
	/* Image reduction */
}
@media all and (max-width: 599px) {
	.y-image-m40p img {
		width: 40%!Important;
	}
	.y-image-m50p img {
		width: 50%!Important;
	}
	.y-image-m60p img {
		width: 60%!Important;
	}
	.y-image-m70p img {
		width: 70%!Important;
	}
	.y-image-m80p img {
		width: 80%!Important;
	}
	.y-image-m90p img {
		width: 90%!Important;
	}
	.y-image-m100p img {
		width: 100%!Important;
	}
}
@media all and (min-width: 600px) and (max-width: 999px) {
	.y-image-t40p img {
		width: 40%!Important;
	}
	.y-image-t50p img {
		width: 50%!Important;
	}
	.y-image-t60p img {
		width: 60%!Important;
	}
	.y-image-t70p img {
		width: 70%!Important;
	}
	.y-image-t80p img {
		width: 80%!Important;
	}
	.y-image-t90p {
		img { width: 90%!Important; }
	}
	.y-image-t100p img {
		width: 100%!Important;
	}
}

/* Posts */
.y-excerpt_5_lines {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 1.4em!Important;
	max-height: 7.0em!Important;
	min-height: 7.0em!Important;
	-webkit-line-clamp: 5!Important;
	-webkit-box-orient: vertical;
}
.y-excerpt_6_lines {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 1.4em!Important;
	max-height: 8.4em!Important;
	min-height: 8.4em!Important;
	-webkit-line-clamp: 6!Important;
	-webkit-box-orient: vertical;
}

/* Special characters */
.y-quote:before { content: '\201C'; font-weight:500; font-size:2em;}
/* .y-quote:after  { content: '\201d'; font-weight:500; font-size:2em;} */