/*
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.3.1760558631
Updated: 2025-10-15 20:03:51

*/

/*  Stick site header  - FBA */
#site-header { position: fixed; background-color: #ffffff; top: 10px; padding-top:10px; width: 100%; z-index: 1000; opacity: 0.85 }


/* Remove blur effect from gallery captions site wide on frontend */
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before {
  display: none;
  }

/* Larger gallery block captions on wider screens */

@media only screen and (min-width: 922px) {
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  font-size: 0.9em;
  line-height: 24px;
  padding: 0.5em 0.5px 0.5em 0.5px;
  background: rgba(0,0,0,0.55);
  }
}

/* Smaller gallery block captions on narrower screens */

@media only screen and (max-width: 922px) {
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  font-size: 0.816em;
  line-height: 18px;
  padding: 0.3em 0.2em 0.3em 0.2em;
  background: rgba(0,0,0,0.55);
  }
}