/*
Theme Name: Oregon Columbia Chapter, NECA by Minimize
Theme URI: https://www.minimize.com
Author: Minimize
Author URI: https://www.minimize.com
Description: A custom child theme for CLIENT NAME by Minimize.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0.001
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: twentytwentyfivechild
Tags: 
*/


/* GENERAL */
* {
	box-sizing: border-box;
	scroll-margin-top: 150px;
}
html {
	scroll-behavior: smooth;
}
p {
	scroll-margin-top: 150px;
}
.hide {
	position: absolute;
	left: -99999px;
	top: -99999px;
}
:where(.wp-site-blocks *:focus) {
	outline-width: 0px;
	outline-style: solid;
}
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: 2px !important;
}
:where(body .is-layout-constrained) > * {
	margin-block-start: 0;
}
.page h1.wp-block-post-title,
.post-meta-top p.has-small-font-size {
	position: absolute;
	top: -99999px;
	left: -99999px;
}



/* NAVIGATION */
.mega-menu {
	
}


/* POSTS */
.single-post h1,
.single-post p,
.single-tribe_events p,
.single-post .wp-block-post-date {
	max-width: none !important;
}


/* RESPONSIVENESS */
@media only screen and (max-width: 599px) {
	
}

@media only screen and (min-width: 600px) {
	.home main {
		/* margin-top: -107px !important; */ /* FOR A FIXED HEADER GROUP */
	}
	.wp-block-group.is-position-sticky {
		transition: opacity 0.5s ease;
		opacity: 0;
	}
	.wp-block-group.is-position-sticky.site-header-rollup {
		opacity: 1;
	}
	
}