/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: 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.
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
Version: 1.2.1745405852
Updated: 2025-04-23 13:57:32

*/

/*.lightbox-image-container {
    width: 100vw !important;
}
.lightbox-image-container figure img {
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    max-height: 100% !important;
}
*/

/* Custom menu focus style fix */
.wp-block-navigation .wp-block-navigation-item a:focus,
.wp-block-navigation .wp-block-navigation-item a:focus-visible,
.wp-block-navigation .wp-block-navigation-item a:focus-within {
    outline: none !important;
    box-shadow: none !important;
}

/* Change text color of the active menu item */
.wp-block-navigation .wp-block-navigation-item.current-menu-item a,
.wp-block-navigation .wp-block-navigation-item.current-page-ancestor a {
    color: #0073aa; /* Replace with your desired color */
}

/* Change hover color over gallery items to transparent */
.vp-portfolio__item-overlay {
background: rgba(0, 0, 0, 0) !important;
}