html{
	font-size: 100%;

}
body {
	color: #333333;	
	font-family: 'Asap', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-size: 1rem;
}
a:focus {
	outline: 1px dotted;
}
a {
	color: #306985;
	text-decoration: none;
}
a:hover {
	color: #1bb3a4;
	text-decoration: none;
}
a:visited {
	color: #306985;
	text-decoration: none;
}

div.store-pagination{
	margin: 30px 10px 60px;
	clear: both;
}
div.store-pagination a, div.store-pagination span{
	padding: 6px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
div.store-pagination a:hover {
	background-color: rgba(255, 255, 255, 1);
}
div.store-pagination span{
	background-color: rgba(255, 255, 255, 0.3);
}
hr {
	border: 0 #d2cfc6 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
.grid_6 .details p a{
	color: #93b3cc;
}
/*
	para
*/
p a.btn,
span.calltoaction{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;
	line-height: 1em;
	margin: 0px 0px 2px -6px;
	padding: 8px 12px 6px 36px;
	color: #93b3cc;
	background-image: url(../images/icon-shell-pale.png);
	background-position: 6px center;
	background-repeat: no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
}
p a.btn span{
	display: inline-block;
	vertical-align: middle;
	margin: 4px auto;
}
p a:hover.btn {
	color:  #113949;
	background-color: white;
}
p.action a.btn{
	background-color: white;
	color:  #113949;
}
p.action a:hover.btn {
	color:  white;
	background-color: #113949 ;
}
p.btn_wrap, .feature .details p.btn_wrap{
	margin: 6px 30px 0px 30px;
}
p.supporting_statement{
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 20px 10px 5px 10px;
}
p.offer{
	width: 70px;
	height: 70px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	border: 2px white solid;
	text-align: center;
	font-size: 0.9em;
	font-weight: 900;
	line-height: 1em;
	display: block;
	overflow: hidden;
	float: right;
	position: absolute;
	top: 8px;
	right: -2px;
	background-color: rgba(0,0,0,0.4)
}
p.offer span{
	margin-top: 18px;
	display: inline-block;
	margin: 15px 0px 20px 0px;
}
/*
	btn
*/
.highlighted a.btn {
	display: inline-block;
	border: 1px solid #113949;
	color: #113949;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 20px;
}
.hilighted.feedback a.btn{
	background-color: 17283b;
}
.highlighted .btn span{
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.9em;
	padding: 12px 20px 10px 20px;

}
.highlighted a:hover.btn {
	background-color:  #113949;
	color: white;
}
.dark .highlighted a.btn {
	border: 1px solid #7c98af;
	color: #7c98af;
}
.dark .highlighted a:hover.btn {
	border: 1px solid #113949;
	color: white;
}
.search .lightblock p{
	color: black;
}
.postsnavigation p{
	display: inline-block;
	color: white;
	text-align: center;
	margin: 2px 5px;
}
/* `Paragraphs
----------------------------------------------------------------------------------------------------*/
p {
	font-family: 'Asap', Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.7em;
	color: #0a2234;
	text-align: center;
	margin: 0px 10px 20px 10px;
	font-weight: 300;
	text-align: left;
}
.dark p{
	color: white;
}
.ts_and_cs p{
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 0px 10px 5px 10px;
}
.feature p, .details p, .feature .details p{
	color: #424e67;
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 11px 30px;
}
.details p{
	color: white;
	margin: 5px 10px;
}
.archive .details p, .page-written-reflections .details p{
	color: #424e67;
	margin: 11px 10px;
}
.restricted_item .details p{
	color: #737d91;
}
p.eddr-notice, .article .post_content p.eddr-notice:first-of-type{
	margin-top: 2px;
	font-size: 1.0em;
}
p.center{
	text-align: center;
}
p.date{
	font-style: italic;
	font-size: 0.9em;
	text-align: right;
	margin: 0px 10px 2px 10px;
}
.details p.date{
	font-style: italic;
	font-size: 0.9em;
	text-align: left;
	margin: 0px 10px;
}
.article .post_content p:first-of-type, .article .page_content p:first-of-type{
	font-size: 1.4em;
	line-height: 1.6em;
	color: #306985;
}
.page_title p{
	font-size: 1em;
	line-height: 1.3em;
	color: white;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
.page_title p a{
 	color: white;
}
.download .page_title p{
	text-shadow: 1px 1px 8px rgba(0,0,0,0.4);
}
.section_description p{
	font-size: 0.95em;
	line-height: 1.4em;
	color: #678eae;
	text-align: center;
	margin: 0px 140px 20px 140px;
}
.page-written-reflections .section_description p{
	margin: 5px 140px 30px 140px;
}

.product_note p{
	margin-left: 30px;
	margin-right: 30px;
}

.download_details p.note{
	font-size: 0.7em;
	color: #666666;
	padding: 0px 2px;
	margin: -4px auto 0px;
	text-align: center;
	max-width: 340px;
}
.edd-download-cat-meditation-bundles .download_details p.note{
	margin-top: 4px;
}
.post_sign_off{
	margin-top: 50px;
	border-top: 1px solid #111;
}
.post_sign_off p{
	font-size: 0.8em;
	color: #666666;
	padding-top: 6px;
}
#footer p{
	color: white;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 10px 5px;
	text-align: center;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	font-family: "Bitter", serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	border-width: 0px;
	text-align: center;
	font-size: 1em;
	margin: 18px 20px;
	color: #113949;
}
h2 {
	font-family: "Bitter", serif;
	text-align: center;
	font-style: normal;
	text-transform: inherit;
	font-weight: 400;
	color: #113949;
	font-size: 2.4em;
	line-height: 1.2em;
	margin: 10px 10px 10px 10px;
}
h2.intro_statement{
	margin: 10px 50px;
}
.dark h2{
	color: white;
}
.page_title h2{
	font-size: 4em;
	line-height: 1.1em;
	margin: 10px 30px 110px 30px;
	padding: 10px 0px 0px 0px;
}
.single .page_title h2,  .category .page_title h2,  .archive .page_title h2{
	border-top: 1px solid white;
	display: inline-block;
	color: white;
}
.download .page_title h2{
	text-shadow: 1px 1px 8px rgba(0,0,0,0.4);
}
.page-written-reflections .page_title h2, .page-audio-meditations .page_title h2{
	margin: 10px 30px 30px 30px;
}
.page-blog .page_title h2{
	margin: 10px 30px 30px 30px;
}
.headline h2{
	text-align:left;
	color: white;
	font-size: 4em;
	line-height: 1.1em;
	margin: 0px 20px 20px 20px;
	padding: 10px 0px 0px 0px;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.5);
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
}
.page-blog .headline h2 span, .single .headline h2 span{
	font-size: 0.5em;
	line-height: 1.2em;
	margin: 0px 0px 0px 0px;
	display: block;

}
h2.right{
	text-align: right;
	right: 0px;
	left: auto;
}
h3 {
	font-family: "Bitter", serif;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	color: #113949;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1em;
	margin: 14px 10px;
}
h3.repeated{
	font-style: italic;
	text-transform: capitalize;
	font-size: 1.8em;
	line-height: 1.1em;
	margin: 0px 10px 20px 10px;
}
.details h3{
	margin: 14px 10px 0px 10px;
}
.restricted_item .details h3{
	color: #737d91;
}
.post .img_wrap h3{
	font-size: 2.2em;
	line-height: 1em;
	margin: 10px 15px;
	color: white;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.4);
	width: 95%;
	word-wrap: break-word;
	position: absolute;
	top: 0px;	 
}
.product h3{
	font-size: 3.5em;
	line-height: 0.85em;
	margin: 10px 15px;
	color: white;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.4);
	width: 95%;
	word-wrap: break-word;
}
.product h3 span{
	font-size: 0.85em;
	line-height: 0.8em;
}
.product_note h3{
	text-align: center;
	color: white;
	font-size: 2em;
	text-transform: none;
	margin-bottom: 30px;
	color: #b5b4b2;
}
#footer h3{
	color: white;
	text-align: center;
}
h4 {
	text-align: left;
	font-family: "Bitter", serif;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 10px 10px;
	padding: 0px;
	color: #113949;
}
.feature h4{
	margin: 10px 30px;
}
.feature h4 span{
	font-size: 1.4em;
}
.product_note h4{
	margin: 10px 30px 5px 30px;
	color: #a09f9d;
}
.product h4{
	color: white;
	margin-top: 15px;
}
h5 {
	font-family: "Asap",Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #113949;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 6px 10px  10px 10px;
	text-align: left;
}
.testimonial h5{
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	margin: 10px 20px;
	color: #51778e;
	text-transform: none;
	text-align: left;
}
.testimonial h5 a, .testimonial h5 a:visited{
	color: #51778e;
}
.testimonial.quote h5{
	text-align: center;
}
.details h5{
	margin: 0px 8px;
	color: #74a0c2;
	text-transform: uppercase
}
h6 {
	text-align: left;
	font-family: "Asap",Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.1em;
	margin: 5px 10px 5px 10px;
	color: #113949;
}
/*
tables in content
*/
.hentry table{
	width: 90%;
	margin: 0px, 0px, 10px, 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1em;
	text-align: left;
}
.hentry table tr{
	margin: 0px;
	padding: 0px;
	display: table-row;
}
.hentry table td, .hentry table th{
	font-size: 0.9em;
	line-height: 1.3em !important;
	padding: 4px 5px 4px 5px !important;
	width: auto;
	display: table-cell;
	text-align: right;
}
.hentry table td p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0px;
}  
/* ' Blockquotes / Quotes
----------------------------------------------------------------------------------------------------*/
blockquote, q {
	font-family: "Asap",Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
	color: #0a2234;
	border: none;
	margin: 1em 0em 2em 0em;
	padding: 1.4em 1.4em;
	background-color: #ebeae8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
body blockquote p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 0.4em 1.1em  0.8em 1.1em;
	padding: 0em 0.3em;
	border: none;
	text-align: left;
	color: #0a2234;
}
body .article blockquote p:first-of-type{
	font-size: 1.1em !important;
	line-height: 1.6em !important;
	margin: 0.4em 1.1em  0.8em 1.1em;
	padding: 0em 0.3em;
	border: none;
	color: #0a2234 !important;
}
blockquote:before, q:before {
	margin: 0px 1em;
	padding: 40px;
}
blockquote:after, q:after {
	margin: 0px 1em;
}
/* TESTIMONIALS  */
body .testimonial p{
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	margin: 10px 180px 25px 180px;
	color: #51778e;
}
body .testimonial.quote blockquote{
	color: white;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 10px 180px !important;
	text-align: center !important;
	font-style: italic;
}
body .testimonial blockquote p, body .testimonial blockquote p:first-of-type{
	color: white !important;
	font-weight: 400;
	font-size: 1.4em !important;
	line-height: 1.5em !important;
	text-align: left;
	margin: 10px 20px 25px 20px;
	padding: 0px;
}
body .testimonial blockquote p:first-of-type{
	text-indent: -8px;
}
body .testimonial blockquote, .testimonial q {
	font-size: 1em;
	line-height: 1em;
	text-align: left;
	border: none;
	margin: 0em;
	padding: 0em;
	background-color: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
/* `Lists
----------------------------------------------------------------------------------------------------*/
.hentry .content_body_copy ul, .hentry .content_body_copy  ol  , .page .content_body_copy ul, .page .content_body_copy  ol {
	font-family: "Asap",Helvetica, Arial, sans-serif;
	text-align: left;
	margin: 0px 38px 25px 38px;
	padding: 0px;
	font-size: 1em;
	list-style-position: inside;
}  
.hentry .content_body_copy ul , .page .content_body_copy ul {
	list-style: disc;	
}
.hentry .content_body_copy ol , .page .content_body_copy ol {
	list-style: decimal;
}                                                                                                 
.hentry  .content_body_copy li , .page  .content_body_copy li {
	margin: 0px 10px;
	padding: 6px 0px;
	line-height: 1.5em;
	font-size: 1.1em;
}
.hentry.type-post .content_body_copy ul,
.hentry.type-deeperwaters_reflect .content_body_copy ul,
.page .content_body_copy ul {
	list-style: url(../images/bullet-shell.png);
} 
 /* `Forms
----------------------------------------------------------------------------------------------------*/
.searchform label{
	color: white;
	display: none;
}