/* homepage css */

/*
*/
:root {
	--theme-content-spacing: unset
}
/*
body.home .site-main .entry-content {
	min-height: 600vh;
	background-image: -webkit-linear-gradient(to bottom, transparent, var(--theme-palette-color-4) 19% 66%, transparent);
	background-image: -moz-linear-gradient(to bottom, transparent, var(--theme-palette-color-4) 19% 66%, transparent);
	background-image: -ms-linear-gradient(to bottom, transparent, var(--theme-palette-color-4) 19% 66%, transparent);
	background-image: -o-linear-gradient(to bottom, transparent, var(--theme-palette-color-4) 19% 66%, transparent);
	background-image: linear-gradient(to bottom, transparent, var(--theme-palette-color-4) 20.5% 68%, transparent);
}
*/

body.home .site-main .entry-content {
	/* min-height: 520vh; */
	padding-top: clamp(3em, (100vw - 100vmin), 5.8em);
	background-image: -webkit-linear-gradient(to bottom, var(--theme-palette-color-4), transparent 19% 66%, var(--theme-palette-color-4));
	background-image: -moz-linear-gradient(to bottom, var(--theme-palette-color-4), transparent 19% 66%, var(--theme-palette-color-4));
	background-image: -ms-linear-gradient(to bottom, var(--theme-palette-color-4), transparent 19% 66%, var(--theme-palette-color-4));
	background-image: -o-linear-gradient(to bottom, var(--theme-palette-color-4),  var(--theme-palette-color-2) 16% 66%, var(--theme-palette-color-4));
	background-image: linear-gradient(to bottom, var(--theme-palette-color-4),  var(--theme-palette-color-2) 32% 57%, var(--theme-palette-color-4) 91%);
	background-image: linear-gradient(to bottom, var(--theme-palette-color-4),  var(--theme-palette-color-2) 33% 59%, var(--theme-palette-color-4) 95%)
}

.entry-content > .gb-container:not(:last-child) {
	margin-bottom: clamp(50px, (100vw - 100vmin), 80px)
}

.gb-button {
	cursor: pointer;
}

.cta-container .subscribe-form .kadence-blocks-form-field.kb-submit-field button,
.gb-button.pd-button {
    display: inline-flex;
    width: fit-content;
    font-size: clamp(29.5px, (100vw - 100vmin), 43px);
    /* padding: 3px clamp(72px, (100vw - 100vmin), 100px); */
    border-radius: 14px;
    background-color: var(--theme-palette-color-3);
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: .35px;
	max-width: 80.5vw;
}

.cta-container .subscribe-form .kadence-blocks-form-field.kb-submit-field button:hover,
.gb-button.pd-button:hover {
	background-color: var(--theme-palette-color-1);
	background-color: #42a7d7;
}

/*
#header:before {
    content: '';
    z-index: -1;
    position: absolute;
    margin-top: 160px;
    margin-top: calc(var(--header-height) / 1.65);
    background-image: url(/wp-content/uploads/drip.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 134%;
}
*/

#header [data-row*=middle] {
	/* height: calc(var(--header-height) / 1.1); */
    margin-bottom: -5.8em;
}
/*
#header [data-row*=middle]:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/drip.webp);
    background-repeat: no-repeat;
    background-size: 100%;
	z-index: -1;
    height: 380px;
    width: 100%;
    top: 50%;
}
*/
.drip {
	background-image: url("/wp-content/uploads/drip.webp")
}

/* hero section */

.featured-product-slider {
	padding: 0 48px;
	padding: 0 clamp(12px, (100vw - 100vmin), 48px);
	max-width: clamp(80.15vw, (100vw - 100vmin), 1680px);
	margin: 0 auto;
}

.featured-product-slider ul.wp-block-post-template {
	padding: clamp(20px, (100vw - 100vmin), 30px) 0;
}

.featured-product-slider .wp-block-post-template>.gspbgrid_item {
	padding: 0 clamp(13.5px, (100vw - 100vmin), 19px) 22px;
	border: 0;
}

body .featured-product-slider h3.gspb-dynamic-title-element {
	font-size: clamp(22px, (100vw - 100vmin), 36px);
	line-height: clamp(28px, (100vw - 100vmin), 43px);
	margin-top: clamp(.5px, (100vw - 100vmin), 9px);
	margin-bottom: clamp(8.5px, (100vw - 100vmin), 14px);
}

body .featured-product-slider .gspb_meta.wp-block-greenshift-blocks-meta .gspb_meta_value {
	font-size: clamp(12.75px, (100vw - 100vmin), 14px);
}

.featured-product-slider .wp-block-post-template>.gspbgrid_item .wp-block-greenshift-blocks-dynamic-post-image {
	padding: 0 28px;
}

.featured-product-slider .wp-block-post-template>.gspbgrid_item:before {
	content: '';
	position: absolute;
	top: 24%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border-radius: clamp(42px, (100vw - 100vmin), 54px);
	background-image: -webkit-linear-gradient(to bottom,  var(--theme-palette-color-1) , var(--theme-palette-color-4) 70%);
	background-image: -moz-linear-gradient(to bottom,  var(--theme-palette-color-1) , var(--theme-palette-color-4) 70%);
	background-image: -ms-linear-gradient(to bottom,  var(--theme-palette-color-1) , var(--theme-palette-color-4) 70%);
	background-image: -o-linear-gradient(to bottom,  var(--theme-palette-color-1) , var(--theme-palette-color-4) 70%);
	background-image: linear-gradient(to bottom,  var(--theme-palette-color-1) 1%, var(--theme-palette-color-4) 80.5%);
}

.featured-product-slider .wp-block-post-template>.gspbgrid_item:not(.swiper-slide-active) {
	transform: scale(.84)
}

.featured-product-slider .wp-block-post-template>.gspbgrid_item.swiper-slide-active {
	transform: scale(1.05)
}

.featured-product-slider .swiper-button-prev,
.featured-product-slider .swiper-button-next {
    box-shadow: 0px 0px 80px rgb(234 54 137 / 22%);
	background-color: rgba(235,80,151, .18);
	transition: opacity .25s ease;
	opacity: .6;
}

.featured-product-slider .swiper-button-prev:hover,
.featured-product-slider .swiper-button-next:hover {
    opacity: .9
}

.featured-product-slider .swiper-button-prev:after,
.featured-product-slider .swiper-button-next:after {
    -webkit-text-stroke: 2px;
	font-size: clamp(26px, (100vw - 100vmin), 30px);
}

/* second section */

.desktop-padding {
	padding: 0 clamp(.01px, (100vw - 100vmin), 86px);
}

/* third section (testimonial) */

.testimonial-parent-container,
.testimonial-container,
.testimonial-section {
	position: relative
}

.testimonial-section:before {
	content: '';
    position: absolute;
	border-top: 1px solid rgba(255,255,255,.7);
	width: 60%;
    left: 0;
}

.testimonial-title strong {
	font-size: 136%;
}

.testimonial-container {
   /* background-image: linear-gradient(to right, var(--theme-palette-color-4) 14%, transparent 54% 57%, var(--theme-palette-color-4) 100%);
	 background-image: linear-gradient(to right, var(--theme-palette-color-4) 14%, #ec5098 54% 57%, var(--theme-palette-color-4) 100%); 
	background: linear-gradient(to right, rgba(0,0,0,1) 14%, rgba(0,0,0,.1) 54% 57%, rgba(0,0,0,1) 100%);*/
	/*
	background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,.8), rgba(0,0,0,.6), rgba(0,0,0,.4), rgba(0,0,0,.2), rgba(0,0,0,.1), rgba(0,0,0,.1), rgba(0,0,0,.2), rgba(0,0,0,.4), rgba(0,0,0,.7), rgba(0,0,0,1) 100%);
	box-shadow: inset 70px 0px 90px -10px rgba(0,0,0,.8);
	*/
	    background: linear-gradient(to right, rgba(0,0,0,1) 10%, rgba(0,0,0,.9), rgba(0,0,0,.8), rgba(0,0,0,.7), rgba(0,0,0,.6), rgba(0,0,0,.5), rgba(0,0,0,.4), rgba(0,0,0,.3), rgba(0,0,0,.2), rgba(0,0,0,.15), rgba(0,0,0,.1), rgba(0,0,0,.09), rgba(0,0,0,.1), rgba(0,0,0,.15), rgba(0,0,0,.2), rgba(0,0,0,.3), rgba(0,0,0,.4), rgba(0,0,0,.5), rgba(0,0,0,.6), rgba(0,0,0,.7), rgba(0,0,0,.8), rgba(0,0,0,.9), rgba(0,0,0,1) 100%);
    box-shadow: inset 90px 0px 199px -48px rgba(0,0,0,.8);
    border-radius: 18px;
    padding: 38px 28px;
	padding: clamp(20px, (100vw - 100vmin), 38px) clamp(17px, (100vw - 100vmin), 28px);
	/*
    box-shadow: inset 0 0 80px 0 black;
	inset 80px 0px 80px 14px black, inset -90px 0 80px 14px black
	*/
}

.testimonial-parent-container:before {
	content: '';
    position: absolute;
    background: rgba(255,255,255,.7);
    width: 1px;
    left: -86px;
    height: -webkit-fill-available;
    display: block;
    top: 76px;
    bottom: 76px;
    overflow: hidden;
}

.testimonial-container:before {
	content: '';
    position: absolute;
    background: rgba(255,255,255,.7);
    height: 1px;
    top: 50%;
    left: -86px;
    width: 86px;
}

.testimonial-container:after {
	content: '';
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    border-top: clamp(16px, (100vw - 100vmin), 24px) solid transparent;
    border-bottom: clamp(16px, (100vw - 100vmin), 24px) solid transparent;
    border-left: clamp(30px, (100vw - 100vmin), 40px) solid #000;
   /* right: -38px; */
	right: calc(-28px - (38 - 30) * ((100vw - 300px) / (1680 - 300)))
}

.testimonial-container p {
	margin-bottom: clamp(2px, (100vw - 100vmin), 6px);
	font-size: clamp(14px, (100vw - 100vmin), 16px)
}

.donut-container {
	position: relative;
	z-index: 1;
}

/* hightlight section */

.highlight-container {
	position: relative;
	overflow: hidden;
    padding: clamp(28px, (100vw - 100vmin), 36px) clamp(26px, (100vw - 100vmin), 34px);
    background-image: linear-gradient(to bottom, var(--theme-palette-color-1) 1%, var(--theme-palette-color-4) 80.5%);
	background-image: linear-gradient(to bottom, #ec509a 20%, var(--theme-palette-color-4) 79%);
    border-radius: 40px;
	transition: all .325s ease;
	min-height: clamp(460px, (100vw - 100vmin), 567px);
}

.highlight-container:hover {
	background-color: #ed5199;
	background-image: linear-gradient(to bottom, #ed5199, #ed5199);
}

.highlight-container * {
	position: relative;
}

.highlight-container:before {
	content: '';
    width: 100%;
	position: absolute;
    height: -webkit-fill-available;
	background-image: url(/wp-content/uploads/small-drip-second-container.webp);
	background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    right: 0;
}

.highlight-parent-container .highlight-container:first-child:before,
.highlight-parent-container .highlight-container:last-child:before {
	background-image: url(/wp-content/uploads/small-drip-recolor.webp);
}

.highlight-container p.num {
	
}

.highlight-container h3 {
	margin-top: clamp(4px, (100vw - 100vmin), 8px);
	margin-bottom: clamp(14px, (100vw - 100vmin), 18px);
	padding-right: clamp(70px, (100vw - 100vmin), 70px);
    font-size: clamp(33px, (100vw - 100vmin), 41px);
	min-height: clamp(30px, (100vw - 100vmin), 128px);
    line-height: 1.065;
}

.highlight-container p:not(.num) {
	line-height: 1.45
}

.highlight-container * img {
	position: absolute;
	right: -90px;
    top: 40px;
}

/* section */

.dashed-border,
.community-container {
	/* border-top: 1px solid rgba(255,255,255,.7); */
	position: relative
}

.dashed-border:before,
.community-container:before {
	content: '';
	position: absolute;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23aaa' stroke-width='2' stroke-dasharray='5%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    margin: 0 2px;
	display: block;
	width: 99%;
    height: 1px;
	top: 0;
}

.dashed-border:before {
	/*
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23aaa' stroke-width='2' stroke-dasharray='5%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e"); */
	background-image: url("data:image/svg+xml,%3csvg width='82%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23aaa' stroke-width='2' stroke-dasharray='5%2c 8.25' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e")
}

h3.community-headline {
	/* font-size: clamp(41.25px, (100vw - 100vmin), 113px); 
	font-size: clamp(41.75px, (100vw - 100vmin), 113px); */
	font-size: clamp(41.75px, (100vw - 100vmin), calc(52px + (129.5 - 52) * ((100vw - 600px) / (1920 - 600))));
	display: block;
	line-height: .825
}

h3.community-headline span.first {
    margin-left: clamp(1px, (100vw - 100vmin), 160px);
}

h3.community-headline span.second {
    margin-left: clamp(59px, (100vw - 100vmin), 280px);
}

h3.community-headline span.first,
h3.community-headline span.second {
	font-size: 96%;
	display: block;
    opacity: .9;
}

.community-container p {
	font-size: clamp(14px, (100vw - 100vmin), 16px);
}


h3.community-headline mark.gb-highlight {
	font-family: var(--theme-font-family);
	font-weight: 700;
}

/* cta section */

.cta-container .subscribe-form input,
.cta-container .subscribe-form button {
	--theme-button-min-height: clamp(48px, (100vw - 100vmin), 54px);
	height: var(--theme-button-min-height);
}

.cta-container h3 {
	font-size: clamp(31px, (100vw - 100vmin), 39.5px)
}

.cta-container .subscribe-form .kadence-blocks-form-field.kb-submit-field button {
	font-family: var(--risingStar);
	width: -webkit-fill-available;
}

.cta-container .kb-form .kadence-blocks-form-field input,
.cta-container .subscribe-form .kadence-blocks-form-field.kb-submit-field button {
	border-radius: 8.75px
}

.cta-container .kb-form .kadence-blocks-form-field input::placeholder {
	font-size: clamp(14px, (100vw - 100vmin), 16px);
}
/**/
.cta-container .kb-form .kadence-blocks-form-field.kb-input-size-standard input {
	background: rgba(255, 255, 255, 0.88);
}

.cta-container .kb-form .kadence-blocks-form-field input::placeholder {
  color: var(--theme-palette-color-1);
  opacity: .92;
}


@media (min-width: 768px) {
	
	.featured-product-slider .swiper-button-prev,
	.featured-product-slider .swiper-button-next {
		background-color: unset;
		box-shadow: none;
	}
	
	.community-container .dashed-border p,
	.highlight-parent-container {
		padding: 0 clamp(.001px, (100vw - 100vmin), 20px);
	}
	
	.community-container,
	.community-container .first-col {
		padding-left: clamp(.001px, (100vw - 100vmin), 7px);
	}
	
	.highlight-parent-container .highlight-container:first-child,
	.highlight-parent-container .highlight-container:last-child {
		transform: translate(0, 50px);
	}
	
	.entry-content > .gb-container.highlight-parent-container {
		margin-bottom: clamp(110px, (100vw - 100vmin), 140px)
	}
	
	.cta-container {
		padding: 0 clamp(.001px, (100vw - 100vmin), 16px);
	}
	
	.cta-container .kb-form {
		gap: .65%
	}

	.cta-container .kb-form .kadence-blocks-form-field.kb-field-desk-width-33.kb-input-size-standard {
		width: 40%;
	}

	.cta-container .kb-form .kadence-blocks-form-field.kb-field-desk-width-33.kb-submit-field {
		width: 18.35%;
	}
	
}
/*
@media (min-width: 768px) and (max-width: 1024px) {*/
@media (min-width: 768px) and (max-width: 1366px) {

	#header [data-row*=middle] {
		margin-bottom: -6.9em;
	}
	#header [data-row*=middle]:after {
		top: 49%;
	}
	
}

@media (max-width: 767px) {
	
	.cta-container .kb-form {
		gap: 18px
	}

	.cta-container .kb-form .kadence-blocks-form-field.kb-field-desk-width-33.kb-input-size-standard {
		width: 100%;
	}

	.cta-container .kb-form .kadence-blocks-form-field.kb-field-desk-width-33.kb-submit-field {
		width: 83%;
		margin-top: 6px;
	}
	
}

@media (max-width: 499px) {
	
	.featured-product-slider .swiper {
		overflow: visible;
	}
	
	#header [data-row*=middle] {
		margin-bottom: -2.9em;
	}
	
	#header [data-row*=middle]:after {
		top: 53%;
	}
	
	.testimonial-section:before {
		width: 120%;
	}
	
	.testimonial-container p {
		line-height: 1.755	
	}
	
	div.testimonial-container .gb-icon svg {
		width: .75em;
    	height: .75em;
	}
	
	h3.community-headline span.first, h3.community-headline span.second {
		
	}
	
	h3.community-headline span.first {
		margin-left: -42px
	}
	
	.dashed-border:before {
		display: none
	}
	
	.community-container:after {
		content: '';
		position: absolute;
		background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23aaa' stroke-width='2' stroke-dasharray='5%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
		margin: 0 2px;
		display: block;
		width: 99%;
		height: 1px;
		bottom: 0;
	}
	
	
}