/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
body .et_pb_row_0_tb_header {
    width: 246px;
    height: 767px;
	border-radius: 0 170px 170px 0;
}

body .et_pb_row_0_tb_header .et_pb_module_header{padding-bottom:0px;}
body .et_pb_row_0_tb_header .et_pb_module_header{padding-top:5px;}
body .et_pb_blurb_container{padding-left:10px;}
body .et_pb_row_0_tb_header .et_pb_image {
    display: inline-block;
    padding: 6px;
    margin-left: 20px !important;
}
.et_pb_image{display:flex;}
#mind-banner ul {
	padding-left: 0px;
	padding-bottom: 0px;
}

#mind-banner ul>li {
	padding-left: 0px;
	list-style-type: none;
	display: inline-block;
}

#mind-banner ul>li button.active {
	color: #84C13D;
	font-family: Cinzel;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2.015px;
	text-transform: uppercase;
	width: 189px;
	height: 39px;
	border-radius: 19px;
	background: #1D5511;
	border: none;
	margin-right: 10px;
	margin-bottom: 10px;
}
#products h2 { color: #000; }
#products h3 span { color: #84C13D; }
#products h5 span, #products h5 { color: #000; }
#videos .et_pb_text_11 , #audiobooks .et_pb_text_13 { margin-left: 20px; }
#signup .et_pb_text_16 h3 { letter-spacing: 11.16px; }
#signup .et_pb_text_17 h3 { font-weight: 400; }
#mind-banner ul>li button {
	color: #3F942D;
	font-family: Cinzel;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 2.015px;
	text-transform: uppercase;
	width: 189px;
	height: 39px;
	border-radius: 19px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid;
}

#mind-banner .et_pb_text_inner h2 {
	font-family: Cinzel;
	font-size: 64px;
	font-weight: 400;
	line-height: 86px;
	letter-spacing: 0.155em;
	text-align: left;
	padding: 0px;
	color: #000;
	margin-bottom: -20px;
}

#products .dica_divi_carousel_0 .dica_divi_carouselitem .dica-image-container .image {
	max-width: 100%;
	width: 252px;
	height: 252px;
	padding: 20px 50px;
	background: #FFF;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 15px;
}

#products .et_pb_image_wrap, #activewear .et_pb_image_wrap, .et_pb_row_5 .et_pb_image_wrap {
	max-width: 100%;
	width: 252px;
	height: auto;
	padding: 20px 50px;
	background: #FFF;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 15px;
}

#products .dica_divi_carousel_0 .dica_divi_carouselitem .dica-image-container .image img {
	max-width: 100%;
	width: 252px;
	height: 212px;
}

#mind-banner p {
	color: #000;
	font-family: "Alegreya Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 149%;
}


#products .et_pb_image_wrap img {
	max-width: 100%;
	object-fit: cover;
	height: 212px;
}

#see-more-btn {
	background: #1d5511;
	width: 246px;
	text-align: center;
	border: none;
	border-radius: 100px;
	color: #84C13D;
	font-family: Cinzel;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2.015px;
	text-transform: uppercase;
	height: 39px;
	padding: 10px;
}

#see-more-btn:hover:after {
	opacity: 1;
	margin-left: 0;
	top: 3px;
}

.video-item,
.audio-item {
	position: relative;
	width: 33%;
	float: left;
	margin-bottom: 20px;
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

.audio-item {
	margin-bottom: 30px;
}

.play-video,
.play-audio {
	position: absolute;
	background-image: url(https://gingerlyhappy.com/wp-content/uploads/2024/01/play-button-icon.png);
	background-color: transparent;
	border: none;
	width: 100px;
	height: 100px;
	background-size: contain;
	cursor: pointer;
	left: 75px;
	top: 70px;
	background-repeat: no-repeat;
}

#video-popup,
#audio-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	align-items: center;
	justify-content: center;
	z-index: 9999 !important;
}

#video-popup .popup-content,
#audio-popup .popup-content {
	width: 85%;
	max-width: 500px;
	margin: 0 auto;
	background: #fff;
	padding: 10px;
	margin-top: 100px;
	position: relative;
	border-radius: 5px;
}

#video-popup .popup-content iframe,
#audio-popup .popup-content iframe {
	width: 100%;
}

.close-button {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 25px;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	background: linear-gradient(100deg, #974D38 2.11%, rgba(151, 77, 56, 0.39) 28.62%, rgba(151, 77, 56, 0.00) 52.07%, rgba(151, 77, 56, 0.33) 77.57%, #974D38 98.98%), #CB7056;
	border: none;
	padding: 10px;
	border-radius: 50px;
	width: 48px;
	height: 48px;
	font-size: 36px;
	line-height:25px;
}

#audio-player {
	width: 100%;
	margin-bottom: -10px;
}

.audio-item h3 {
	color: #000;
	font-family: "Alegreya Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3.6px;
	padding-bottom: 0px;
	text-transform: uppercase;
	width: 100%;
}

.video-item h3 {
	color: #000;
	font-family: Allura;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	padding-bottom: 0px;
	line-height: normal;
	letter-spacing: 6.48px;
	text-transform: lowercase;
	width:100%;
}

.video-item p {
	color: #84C13D;
	font-family: "Alegreya Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 4.68px;
	text-transform: uppercase;
}

.audio-item p {
	color: #000;
	font-family: Allura;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 4.32px;
	text-transform: lowercase;
}

.impactful-person {
	width: 50%;
	display: flex;
	gap: 20px;
	vertical-align: sub;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}

.audio-item img,
.video-item img {
	margin-bottom: 10px;
}

#myModal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	align-items: center;
	display: none;
	justify-content: center;
	z-index: 9999 !important;
}

#myModal .modal-content {
	width: 85%;
	max-width: 400px;
	margin: 0 auto;
	background: #fff;
	padding: 10px;
	margin-top: 100px;
	position: relative;
	border-radius: 5px;
	display: flex;
	gap: 20px;
	vertical-align: sub;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}


#signup .et_pb_column {
	z-index: auto;
}

.close {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 25px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-weight: 600;
	background: linear-gradient(100deg, #974D38 2.11%, rgba(151, 77, 56, 0.39) 28.62%, rgba(151, 77, 56, 0.00) 52.07%, rgba(151, 77, 56, 0.33) 77.57%, #974D38 98.98%), #CB7056;
	border: none;
	padding: 10px;
	border-radius: 50px;
	width: 48px;
	height: 48px;
}

.impactful-people-container {
	display: flex;
	flex-wrap: wrap;
}

.person-name {
	color: #000;
	text-align: center;
	font-family: "Alegreya Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3.6px;
	text-transform: uppercase;
}

.impactful-person .person-name {
	color: #000;
	text-align: center;
	font-family: "Alegreya Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3.6px;
	text-transform: uppercase;
}

#mind-banner {
	margin-bottom: -200px;
	padding-bottom: 54px;
}

#products {
	padding-top: 150px;
	background-color: transparent !important;
}

#flower-bg {
	position: absolute;
	top: 0px;
	width: 100%;
	background: transparent;
	height: 100%;
}

#leaf-left {
	position: absolute;
	right: 0px;
	top: 0px;
}

#leaf-right {
	position: absolute;
	left: 0px;
	top: 0px;
}

#flower-bg img {
	width: 360px;
}

#yoga-class .et_pb_image_wrap {
	padding: 0px;
}

#yoga-class .et_pb_image_wrap img {
	max-width: 100%;
	object-fit: cover;
	height: 252px;
}

#impaxtful-people .et_pb_toggle {
	border-radius: 26px;
	background: #FFF;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
	padding: 20px 40px 20px 40px;
}

#impaxtful-people .et_pb_toggle_title {
    color: #000;
    font-family: Allura;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6.48px;
    text-transform: lowercase;
    background-image: url(https://gingerlyhappy.com/wp-content/uploads/2024/01/green-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 55px;
}
#impaxtful-people .et_pb_toggle_open .et_pb_toggle_title{
	background-image: url(https://gingerlyhappy.com/wp-content/uploads/2024/01/green-down-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 55px;
}


.mind-videos {
	margin-bottom: 0px !important;
}

.et_pb_accordion .et_pb_toggle_title:before {
	content: "\E050";
	position: absolute;
	right: 0;
	font-size: 16px;
	color: #ccc;
	top: 50%;
	margin-top: -0.5em;
	font-family: ETmodules !important;
	font-weight: 400 !important;
	content: "\35" !important;
}

#impaxtful-people .et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\E050";
	position: absolute;
	right: 0;
	font-size: 27px;
	color: #3F942D;
	top: 50%;
	margin-top: -0.5em;
	background: #fff;
	border-radius: 50%;
	width: 29px;
	height: 29px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.20);
}

.main-header-menu-list {
    padding-left: 30px !important;
    padding-bottom: 25px !important;
}

.main-header-menu-list a {
	color: #000;
	font-family: "Alegreya Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.88px;
	text-transform: uppercase;
}

#videos .et_pb_column, 
#audiobooks .et_pb_column, 
#impactful-people .et_pb_column,
footer .et_builder_inner_content{
	z-index: unset;
}

.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before{color: #cb7056 !important;}
.et_mobile_menu{    border-top: 3px solid #cb7056;}
@media only screen and (max-width:767px) {
	.page-template-default .et-l--header .et_pb_row_1_tb_header {
		width: 100%;
		border-radius: 0px;
		top: 0px !important;
		padding: 10px;
	}
	
	#home{padding-top:100px;}
	.et_pb_module .mobile_menu_bar:before {
    top: 2px;
}
	.impactful-person .person-name{text-align:left;}
	.et_pb_image_0_tb_header .et_pb_image_wrap img {
		max-width: 100px !important;
		margin-left: 15px;
	}

	.et-l--header .et_pb_row_1_tb_header .et_pb_menu {
		position: relative;
		right: 0px;
		margin-top: -60px;
		background: transparent;
		z-index: 99999;
	}

	.video-item,
	.audio-item {
		width: 100%;
	}

	.impactful-person {
		width: 100%;
	}

	.page-template-default .et_pb_section .et_pb_row {
		padding: 0px 0px !important;
	}

	#products {
		padding-top: 180px;
	}

	#mind-banner .et_pb_text_inner h2 {
		font-family: Cinzel;
		font-size: 28px;
		font-weight: 400;
		line-height: 36px;
		letter-spacing: 0.155em;
		text-align: left;
		padding: 0px;
	}
	#mind-banner {
    padding-top: 180px !important; 
}
}


@media only screen and (max-width:991px) {
	#flower-bg {
		display: none;
	}

	.page-template-default .et-l--header .et_pb_row_1_tb_header {
		width: 100%;
		border-radius: 0px;
		top: 0px !important;
		padding: 10px;
	}

	.et_pb_image_0_tb_header .et_pb_image_wrap img {
		max-width: 100px !important;
		margin-left: 15px;
	}

	.page-template-default #page-container .et_pb_row {
		padding-left: 0px !important;
	}

	.et-l--header .et_pb_row_1_tb_header .et_pb_menu {
		position: relative;
		right: 0px;
		background: transparent;
		margin-top: -60px;
		z-index: 99999;
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	#flower-bg img {
		max-width: 160px;
	}

	.et_pb_blurb_position_left .et_pb_blurb_container {
		padding-left: 5px;
	}

	.play-video,
	.play-audio {
		top: 55px;
		left: 55px;
	}

	.et-l--header .et_pb_row_0_tb_header {
		width: 18%;
	}

	#see-more-btn {
		width: 100%;
	}
}

/* @media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
	#main-content {
		padding-top: 100px;
	}

} */

@media only screen and (min-width: 1300px) {
	#signup .et_pb_text_15 h3 { padding-left: 70px; }
	#impactful-people .et_pb_module .impactful-people-container { padding-left: 65px; }
}

@media only screen and (min-width:1201px) and (max-width:1400px){
    #flower-bg img {
		max-width: 260px;
	}

}

@media only screen and (max-width:1024px) and (max-height:1024px) {
	#mind-banner ul>li button { width: 150px; }
}

@media only screen and (min-width: 1024px) { 
	#mind-banner ul { display: flex; }
}

@media only screen and (max-width:1300px) {
	body .et_pb_row_0_tb_header { width: 220px; }
}

@media only screen and (max-width:1024px) {
	body .et_pb_row_0_tb_header .et_pb_image { margin-left: 6px !important; }
}


.main-header-menu-list li a { position: relative; }
.main-header-menu-list li a:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 15px;
    background-image: url(https://gingerlyhappy.com/wp-content/uploads/2024/01/right-arrow-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 1px;
    right: -15px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	border-radius: 29px !important;
    opacity: 0.8;
    background: #FAF2F0;
}
.wpcf7-form-control.has-spinner.et_pb_button.et_pb_bg_layout_light.wpcf7-submit { 
	border-radius: 5px !important;
	background: linear-gradient(100deg, #974D38 2.11%, rgba(151, 77, 56, 0.39) 28.62%, rgba(151, 77, 56, 0.00) 52.07%, rgba(151, 77, 56, 0.33) 77.57%, #974D38 98.98%), #CB7056 !important;
	color: #FFF;
    font-family: "Alegreya Sans";
    font-size: 20px;
    font-style: normal;
	letter-spacing: 3.6px;
	cursor: pointer;
}
div.wpcf7 p label { 
	font-family: "Alegreya Sans";
	font-size: 20px;
	font-style: normal;
}



@media only screen and (max-width:1024px) {
	.video-item, .audio-item { width: 30%; margin-right: 30px; }
	header h4 a { font-size: 16px !important; }
	.main-header-menu-list a { letter-spacing: 0; }
} 

@media only screen and (max-width:767px) {
	.video-item, .audio-item { width: 100% }
}


footer .et_pb_social_media_follow li a.icon { height: 45px; width: 45px; margin-right: 20px; }
footer .et_pb_social_icon a.icon:before { padding: 6px; }
#mind-banner ul>li button { background-color: #fff; }
#products .et_pb_column .et_pb_image { margin-bottom: 0%; }
#impactful-people { margin-top: -75px; margin-bottom: -30px; }

#products .et_pb_column .et_pb_text_align_left,
#activewear .et_pb_column .et_pb_module.et_pb_text,
.et_pb_row_5 .et_pb_column .et_pb_module.et_pb_text { min-height: 130px; }

#videos h2, #audiobooks h2, #impactful-people h2 { color: #000; }
.shop-all-products h2 {
	color: #CB7056 !important;
	font-family: 'Allura' !important;
	font-size: 72px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal !important;
	letter-spacing: 11.16px !important;
	text-transform: lowercase;
	text-align: left !important;
	margin-bottom: 25px !important;
	margin-top: -35px !important;
}

#product img {
	width: 252px;
    height: 252px;
    object-fit: contain;
} 

#products h2, #videos h2, #audiobooks h2, #impactful-people h2 { position: relative; }

#products h2 span, #videos h2 span, #audiobooks h2 span, #impactful-people h2 span { background: #fff; padding-right: 30px; }

#products h2:after, #videos h2:after, #audiobooks h2:after, #impactful-people h2:after { 
	content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #CB7056;
    left: 0;
    top: calc(50% + 15px);
    z-index: -1;
 }


#videos .et_pb_row_2 .et_pb_column, #audiobooks .et_pb_row_4 .et_pb_column, #impaxtful-people { padding-left: 30px; }

 @media only screen and (min-width: 1024px) { 
    .meet-the-founder-img { justify-content: flex-end; }
 }
 @media only screen and (max-width: 1000px) { 
    .meet-the-founder-img { justify-content: center; }
 }


@media only screen and (max-width: 1024px) {
    .audio-item { float: inline-end !important; }
    #videos .et_pb_row_2 .et_pb_column, #audiobooks .et_pb_row_4 .et_pb_column, #impaxtful-people { padding-left: 0px; }
 }
