/*
Theme Name: Blueprint for Illinois Theme
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: A custom theme built for Blueprint for Illinois, based on the 2025 theme.
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.1763687165
Updated: 2025-11-21 01:06:05

*/

.inset-path {
    position: relative;
}

.inset-path::after {
    content: "";
    position: absolute;
    inset: 10pt;
    pointer-events: none;
    border: 1pt solid white;
    box-sizing: border-box;
}

@media only screen and (max-width: 615px) {
	h3, h4 {
		margin-top: 1rem !important;
		margin-bottom: 0.5rem !important;
	}
	h3 {
		font-size: 2.85rem;
	}
	.wp-block-media-text__content {
		padding: 0 !important;
	}
}

/* Blend the white animation over the blueprint texture */
.blueprint-video video {
    mix-blend-mode: screen; /* or try 'lighten' if you prefer */
}

/* Make sure the cover is the blending container */
.blueprint-cover {
    position: relative;
    isolation: isolate;
}

/* Wrap the blend on a container, not just the <video> pixels */
.blueprint-cover .blueprint-video {
    mix-blend-mode: screen; /* or lighten if you prefer */
    display: block;
}


video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

video::-webkit-media-controls-panel {
    display: none !important;
}

video::-webkit-media-controls-play-button {
    display: none !important;
}

.no-margin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.wp-block-media-text__media img {
    padding-top: 15px;
}

h3, h4 {
	margin: 0;
}

.footer-strip img {
	display: block;
    object-position: top;
}

.top-link a {
	font-family: freight-sans-pro !important;
}

@media only screen and (max-width: 615px) {
	.desktop-only {
		visibility: hidden;
	}
}
@media only screen and (min-width: 616px) {
	.mobile-only {
		visibility: hidden;
	}
}

/*Video Popup Maker Edits*/

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
    padding-top: 10% !important;
}

.pum-theme-272 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
    right: 0px !important;
    top: 10% !important;
    color: #FFF !important;
    font-size: 36px !important;
}

.pum-video-wrapper .pum-video-muted-notice {
    left: 25% !important;
    top: 50% !important;
}

.pum-video-wrapper .pum-video-muted-notice p {
	text-transform: uppercase;
    font-family: var(--wp--preset--font-family--freight-sans-pro);
	font-size: 1.5rem;
	font-weight: 900;
}




