/*
 Theme Name:   JeeYoung Dobbs Theme 1.0
 Theme URI:    
 Description:  2025 Version of JeeYoung Dobbs Theme
 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::
	-- Home
	-- Custom Pages
	-- Posts (.single)
	-- Archives, Error 404, & Blogs (/?s)
	-- Search & Forms
05 Footer
06 Responsive Styles
*/


/* 01 Imported Fonts ////////////// */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Calistoga&display=swap');

/* 02 Global ////////////// */
:root {
	interpolate-size: allow-keywords;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
	background-color: var(--g-color-body);
	color: var(--g-color-text);

	/* --base-font-size: 1.2rem; */
	--base-font-size: clamp(1.2rem, 1.4vw, 1.4rem);

	/* 
	--wrap-width: 1440px; 
	--nav-height: 160px;
	--footer-widgets: 300px;
	--footer-height: 50px;
	*/
	--wrap-width: 1440px;
	--nav-height: 10rem;
	--footer-widgets: 18.75rem;
	--footer-height: 3.125rem;

	--g-color-body: #FFF0E8;
	--g-color-text: #514703;
	--g-color-orange: #F86129;
	--g-color-tangerine: #FFB32C;
	--g-color-peach: #FFC19B;
	--g-color-green: #809916;
	--g-color-drkgreen: #4D6600;
	--g-color-lime: #E1FF73;

}

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

h1,
.h1 {
	font-family: "Calistoga", serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(var(--base-font-size) + 2.4rem);
	margin: 0;
	margin-bottom: 1em;
	line-height: 1.1;
	color: var(--g-color-orange);
}

h2,
.h2 {
	font-family: "Calistoga", serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(var(--base-font-size) + 1.4rem);
	margin-bottom: 0.8em;
	color: var(--g-color-orange);
}

h3,
.h3 {
	font-family: "Calistoga", serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(var(--base-font-size) + 0.5rem);
	margin-bottom: 0.8em;
}

h4,
.h4 {
	font-weight: 700;
	font-size: var(--base-font-size);
	letter-spacing: 0.5px;
	margin-bottom: 0.8em;
	line-height: 1.2;
}

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

ul.wp-block-list,
ol.wp-block-list {
	margin: 0;
	margin-bottom: calc(clamp(16px, 1.4vw, 22px) * .75);
	padding-left: 1.75ch;
}

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

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

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

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

a:hover,
.a:hover {
	color: var(--g-color-tangerine);
	font-weight: inherit;
	transform: scale(.965);
	transform-origin: center;
}

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;
}

.wp-block-button 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: var(--base-font-size);
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	border: 4px solid var(--g-color-orange);
	border-color: var(--g-color-orange);
	border-radius: 0;
	padding: 10px 30px;
	min-width: 200px;
	min-height: 50px;
	color: var(--g-color-orange);
	background-color: transparent;
	transition: 0.2s;
}

.wp-block-button 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,
button[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	border-color: var(--g-color-orange);
	color: #fff;
	background-color: var(--g-color-orange);
	transform: scale(.92);
}

.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;
	overflow-x: clip;
}

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

.wrap,
aside.sidebar-primary .widget,
aside.sidebar-secondary .widget,
main.content {
	margin: 0 auto !important;
	padding: 0 5vw;
	display: grid;
	width: 100%;
	max-width: var(--wrap-width);
}

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

@media all and (max-width:782px) {

	body.admin-bar aside.nav-toggle,
	body.admin-bar aside.mobile-menu.responsive {
		top: 46px;
		/* WP Admin bar is 46px on mobile*/
	}
}

body.splash header.site-header,
body.splash footer.site-footer,
body.splash aside.nav-toggle,
body.splash aside.mobile-menu,
body.splash aside.extra-sidebar,
body.splash .footer-widgets {
	display: none;
}

body.splash .site-container .site-inner {
	padding: 0 !important;
}

body.splash .site-inner .content-sidebar-wrap {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	display: grid;
	align-content: center;
}

img {
	max-width: 100%;
	height: auto;
}

/* 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-color: transparent;
	transition: background 0.2s cubic-bezier(.43, .195, .02, 1);
	z-index: 1000;
}

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

@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;
	}
}

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

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

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

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

.site-title a {
	font-size: 0;
	display: block;
	margin: 0;
	height: 110px;
	min-height: 32px;
	margin: 0;
	height: 6.875rem;
	min-height: 2rem;
	width: 100%;
	min-width: 300px;
	max-width: 500px;
	width: 100%;
	min-width: 18.75rem;
	max-width: 531.25rem;
	background: url(images/JYDC_logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	transition: all 0.2s cubic-bezier(.43, .195, .02, 1);
}

.site-title a:hover {
	transform: scale(.98);
}

p.site-description {
	display: none;
}

.nav-logo {
	display: grid;
	justify-content: start;
	align-content: center;
	position: relative;
}

a.homelink,
a.custom-logo-link {
	margin: 0;
	height: 100%;
	display: grid;
	align-content: center;
	transition: all 0.4s cubic-bezier(.43, .195, .02, 1);
}

a.custom-logo-link img {
	margin: 0;
	height: 6.875rem;
	min-height: 2rem;
	width: 100%;
	min-width: 18.75rem;
	max-width: 531.25rem;
	transition: all 0.4s cubic-bezier(.43, .195, .02, 1);
}

a.homelink {
	width: 100%;
	min-width: 18.75rem;
	max-width: 531.25rem;
	transition: all 0.6s cubic-bezier(.43, .195, .02, 1);
}

a.homelink:hover,
a.custom-logo-link:hover img {
	transform: scale(.98);
}

a.homelink .st0 {
	fill: #f86129;
	transition: fill 0.6s cubic-bezier(.43, .195, .02, 1);
}

header.site-header.responsive a.homelink .st0 {
	fill: #fff;
}

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 {
	display: grid;
	align-self: stretch;
	align-items: center;
}

ul.menu.genesis-nav-menu {
	align-self: center;
	display: flex;
	flex-wrap: nowrap;
	column-gap: 3vw;
	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;
}

ul.menu.genesis-nav-menu li a {
	align-self: stretch;
	align-content: center;
	font-size: var(--base-font-size);
	text-align: center;
	text-transform: uppercase;
	height: 100%;
	padding: 14px 16px;
	margin: auto 0;
	border-radius: 10px;
	transition: 0.4s;
}

ul.menu.genesis-nav-menu li a:hover {
	color: var(--g-color-drkgreen);
	font-weight: 400;
}

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%;
	left: 0;
	z-index: 9999;
	border: 0px solid var(--g-color-drkgreen);
	border-radius: 10px;
	background-color: var(--g-color-peach);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	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-text);
}

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

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

/* 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;
}

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

#toggle {
	display: grid;
	grid-template-columns: auto auto;
	position: relative;
	right: 1.5rem;
	align-content: center;
	padding-top: 20px;
	transition: transform 0.2s;
}

#toggle span {
	align-self: center;
	display: grid;
	padding: 0 1.2rem;
	font-size: var(--base-font-size);
	color: var(--g-color-text);
	transition: transform 0.4s cubic-bezier(.43, .195, .07, 1);
	transform-origin: center center;
}

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

#toggle.responsive span::before {
	content: '';
	color: var(--g-color-body);
}

#toggle a {
	align-self: center;
	display: grid;
	height: 100%;
	padding: 0;
	border-radius: 50px;
	width: 3.5rem;
	height: 3.5rem;
	justify-content: center;
	align-content: center;
}

#toggleIcon {
	display: grid;
	align-content: space-evenly;
	height: 2.1rem;
	width: 2.3rem;
	transform-origin: center;
	transition: all 0.2s, height 0.2s, transform 0.2s, -webkit-transform 0.2s;
	-webkit-transition: all 0.2s, height 0.2s, -webkit-transform 0.2s;
	-o-transition: all 0.2s, height 0.2s, transform 0.2s;
}

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

#toggle.responsive #toggleIcon .bar {
	background: var(--g-color-body);
}

#toggle:not(.responsive):hover #toggleIcon {
	height: 2.5rem;
}

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

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

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

/* Mobile Menu */
aside.mobile-menu {
	display: grid;
	margin: 0 auto;
	padding: calc(var(--nav-height) + 20px) 3rem 3rem;
	grid-template-rows: auto;
	grid-row-gap: 25px;
	align-content: start;
	width: clamp(325px, 50vw, 700px);
	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-drkgreen);
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: none;
	z-index: 1002;
}

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

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

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

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

aside.mobile-menu ul li a {
	display: flex;
	width: 100%;
	font-size: clamp(1.6rem, 3.2vw, 80px);
	font-size: clamp(1.6rem, 6.8vw, 3rem);
	text-decoration: none;
	padding: 20px 0;
	padding: 1rem 0;
	align-self: center;
	transition: 0.4s;
	color: var(--g-color-body);
}

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

aside.mobile-menu ul li.menu-item-has-children {
	display: grid;
	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-body);
}

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 30px;
	border: 2px solid var(--g-color-drkgreen);
	border-radius: 10px;
	background-color: var(--g-color-green);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	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 a {
	padding-left: 1.5ch;
}


/* 04 Body Sections ////////////// */
main.content {
	padding-top: 60px !important;
}

#Connect {
	display: grid;
	justify-content: center;
	align-content: center;
	border-radius: 50px;
	background-color: var(--g-color-orange);
	color: #fff;
	padding: 100px 60px;
	padding: 5rem 3rem;
	position: relative;
}

#Connect.section {
	margin-bottom: 0;
}

#Connect::before {
	content: "";
	background-image: url(https://jeeyoungdobbs.com/wp-content/uploads/2025/07/JYDC_yellow.png);
	position: absolute;
	bottom: -10px;
	left: -50px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	/* width: 25%;
	max-width: 350px;
	height: 100%; */

	width: 100%;
	max-width: 100%;
	height: 100%;
	background-position: bottom left;
	background-size: clamp(8rem, 23vw, 18rem);
}

#Connect .txtbx {
	max-width: 600px;
	z-index: 101;
}

#Connect .txtbx h2 {
	color: #fff;
}

#Connect .txtbx .wp-block-button {
	margin-top: 20px;
}

#Connect .txtbx .wp-block-button a {
	border-color: #fff;
	background-color: transparent;
	color: #fff;
}

#Connect .txtbx .wp-block-button a:hover {
	border-color: var(--g-color-lime);
	background-color: var(--g-color-lime);
	color: var(--g-color-text);
}

.moreTitle {
	margin-top: 100px;
}

#More.section {
	margin-top: 0;
}

.more {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 5vw;
	border-radius: 50px;
	border: solid 4px var(--g-color-green);
	padding: 30px;
	justify-content: center;
	row-gap: 2rem;
	padding: 40px 30px 30px 30px;
}

.more figure {
	flex: 1 0 30%;
	max-width: 300px;
	max-width: 15rem;
	display: grid;
	grid-template-rows: 3fr 1fr;
	margin-bottom: 0;
}

.more figure:hover figcaption {
	color: var(--g-color-drkgreen);
}

.more figcaption {
	font-family: "Calistoga", serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(var(--base-font-size) + 0.5rem);
	margin-bottom: 0.8em;
	text-align: center;
	align-self: center;
}

/* Home */
#Hero {
	margin-top: 0;
	display: grid;
	grid-template-columns: 1.2fr 2fr;
	column-gap: 0;
	border-radius: 50px;
	background-color: var(--g-color-drkgreen);
	overflow: hidden;
}

#Hero .txtbx {
	padding: 5em 60px;
	color: #fff;
}

#Hero .txtbx h2 {
	color: var(--g-color-peach);
}

#Hero .txtbx .wp-block-button {
	margin-top: 20px;
}

#Hero .txtbx .wp-block-button a {
	border: 0px;
	background-color: var(--g-color-lime);
	color: var(--g-color-text);
}

#Hero .txtbx .wp-block-button a:hover {
	background-color: #fff;
}

#Hero .imgbx figure {
	margin: 0;
	width: 100%;
	height: 100%;
}

#Hero .imgbx figure img {
	width: auto;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#Offerings {
	display: grid;
	justify-content: center;
}

.offerings {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 2rem;
	row-gap: 2rem;
	max-width: 1200px;
	margin: 60px 0;
}

.offerings h2 {
	flex-basis: 100%;
}

.offerings figure {
	flex: 1 0 30%;
	max-width: 300px;
	max-width: 18.75rem;
	display: grid;
	grid-template-rows: 3fr 1fr;
}

.offerings figure.wp-block-image img {
	align-self: center;
}

.offerings figcaption {
	font-family: "Calistoga", serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(var(--base-font-size) + 0.5rem);
	margin-bottom: 0.8em;
	text-align: center;
}

.offerings .wp-block-buttons {
	flex-basis: 100%;
	margin-top: 0;
}

#About {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 0;
	border-radius: 50px;
	padding: 30px;
	background-color: var(--g-color-drkgreen);
}

#About .txtbx {
	padding: 5em 3.75rem;
	color: #fff;
}

#About .txtbx h2 {
	color: var(--g-color-peach);
}

#About .txtbx .wp-block-button {
	margin-top: 20px;
}

#About .txtbx .wp-block-button a {
	border: 0px;
	background-color: var(--g-color-lime);
	color: var(--g-color-text);
}

#About .txtbx .wp-block-button a:hover {
	background-color: #fff;
}

#About .imgbx {
	display: grid;
	align-content: stretch;
	justify-items: center;
	padding: 30px 0;
}

#About .imgbx figure {
	margin: 0;
	width: 100%;
	max-width: 340px;
	max-width: 21.25rem;
	height: auto;
	position: relative;
}

#About .imgbx figure img {
	width: auto;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: relative;
	border-radius: 1.875rem;
}

#About .imgbx figure::before {
	content: "";
	background-image: url(https://jeeyoungdobbs.com/wp-content/uploads/2025/07/JYDC_orange.png);
	position: absolute;
	bottom: -10px;
	right: -50%;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 80%;
	max-width: 250px;
	height: 100%;
	transition: all 0.2s ease-in-out;
	z-index: 2;
	/**/
	width: 100%;
	right: 0;
	bottom: 0;
	max-width: unset;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: bottom right;
	right: -30%;
	overflow: hidden;
}

#Testimonials {
	border-radius: 50px;
	border: solid 4px var(--g-color-green);
	padding: 5vw;
	display: grid;
	justify-content: center;
	align-items: center;
}

#Testimonials h2 {
	color: var(--g-color-text);
	margin-bottom: 60px;
}

#Testimonials figure {
	max-width: 60px;
	margin-bottom: 30px;
}

#Testimonials h4 {
	font-size: calc(var(--base-font-size) + 0.5rem);
	margin-bottom: 0;
}

/* Custom Pages */
body.page header.entry-header {
	text-align: center;
	margin: 0 0 2rem 0;
	padding: 0 5vw;
}

body.page header.entry-header h1 {
	display: inline-block;
	position: relative;
	margin-bottom: 5vw;
	left: 50px;
	transition: all 0.2s ease;
}

body.page header.entry-header h1::before {
	content: "";
	display: inline;
	position: absolute;
	top: -100%;
	right: 100%;
	width: 180px;
	height: 180px;
	width: 11.25rem;
	height: 11.25rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1001;
}

article.about header.entry-header h1::before {
	background-image: url("images/JYDCsucculent.png");
}

article.values header.entry-header h1::before {
	background-image: url("images/JYDCsucculent_2.png");
}

article.services header.entry-header h1::before {
	background-image: url("images/JYDCsucculent_5.png");
}

article.connect header.entry-header h1::before {
	background-image: url("images/JYDCsucculent_4.png");
}


.values {
	column-gap: 2rem;
	margin-bottom: 2rem;
}

.values figure {
	flex: 1 0 20%;
	margin: 0;
}

/* Carousels */
.carousel {
	position: relative;
	padding: 0 5vw;
}

.swiper {
	display: grid !important;
	align-content: center;
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

.swiper-wrapper>* {
	max-height: 100%;
	width: auto;
}

.pagcol {
	min-height: 20px;
	padding: 20px 0;
}

.swiper-pagination {
	width: 100%;
	min-height: 20px;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	width: 45px !important;
	height: 50px !important;
	background-image: url(images/arrow_left.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}

.swiper-button-next {
	transform: scaleX(-1);
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

#Clients figure.swiper-slide {
	align-content: center;
}

#Clients .swiper-slide img {
	width: 100%;
	object-fit: contain;
}

#Testimonials .swiper-slide {
	width: 100% !important;
}

#Testimonials .swiper-slide>div {
	text-align: center;
}


/* Archives, Error 404, & Blogs (/?s) */
body.blog article,
body.archive article,
body.search article {
	margin-bottom: 60px;
}

body.blog article a.entry-image-link img,
body.archive article a.entry-image-link img,
body.search article a.entry-image-link img {
	object-fit: contain;
	max-width: 350px;
	height: auto;
	margin-bottom: 20px;
}

body.error404 main.content {
	display: flex;
	justify-content: center;
	text-align: center;
}

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

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

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-bottom: 1rem;
	cursor: pointer;
}

.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;
	display: grid;
	grid-template-rows: 0;
	transition: grid-template-rows 0.25s cubic-bezier(0, .5, .2, .5), padding 0.3s cubic-bezier(.43, .195, .02, 1);
}

.csdetail.active .cssummary {
	padding-bottom: 1.5rem;
	grid-template-rows: 1fr;
}

/* 05 Footer ////////////// */
.footer-widgets {
	margin-top: 75px;
	min-height: var(--footer-widgets);
	display: grid;
	background-color: var(--g-color-tangerine);
}

.footer-widgets .wrap {
	align-self: stretch;
	justify-content: center;
	align-content: center;
}

.ftnav {
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	column-gap: 3vw;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
}

.ftnav a.ftnavbtn {
	color: var(--g-color-drkgreen);
	font-size: var(--base-font-size);
	text-align: center;
	text-transform: uppercase;
	padding: 14px 16px;
	transition: 0.4s;
}

.ftnav a.ftnavbtn:hover {
	font-weight: 400;
}

.ftnav a.ftnavbtn.logo {
	max-width: 350px;
	max-width: 21.875rem;
	max-width: 18rem;
	min-width: 8rem;
}

footer.site-footer {
	min-height: var(--footer-height);
	text-align: center;
	background-color: var(--g-color-tangerine);
}

footer.site-footer p {
	font-size: calc(var(--base-font-size) - 0.375rem);
	margin: 0;
	padding: 2em 0;
	display: inline;
	align-content: center;
	justify-content: center;
}

footer.site-footer a {
	color: var(--g-color-text);
}

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


@media (prefers-color-scheme: dark) {
	body {
		background-color: var(--g-color-text);
		color: var(--g-color-body);
	}

	#toggle span::before {
		color: var(--g-color-body);
	}

	#toggleIcon .bar {
		background: var(--g-color-body);
	}

	.more figure:hover figcaption {
		color: var(--g-color-orange);
	}

	footer.site-footer p {
		color: var(--g-color-text);
	}
}

/* 06 Responsive Styles ///////////*/
/* @media screen and (min-width: 1470px) */
@media screen and (min-width: 91.875em) {

	.wrap,
	aside.sidebar-primary .widget,
	aside.sidebar-secondary .widget,
	main.content {
		padding: 0;
	}

	.JYslider {
		padding: 0;
	}
}

@media screen and (max-width: 70em
	/* 1120px */
) {
	ul.menu.genesis-nav-menu {
		column-gap: 20px;
		column-gap: 1vw;
	}

	#Hero {
		grid-template-columns: auto;
		row-gap: 0;
	}

	#Hero .imgbx {
		order: -1;
	}

	#Hero .imgbx figure img {
		width: 100%;
		height: auto;
	}
}

/* @media screen and (max-width: 1024px) */
@media screen and (max-width: 64em) {
	header.site-header {
		position: absolute;
	}

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

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

	.site-title a {
		height: 110px;
		min-height: 32px;
		width: 100%;
		min-width: 250px;
		max-width: 500px;
		height: 6.875rem;
		min-height: 2rem;
		min-width: 15.625rem;
		max-width: 531.25rem;
	}

	a.custom-logo-link img {
		height: 6.875rem;
		min-height: 2rem;
		min-width: 15.625rem;
		max-width: 531.25rem;
	}

	aside.nav-toggle {
		display: grid;
	}

	.swiper {
		width: 80%;
	}

	.swiper-button-prev,
	.swiper-button-next {
		width: 34px !important;
	}

	#Testimonials .swiper,
	#Testimonials .swiper-wrapper {
		max-width: 700px;
	}
}

@media screen and (max-width: 56.25rem
	/* 900px */
) {
	.ftnav {
		flex-wrap: wrap;
		row-gap: 1em;
		margin: 5vh 0;
		padding-top: 0;
	}

	.ftnav a.ftnavbtn {
		flex-basis: 100%;
	}

	.ftnavbtn.logo {
		order: -1;
	}

	#About {
		grid-template-columns: auto;
		padding: 2rem;
		row-gap: 0;
	}

	#About .txtbx {
		padding: 3em 0;
	}

	#About .imgbx {
		order: -1;
		padding-bottom: 0;
		padding: 1rem 0;
	}

	#Testimonials .swiper,
	#Testimonials .swiper-wrapper {
		max-width: 600px;
		gap: 0;
	}

	.offerings {
		row-gap: 1rem;
	}

	.offerings figure {
		flex: 1 0 50%;
	}
}

@media screen and (max-width: 53.125rem
	/* 850px */
) {
	.values {
		flex-wrap: wrap !important;
	}

	.values figure {
		transition: all 0.2s ease-in-out;
		flex: 1 0 100%;
		position: relative;
		left: -5vw;
		max-width: 200px;
	}
}

@media screen and (max-width: 43.75rem
	/* 700px */
) {

	#Hero .txtbx {
		padding: 5em 30px;
	}

	#Testimonials .swiper,
	#Testimonials .swiper-wrapper {
		max-width: 400px;
	}

	.more {
		grid-template-columns: auto;
	}

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

	body.page header.entry-header h1::before {
		width: 120px;
		height: 120px;
		width: 7.5rem;
		height: 7.5rem;
		top: -50%;
	}
}

@media screen and (max-width: 34.375rem
	/* 550px */
) {
	.section {
		margin: 8rem 0;
	}

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

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

	#Testimonials {
		padding: 5vw 0;
		padding-top: 3rem;
	}

	#Connect::before {
		bottom: 0;
		background-image: none;
	}
}

@media screen and (max-width: 31.25rem
	/* 500px */
) {
	.site-header .wrap {
		padding: 0 5vw;
	}

	.site-title a {
		min-width: 210px;
	}

	a.homelink,
	a.custom-logo-link img {
		min-width: 210px;
		height: 5.2rem;
	}

	#toggle span {
		display: none;
	}
}

@media screen and (max-width: 20.313rem
	/* 325px FOR TINY SCREENS ONLY */
) {
	body {
		--nav-height: 6.25rem;
		hyphens: auto;
	}

	header.site-header {
		position: relative;
	}

	header.site-header.responsive {
		width: 100%;
		z-index: 1003;
	}

	.site-header .wrap {
		grid-template-columns: auto
	}

	.nav-logo,
	.title-area {
		justify-content: center;
		z-index: 1003;
	}

	a.homelink,
	a.custom-logo-link {
		width: 70vw;
	}

	aside.nav-toggle,
	aside.nav-toggle.responsive {
		position: relative;
		top: 0 !important;
		height: 2.5rem;
		height: auto;
	}

	#toggle {
		grid-template-columns: auto;
		right: 0;
	}

	#toggle span {
		display: none;
	}

	#toggle a {
		justify-content: center;
		padding: 0;
		width: 100%;
		border-radius: 0;
	}

	aside.mobile-menu {
		padding: 0 1.5rem 1.5rem;
		top: -100vh;
		right: 0;
		transition: top 0.5s cubic-bezier(.43, .195, .02, 1);
		z-index: 1001;
	}

	aside.mobile-menu.responsive {
		top: calc(var(--nav-height) + 2.5rem);
	}

	body.admin-bar aside.mobile-menu.responsive {
		top: calc(var(--nav-height) + 2.5rem + 46px);
	}

	.site-inner.responsive {
		position: fixed !important;
	}
}