@charset "UTF-8";


body#cart {
	text-align: left
}
p.cart {
	font-size: 1.2rem;
}
body#cart form {
	margin-bottom: 6rem;
}

body#pmt {
	background: #ffffff;
	margin-top: 10vh;
}
.gray-box {
	opacity: .2;
}
body {
	background: #fcfff9;
	margin: 0 auto;
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: normal;
	color: #6a3700;
	line-height: 160%;
	text-align: center;
}

.banner {
	display:block;
}
.banner-phone {
	display:none;
}
.banner img {
	max-width: 100%;
	height: auto;
	border-bottom: rgba(58,186,7,0.33) 1px solid;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(58,186,7,0.22);
	-moz-box-shadow: 0px 6px 5px 0px rgba(58,186,7,0.22);
	box-shadow: 0px 6px 5px 0px rgba(58,186,7,0.22);
}
.container {
	margin: 0 auto;
	width: 80%;
	max-width: 1000px;
	/*! position: relative; */
}
#confirmation.container {
	margin: 0 auto;
	margin-top: 3rem;
	text-align: center;
}
section {
	padding: 2.5rem 0 0 0;
}
section#1 {
	padding: 2.25rem 0 0 0;
}
section#sg {
	padding: 8rem 0 4rem 0;
}
p, form, table, h5 {
	font-size: 1rem;
	margin: 0 0 20px 0;
	line-height: 165%;
	letter-spacing: .022em;
	color: #560190;
}
p.caption {
	font-size: .9rem;
}
p.lg {
	margin: 0 0 24px 0;
}
strong.lg {
	font-size: 1.35rem;
}
h1 {
	font-size: 4.25rem;
	color: #012B5F;
	font-family: 'Ruthie', cursive;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(8, 6, 172, 0.8);
	line-height: 120%;
	letter-spacing: 0em;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 3.25rem;
	font-family: 'Ruthie', cursive;
	color: #7E0ACE;
	font-weight: normal;
	line-height: 1;
	margin: 3rem 0 2rem 0;
	text-align: left;
}
h2#apothecary {
	margin-top: 1rem;
}
h2.contact-center {
	text-align: center
}
#journey h2 {
	margin: 4rem 0 1.5rem 0;
}
#confirmation h2 {
	margin: 0 0 2rem 0;
}
h3 {
	color: #14aa02;
	font-size: 4rem;
	font-family: 'Ruthie', cursive;
	font-weight: normal;
	letter-spacing: .03rem;
	line-height: 1.25;
	margin-top: 1rem;
	margin: 1rem 0 3rem 0;
}
h4 { 
	color: #14aa02;
	font-size: 1rem; 
	font-weight: normal;
	font-style: italic;
	line-height: 160%;
	letter-spacing: .04em;
	margin: 0 0 12px 0;
	
	color: #560190;
}
h5 {
	font-size: 1.15rem;
	color: #0A4DCE;
}
h6 {
	padding-top: -20px;
	padding-bottom: 0px;
}
.big-quote {
	margin: 0 auto;
	width: 80%;
}
.big-quote p {
	color: #14aa02;
	
	color: #560190;
}
a {
	transition: 1s ease;
}
a.text-link:link, a.text-link:visited {
	color: #560190;
	border-bottom: 1px solid #f09dfc;
	text-decoration: none;
}
a.text-link:hover, a.text-link:active {
	border-bottom: 0px;
	color: #f09dfc;
}
ul {
	margin: 0 auto;
}
ul li {
	text-align: left;	
	font-size: 1rem;
	margin: 0 0 0 0;
	line-height: 165%;
	letter-spacing: .022em;
	color: #560190;
}
.left-indent {
	margin: -1rem 0 2rem 3rem;
}
form ul {
	max-width: 100%;
}

/* ----------- NAVIGATION ------------- */
.navigation {
	margin: 0 auto; 
	width: 100%; 
}
.navigation ul {
	margin: 1rem 0 1rem 0;
	padding: 0;
	max-width: 100%;
	list-style-type: none;
	text-align: center;
}
.navigation li {
	display: inline;
	padding: 0 .75rem 0 .75rem;
}
.navigation a:link, a:visited {
	text-decoration: none;
	font-size: .8rem;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05rem;
	border-bottom: 0px transparent;
	text-decoration: none;
	color: #14aa02;
}
.navigation a:hover, a:active {
	color: #14aa027c;
}

#menu {
	background: #fcfff9de;
	position: absolute;
	margin: 0;
	padding: 0;
	height: auto;
	/*! width: 70%; */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
	z-index: 10;
	-ms-transform: translate(-150%, 0px);
	-webkit-transform: translate(-150%, 0px);
	transform: translate(-150%, 0px);
	transition: all 0.75s ease-in-out;
	left: 0px;
	top: 0px;
}

#menu ul {
  /*! margin: 16px 0; */
  padding: 0;
  color: white;
  list-style: none;
}
#menu ul li {
  margin: 0;
  padding: 0 1.5em 1em 1.5em;
  color: #fff;
  text-align: left;
  letter-spacing: .05em;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px #14aa0261 solid;
}
#menu ul li a {
	color: #fff;
}
#menu ul li a:hover {
  color: #bdc3c7;
  cursor: pointer;
}

#menu.active {
  -ms-transform: translate(0%, 0px);
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  transition: all 0.75s ease-in-out;
}
#trigger {
	display: none;
}
.button.screen {
	display: block;
	float: right;
}
.button.phone, .phone {
	display: none;
}
a.button:link, a.button:visited,
span.button {
	color: #14aa02;
	border: 1px #14aa02 solid;
	border-radius: 10px;
	padding: 7px 14px 7px 14px;
	margin-top: .5rem;
	font-weight: bold;
	font-size: 1rem;
	text-decoration: none;
	letter-spacing: .05rem;
}
a.button:hover, a.button:active,
span.button:hover {
	background: #14aa0255;
}

.gr-button {
	width: 10rem;
background-color: #78b936;
font-size: 1rem;
color: #fff !important;
padding: 8px 28px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
transform: 1s ease;
}
.gr-button:hover {
	text-decoration: none;
  background-color: #fff;
  color: #4CAF50 !important;
	transform: 1s ease;
}
.border {
	border: 1px solid #d1dbc8;
}
img {
	max-width: 100%;
	height: auto;
}
img#GRAY-IMG {
	opacity: .2;
	width: 400px;
	height: 500px;
}
.bio-img {
	float: right;
	width: 350px;
	padding: 4rem 0 1.5rem 2.5rem;
}
.bio-img-left, .healing-img-left {
	float: left;
	width: 350px;
	padding: 1rem 4.5rem 1.5rem 0;
}
.contact-img {
	float: left;
	width: 550px;
	padding: 1rem 4.5rem 1.5rem 0;
}
.offerings-img, .calendula-img {
	float: right;
	width: 350px;
	padding: 0 0 1.5rem 5rem;
}
p.bio-img, p.bio-img-left, p.calendula-img, p.healing-img-left, p.contact-img, p.offerings-img {
	font-size: 1rem;
	color: #14aa02;
	line-height: 1.4;
}
p.contact-img {
	font-size: 1.2rem;
	line-height: 1;
}
.purple-lotus {
	max-width: 300px;
  margin: 0 auto;
  text-align: center !important;
}
.card-align-right {
	float: right;
	width: 550px;
	padding: 0 0 1.5rem 5rem;
}
.align-right {
	float: right;
}
.align-left {
	float: left;
	padding: 1rem 4.5rem 2rem 0;
}
.center {
	margin: 0 auto;
	text-align: center !important;
}
.left table {
	margin: 0;
	text-align: left !important;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
	float: none;
}
.pad-bottom {
	padding-bottom: 4rem;
}
.max-375p {
	max-width: 400px;
}
.vert-space-10 {
	height: 10px;
}
.vert-space-24 {
	height: 24px;
}
.vert-space-36 {
	height: 36px;
}
.vert-space-48 {
	height: 48px;
}
.vert-space-60 {
	height: 60px;
}
.flex-container {
	margin: 0 auto;
	width: 74%;
	display: flex;
}
.flex-item.left {
	width: 70%;
	margin-bottom: 2rem;
}
.flex-item.right {
	width: 30%;
	margin-bottom: 2rem;
}
#cards-form.flex-container {
	margin: 0;
	width: 100%;
	max-width: 620px;
	text-align: left;
}
#cards-form .flex-item {
	width: 50%;
	text-align: left;
}
#cards-form .flex-item p {
	margin: 0 0 10px 0;
}
#cards-form form {
	text-align: left;
}
#cards-form table {
	padding: 0;
}
#contact .flex-container {
	width: 60%;
	display: flex;
	text-align: center;
}
#contact .flex-item {
	width: 50%;
	margin-top: 1.75rem;
}
.nowrap {
  white-space: nowrap;
}
footer {
	margin-top: 4rem;
	margin-bottom: 1rem;
	text-align: center;
	font-size: .75rem;
}
.disclaimer p {
	color: #0e8001;
	margin: 0 auto;
	margin-bottom: 1rem;
	width: 60%;
	max-width: 820px;
	font-size: .9rem;
}
.disclaimer a {
	color: #0e8001;
}

#order h2 {
	font-size: 4.5rem;
}
span.cart {
	font-size: 1.3rem;
}
.flex-item p {
	font-size: .9rem;
	color: #14aa02;
}
.flex-item span.cart {
	font-size: 1rem;
	color: #14aa02;
}
form, table, tbody {
	margin: 0 auto;
	text-align: left !important;
}
table td {
	font-size: 1rem;
	color: #14aa02;
	/*! font-weight: bold; */
	height: 2rem;
}
table td.order-lg {
	font-size: 1.3rem;
	height: 3rem;
}
form#cards-form, #cards-form table, table {
	margin: 0 0 0 0;
	padding: 0;
	text-align: left !important;
}
select {
	padding: .5rem;
	margin-bottom: 1rem;
	font-size: 1rem;
	background-color: #fcfff9;
	border-style: none;
	border: purple 2px solid;
	border-radius: .5rem;
}
#cards-form select {
	font-size: 1rem;
	color: #14aa02;
	border: #14aa02 1px solid !important;
}
#cards-form td {
	padding: 0 2rem 0 0;
	color: #14aa02;
}
#cards-form .submit {
	margin: -1.5rem 0 0 1rem;
}
#healing-sessions-form {
	margin-top: -2rem;
}
.cart-icon {
   position: fixed;
	right:15px;
	top:15px;  
}
.cart-icon img {
	-width:51px !important;
}
@media (max-width:990px) {
	.container {
		width: 90%	
	}
	.calendula-img {
		width: 250px;
		padding: 2rem 0 1.5rem 5rem;
	}
	.card-align-right {
    width: 400px;
    padding: 4rem 0 1.5rem 5rem;
  } 
	.offerings-img {
		width: 300px;
		padding: 2rem 0 1.5rem 5rem;
  }
	.contact-img {
    width: 450px;
    padding: 1.5rem 4.5rem 1.5rem 0;
  }
}
	
@media (max-width:768px) {
	.banner {
		display:none;
	}
	.banner-phone {
		margin: 0 auto;
		padding-top: 2rem;
		display:block;
		width: 600px;
		max-width: 100%
	}
	h1 {
		font-size: 3rem;
	}
	h2 {
		text-align: center;
	}
	h2#apothecary {
		margin-top: 4rem;
	}
	h3 {
		font-size: 3rem;
	}
	.navigation {
		display: none;
	}
	#trigger {
		display: block;
		cursor: pointer;
		opacity: 1;
		text-align: right;
		padding-top: 1rem;
		color: #14aa02;
		font-weight: bold;
		letter-spacing: .1rem
	}
	#trigger:hover {
		color: #14aa0254;
	}
	#trigger img {
		width: 80%;
	}
	#menu ul li {
		display: block;
		margin: 0 auto;
		padding: .45rem 1rem .45rem 1rem;
		color: #fff;
		text-align: left !important;
		letter-spacing: .05em;
		transition: all 0.25s ease-in-out;
		border-top: 1px #14aa0261 solid;
	}
	#menu ul li a {
		color: #14aa02;
		font-size: 1rem;
		font-weight: bold;
		text-decoration: none;
	}
	#menu ul li a:hover {
	  color: #14aa0261;
	  cursor: pointer;
		text-decoration: none;
	}
	.calendula-img, .bio-img, .healing-img-left {
		max-width: 300px
	}
	.healing-img-left, .card-align-right {
		max-width: 350px;
	}
	.card-align-right img, .card-align-right, .contact-img {
		max-width: 450px
	}
	.calendula-img, .bio-img-left, .healing-img-left, .card-align-right, .offerings-img, .contact-img {
		float: none;
		display: block;
		margin: 0 auto;
    width: 450px;
    padding: 0 0 2rem 0;
  }
	.calendula-img, .healing-img-left {
		padding: 1rem;
	}
	.bio-img-left, .card-align-right {
		padding: 2.5rem 0 .5rem 0;
	}
	.healing-img-left {
		padding: 0;
		margin-bottom: -2rem;
	}
	.offerings-img {
		padding: 1rem 0 3rem 0;
	}
	.cart-icon {
   position: fixed;
		right:5px;
		top:5px;  
	}
	p.contact-img {
		padding-top: 2rem
  }
	#cards-form.flex-container {
		max-width: 100%;
	}
	.no-tablet {
		display: none;
	}
}




@media (max-width:600px) {
	.banner {
		display:none;
	}
	.phone {
		display: block;
		margin-top: -2rem;
	}
	.banner-phone {
		margin: 0 auto;
		padding-top: 2rem;
		display:block;
		width: 500px;
		max-width: 100%
	}
	h2 {
		text-align: center;
	}
	h3 {
		font-size: 2.5rem;
	}
	.big-quote {
		width: 100%
	}
	.bio-img {
		float: none;
		display: block;
		text-align: center !important;
		margin: 0 auto;
		padding: 0 0 1.5rem 0;
	}
	.calendula-img, .bio-img-left, .healing-img-left, .offerings-img {
		width: 300px;
		max-width: 90%;
	}
	.card-align-right img, .card-align-right, .contact-img {
		width: 425px;
		max-width: 90%
	}
	.left-indent {
    margin: -1rem 0 2rem 1.5rem;
  }
	.margin-left-3rem {
		margin-left: 0rem;
	}
	.button.screen, #healing-sessions-form {
		display: none;
	}
	a.button.phone {
		display: block;
		float: none;
		max-width: 40%;
		margin-bottom: 1.75rem;
	}
	#cards-form.flex-container {
		display: block;
	}
	#cards-form .flex-item {
		width: 100%;
		margin-bottom: 2rem;
	}
	form#cards-form, #cards-form table {
		margin: 0 0 0 0;
		padding: 0;
		text-align: left !important;
	}
	#cards-form .submit {
    margin: -1.5rem 0 0 0;
	}
	
	#cards-form td {
		padding: 0 .5rem 0 0;
		color: #14aa02;
	}
	.cart-icon img {
		width:21px !important;
	}
}




