/******************************************************************
Theme Name: I Am Co Theme
Description: This site was custom built by Full Moon for I AM Co
Author: Full Moon
Author URI: https://fullmoon.co.nz/
Version: 1.0
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: WTFPL
License URI: http://sam.zoy.org/wtfpl/

****************************************************************/

.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

/* hero */
@media screen and (min-width: 768px) {
	.hero-section .hero-content {
		left: 0;
	}

	.hero-section .hero-content h1,
	.hero-content h4 {
		color: #fff;
		text-shadow: 0px 0px 3px rgba(0,0,0,0.6);
	}
	
	.hero-section .hero-content .btn-main:first-child {
		color: #fff;
		border-color: #fff;
	}

	.hero-section .darken-overlay-hero {
		background: linear-gradient(to right, rgb(36, 36, 36) 0%, rgba(36, 36, 36, 0) 50%, rgba(36, 36, 36, 0) 80%, rgba(36, 36, 36, 0.3) 100%)
	}
}

@media screen and (min-width: 1240px) {
	.hero-section .hero-content {
		width: 540px;
	}
}


/* Homepage content */
.home .wellness-delivered {
	padding-bottom: 80px;
}

.home .wellness-delivered p {
	max-width: 870px;
}
.home .wellness-delivered ul {
		text-align: left;
		font-size: 22px;
		margin-left: 29%;
		margin-right: 16.666%;
		list-style-type: circle;
		position: relative;
	}
.home .wellness-delivered ul li {
	margin-bottom: 0.4em;
	
	
}
.home .wellness-delivered ul li:first-child:before {
		content: 'If you: ';
		position: absolute;
		text-align: right;
		right: 100%;
		width: 50%;
		top: -0.22em;
		font-size: 1.2em;
		font-weight: bold;
		padding-right: 60px;
		box-sizing: border-box;
		
}
.home .wellness-delivered ul+p {
	font-size: 26.5px;
	font-weight: bold;
}


/* subscription boxes */
.shop_area .the-delight-box > h3 {
	margin: 10px 0;
}

.shop_area .the-delight-box > p {
	margin: 0 auto 2em;
	width: 500px;
	max-width: 100%;
}
	

.shop_area .subscription-boxes {
	max-width: 1200px
}
	.shop_area .subscription-boxes .subscription-box p.price {
		font-size: 64px;
		line-height: 1.08;
	}

	.shop_area .subscription-boxes .subscription-box .bonus {
		font-size: 0.75em;
	}
	.shop_area .subscription-boxes .subscription-box .bonus-spacer {
		font-size: 0.4em;
	}
	
	.shop_area .subscription-boxes .subscription-box .small {
		font-size: 14px;
		line-height: 24px;
	}
	
	.shop_area .subscription-boxes .subscription-box h2	{
		font-size: 1.6em;
		padding: 0.75em 5px;
		line-height: 1;
	}	
	.shop_area .subscription-boxes .subscription-box div.special	{
		font-size: 1.6em;
		background: transparent;
		font-weight: 400;
		margin: 0 0 0.5em;
		color: #000;
		text-transform: none;
		min-height: 105px;
	}		
	.shop_area .subscription-boxes .subscription-box .sub-highlight	{
		margin: 0;
        padding: 10px;
        line-height: 18px;        
		background-color: #fff;
        color: #fff;
        font-size: 14px;
        letter-spacing: 1px;
		text-transform: uppercase;
        font-family: "Neutra-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}		
	.shop_area .subscription-boxes .subscription-box.sub-3month .sub-highlight	{
		background-color: #464646;
	}
	
	.shop_area .subscription-boxes .subscription-box.sub-3month .max-270 {
		border: solid 3px #464646;
	}
	
	.shop_area .subscription-boxes .subscription-box.subscription-box-sampler h2	{
		background-color: #c1999c;
	}	
	
	.shop_area .subscription-boxes .subscription-box.subscription-box-sampler:first-child span:nth-child(2),
	.shop_area .subscription-boxes .subscription-box.subscription-box-sampler:first-child h3,
	.shop_area .subscription-boxes .subscription-box.subscription-box-sampler:first-child a.btn-light
	{
		color: #c1999c;
		
	}
	
	.shop_area .subscription-boxes .subscription-box.subscription-box-sampler:first-child a.btn-light {
		border-color: #c1999c;
	}
	
	.shop_area .subscription-boxes .subscription-box.subscription-box-sampler:first-child a.btn-light:hover	{
		color: #fff;
		background-color: #c1999c;
	}
	
	@media screen and (max-width: 1029px) {
		.shop_area .subscription-boxes .subscription-box div.special	{
			min-height: 0;
		}	
		.shop_area .subscription-boxes .subscription-box .sub-highlight	{
			display: none;
		}
		.shop_area .subscription-boxes .subscription-box.3month .sub-highlight	{
			display: block;
		}
		
	}
	

.home-testimonials {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
	padding-top: 40px;
}

.home-testimonials h1 {
	margin-bottom: 35px;
}	
	
.home-testimonials .testimonial-grid {
	display: flex;
	flex-wrap: wrap;	
	margin: 0 1px;
	justify-content: flex-start;
}

.home-testimonials .testimonial-grid > div {
	flex: 1 0 33.3333%;	
	min-width: 300px;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
		background-color: #666;
		color: #fff;
		text-align:center;
		background-size: cover;
		border: solid 10px transparent;
		background-clip: padding-box;
}

.home-testimonials .testimonial-grid div.t-effect {
	width: 100%;
	height: 100%;
	background-color: rgba(60,60,60,0.75);
	padding: 2.5em 2em;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home-testimonials .testimonial-grid div.t-content {
	flex: 0 0 auto;
}

.home-testimonials .testimonial-grid div.t-quote p {	
	font-size: 1.3em;
	margin: 0 0 0.5em;
}

.home-testimonials .testimonial-grid div.t-source {
	font-size: 1.1em;
	font-style: italic;
}

@media screen and (min-width: 768px) {
	.home-testimonials {
		padding-top: 60px;
	}	
}

@media screen and (min-width: 1030px) {
	.home-testimonials {
		padding-top: 80px;
	}	
}
	
@media screen and (min-width: 1120px) {
	.home-testimonials .testimonial-grid div.t-quote p {	
		font-size: 1.4em;
	}
	.home-testimonials .testimonial-grid div.t-source {
		font-size: 1.2em;
	}
}

.anr_captcha_field {
	margin-top: 1em;	
	margin-bottom: 1em;	
}