/** Shopify CDN: Minification failed

Line 144:1 "heigth" is not a known CSS property
Line 592:1 "diplay" is not a known CSS property
Line 674:1 "boder" is not a known CSS property
Line 1280:11 Expected identifier but found whitespace
Line 1280:12 Unexpected "540px"
Line 1283:11 Expected identifier but found whitespace
Line 1283:12 Unexpected "960px"
Line 1286:11 Expected identifier but found whitespace
Line 1286:12 Unexpected "720px"
Line 1289:11 Expected identifier but found whitespace
... and 1 more hidden warnings

**/
.cart-drawer-form .route-div,
.ajax-cart--bottom-wrapper .cart--shipping-message {
  max-width: calc(100% - 20px) !important;
  margin: 0 auto 10px !important;
}

/* Clay, your styles here */
body{
	font-family: "TexReg";
}
/* Header */
.header-wrapper{
	box-shadow: 0 10px 30px rgba(0,0,0,.22);
	border: 0;
	z-index: 111;
	position: relative;
	margin-bottom: 0px !important;
}
.dropdown-menu.dropdown-menu--standard{
	width:250px;
}
.header-wrapper li a,
.header-wrapper .header-link {
  display:block;
}
/* Footer */
#shopify-section-footer footer{
	background: #0C3B71;
	position:relative;
	margin-top: 84px;
}
.mailing-list-footer{
	position: absolute;
	top: -84px;
	left: 0;
	display: flex;
	align-items: center;
	background: #1E92AD;
	min-width: 100%;
	right: 0;
	justify-content: center;
	padding: 20px;
}
@media only screen and (max-width: 600px) {
	.mailing-list-footer {
		top: -93px;
		left: 0;
		display: block;
		padding: 10px 0;
	}
}

.mailing-list-footer h3{
	margin: 0 40px;
	font-weight: bold;
}
.mailing-list-footer #newsletter-wrapper input {
	border:0;
	border-bottom: 1px solid white;
	background: transparent;
	padding:0
}
#newsletter_submit{
	margin-left:20px;
	background:#fff;
	border-radius:7px;
	box-shadow:0 3px 6px rgba(0,0,0,.31);
	padding: 5px 30px;
	width: auto;
	height: auto;
}
.mailing-list-footer .feather{
	color: #797979;
	height: 20px;
}
#footer-payment-methods{
	display:none
}
#shopify-section-footer .type-subheading{
	font-weight:bold;
}
.footer-block--wrapper .sm-icons svg {
	fill: #0C3B71;
	width:25px
}
.footer-block--wrapper .sm-icons li a {
	background: #fff;
	border-radius: 50%;
	padding: 5px 3px;
	height: 35px;
	width: 35px;
	text-align: center;
}
/* Global */
.copy{
	font-size:16px
}
.title-bar h2{
	font-family: "TexBold";
	font-size:52px;
	line-height:54px;
	color:#156990;
	margin-bottom:80px;
}
.theme-title {
  color: #156990;
  font-family: TexBold !important;
  font-size:38px;
}
.theme-title-large {
  color: #156990;
  font-family: TexBold !important;
  font-size:58px;
}
.cta-btn{
	margin-top:40px
}
.cta-btn, .cta, .btn-no-link, .btn{
	background-color: #0c3b71;
	border-radius: 50px;
	font-family: TexBold!important;
	letter-spacing: 1px;
	color:white;
	padding: 12px 30px;
}
.shopify-section .homepage-sections-wrapper, .shopify-section .homepage-sections-wrapper--white {
}
.homepage-slider-container .image-container{
	heigth:100vh;
}
.homepage-slider-container .image-container img{
	height: 100vh !important;
	object-position: 50% 100% !important;
}
.homepage-section--featured-products-wrapper, #shopify-section-product--audio-cards, .homepage-section--audio-cards{
	padding: 90px 15px;
	background-image: url("Home-Hero-BG-2.png");
	background-position: top center;
	background-repeat:no-repeat;
	background-size: 100%
}

.homepage-section--audio-cards{
	height:1350px;
  	padding: 120px 15px;
}
.container-sm{
	max-width:750px;
}
.fine-print{
	font-weight:bold;
}
.color input:checked+label {
    border: 2px solid #0d3b71 !important;
}
.swatch input:checked+label {
    border: 2px solid #0d3b71 !important;
}
#new-orca-music-memory-card .fine-print:before, #the-bowerbird-collection-meditation-card .fine-print:before, #the-kangaroo-collection-meditation-card .fine-print:before, #the-pocket-mouse-collection-meditation-card .fine-print:before{
    background-image: url(alert.png);
    background-size: 17px 17px;
    display: inline-block;
    width: 17px;
    height: 17px;
    content: "";
    margin-bottom: -3px;
    margin-right: 3px;
}

/* Accordion */

.accordion-container{
    max-height: 60px;
    border-radius: 15px;
    margin-bottom: 40px;
    overflow: hidden;
  	transition: 0.2s ease-out;
    margin-top: -100px;
    z-index: 1;
    position:relative;
}

.accordion{
cursor: pointer;
}
.accordion, .accordion-panel{
  	margin-bottom:30px;
  	background:white;
  	border-radius:15px;
  	padding:20px 40px;
  	z-index:2;
  	position:relative
}
.accordion.active{
  	box-shadow:10px 20px 40px rgba(0,0,0,.08);
}

.accordion-panel{
	z-index:1;
  	margin-bottom:0;
}
.accordion.list-main{
	color: #1C98B1;
    font-size: 18px;
    font-family: TexBold!important;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.accordion.list-main:after {
	background-image: url(arrow.png);
	background-size: 15px 15px;
	display: inline-block;
	width: 15px;
	height: 15px;
	content:"";
  	position:absolute;
  	right:20px;
}
.accordion.list-main.active:after {
	transform: rotate(270deg);
}
.accordion.list-main p{
	margin-bottom:0;
}
.accordion-panel .list-description {
	margin-top: 70px;
}
/* Mindful Moments Section */
.homepage-featured-products .indiv-product, #shopify-section-product--audio-cards .carousel-card, .homepage-section--audio-cards .carousel-card{
	background: #fff;
	border-radius:15px;
	padding:20px;
	transform: scale(1);
	transition-timing-function: linear;
	transition:all 400ms ease-out;
	text-align:left;
	height:100%;
}
#shopify-section-product--audio-cards, .homepage-section--audio-cards{
	padding:120px 15px;
}
#shopify-section-product--audio-cards .carousel-card, .homepage-section--audio-cards .carousel-card{
	margin:5px;
  	opacity:.7
}
#shopify-section-product--audio-cards .card-heading, .homepage-section--audio-cards .card-heading{
  	color:#9CA88D;
  	font-size:21px;
	font-family: TexReg,sans-serif;
}

#shopify-section-product--audio-cards .carousel-card img, .homepage-section--audio-cards .carousel-card img{
	width:100px;
	height:100px;
	filter: grayscale(1);
}
#shopify-section-product--audio-cards .carousel-card img:hover, .homepage-section--audio-cards .carousel-card img:hover{
	filter: grayscale(0);
}
#shopify-section-product--audio-cards audio, .homepage-section--audio-cards  audio
{
	margin-top: 30px;
    width: calc(100% - 40px);
  	position:absolute;
  	left:20px;
  	bottom:20px;
  
}
#shopify-section-product--audio-cards h2, .homepage-section--audio-cards h2 {
  	color: #156990;
	font-size: 38px !important;
	font-family: "TexBold";

}
.homepage-section--audio-cards a{
	background-color: #0c3b71;
	border-radius: 50px;
	font-family: TexBold!important;
	letter-spacing: 1px;
	color:white;
	padding: 12px 30px;
  	margin-top:20px;
	display: inline-block;
}

.homepage-featured-products .indiv-product img{
	width: 100px;
	height: 100px;
	filter: grayscale(1);
}

.indiv-product .hp-title{
	text-align: left;
}
.indiv-product:hover .indiv-product-title-text{
	color:#9CA88D;
}
.indiv-product .indiv-product-title-text{
	color: #b9b9b9;
	font-size: 26px !important;
	font-family: "TexBold";
	text-align: left;
	margin-bottom:10px;
	display:block
}
.indiv-product audio{
	width: 100%;
	margin-top: 20px;
}
/* Featured product */
#shopify-section-product--featured-product{
	padding-bottom:100px;
}
.homepage-section--indiv-product-wrapper{
	position:relative;
}
.homepage-section--indiv-product-wrapper .product--featured-product{
	position: absolute;
	bottom: 150px;
	width: 100%;
	margin-left: 50%;
	left: -570px;
}
.featured-product--submit-action button{
	background-color: #0c3b71;
	border-radius: 50px;
	font-family: TexBold!important;
	letter-spacing: 1px;
	max-width:200px;
}
.product--featured-product .feature-image{
	 width: fit-content;
	padding:5px;
	box-shadow:0 15px 25px rgba(0,0,0,.16);
	background:white;
}
.product--featured-product .feature-image img{
    height: auto;
    max-height: 600px;
	max-width: 100%;
}
.homepage-section--indiv-product-wrapper .product--featured-product .feature-image img{
	max-width:350px;
  width: 100%;
}
.homepage-section--indiv-product-wrapper .product-description-main-wrapper{
	background:white;
	box-shadow:4px 10px 20px rgba(0,0,0,.16);
	text-align:center;
	min-height: 270px;
	padding: 40px 20px 80px;
}
.homepage-section--indiv-product-wrapper .product-description-main-wrapper h3{
	font-family: TexReg,sans-serif;
	color:#1E92AD;
	font-size:18px;
}
.homepage-section--indiv-product-wrapper .product-description-main-wrapper h2{
	margin:auto;
	font-size:28px;
}
.product--featured-product .copy{
	text-align:center;
	margin-bottom:40px;
}
.product--featured-product .product-image{
	margin: -80px auto;
	text-align: center;
}
.product--featured-product .product-image img{
	width:80%;
    max-width:240px;
    height:auto;
}
.product--featured-product .title-bar h2{
	margin-bottom:40px;
}
.product--featured-product .sup-image img{
	max-height: 100px;
}
.product--featured-product .reviews-enabled{
	font-family: "TexBold";
	color: #1F92AD;
	font-size:22px;
}
.product-description-main-wrapper .social-sharing{
	display:none;
}
/* Video Wrapper */
.homepage-section--video-wrapper{
	background-image: url("contours.png");
	background-position: center;
	text-align:center;
  	background-size: cover;
}
#shopify-section-product--video{
	padding: 120px 15px 60px;
	background-image: url(Blue-Wave.png);
	background-position: center;
	text-align:center;
	background-size: cover;
	background-repeat: no-repeat;
}
#shopify-section-product--video h2{
	font-family: "TexBold";
	font-size:52px;
	color:#156990;
	margin-bottom:40px;
}
#shopify-section-product--video img{
	max-width:800px;
	margin:auto;
}
#shopify-section-product--video iframe{
	max-width:800px;
	margin:auto;
}
.homepage-section--video-wrapper .wrapper, #shopify-section-benefits-image img, #shopify-section-product--video iframe{
	background:white;
	border:1px solid #C1C1C1;
	box-shadow: 7px 13px 20px rgba(0,0,0,.17);
	padding: 10px;
	width: fit-content;
	margin: auto;
}
#shopify-section-product--video iframe{
	max-width:100%;
  	width:800px;
	margin:auto;
      min-height: 450px;
}
#shopify-section-product--video a{
  	background-color: #0c3b71;
	border-radius: 50px;
	font-family: TexBold!important;
	letter-spacing: 1px;
	color:white;
	padding: 12px 30px;
  	display:block;
    margin: 30px auto;
    width: 200px;
}
#shopify-section-benefits-list{
/* 	background:#F9F9F4; */
	padding:60px 0;
}
#shopify-section-benefits-list .container{
	margin-bottom:40px;
}
#shopify-section-benefits-list .ben-label {
	color:#1E92AD;
	font-family: "TexBold";
	font-size:24px;
}
#shopify-section-benefits-list .col-md-10{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#shopify-section-product--audio-list{
    padding: 120px 15px;
  	background-image: url("Sample_Meditation_Dropdown.png");
	background-position: top center;
}


#shopify-section-product--audio-list h2{
    text-align:center;
    color:#156990;
  	font-size:48px;
  	font-family: TexBold!important;
}
#shopify-section-product--audio-list .copy{
  	text-align:center;
}
#shopify-section-product--audio-list .list-main{
    color:#1C98B1;
  	font-size:18px;
  	font-family: TexBold!important;
    margin: 60px 0 40px;
  	text-transform:capitalize
}
#shopify-section-product--audio-list .list-description{
    margin: 20px 0;
}
#shopify-section-product--audio-list .list-item{
    border-bottom: 1px solid #F2F2F2;
    padding: 10px 0;
    font-family: TexBold!important;
    display: flex;
    font-size: 18px;
    align-items: center;
    color: #666666;
}
#shopify-section-product--audio-list .preview-player{
	text-align:right;
}
/* Testimonial */
.homepage-section--text-over-image-wrapper h2{
	color:white;
}
.homepage-section--text-over-image-wrapper .btn{
	background:white;
	color: #0c3b71;
	border-radius: 50px;
	font-family: TexBold!important;
	letter-spacing: 1px;
}
/* Empath */
.homepage-section--40-60{
	background-image: url("Section5-Empathy.png");
	background-position: top center;
	padding:280px 0 100px;
  	background-size: cover;
}
.homepage-section--40-60 .title-bar{
	text-align:left;
}
.homepage-section--40-60 .copy{
	text-align:left;
}
.homepage-section--40-60 .cta{
	display: inline-block;
	margin-bottom: 40px;
}
/* Product page */
.breadcrumb{
	display:none
}
#shopify-section-template--product{
	background-image: url("bg.jpg");
      background-size: cover;
  	background-repeat:no-repeat;
	padding:120px 15px 30px;
	z-index: 1;
}
.product-single__media--selected{
/* 	box-shadow: 3px 14px 28px rgba(0,0,0,.18); */
	height: 470px;
	margin-bottom: 40px;
	justify-content: center;
	display: flex !important;
	align-items: center;
/* 	background:white; */
	overflow:hidden;
      width: fit-content;
  max-width:100%;
}
.product-single__media--selected img{
min-width: 400px;
    width: auto;
    overflow: inherit;
    height: 470px;
    max-height: 100%;
}

.product-single__media__emblem{
	left: 38%;
	top: 35% !important;
}
.product-single__media__image{
	overflow:visible !important;
	z-index:11;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width:100%;
    height:100%;
}
.product-single__media--selected img {
  height:100%;
  object-fit:cover;
}

.product-single__media__image:hover{
	diplay:none;
}
.product-single__thumbnails .swiper-container-vertical{
	margin-top:0;
	margin-bottom:0;
  	height:420px;
}
.thumbs-direction-nav{
	z-index:110;
    background: white !important;
    height: 25px;
      box-shadow: 0px 5px 10px rgb(0 0 0 / 8%);
    border-radius: 15px;
}
.product-single__thumbnails .product-single__thumbnail__wrapper{
	margin:auto;
	width:auto;
  	max-width:90px;
	min-height: 90px;
	overflow: hidden;
    padding-top: 0px !important;
  	display:flex;
  	justify-content:center;
}
.product-single__media .product-single__media__wrapper{
  padding-top:0 !important; 
}

.product-single__media .product-single__media__wrapper iframe{
    height: 470px;
    min-width: 650px;
    position: relative;
}
.swiper-slide.swiper-slide-active{
	padding:0;
}
.product-single__thumbnail__wrapper .product-single__thumbnail__image{
	width: auto;
	height: 100% !important;
}
.swiper-container .swiper-slide{
	height: 90px !important;
}
.product-single__thumbnails .swiper-container-vertical .product-single__thumbnail__image {
	max-height: 90px !important;
      position: relative;
}
.product-single__thumbnails.product-single__thumbnails--right{
	padding:0;
}
.product-description-header{
	color:#156990;
	font-family: TexBold !important;
	font-size: 38px !important;
	line-height:40px !important;
}
.swatch-element.color label{
	border: 1px solid #767676 !important;
	padding: 0;
	border-radius: 4px;
	width: 40px;
	height: 39px;
	box-shadow: 0 3px 16px rgba(0,0,0,.16) !important;
	display:inline-block;
	overflow:hidden;
	font-size: 10px;
}
.swatch label:not(.color){
  	border: 1px solid #767676 !important;
    box-shadow: none !important;
}

.product-page--pricing--variant-price{
	color: #1C98B1;
	font-family: TexBold !important;
	font-size: 32px !important;
}
.quantity-controls{
	width:95px;
	border: 1px solid #A5A5A5 !important;
}
.product-page--submit-action .secondary-button{
	boder:1px solid #707070;
	border-radius: 50px;
	font-family: TexBold!important;
	letter-spacing: 1px;
}
.shopify-payment-button__button .shopify-cleanslate div{
/* 	background-color: #0c3b71 !important; */
	border-radius: 50px !important;
	font-family: TexBold!important;
	letter-spacing: 1px !important;
	border:0 !Important
}
#shopify-section-product--60-40{
	background:#F9F9F4;
	position:relative;
	overflow:hidden
}
#shopify-section-product--60-40 .col-text {
  align-items:center;
  display:flex;
  min-height:490px;
  padding:90px 15px;
}
#shopify-section-product--60-40 .col-text .copy {
  margin-bottom:0;
}
#shopify-section-product--60-40 .col-img {
	position:absolute;
	right:0;
	top:0;
	padding: 0;
    height:100%;
}
#shopify-section-product--60-40 .feature-image{
	padding:0;
	box-shadow:none;
    width:100%;
    height:100%;
}
#shopify-section-product--60-40 .title-bar, #shopify-section-product--60-40 .copy {
	text-align:left
}
#shopify-section-product--60-40 .feature-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#shopify-section-product--in-box{
	position:relative;
	margin-bottom: 150px;
      max-width: 1400px;
  margin:auto;
}
#shopify-section-product--in-box img{
max-width: calc(100% - 20px);
    max-height: 850px;
}
#shopify-section-product--in-box .row{
	padding:0px 15px 90px;
/* 	position:absolute; */
/* 	top: -455px; */
/*   	max-height:900px; */

}
#shopify-section-product--in-box .row .row{
	position:relative;
/* 	background:white;
	box-shadow: 7px 13px 20px rgba(0,0,0,.16);
	border:1px solid #C1C1C1;
	padding:10px; */
}
#shopify-section-product--in-box .col-img {
	padding:0;
}
#shopify-section-product--in-box .title{
    color:#156990;
   font-size:38px;
	margin: 40px 0;
	font-family: TexBold!important;
}
#shopify-section-product--in-box .item{
	margin-bottom:20px;
	font-size:18px;
	color: #70777F;
}
.product-medias .bullet_row{
	margin-bottom: 20px;
	color: #70777F;
}
.product-medias .bullet_row .icon{
	margin-right:20px;
}
.product-medias .bullet_row .icon:before {
	background-image: url(icon_turtle_2x.png);
	background-size: 30px 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	content:"";
	margin-top: -5px;
}
.quantity-controls button{
	background:transparent;
}
.junip-product-review .junip-product-review-title{
	font-family: "TexBold";
	font-size: 52px;
	color: #156990;
	margin-bottom: 80px;
	text-align:center;
}
.junip-product-review-summary-container{
	border-top:1px solid #D3D3D3;
	padding-top:40px;
}
.junip-product-review .junip-product-review-summary-wrapper .junip-write-review-cta{
	background-color: #0c3b71;
	border-radius: 50px;
	font-family: TexBold!important;
	letter-spacing: 1px;
	color:white;
	padding: 12px 30px;
	margin-top: 50px;
}
.junip-btn.junip-btn-sm.junip-see-more{
	background-color: #0c3b71 !important;
	border-radius: 50px;
	font-family: TexBold!important;
	letter-spacing: 1px;
	color:white;
	padding: 12px 30px;
	margin-top: 50px;
}
.junip-product-review-container{
	padding-bottom:90px !important;
}
.junip-review-grid-item-container{
	box-shadow:none !important;
	border:1px solid #D3D3D3
}
.junip-select-container{
	text-align: center;
}
.junip-select-container select{
	background: white;
	border-radius: 50px;
	padding: 0 25px !important;
	margin-top:5px;
}
.junip-select-container select:focus{
	outline:none;
}
.junip-filters{
	display:none;
}
#shopify-section-product--image-mosaic{
	max-height:100vh;
}
#shopify-section-product--image-mosaic .col-md-5{
	padding:0;
}
#shopify-section-product--image-mosaic .col-md-5 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#shopify-section-product--image-mosaic .col-md-7{
	padding:0;
}
#shopify-section-product--image-mosaic .col-md-7 img{
    max-width:100%;
    width:100%;
    height:100%;
    object-fit:cover;
}
/* Giving back - About */
#shopify-section-giving-landing-hero .hero div.row,
#shopify-section-about-landing-hero .hero div.row {
	margin: -20px 0 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	min-height: 100vh;
	min-width: 100%;
	background-position: bottom center;
}
#shopify-section-giving-landing-hero .hero div.row {
  min-height:75vh;
}
#shopify-section-giving-landing-hero .btn, #shopify-section-about-landing-hero .btn{
	background-color:white;
	color: #0c3b71;
}
#shopify-section-giving-landing-hero h1, #shopify-section-about-landing-hero h1{
	font-family: TexBold;
	color: #fff;
	font-size: 84px!important;
	line-height: 1;
}
#shopify-section-about-landing-hero h1, #shopify-section-about-landing-hero .copy{
	color:#156990
}
#shopify-section-giving-landing-hero .col-md-12 {
	position: absolute;
	right: 60px!important;
	top: 32%;
	color: white;
	width: 37%;
}
#shopify-section-about-landing-hero .col-md-12 {
	position: absolute;
	left: 140px!important;
	top: 40%;
	color: white;
	width: 32%;
}
#shopify-section-giving-landing-hero .copy{
	margin-top:40px;
}
#shopify-section-giving-landing-hero h2{
	font-family: TexReg,sans-serif;
	font-size: 28px;
	text-transform: capitalize;
	margin: 0;
}
#shopify-section-giving-stats{
	background-image: url("Test-2.png");
	background-position: top;
	background-size: cover;
}
#shopify-section-giving-stats, #shopify-section-about-stats{
	padding: 120px 15px 90px;
	background-color:white;
	background-image: url("OurStory-Hero-BG-2.png");
	background-repeat:no-repeat;
	background-position: top center;
	background-size: contain;
}
#shopify-section-giving-stats{
	background-image: url("Test-2.png");
	background-size: cover;
}
#shopify-section-giving-stats h2, #shopify-section-about-stats h2{
	font-family: "TexBold";
	font-size:52px;
	color:#156990;
	margin-bottom:40px;
}
#shopify-section-giving-stats h3, #shopify-section-about-stats h3{
	color: #1E92AD;
	font-family: "TexBold";
	font-size:32px;
}
#shopify-section-giving-stats .col-md-5 .copy, #shopify-section-about-stats .col-md-5 .copy{
	border-bottom:1px solid #CCC9BB;
	margin-bottom:20px;
	padding-bottom:40px;
}
#shopify-section-giving-featured{
	padding:120px 15px 300px;
	background-image: url("Cloud_Waves.png");
	background-size: cover;
	text-align:center;
	margin-top: -200px;
}
#shopify-section-giving-list{
	padding:120px 15px;
	background-image: url("Section4-Happy2Help-BG.png");
	text-align:center;
  	background-size:cover;
}
#shopify-section-giving-list .give-list-inner {
	background:white;
	box-shadow:0 15px 25px rgba(0,0,0,.16);
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 2rem;
}
#shopify-section-giving-list h2{
	font-family: "TexBold";
	font-size:52px;
	color:#156990;
	margin-bottom:80px;
}
#shopify-section-giving-list img{
	max-height:100px;
	height:100%max-width:200px;
}
@media (max-width:767px) {
  #shopify-section-giving-list{
    padding:60px 15px;
  }
  #shopify-section-giving-list h2 {
    margin-bottom:40px;
  }
  #shopify-section-giving-stats {
    background:transparent !important;
    padding-top:60px;
  }
}
#shopify-section-about-featured, #shopify-section-benefits-image{
	padding:120px 15px;
	background-image: url("Blue-Wave.png");
  	background-size:cover;
	text-align:center;
}
#shopify-section-about-featured .copy{
	max-width:600px;
	margin:auto;
}
#shopify-section-about-img-mosaic .col-md-5, #shopify-section-about-img-mosaic .col-md-7{
	padding:0
}
#shopify-section-about-img-mosaic img{
    min-height: 505px;
    	width: 100%;
}
#shopify-section-about-img-mosaic{
  margin-bottom:-20px;
}
#shopify-section-about-img-mosaic .row div{
    max-height: 485px;
      align-items: flex-end;
  display:flex;
    overflow: hidden;
}
@media screen and (min-width: 1900px) {
#shopify-section-about-img-mosaic .row div{
      max-height: 800px;
  }
}
#shopify-section-meditation-cat-feature .cat-container{
	padding:90px 15px;
	background-color:#F9F9F4;
}
#shopify-section-about-full-img img{
	width:100%;
}
.cat-container .col-sm-4{
	padding:5px;
}
.cat-container a:not(.btn) {
	background: white;
	border-radius: 15px;
	display: block;
	padding: 10px;
	text-align: center;
	height: 100%;
	color:#138EA4;
	font-family: "TexBold";
}
#new-benefits-of-meditation{
	padding-bottom:0;
}
#benefits-of-meditation{
	padding-bottom:0;
}
.page-section--ben-img .copy{
	max-width:500px;
	margin:40px auto 0;
	font-size:18px;
}
.page-section--ben-img .copy p:last-child {
  margin-bottom:0;
}

#shopify-section-meditation-cat-feature .feature-container .col-md-7{
	display:flex;
	flex-direction:column;
	justify-content: center;
	padding-left:50px;
}
#shopify-section-meditation-cat-feature .feature-container .col-md-7 .copy{
	font-size:18px;
	color:#70777F;
	margin-top:40px;
}
#shopify-section-meditation-cat-feature h2{
	font-size:24px;
	color: #156990;
	font-family: "TexBold";
}
#shopify-section-meditation-cat-feature .list-container{
	padding:90px 15px;
}
#shopify-section-meditation-cat-feature .list-container .col-md-2{
	text-align:center;
	color:#1E92AD;
	font-family: "TexBold";
	font-size:18px
}
#shopify-section-meditation-cat-feature .list-container .row{
	border-bottom:1px solid #F2F2F2;
	margin-bottom:20px;
	padding-bottom:20px;
}
#shopify-section-meditation-cat-feature .list-container .cat-label{
	font-family: "TexBold";
	color:#666666
}
#shopify-section-research-articles{
	padding:90px 15px;
}
#shopify-section-research-articles .row{
	border-bottom:1px solid #F2F2F2;
	margin-bottom:20px;
	padding-bottom:20px;
}
#shopify-section-research-articles .title{
	color: #1E92AD;
	font-family: "TexBold";
	font-size:18px;
}
#shopify-section-research-articles .link{
	text-decoration:underline
}
.thin-header{
	text-align:center;
	padding:90px 15px;
	color:#0A6990;
	background-image: url("Banner-BG-1.jpg");
  	background-size:cover;
}
.thin-header h1{
	font-family: "TexBold";
	font-size:48px;
}

.shopify-policy__container{
	max-width:100% !important;
    padding: 0 !important;
 
}

.shopify-policy__body{
	padding:30px 15px;
      max-width: 800px;
  	margin:auto;
}
#returns p, #returns h3, #policies p, #policies h3, #policies .content-body, #institution-partnerships h4{
	padding:30px 15px;
     max-width: 800px;
  	margin:auto;
}

.shopify-policy__title{
text-align:center;
	padding:90px 15px;
	color:#0A6990;
	background-image: url("Banner-BG-1.jpg");
  	background-size:cover;
}
#returns h3{
	font-family: "TexBold";}

.shopify-policy__title h1{
	font-family: "TexBold";
	font-size:48px;
}

#support .thin-header{
	margin-bottom: 90px;
}
#support h4{
	font-family: TexReg,sans-serif;
	font-size:18px;
  	margin-bottom:90px;
}
#support h2{
	color:#156990;
     font-family: "TexBold";
	font-size:28px;
}
#support .embed-container{
    max-width: 800px;
    margin: 60px auto;
    box-shadow: 7px 13px 20px rgb(0 0 0 / 16%);
    padding-bottom: 450px;
	max-height:540px;
}
#support .embed-container iframe{
    margin: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  	max-height:500px;
}


/*FAQ */
#shopify-section-faqs{
	background: #F9F9F4;
  	padding:60px 15px;
}


#frequently-asked-questions-1{
	padding-bottom:0;
}

/* Collections */
#Collection{
	
}

#Collection .indiv-product img{
	width:100%;
  	height:auto;
    /* min-height: 310px; */
  	/* max-height: 310px; */
}

#Collection .indiv-product .hp-title, #Collection .money-styling{
    text-align: left;
  	color:#1C98B1;
  	font-size:18px;
}

#Collection .indiv-product-title-text{
  	color:#0A6990;
}

#Collection .indiv-product__swatches{
    justify-content: flex-start;
}

.filters-toolbar{
	border-bottom:1px solid #D3D3D3;
  	padding-bottom:30px;
  	margin-bottom:30px;
}

.wetheme-dropdown.fit-parent button {
    width: 100%;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
}
.wetheme-dropdown label
{
	color:#1495A8;
  	font-size:16px;
}

.indiv-product__swatches label {
    border-radius: 5px !important;
  padding: 0 !important;
}

#shopify-section-template--blog .blog-main article{
	    padding: 10px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 8%);
    background: white;
    max-width: calc(33.333333% - 10px);
    margin: 5px;
    border-radius: 5px;
}

#shopify-section-template--blog .blog-title-wrapper h3 a{
	font-family: "TexBold";
    color: #1F92AD;
  	font-size:18px;
}

#shopify-section-template--blog .article-image, .sidebar-custom-image{
	 min-height: 360px;
}

#shopify-section-template--blog .blog__post-container {
    padding: 90px 15px;
}
#shopify-section-template--blog .article-image-header{
	padding:0 15px;
}
#shopify-section-template--blog .homepage-blog-title-wrapper{
	padding:0px;
}

.blog-article-sidebar{
    margin: 72px 10px 20px;
}
.blog-title-wrapper, .article__entry-content{
    padding: 30px 15px 0;}

.needsclick form{
	margin:60px auto !important;
}
.needsclick button{
		background-color: #0c3b71;
	border-radius: 50px !important;
	font-family: TexBold !important;
	letter-spacing: 1px !important;
	color:white !important;
	padding: 12px 30px !important;
}

.parallax .img{
min-height: 150%;
}

.media-size-medium {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 576px).media-size-medium {
	max-width: 540px;
}
@media (min-width: 992px).media-size-medium {
	max-width: 960px;
}
@media (min-width: 768px).media-size-medium {
	max-width: 720px;
}
@media (min-width: 576px).media-size-medium {
	max-width: 540px;
}
@media only screen and (max-width: 600px) {
	.slider-caption{
		padding:0;
	}
	.slider-section--image--slideshow .slider-caption h2{
		font-size:48px !important;
	}
	.homepage-section--video-wrapper .wrapper, #shopify-section-benefits-image img{
		width:100%;
	}
	.homepage-section--video-wrapper img{
		width:100%;
	}
	.homepage-slider-container .image-container img {
		height: 80vh !important;
      	object-position: 100% 100% !important;
	}
  	.homepage-slider-container p {
    font-size: 20px;
  	}
	#shopify-section-image--slideshow .homepage-slider-container{
    	height: 80vh;
	}
	.homepage-section--featured-products-wrapper{
		background-size:cover;
	}
	.homepage-section--indiv-product-wrapper .product--featured-product {
		position: relative;
		bottom: 0;
		width: 100%;
		margin-left: 0;
		left: 0;
	}
	.product--featured-product #product-box .product{
		margin-bottom:100px;
	}
	.product-single__media--selected{
		display: block !important;
		height: auto !important;
	}
	.product-single__thumbnail__wrapper .product-single__thumbnail__image {
		width: 100% !important;
		position: relative !important;
	}
	#shopify-section-template--product {
		padding: 60px 15px 30px;
	}
	.product-single__thumbnail__wrapper{
		padding-top:0 !Important;
	}
	.swiper-container .swiper-slide {
		height: 100% !important;
	}
	.product-single__thumbnails .swiper-pagination-bullet {
		width: 35px;
		height: 35px;
		padding: 10px;
	}
	#product-box .bullet_points{
	 display:none;
    }
   	.mobile_bullets{
  	display:block;
  	}
    .mobile_bullets .bullet_points{
          display:block !important;
    }
     .mobile_bullets .bullet_row .icon:before {
        background-image: url(icon_turtle_2x.png);
        background-size: 30px 30px;
        display: inline-block;
        width: 30px;
        height: 30px;
        content: "";
        margin-top: -5px;
    }
     .mobile_bullets .bullet_row .icon {
        margin-right: 20px;
    }
     .mobile_bullets .bullet_row {
        margin-bottom: 20px;
        color: #70777f;
    }
      .video-section--video--video iframe{
		width:100%
	}
	#shopify-section-product--in-box {
		position: relative;
	}
	.product--featured-product .feature-image img {
		max-width: 100%;
      	height: auto;
	}
	#shopify-section-giving-landing-hero .col-md-12, #shopify-section-about-landing-hero .col-md-12 {
		position: relative;
		right: 0 !important;
		left: 0 !important;
		top: 90px;
		color: white;
		width: 100%;
		text-align: center;
	}
	.homepage-section--featured-products-wrapper .homepage-featured-products .no-bottom-margin{
		min-width: 100%;
		margin-bottom:10px;
	}
	.product-single__media--selected img{
		min-height:auto !important
	}
	.swiper-wrapper{
		height: 100% !important;
	}
	.product-single__thumbnails .product-single__thumbnail__wrapper{
		height: 100% !important;
		max-height: 100% !important;
		min-width: 100% !important;
		padding-top:0 !important;
	}
	#shopify-section-product--60-40 .col-md-5{
		position: relative;
	}
	#shopify-section-product--in-box img{
		width:100%
	}
	#shopify-section-meditation-cat-feature .feature-container .col-md-7{
		padding-left:15px;
		padding-top:40px;
	}
  	#shopify-section-product--in-box .row {
    	top: -60px;
      	position:relative;
	}
  	.homepage-section--featured-products-wrapper, #shopify-section-product--audio-cards, .homepage-section--audio-cards{
  		background-size: auto 100%;
  	}
    #shopify-section-product--in-box{
  		margin-bottom:0
    }
    #shopify-section-product--image-mosaic .col-md-5 img{
        max-height:400px
    }

    #shopify-section-product--image-mosaic .col-md-7 img{
        max-height:400px
    }
    #shopify-section-product--video img {
      max-width: 100%;
    }
    #shopify-section-product--audio-list .preview-player{
      text-align:center;

  	}
  	#shopify-section-product--audio-list audio{
      	margin-top:20px;
    	width:100%;
  	} 
  	#shopify-section-product--audio-list .list-container{
  		padding:15px;
  	}
  	.product-single__media .product-single__media__wrapper iframe{
  	  	height: 370px;
   	 	min-width: 370px;
    	position: relative;
	}
    #shopify-section-product--audio-cards .col-md-4, .homepage-section--audio-cards .col-md-4{
      margin-top:20px;
    }
    .index-sections .shopify-section .title-bar {
      margin-top: 20px;
    }
    #shopify-section-giving-featured {
      padding: 120px 15px 0px;
    }
    #Collection .grid__item{
      min-width:100%;
  	}
    #shopify-section-template--blog .blog-main article{
          max-width: calc(100% - 10px);
    }
    .homepage-section--featured-products-wrapper, #shopify-section-product--audio-cards, .homepage-section--audio-cards{
      max-height: 800px;
    }
    #shopify-section-product--in-box .row{
        max-height: 956px;
    }
    #shopify-section-product--in-box img {
      max-width: 100%;
    }
    #shopify-section-about-featured, #shopify-section-benefits-image {
      padding: 0px 15px 90px;
    }
    .homepage-section--40-60{
      padding: 80px 0 100px;
    }
    .homepage-section--40-60 .fadeIn{
      display: flex; 
      flex-flow: column;
    }
    .homepage-section--40-60 .sup-image{
      order:1
    }
    .homepage-section--40-60 .cta{
      order:2;
    width: fit-content;
    margin-top: 20px;
    }
    .mobile-menu-link-currency{
      display:none;
    }
    #shopify-section-giving-landing-hero .hero div.row{
      background-image: url(Givingback-top.png) !important;
      background-position: center;
      background-size: 100%;
      min-height: 483px;
    }
  	#shopify-section-giving-stats, #shopify-section-about-stats{
        height: 100%;
        min-height: 100%;
    }
    #shopify-section-about-stats{
      background-image: url(Givingback-bottom.png) !important;
      background-position: top;
      background-size: 100%;
    }

    #shopify-section-about-landing-hero .hero div.row{
       background-image: url(Aboutus-top.png) !important;
      background-position: center;
      background-size: 100%;
      min-height: 483px;
    }
    #shopify-section-about-img-mosaic img {
      min-height: auto;
    }
      #shopify-section-giving-landing-hero h2{
      display:none;
    }
    #shopify-section-giving-landing-hero .col-md-12, #shopify-section-about-landing-hero .col-md-12{
      top:50px;
    }
  #shopify-section-giving-landing-hero .copy {
    margin-top: 10px;
}
}

.nav-carousel {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background-color: rgba(150,150,150,.3);
  width: 20px;
  height: 20px;
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  outline: none;
  color: white;
  -webkit-user-select: none;
}

.carousel-nav-left {
    z-index: 4;
    position: absolute;
    left: -18px;
    top: 170px;
}

.carousel-nav-right {
  right: -25px;
}

.carousel-arrow-icon-left {
  margin-left: 5px;
  margin-top: 2px;
}
.carousel-arrow-icon-left:before{
  	background-image: url(left-arrow.png);
	background-size: 50px 50px;
	display: inline-block;
	width: 50px;
	height: 50px;
	content:"";
  	transform: scale(1);
	transition-timing-function: linear;
	transition:all 400ms ease-out;
  	cursor:pointer;
}
.carousel-arrow-icon-left:hover.carousel-arrow-icon-left:before{
	transform: scale(1.1);
}
.carousel-arrow-icon-right {
    z-index: 4;
    position: absolute;
    right: -18px;
    top: 170px;
}
.carousel-arrow-icon-right:before{
  	background-image: url(right-arrow.png);
	background-size: 50px 50px;
	display: inline-block;
	width: 50px;
	height: 50px;
	content:"";
  transform: scale(1);
	transition-timing-function: linear;
	transition:all 400ms ease-out;
    	cursor:pointer;
}
.carousel-arrow-icon-right:hover.carousel-arrow-icon-right:before{
	transform: scale(1.1);
}

/*Carousel*/

.carousel-body {
  overflow: hidden;
  /*cursor: -webkit-grab;
  cursor: grab;*/
  width: 100%;
  position: relative;
  z-index: 1;
  height: 500px;
  overflow: visible;
}

.carousel-icons.carousel-body {
  height:270px;
}

.carousel-body.is-dragging {
 /*cursor: -webkit-grabbing;
  cursor: grabbing;*/
}
.carousel-container {
  position: relative;
  overflow: hidden;
  transition: width .4s;
  height: 100%;
}
.carousel--item {
  position: absolute;
  z-index: 1;
  transition: left .4s cubic-bezier(.47,.13,.15,.89);
  width: 30vw;
  height: 400px;
  padding: 0 1.5vw;

}
@media only screen and (max-width: 600px) {
  .carousel--item {
  	width: 80vw;
    height: 400px;
  }
}

@media only screen and (min-width:1024px) {
  .carousel-body.show-4 .carousel-nav {
    display:none !important;
  }
}

.carousel-body.carousel-icons .carousel-nav-left,
.carousel-body.carousel-icons .carousel-arrow-icon-right {
  top:110px !important;
}

.carousel-body.carousel-icons .carousel--item {
  height:270px !important;
}

.carousel--item:not(.no-hover):hover .carousel-card{
	box-shadow: 10px 20px 40px rgba(21,33,70,.18);
	transform: scale(1.1);
    opacity:1;
}

.carousel--item:hover .carousel-card img{
	filter: grayscale(0) !important;
}


.carousel-card {
  position: absolute;
  z-index: 1;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: center;
  margin:20px !important;
}
.carousel--item:not(.no-hover) .carousel-card {
  cursor:pointer;
}

.carousel--item .carousel-card {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  transform-origin: center;
}
.carousel--item .carousel-card:click{
	opactity:1;
}
.carousel--item audio{
  	z-index:111
}


@media (max-width: 767px) {
  .version {
    transform: scale(0.6) rotate(45deg);
    right: -100px;
  }

}
@media (min-width: 767px) {
.post .article-image img{
  float: left;
	margin: 20px;
  max-width:450px
}
} /* CODE WAS MISSING CLOSING BRACKET */

  @media (min-width: 767px) {
    .post{
    margin: 60px 90px
    }
}

.shopify-section.benefits-section--icon-slider {
  background: #f9f9f4;
}

img.img-leaf,
.row > div:nth-child(even) .img-leaf img {
/*   border-bottom-right-radius: 110px;
  border-top-left-radius: 130px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px; */
}

/* November Updates */

/* Hero spacing updates */

  /* hero update button spacing */
    .index-sections .homepage-section--slideshow-wrapper .slider-caption h2 {
      margin-bottom:20px;
    }

  /* hero eyebrow line-height */
    .homepage-slider-container h3.type-subheading.type-subheading--1.slideshow-fade-content.typography--padding-bottom {
      line-height:1.1 !important;
    }
  
  /* eyebrow spacing mobile */
    @media only screen and (max-width: 600px) {
      .homepage-slider-container h3.type-subheading.type-subheading--1.slideshow-fade-content.typography--padding-bottom {
        margin-bottom:10px;
      }
    }

/* Fix full-width mobile images */
  @media only screen and (max-width: 600px) {
    .homepage-section--indiv-product-wrapper .product--featured-product .feature-image img {
      max-width: 100% !important;
      height: auto !important;
      width:100% !important;
    }

      /* fix eyebrow legibility mobile */
     .homepage-slider-container h3.type-subheading.type-subheading--1.slideshow-fade-content.typography--padding-bottom {
      margin-left:auto;
      max-width:260px;
    }

    #shopify-section-product--audio-cards, .homepage-section--audio-cards {
      padding-top:60px;
      padding-bottom:60px;
    }
  }

/* Fix PDP image Hover */

@media only screen and (min-width:1400px) {
  .index-sections .homepage-section--slideshow-wrapper .slider-caption h2 {
    padding-left:30vw;
  }

  #shopify-section-product--image-mosaic .col-md-7 img {
    width:100%;
  }
}

/* PDP */

.thumbs-direction-nav {
  box-shadow: none !important;
  background: transparent !important;
  border: 0 !important;
}

  @media screen and (min-width: 768px) {
  .product-page--thumb-slider.horizontal {
    padding: 0px 40px 20px;
  }
}

.product-single__thumbnails:not(.product-single__thumbnails--carousel) .swiper-pagination-bullets {
  margin-bottom:30px;
}

.bullet_row {
  position:relative;
  padding-left:42px;
}
.bullet_row .icon {
  position:absolute;
  left:0;
  top:2px;
}

#shopify-section-giving-featured .copy.wow {
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: 500;
}
 @media only screen and (min-width: 601px) {
  #shopify-section-giving-featured .copy.wow {
    font-size:2rem;
 }
}

/* slider H2 styles extended */

.index-sections .homepage-section--slideshow-wrapper .slider-caption .h2 {
  margin-bottom:20px;
}

.homepage-slider-container .h2.slideshow-fade-content {
  font-family: TexBold;
  color: #156990;
  font-size: 84px !important;
  line-height: 1;
}

@media only screen and (min-width: 1400px) {
  .index-sections .homepage-section--slideshow-wrapper .slider-caption .h2 {
    padding-left: 30vw;
  }
}
.slider-section--image--slideshow .slider-caption .h2 {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .slider-section--image--slideshow .slider-caption .h2 {
    font-size: 32.0px;
  }
}
@media only screen and (max-width: 600px) {
  .slider-section--image--slideshow .slider-caption .h2 {
    font-size: 48px !important;
  }
}

#rebuy-widget-38706 .primary-title,
#rebuy-widget-38709 .primary-title {
  font-size:52px !important;
}

#rebuy-widget-38709 {
  padding-top:75px;
}

.img-as-bg--ll-wrapper {
  position:absolute !important;
  width:100%;
  height:100%;
  z-index:0;
}
.img-as-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index:0;
}
.img-as-bg--ll-wrapper + .hero__inner {
  padding-left:20px;
  padding-right:20px;
}
.site-header__logo-image img {
  height:auto !important;
}
@media (max-width:767px) {
  .site-header__logo-image img {
    max-width:150px !important;
  }
  #insta-feed .instafeed-container {
    width:50% !important;
  }

  .title-bar h2 {
    margin-bottom:40px;
  }

  .homepage-section--image-gallery-wrapper .homepage-sections-wrapper--white {
    padding-top:0;
  }
  
  .homepage-section--indiv-product-wrapper .product--featured-product .title-bar {
    margin-top:50px;
  }  
  .homepage-section--text-over-image-wrapper .index-section .hero {
    display:block;
    height:auto;
  }
  .homepage-section--text-over-image-wrapper .hero__text {
    background:#fff;
    color:#515151;
    padding:5px 20px 20px;
    max-width:100%;
  }
  .homepage-section--text-over-image-wrapper .hero__text p {
    font-size:14px;
    color:#515151;
    line-height:1.3;
  }
  .homepage-section--text-over-image-wrapper .hero__text p:last-child:not(:first-child) {
    font-size:18px;
  }
}

/* inst */

.img-leaf img,
img.img-leaf {
  border-radius:0px !important;
}