/*
 Theme Name:   Juneau Street Resilience Pod Theme 1.0
 Theme URI:    
 Description:  Version 1.0 of Juneau Street Resilience Pod
 Author:       Stacy Nguyen Creative (CW)
 Author URI:   https://stacynguyen.com/
 Template:     genesis
 Version:      1.0.0
 Text Domain:  genesischild
*/


/*
Table of Contents
01 Imported Fonts
02 Global
03 Header & Navigation::
	-- Nav Toggle
	-- Mobile Menu
04 Body Sections::
	-- Custom Pages
	-- Posts (.single)
	-- Archives, Error 404, & Blogs (/?s)
	-- Search & Forms
	-- Extra Widget Area
05 Footer
06 Responsive Styles
*/


/* 01 Imported Fonts ////////////// */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* 02 Global ////////////// */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*font-size: calc((var(--minfont) * 1px) + (var(--maxfont) - var(--minfont)) * ((100vw - calc(var(--minwidth) * 1px)) / (var(--maxwidth) - var(--minwidth))));*/
}

html {
	border: 0;
	margin: 0;
	padding: 0;
	/*font-size: 20px;*/
	line-height: 1.2;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	min-width: 325px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	background: linear-gradient(to bottom, var(--g-color-darkgreen) 170px, var(--g-color-cream) 10px);
	color: var(--g-color-darkgreen);

	/*--base-font-size: clamp(22px, 1.4vw, 24px);*/
	--base-font-size: 1.4rem;

	--wrap-width: 1085px;
	--nav-height: 160px;
	--footer-widgets: 475px;
	--footer-height: 0;

	--g-color-darkgreen: #164F37;
	--g-color-medgreen: #26895D;
	--g-color-lightlime: #C2DA97;
	--g-color-lime: #C0CF30;
	--g-color-yellow: #EFC82F;
	--g-color-orange: #E9451D;
	--g-color-darkorange: #C33613;
	--g-color-blue: #75CAD5;
	--g-color-lilac: #D4C5E1;
	--g-color-pink: #E52A61;
	--g-color-cream: #F6EEEA;
	--g-color-white: #fff;

}

html[site-theme="dark"],
body.dark-mode {
	background-color: var(--g-color-darkgreen);
	color: var(--g-color-cream);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p {
	margin: 0;
}

h1,
.h1 {
	font-weight: 600;
	font-size: 74px;
	font-size: calc(var(--base-font-size) + 4.5rem);
	font-size: clamp(4.6rem, 6vw, 6rem);
	margin: 0;
	margin-bottom: 0.5em;
	margin-bottom: 120px;
	margin-bottom: 4%;
	line-height: 1;
	font-family: "Barlow Semi Condensed", "Poppins", sans-serif;
}

h1::after {
	content: "";
	background-image: url(images/squiggle.svg);
	position: absolute;
	display: block;
	background-size: contain;
	width: 352px;
	height: 70px;
	height: clamp(20px, 100%, 70px);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 70px;
}

h2,
.h2 {
	font-weight: 600;
	font-style: normal;
	font-size: 54px;
	font-size: calc(var(--base-font-size) + 1.4rem);
	margin-bottom: 1ch;
	margin-top: 3%;
	font-family: "Barlow Semi Condensed", "Poppins", sans-serif;
	color: var(--g-color-medgreen);
}

h3,
.h3 {
	font-weight: 400;
	font-size: 36px;
	font-size: calc(var(--base-font-size) + 20%);
	margin-bottom: 1ch;
	margin-top: 1ch;
	font-family: "Poppins", sans-serif;
}

h4,
.h4 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	font-size: var(--base-font-size);
	letter-spacing: 2px;
	margin-bottom: 0.8em;
	line-height: 1.6;
}

p,
.p,
ul.wp-block-list,
ol.wp-block-list {
	line-height: 1.4;
	font-size: clamp(16px, 1.4vw, 22px);
	font-size: var(--base-font-size);
	margin-bottom: 2ch;
}

ul.wp-block-list,
ol.wp-block-list {
	margin: 0;
	margin-bottom: 2ch;
	padding-left: 1.75ch;
}

ul.wp-block-list li,
ol.wp-block-list li {
	margin-bottom: .8ch;
}

ul.wp-block-list li::marker {
	color: var(--g-color-pink);
	font-size: calc((var(--base-font-size)) + 10%);
}

blockquote.wp-block-quote {
	margin: 60px 0;
	padding-left: 0;
	font-size: var(--base-font-size);
	font-style: italic;
	position: relative;
	display: grid;
	grid-template-columns: 50px auto;
}

blockquote.wp-block-quote p {
	grid-column: 2/3;
	grid-row: 1/2;
	padding-left: 0px;
	font-size: inherit;
}

blockquote.wp-block-quote cite {
	grid-column: 2/3;
	grid-row: 2/3;
	font-size: calc(var(--base-font-size) - 20%);
	font-style: normal;
	margin: 20px 0 0;
	padding-left: 0px;
}

blockquote.wp-block-quote span.bquote {
	grid-column: 1/2;
	grid-row: 1/3;
	font-family: "Noto Serif Hentaigana", serif;
	font-size: calc(var(--base-font-size) * 4);
	color: rgba(0, 0, 0, .3);
	width: 50px;
	line-height: 0;
	position: relative;
	top: 15px;
	left: -15px;
}

a,
.a {
	font-size: inherit;
	text-decoration: none;
	color: var(--g-color-orange);
	color: var(--g-color-darkorange);
	font-weight: 500;
}

a:hover,
.a:hover {
	color: var(--g-color-medgreen);
	text-decoration: underline;
}

a,
a:visited,
button,
button[type="submit"],
input[type="button"],
input[type="submit"] {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	/* color: inherit; */
}

.wp-block-button a,
.navbtn a,
a.more-link,
a.ReadMore,
.wp-block-post-excerpt__more-text a,
.wpforms-submit,
.form-submit input,
button,
button[type="submit"],
input[type="button"],
input[type="submit"] {
	cursor: pointer;
	display: inline-block;
	align-content: center;
	font-family: inherit;
	font-size: calc((var(--base-font-size)) - 20%);
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 30px 1px 30px;
	min-height: 50px;
	color: var(--g-color-darkgreen);
	background-color: var(--g-color-lilac);
	transition: 0.2s;
	clip-path: polygon(0 23%, 100% 0, 100% 100%, 6% 100%);
	border-radius: 0;
	border: 0;
}

.wp-block-button a:hover,
.navbtn a:hover,
a.more-link:hover,
a.ReadMore:hover,
.wp-block-post-excerpt__more-text a:hover,
.wpforms-submit:hover,
.form-submit input:hover,
button:hover {
	background-color: var(--g-color-lime);
	color: var(--g-color-darkgreen);
	text-decoration: none;
	transform: scale(.97);
}

div.wpforms-container-full button[type="submit"] {
	border-radius: 10px !important;
	font-family: inherit !important;
	font-size: 1rem !important;
	color: var(--g-color-cream) !important;
	background-color: var(--g-color-orange) !important;
}

div.wpforms-container-full button[type="submit"]:hover {
	color: var(--g-color-cream) !important;
	background-color: var(--g-color-orange) !important;
	background-image: none !important;
	border-radius: 3px !important;
}

strong {
	font-weight: 700;
}

.italics {
	font-style: italic;
}

.site-container div.site-inner,
.site-container div.footer-widgets,
.site-container footer.site-footer {
	position: relative;
}

.site-inner .content-sidebar-wrap {
	min-height: calc(100vh - calc(var(--nav-height) + var(--footer-widgets) + var(--footer-height)));
	display: grid;
}

.section {
	position: relative;
	scroll-margin: 0;
	scroll-margin-top: 75px;
	padding: 0;
}

.wrap,
aside.sidebar-primary .widget,
aside.sidebar-secondary .widget,
body.single main.content,
body.archive main.content,
body.search main.content,
body.blog main.content,
body.error404 main.content,
body.wrappage .entry-content {
	margin: 0 auto !important;
	padding: 0 30px;
	display: grid;
	width: 100%;
	max-width: var(--wrap-width);
}

.fullwidth {
	grid-template-columns: 1fr;
}

.extend-500 {
	height: 500px;
}

.space8 {
	height: 8vh;
}

/* 03 Header & Navs ////////////// */
header.site-header {
	width: 100%;
	height: var(--nav-height);
	max-height: var(--nav-height);
	position: relative;
	top: 0;
	left: 0;
	display: grid;
	text-align: center;
	background: var(--g-color-darkgreen);
	background: transparent;
	transition: none;
	z-index: 1003;
}

header.site-header.responsive {
	background: transparent;
	position: fixed;
	z-index: 1003;
	transition: all 0.5s cubic-bezier(.43, .195, .02, 1);
}

body.admin-bar header.site-header.responsive {
	top: 32px;
}

@media all and (max-width:1024px) {
	body.admin-bar header.site-header {
		top: 32px;
	}
}

@media all and (max-width:782px) {
	body.admin-bar header.site-header {
		top: 46px;
	}
}


.head--hidden {
	transform: translateY(calc(-1 * (var(--nav-height))));
}

.head--color {
	background-color: var(--g-color-cream);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.site-header .wrap {
	width: 100%;
	max-width: 100%;
	align-content: stretch;
	grid-template-columns: 1fr 2fr;
	grid-template-columns: auto auto;
	column-gap: 30px;
	padding: 0 30px;
}

.title-area {
	display: grid;
	justify-content: stretch;
	align-content: center;
	position: relative;
}

.title-area,
.header-widget-area {
	z-index: 1001;
}

.site-title {
	margin: 0;
	height: 100%;
	display: grid;
	align-content: stretch;
}

.site-title a {
	font-size: 0;
	display: block;
	margin: 0;
	height: 130px;
	min-height: 32px;
	width: 100%;
	min-width: 200px;
	max-width: unset;
	background: url(images/JSRP_logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	transition: 0.4s;
}

.site-title a:hover {
	color: var(--g-color-darkgreen);
	text-decoration: none;
	transform: scale(.98);
}

p.site-description {
	display: none;
}

div.widget-area.header-widget-area {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, auto));
	justify-content: end;
	align-content: stretch;
	column-gap: 30px;
}

div.widget-area.header-widget-area,
div.widget-area.header-widget-area .widget-wrap

/*
.nav-header */
	{
	display: grid;
	align-self: stretch;
	align-content: stretch;
	align-items: center;
}

ul.menu.genesis-nav-menu {
	align-self: center;
	display: flex;
	flex-wrap: nowrap;
	column-gap: 20px;
	justify-content: end;
	align-items: center;
	align-content: center;
	padding: 0;
	margin: 0;
	min-height: 50px;
}

ul.menu.genesis-nav-menu li {
	align-self: center;
	display: flex;
	justify-content: center;
	position: relative;
	list-style-type: none;
	padding: 10px 0;
	font-size: var(--base-font-size);
}

ul.menu.genesis-nav-menu li a {
	background-color: var(--g-color-yellow);
	color: var(--g-color-darkgreen);
	font-weight: 500;
	font-size: calc((var(--base-font-size)) - 20%);
	text-transform: uppercase;
	text-decoration: none;
	align-self: stretch;
	align-content: center;
	text-align: center;
	height: 100%;
	padding: 10px 16px;
	margin: auto 0;
	transition: 0.4s;
}

ul.menu.genesis-nav-menu li a:hover {
	background-color: var(--g-color-lilac);
	transform: scale(.97);
}

.head--color ul.menu.genesis-nav-menu li a {
	color: var(--g-color-darkgreen);
}

ul.menu.genesis-nav-menu li.menu-item-has-children a {
	display: flex;
	align-items: center;
}

ul.menu.genesis-nav-menu li.menu-item-has-children i.drop-menu {
	font-size: .8rem;
	padding: 0 6px;
	display: grid;
	align-content: center;
}

ul.menu.genesis-nav-menu li.menu-item-has-children i.mobile-toggle {
	display: none;
}

ul.menu.genesis-nav-menu li ul.sub-menu {
	display: none;
	min-width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 100%;
	z-index: 9999;
	margin-left: 0;
	overflow: hidden;
}

ul.menu.genesis-nav-menu li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}

ul.menu.genesis-nav-menu ul.sub-menu li {
	justify-content: start;
	transition: all 0.2s ease-in-out;
	padding: 0;
}

ul.menu.genesis-nav-menu ul.sub-menu li a {
	width: 100%;
	text-align: left;
	white-space: nowrap;
	position: relative;
	padding: 20px;
	color: var(--g-color-darkgreen);
}

ul.menu.genesis-nav-menu ul.sub-menu li a::after {
	content: "";
	background: #eee;
	background: 1px solid rgba(126, 144, 153, .1);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 1px;
	width: 80%;
	margin-top: 2px;
	transition: all 0.2s ease-in-out;
}



ul.menu.genesis-nav-menu ul.sub-menu li:hover a {
	background-color: var(--g-color-lightlime);
	color: var(--g-color-darkgreen);
}

.navbtn {
	margin-left: 60px;
	margin-left: 0;
	min-height: 50px;
}

.navbtn a:hover {
	transform: scale(.92);
}

/* Nav Toggle */
aside.nav-toggle {
	display: none;
	height: var(--nav-height);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1003;
}

aside.nav-toggle.responsive {
	position: fixed;
}

body.admin-bar aside.nav-toggle {
	top: 32px;
	/* WP Admin bar is 32px*/
}

@media all and (max-width:782px) {
	body.admin-bar aside.nav-toggle {
		top: 46px;
		/* WP Admin bar is 46px on mobile*/
	}
}

aside.nav-toggle * {
	position: relative;
	align-self: stretch;
	display: grid;
}

#toggle {
	display: grid;
	grid-template-columns: auto auto;
	position: relative;
	right: 25px;
	align-content: center;
	transition: transform 0.2s;
}

#toggle span {
	align-self: center;
	display: grid;
	padding: 0 20px;
	color: var(--g-color-white);
	transition: transform 0.4s cubic-bezier(.43, .195, .07, 1);
	transform-origin: center center;
}

#toggle span::before {
	content: 'open';
}

#toggle.responsive span::before {
	content: 'close';
}

#toggle a {
	align-self: center;
	display: grid;
	height: 100%;
	padding: 10px;
	background-color: var(--g-color-yellow);
	border-radius: 0;
}

#toggleIcon {
	display: grid;
	width: 38px;
	height: 38px;
	padding: 4px;
	align-content: center;
}

#toggleIcon .bar {
	margin: 3px 0;
	width: 100%;
	height: 3px;
	background: var(--g-color-darkgreen);
	border-radius: 1.5px;
	transition: margin 0.2s, transform 0.2s, -webkit-transform 0.2s;
	-webkit-transition: margin 0.2s, -webkit-transform 0.2s;
	-o-transition: margin 0.2s, transform 0.2s;
}

#toggle:not(.responsive):hover .bar {
	margin: 5px 0;
}

#toggle.responsive .bar:first-child {
	-webkit-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}

#toggle.responsive .bar:nth-child(2) {
	opacity: 0;
}

#toggle.responsive .bar:last-child {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
}

/* Mobile Menu */
aside.mobile-menu {
	display: grid;
	margin: 0 auto;
	padding: calc(var(--nav-height) + 20px) 6% 6%;
	grid-template-rows: auto;
	grid-row-gap: 25px;
	align-content: start;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: -100vw;
	transition: right 0.5s cubic-bezier(.43, .195, .02, 1);
	background-color: var(--g-color-darkgreen);
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: none;
	z-index: 1002;
}

aside.mobile-menu::-webkit-scrollbar {
	display: none;
	/* Older Safari and Chromium */
}

body.admin-bar aside.mobile-menu {
	top: 32px;
}

@media all and (max-width:782px) {
	body.admin-bar aside.mobile-menu {
		top: 46px;
	}
}

aside.mobile-menu.responsive {
	top: 0;
	right: 0;
	box-shadow: none;
}

aside.mobile-menu section {
	padding-bottom: 30px;
}

aside.mobile-menu #mlogo {
	display: grid;
	height: var(--nav-height);
	position: relative;
	width: 100%;
}

aside.mobile-menu #mlogo a {
	display: block;
	background: url(images/JSRP_logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}

aside.mobile-menu ul {
	list-style-type: none;
	display: grid;
	align-content: start;
	height: 100%;
	padding: 0;
	row-gap: 0;
}

aside.mobile-menu ul li {
	box-sizing: border-box;
	display: grid;
	align-content: stretch;
}

aside.mobile-menu ul li:nth-last-child(1) {
	border-width: 1px 0 1px 0;
}

aside.mobile-menu ul li a {
	display: flex;
	width: 100%;
	font-size: clamp(1.6rem, 3.2vw, 80px);
	font-size: clamp(1.6rem, 6vw, 6rem);
	color: var(--g-color-white);
	font-weight: 500;
	text-decoration: none;
	padding: 2vh 0;
	align-self: center;
	transition: 0.4s;
}

aside.mobile-menu ul li a:hover {
	text-decoration: none;
	color: var(--g-color-lilac);
}

aside.mobile-menu ul li.menu-item-has-children {
	display: grid;
	flex-wrap: wrap;
	justify-content: space-between;
}

aside.mobile-menu ul li.menu-item-has-children>a {
	flex-basis: 90%;
	grid-column: 1/2;
	display: inline-flex;
}

aside.mobile-menu ul li.menu-item-has-children i.drop-menu {
	display: none;
}

aside.mobile-menu ul li.menu-item-has-children i {
	flex-basis: 10%;
	grid-column: 2/3;
	grid-row: 1/2;
	height: 100%;
	width: 100%;
	min-width: 100px;
	display: grid;
	align-items: center;
	justify-content: end;
	transition: transform 0.4s;
	color: var(--g-color-white);
}

aside.mobile-menu ul li.menu-item-has-children i::before {
	transform: rotate(-90deg);
	transform-origin: center;
	font-size: clamp(1rem, 3.2vw, 80px);
}

aside.mobile-menu ul li.menu-item-has-children i.m-toggled::before {
	transform: rotate(0);
}

aside.mobile-menu ul.sub-menu {
	display: none;
	flex-basis: 100%;
	grid-column: 1/3;
	margin: 0 0 15px;
	border: 1px solid rgba(126, 144, 153, .1);
	border-radius: 30px;
	background-color: var(--g-color-medgreen);
	height: auto;
	transition: max-height 0.7s cubic-bezier(.43, .195, .02, 1);
	overflow: hidden;
}

aside.mobile-menu ul li.menu-item-has-children i.m-toggled ul.sub-menu {
	display: block;
}

aside.mobile-menu ul.sub-menu li {
	border: none;
	padding: 0 30px;
}

aside.mobile-menu ul.sub-menu li:hover {
	background-color: var(--g-color-lilac);
}

aside.mobile-menu ul.sub-menu li:hover a {
	color: var(--g-color-darkgreen);
}

aside.mobile-menu ul.sub-menu li a {
	font-size: clamp(1.3rem, 3.2vw, 80px);
	color: var(--g-color-white);
}

aside.mobile-menu ul.sub-menu li a::before {
	content: "—";
	content: '\f068';
	font-family: "Font Awesome 6 Free";
	font: var(--fa-font-solid);
	margin-right: 16px;
}

aside.mobile-menu .navbtn {
	font-size: clamp(1.6rem, 3.2vw, 80px);
}


/* 04 Body Sections ////////////// */
.site-inner,
.footer-widgets,
.site-footer {
	transition: filter 0.5s;
}

.site-inner.responsive,
.footer-widgets.responsive,
.site-footer.responsive,
.site-header.showform,
.site-inner.showform,
.footer-widgets.showform,
.site-footer.showform {
	filter: blur(0px);
}

header.entry-header {
	background-color: var(--g-color-darkgreen);
	color: var(--g-color-white);
	padding: 4% !important;
	margin: 0;
	text-align: center;
}

/*
header.entry-header::after {
	content: "";
	background-image: url(images/wave.svg);
	display: block;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	width: 100%;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	z-index: -1;
}
*/
header.entry-header h1 {
	display: inline-block;
	justify-content: center;
	position: relative;
	margin-bottom: 80px;
}

body.page header.entry-header h1 {
	left: 50px;
}

header.entry-header h1::before {
	content: "";
	background-image: url("http://juneaustreetpod.org/wp-content/uploads/2025/05/cropped-favicon.png");
	display: inline;
	position: absolute;
	top: -100%;
	right: 100%;
	width: 250px;
	height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1001;
}

body.single header.entry-header h1::before {
	background-image: none;
}

header.entry-header h1::after {
	display: block;
}

body.home .entry-content::before {
	content: "";
	margin-bottom: 0;
}

.headwave {
	background-color: var(--g-color-darkgreen);
	color: var(--g-color-white);
	padding: 4% !important;
	margin: 0;
	text-align: center;
	min-height: 250px;
}

.headwave .wrap {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.headwave figure,
.headwave h1 {
	margin: 0;
	position: relative;
	left: -70px;
}

.heroEnd {
	margin-bottom: 8vh;
	position: relative;
	top: -5px;
}

.heroEnd.topper {
	transform: scaleY(-1);
	margin: 0;
	top: 5px;
}

/* Home */
.hero {
	background-color: var(--g-color-darkgreen);
	color: var(--g-color-white);
	padding: 30px 2% 2% 6%;
	margin: 0;
	/*margin-bottom: 8%;*/
	display: grid !important;
	grid-template-columns: 1fr 1.75fr;
}

.hero .img figure img {
	width: 100%;
}

/*
.hero::after {
	content: url(images/wave.svg);
	position: absolute;
	top: 99%;
	left: 0;
	right: 0;
	z-index: -1;
}
*/
.values {
	padding: 5% 5% 8%;
}

.values h4 {
	margin-bottom: 4ch;
}

.vrow>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.vrow .value {
	padding: 10px;
	flex-basis: calc(20% - 10px);
	max-width: 300px;
}

.vrow .value h2 {
	color: var(--g-color-darkgreen);
	font-size: calc(var(--base-font-size) + 30%);
}

.podtivities {
	padding: 2% 5% 5%;
	justify-content: center;
}

.podtivities>div {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1600px;
}

.podtivities h4 {
	flex-basis: 100%;
	margin-bottom: 4ch;
}

.podtivity {
	position: relative;
	border-radius: 30px;
	background-color: var(--g-color-lime);
	aspect-ratio: 1/1;
	transition: 0.2s;
	flex-basis: 30%;
}

.podtivity>div {
	width: 100%;
	height: 100%;
}

.podtivity figure {
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
	display: grid;
	justify-items: center;
	align-content: end;
	border-radius: 30px;
}

.podtivity figure img {
	position: relative;
	margin: 0;
}

.podtivity figcaption {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	bottom: 12%;
	font-size: calc(var(--base-font-size) + 0.5rem);
	font-family: "Barlow Semi Condensed", "Poppins", sans-serif;
	font-weight: 600;
	clip-path: polygon(0 23%, 100% 0, 100% 100%, 6% 100%);
	padding: 15px 20px 8px 25px;
	margin: 0;
	background-color: var(--g-color-cream);
	width: 60%;
	text-align: center;
}

.podtivity .info {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--g-color-medgreen);
	color: var(--g-color-white);
	border-radius: 30px;
	text-align: center;
	justify-items: center;
	align-content: center;
	padding: 10%;
	overflow: hidden;
	opacity: .95;
}

.podtivity .info>div {
	display: grid;
	justify-content: center;
	align-content: center;
}

.podtivity:hover {
	cursor: pointer;
}

.podtivity:hover .info {
	display: grid;
	animation-name: fade-in-up;
	animation-duration: .2s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
}

@keyframes fade-in-up {
	0% {
		opacity: 0;
		top: 100%;
	}

	100% {
		opacity: .9;
		top: 0;
	}
}


.cta {
	background-color: var(--g-color-darkgreen);
	color: var(--g-color-white);
	padding: 4% 10% 6%;
	margin: 0;
	margin-top: 0;
	display: grid !important;
	grid-template-columns: 1fr 1fr;
}

/*
.cta::before {
	content: url(images/wave.svg);
	position: absolute;
	bottom: 99%;
	left: 0;
	right: 0;
	z-index: -1;
	transform: scaleY(-1);
}
*/
.cta .connect h2,
.cta .donate h2 {
	color: var(--g-color-yellow);
}

.cta .connect p,
.cta .donate p {
	height: 8ch;
}

.cta .connect figure,
.cta .donate figure {
	aspect-ratio: 1/1;
	border-radius: 50%;
	margin-bottom: 30px;
	width: 40vw;
	height: 40vw;
	max-width: 450px;
	max-height: 450px;
}

.cta .connect figure {
	background-color: var(--g-color-blue);
}

.cta .donate figure {
	background-color: var(--g-color-lime);
}

.cta .connect figure img,
.cta .donate figure img {
	max-width: 450px;
	max-height: 450px;
	width: 40vw;
	height: 40vw;
	transition: 0.2s;
}

.cta .connect figure a:hover img,
.cta .donate figure a:hover img {
	transform: scale(1.1);
	transform-origin: bottom center;
}

.lilpods {
	margin-bottom: 30px;
}

.lilpods figure {
	border-radius: 30px;
	display: grid;
	justify-items: center;
	align-items: center;
	max-width: 325px;
	max-height: 325px;
	aspect-ratio: 1/1;
	overflow: hidden;
}

.lilpods figure img {
	width: 100%;
	height: auto;
	transition: 0.2s;
}

.lilpods figure a:hover img {
	transform: scale(1.1);
	transform-origin: bottom center;
}

.lilpods .wp-block-media-text__content {
	align-self: center !important;
}

.pastzines ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: start;
}

.pastzines ul li {
	flex-basis: calc(25% - 20px);
	text-align: center;
}

.pastzines ul li figure {
	aspect-ratio: 1/1;
	overflow: hidden;
	background: var(--g-color-blue);
	border-radius: 30px;
}

.pastzines ul li figure:hover img {
	transform: scale(1.1);
	transition: 0.2s;
}

.pastzines ul li figure img {
	height: 100%;
}

.pastzines ul li .wp-block-post-date {
	margin-bottom: 10px;
}

.pastzines ul li h4 {
	line-height: 1.2;
}

/* Post Query */


/* Posts (.single) */
body.single header.entry-header {
	background-color: transparent;
	color: var(--g-color-darkgreen);
	padding: 0% !important;
}

body.single header.entry-header h1::before,
body.single article .entry-content::before {
	content: "";
	margin-bottom: 0;
}

body.single header.entry-header h1 {
	padding: 10% 0 0;
	text-align: center;
}

body.single header.entry-header h1::after {
	left: 50%;
	transform: translateX(-50%);
}

article.post header.entry-header,
body.blog article header.entry-header,
body.archive article header.entry-header,
body.search article header.entry-header {
	padding: 0;
}

body.single figure.featured-image {
	margin: 60px 0;
}

body.single figure.featured-image img {
	width: 100%;
	max-width: var(--wrap-width);
	height: auto;
	position: relative;
}

body.single figure.wp-block-image {
	margin: 60px 0;
}

body.single footer.entry-footer {
	color: var(--g-color-medgreen);
	font-weight: 500;
	text-transform: uppercase;
}

body.single footer.entry-footer p {
	font-size: calc((var(--base-font-size) - 30%));
}

.comment-respond,
.entry-comments {
	margin-top: 60px !important;
}

.comment-form-comment {
	display: grid;
}

ol.comment-list {
	padding-left: 2ch;
}

.prev-next-post-links,
.related-posts,
.comment-respond,
.entry-comments {
	width: 100%;
	max-width: var(--wrap-width);
	margin-top: 60px;
}

.prev-next-post-links {
	display: flex;
	justify-content: space-between;
	border: solid #ccc;
	border-width: 1px 0 1px 0;
	padding: 20px 0;
}

.single-post-nav {
	width: clamp(150px, 40%, 400px);
}

.single-post-nav figure {
	height: 60px;
	width: auto;
}

.single-post-nav figure img {
	height: 100%;
	width: auto;
}

.next-post-link {
	justify-self: end;
	text-align: right;
}

.related-posts h3 {
	font-family: "Barlow Semi Condensed", "Poppins", sans-serif;
	font-weight: 600;
	font-size: calc(var(--base-font-size) + 1.4rem);
	color: var(--g-color-medgreen);
}

.related-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
}

.related_post_image a {
	display: block;
	height: 100%;
	margin-bottom: 10px;
}

.related_post_image img {
	width: 100%;
	max-width: 350px;
	height: auto;
	position: relative;
	aspect-ratio: 4/3;
	object-fit: cover;
	background: var(--g-color-blue);
	border-radius: 20px;
}

.related-list h4.entry-title {
	text-align: center;
	line-height: 1.2;
}

.back-to-blog {
	display: grid;
	padding: 30px 0;
	justify-content: center;
	align-content: center;
}

/* Archives, Error 404, & Blogs (/?s) */
h1.archive-title {
	padding: 10% 0;
	text-align: center;
}

body.error404 h1.entry-title {
	padding: 8% 0;
	text-align: center;
}

body.blog article header.entry-header,
body.archive article header.entry-header,
body.search article header.entry-header {
	background-color: var(--g-color-cream);
	color: var(--g-color-darkgreen);
	padding: 0% !important;
}

body.archive .archive-description h1::after,
body.search .archive-description h1::after,
body.error404 h1.entry-title::after {
	left: 50%;
	transform: translateX(-50%);
}

body.blog article .entry-content::before,
body.archive article .entry-content::before,
body.search article .entry-content::before {
	content: "";
	margin-bottom: 0;
}

body.blog article,
body.archive article,
body.search article {
	margin-bottom: 60px;
}

body.archive article .entry-content,
body.search article .entry-content {
	display: grid;
	width: auto;
	justify-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

body.error404 .entry-content {
	text-align: center;
}

body.error404 section.search {
	display: flex;
	justify-content: center;
}

body.error404 form.search-form {
	justify-content: center;
	width: clamp(200px, 100%, 800px);
}






body.blog article,
body.archive article,
body.search article {
	text-align: center;
}

body.blog article img.entry-image,
body.archive article img.entry-image,
body.search article img.entry-image {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 250px;
	position: relative;
}

.archive-pagination.pagination ul {
	display: flex;
	justify-content: center;
	list-style-type: none;
	padding: 0;
	gap: 0 10px;
	margin: 2% auto;
}


/* Search & Forms */
input[type="search"]::-webkit-search-decoration {
	display: none;
}

form.search-form {
	display: flex;
	column-gap: 15px;
}

form.search-form input {
	width: 100%;
	max-width: 80%;
	min-height: 2.7rem;
	background-color: var(--g-color-white);
	border: 1px solid var(--g-color-cream);
	border-radius: 50px;
	padding: 18px 18px 15px 18px;
	padding: 10px 20px;
	font-family: inherit;
	font-size: var(--base-font-size) !important;
	color: var(--g-color-darkgreen);
}

form.search-form input::placeholder,
form.search-form input::-ms-input-placeholder {
	opacity: .6;
}

form.search-form button {
	width: 2rem;
	color: var(--g-color-darkgreen);
	background-color: var(--g-color-yellow);
	border-radius: 0px;
	padding: 18px;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	display: grid;
	align-content: center;
	transition: 0.2s;
	border: none;
	min-width: 58px;
	clip-path: none;
}

form.search-form button:hover {
	color: var(--g-color-darkgreen);
	background-color: var(--g-color-lilac);
	cursor: pointer;
	transform: scale(.92);
}


summary::-webkit-details-marker {
	display: none
}

.accordion {
	row-gap: 1rem;
}

.csdetail {
	border-bottom: 1px solid #ccc !important;
	position: relative;
}

.csdetail h4 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 1rem;
	cursor: pointer;
	font-size: clamp(16px, 1.4vw, 22px);
}

.csdetail h4::after {
	content: '+';
	content: "\f067";
	font-family: "Font Awesome 6 Free";
	font: var(--fa-font-solid);
}

.csdetail.active h4::after {
	content: '-';
	content: "\f068";
	transition-duration: 0.4;
}

.cssummary {
	padding-bottom: 0;
	margin-bottom: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s cubic-bezier(1, 0, 0, 1), padding 0.7s cubic-bezier(.43, .195, .02, 1);
}

.csdetail.active .cssummary {
	max-height: max-content;
	padding-bottom: 1.5rem;
}

.accordion-vertical {
	column-gap: 1rem;
	display: flex;
	flex-wrap: nowrap;
}

.csfolder {
	width: 8vw !important;
	min-width: 100px;
	max-width: var(--wrap-width);
	transition: flex 0.4s cubic-bezier(.43, .195, .02, 1);
	overflow: hidden;
	border-radius: 4px;
	cursor: pointer;
}

.csfolder.expand {
	width: 50vw;
	flex: 1 0 50vw;
}

.csfolder .wp-block-group__inner-container {
	height: 750px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}

.csfolder .wp-block-group__inner-container::after {
	content: '\e5c8';
	position: absolute;
	top: 0;
	left: 0;
	right: -100%;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'bootstrap-icons';
	font-family: 'material symbols rounded', 'material symbols', 'material icons';
	font-size: 3rem;
	opacity: 0;
	transition: opacity 0.2s;
	transition: all .12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.csfolder:not(.expand):hover .wp-block-group__inner-container::after {
	opacity: 1;
	right: 0;
}

.csfolder figure {
	height: 100%;
	width: 100%;
	margin: 0;
	position: relative;
}

.csfolder figure img {
	height: 100%;
	margin: 0;
	max-width: unset;
}

.csfolder figure::after {
	content: ' ';
	background: linear-gradient(90deg, white, rgba(255, 255, 255, 1));
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	opacity: .3;
	transition: all 0.2s;
}

.csfolder:not(.expand):hover figure::after {
	cursor: pointer;
	overlay: white;
	opacity: .5;
	transform: translateX(0);
}

.csfolder.expand figure img {
	width: 100%;
}

.csfolder.expand figure::after {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), 30%, rgba(255, 255, 255, 0.8));
	opacity: 1;
}

.csfolder p {
	position: absolute;
	top: unset;
	right: 70px;
	margin-bottom: 0;
	max-width: 0;
	height: auto;
	overflow: hidden;
	/* background: white; */
	visibility: hidden;
	opacity: .7;
	transition: max-width 0.4s cubic-bezier(.43, .195, .02, 1);
	transition: height 0.4s cubic-bezier(.43, .195, .02, 1);
	transition: visibility 0.4s cubic-bezier(.43, .195, .02, 1);
	transition: opacity 0.4s cubic-bezier(.43, .195, .02, 1);
	transition: right 0.8s cubic-bezier(.43, .195, .02, 1);
}

.csfolder.expand p {
	visibility: visible;
	max-width: 20vw;
	opacity: 1;
	right: 30px;
	padding: 10px;

}

/* Extra Widget Area: Pop-Up */
aside.extra-sidebar {
	display: grid;
	position: fixed;
	top: -1000vh;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: top .5s cubic-bezier(.43, .195, .02, 1);
	transition: top .5s ease-in-out;
	margin: auto auto;
	padding: 60px;
	width: 90vw;
	max-width: 1000px;
	height: auto;
	border: 1px solid rgba(126, 144, 153, .1);
	border-radius: 10px;
	background-color: #d4d3df;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: -3px 6px 58px rgba(0, 0, 0, 0.2);
	box-shadow: 15px 15px 0 rgba(126, 144, 153, .1);
	z-index: 1006;
}

aside.extra-sidebar.showform {
	top: 50%;
}

aside.extra-sidebar section {
	display: grid;
	position: relative;
}

aside.extra-sidebar section:first-child {
	/*Close Button Section*/
	position: absolute;
	top: 10px;
	right: 10px;
}

button#contactClose {
	padding: 4px;
	min-height: auto;
}

button#contactClose i::before {
	font-size: 38px;
}

.footer-widgets.showform #BackToTop {
	display: none;
}



/* 05 Footer ////////////// */
.footer-widgets {
	min-height: var(--footer-widgets);
	height: auto;
	background-color: var(--g-color-lilac);
	display: grid;
	padding: 0 6% 6%;
	margin-top: 8%;
}

.footer-widgets .wrap {
	align-self: stretch;
	justify-content: space-between;
	max-width: 100%;
	display: flex;
	align-items: center;
}

.footer-widgets a {
	color: var(--g-color-darkgreen);
}

.footer-widgets a:hover {
	color: var(--g-color-orange);
}

.footer-widget-area {
	padding-top: 60px;
}

.footer-widgets-1 .widget-wrap {
	text-align: center;
}

.footer-widgets-1 img {
	max-width: 250px !important;
	width: 100%;
	margin-bottom: 15px;
	display: inline;
}

.footer-widget-area .email {
	text-align: center;
}

.footer-widget-area .email a {
	font-size: calc((var(--base-font-size)) - 20%);
	font-weight: 500;
}

.footer-widget-area ul.menu {
	list-style-type: none;
	text-align: center;
	display: grid;
	row-gap: 1.5ch;
	padding: 0;
	margin: 0;
}

.footer-widget-area ul.menu li a {
	font-size: calc((var(--base-font-size)) - 20%);
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.footer-widget-area ul.menu li:hover a {
	color: var(--g-color-pink);
}


.footer-widgets-4 .textwidget {
	display: flex;
	align-content: center;
	justify-content: center;
}

.ftsoc {
	text-align: center;
}

.ftsoc i {
	font-size: 32px;
}


#BackToTop {
	cursor: pointer;
	display: grid;
	width: 45px;
	height: 45px;
	min-height: 45px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	position: fixed;
	/* bottom: 10px; */
	right: 10px;
	text-align: center;
	border: none;
	border-radius: 50%;
	color: var(--g-color-cream);
	background-color: var(--g-color-darkgreen);
	transition: bottom 0.55s ease-in-out;
	transition: bottom 0.45s cubic-bezier(.43, .195, .06, 1.4);
	z-index: 5;
}

#BackToTop .material-symbols-rounded {
	color: var(--g-color-cream);
	font-size: 24px !important;
}

#BackToTop:hover {
	color: var(--g-color-darkgreen);
	background-color: var(--g-color-lightlime);
}

#BackToTop:hover .material-symbols-rounded {
	color: var(--g-color-darkgreen);
}

#BackToTop:active {
	animation-name: btn-pop;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

#darkmode {
	cursor: pointer;
	display: grid;
	width: 40px;
	height: 40px;
	min-height: 40px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 10px;
	text-align: center;
	border: none;
	border-radius: 50%;
	background: none;
	transition: 0.45s cubic-bezier(.43, .195, .06, 1.4);
	z-index: 5;
}

#darkmode .material-symbols-rounded {
	font-size: 40px;
	color: goldenrod;
	font-variation-settings: 'FILL' 1,
		'wght' 400,
		'GRAD' 0,
		'opsz' 24
}

body.dark-mode #darkmode {
	background: grey;
}

body.dark-mode #darkmode .material-symbols-rounded {
	color: whitesmoke;
	font-variation-settings: 'FILL' 1,
		'wght' 400,
		'GRAD' 0,
		'opsz' 24
}


@keyframes btn-pop {
	50% {
		transform: scale(1.2)
	}
}

footer.site-footer {
	height: var(--footer-height);
}

footer.site-footer p {
	font-size: calc(var(--base-font-size) - 6px);
	margin: 0;
}

/* 06 Responsive Styles ///////////*/
@media screen and (min-width: 1750px) {
	.hero {
		grid-template-columns: 575px 1fr;
	}
}

@media screen and (min-width: 1470px) {

	.wrap,
	aside.sidebar-primary .widget,
	aside.sidebar-secondary .widget,
	body.single main.content,
	body.archive main.content,
	body.search main.content,
	body.blog main.content,
	body.error404 main.content,
	body.wrappage .entry-content {
		padding: 0;
	}
}

@media screen and (max-width: 1100px) {
	ul.menu.genesis-nav-menu {
		column-gap: 10px;
	}

	.vrow .value {
		flex-basis: calc(50% - 0px);
	}
}

@media screen and (max-width: 1024px) {
	header.site-header {
		position: absolute;
		width: 50vw;
	}

	.site-container div.site-inner {
		padding-top: var(--nav-height);
	}

	div.widget-area.header-widget-area {
		display: none;
	}

	aside.nav-toggle {
		display: grid;
	}

	.navbtn {
		margin: 0;
		width: 100%;
	}

	.navbtn a {
		text-align: center;
		justify-content: center;
	}

	.accordion-vertical {
		row-gap: 1em;
		flex-wrap: wrap;
		height: 100%;
	}

	.csfolder {
		width: 100% !important;
	}

	.csfolder.expand {
		width: auto;
		height: 100%;
		flex: 1 1 auto;
	}

	.csfolder .wp-block-group__inner-container {
		height: 8vw;
		min-height: 50px;
	}

	.csfolder.expand .wp-block-group__inner-container {
		height: 100%
	}

	.csfolder figure img {
		max-width: 100%;
	}

	.csfolder p {
		position: absolute;
		top: unset;
		right: 70px;
		margin-bottom: 0;
		max-width: 0;
		height: 100%;
	}

	.csfolder.expand p {
		right: 0;
		left: 0;
		max-width: 100%;
	}

	h1,
	.h1 {
		font-size: clamp(3.2rem, 6vw, 6rem);
	}

	h1::after {
		width: clamp(200px, 100%, 352px);
	}

	h2,
	.h2 {
		font-size: calc(var(--base-font-size) + 50%);
	}

	.hero {
		padding: 6%;
		grid-template-columns: 1fr;
	}

	.hero .img {
		order: 1;
	}

	.hero .txt {
		order: 2;
	}

	.podtivities>div {
		grid-template-columns: 1fr 1fr;
	}

	.podtivity {
		flex-basis: 45%;
	}

	.cta {
		grid-template-columns: 1fr;
		padding: 0% 10% 10%;
		margin-top: 0;
	}

	.cta .connect,
	.cta .donate {
		padding-top: 60px;
	}

	.cta .connect p,
	.cta .donate p {
		height: auto;
	}

	.footer-widgets .wrap {
		flex-wrap: wrap;
	}

	.footer-widget-area {
		flex-basis: 100%;
	}

	.footer-widgets-1 img {
		max-width: 200px !important;
	}

	.footer-widgets-2 .footer-widget-area {
		padding-top: 0;
	}

	header.entry-header h1::before {
		width: 150px;
		height: 150px;
	}

	.headwave figure {
		max-width: 200px;
	}

	.pastzines ul li {
		flex-basis: calc(50% - 20px);
	}
}

@media screen and (max-width: 800px) {
	header.entry-header h1::before {
		width: 150px;
		height: 150px;
	}
}

@media screen and (max-width: 720px) {
	.related-list {
		grid-template-columns: 1fr;
	}

	.podtivities>div {
		grid-template-columns: 1fr;
	}

	.podtivity {
		flex-basis: 85%;
		margin-bottom: 30px;
	}

	.cta::before {
		bottom: 99.5%;
	}

	.headwave figure,
	.headwave h1 {
		left: -50px;
	}

	.headwave figure {
		max-width: 150px;
	}
}

@media screen and (max-width: 600px) {

	h1,
	.h1 {
		margin-bottom: 14%;
	}

	.wp-block-media-text__content {
		margin-top: 30px;
	}

	.vrow .value h2 {
		font-size: var(--base-font-size);
	}

	.lilpods .wp-block-media-text__content {
		padding: 0;
	}
}

@media screen and (max-width: 460px) {
	.site-header .wrap {
		padding: 0 5%;
	}

	.site-title a {
		height: 100px;
	}

	body.page header.entry-header h1 {
		left: 0;
	}

	header.entry-header h1::before {
		width: 0;
		height: 0;
	}

	body.page header.entry-header h1::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.headwave figure,
	.headwave h1 {
		left: -25px;
	}

	.headwave figure {
		max-width: 100px;
	}

	.pastzines ul li {
		flex-basis: 100%;
	}
}