/*
Theme Name: Beyond Benign Courses TT5 by Minimize
Theme URI: https://www.minimize.com
Author: Minimize
Author URI: https://www.minimize.com
Description: A custom child theme for Beyond Benign by Minimize.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
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;
}
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;
}

/* RESPONSIVE IFRAMES */
.responsive-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  padding-top: 61%;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


@media only screen and (min-width: 600px) {
	.home main {
		
	}
	.wp-block-group.is-position-sticky {
		transition: opacity 0.5s ease;
		opacity: 0;
	}
	.wp-block-group.is-position-sticky.site-header-rollup {
		opacity: 1;
	}
	
}