/*
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.4.1773031634
Updated: 2026-03-09 04:47:14

*/



/* ========================================
 *    Sponsor & Charity Logo Tiles - All Viewports
 *    ======================================== */

/* Override Global Styles sponsor constraints - make logos fill grid cells */
.sponsor-tile {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 140px !important;
	padding: 20px !important;
}

.sponsor-tile img,
.charity-tile img,
figure.sponsor-tile img {
	width: 100% !important;
	max-width: 100% !important;
	max-height: 160px !important;
	height: auto !important;
	min-height: 80px !important;
	object-fit: contain !important;
	opacity: 1 !important;
}

/* ========================================
 *    Mobile Fixes - CloudDancer
 *    ======================================== */

/* Fix: Mobile nav overlay - ensure menu is fully visible when opened mid-page */
@media (max-width: 768px) {
	.wp-block-navigation__responsive-container.is-menu-open {
		    position: fixed !important;
		    top: 0 !important;
		    left: 0 !important;
		    right: 0 !important;
		    bottom: 0 !important;
		    z-index: 99999 !important;
		    overflow-y: auto !important;
		    height: 100vh !important;
		    max-height: 100vh !important;
	}
	
	  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		      padding-top: 80px !important;
		      display: flex !important;
		      flex-direction: column !important;
		      align-items: center !important;
		      overflow-y: auto !important;
	}
	
	  /* Fix: Make sponsor/supporter logos bigger on mobile */
	.sponsor-tile img,
	.charity-tile img,
	figure.sponsor-tile img {
		max-width: 100% !important;
		max-height: 120px !important;
		min-height: 60px !important;
		object-fit: contain !important;
		width: 100% !important;
		opacity: 1 !important;
	}

	/* Force sponsor grid to 2 columns max on mobile */
	.wp-block-group.is-layout-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 12px !important;
	}


/* Shadow card styling for Get Involved cards */
.shadow-card {
	  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.shadow-card:hover {
	  transform: translateY(-2px);
	  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
