/*
Theme Name: The Sacred Science
Theme URI: https://www.thesacredscience.com/
Description: The Sacred Science WordPress theme.
Author: The Sacred Science
Author URI: https://www.thesacredscience.com/
Version: 1.0
*/

.dfS .dfTime {
	color: red !important;
	font-size: 40px !important;
}

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
 	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Begin Typography & Colors */

body{
	font-family:"Asap", Helvetica, Arial, sans-serif;
	color:#000;
	padding:0;
	margin:0;
	background:#fff;
}

/* Header */

#header{
	width:1180px;
	margin:10px auto 15px auto;
 }

#header a.logo{
	float:left;
	width:185px;
	height:88px;
	display:block;
	margin:0;
	background:url(/wp-content/uploads/logo-185px.png) no-repeat;
	text-indent:-9999em;

}

/* Menu */


/* Layout */

#wrapper{
}

/* Homepage */

#contenthome{
	clear:both;
	width:1200px;
	padding:10px 20px 0 20px;
	margin:0 auto;
}

#contenthome .featuredarticles{
	float:left;
	width:820px;
	padding:0 0 50px 30px;
}

#contenthome .featuredarticles h2{
    font-family: 'Poppins', sans-serif;
	font-size:15px;
	color:#9a988c;
	font-weight:600;
	line-height:normal;
	padding:0 0 25px 0;
	margin:0;
}

#contenthome .featuredarticles h3{
	font-family: 'Poppins', sans-serif;
	font-size:22px;
	color:#000;
	line-height:24px;
	padding:0 0 25px 0;
	font-weight:500;
}

#contenthome .featuredarticles .category{
	font-family: 'Poppins', sans-serif;
	font-size:13px;
	color:#289db6;
	padding:20px 0;
	text-transform:uppercase;
	display:block;
}

#contenthome .featuredarticles h3 a{
	color:#000;
	text-decoration:none;
}

#contenthome .featuredarticles h3 a:hover{
	color:#0037b4;
}

#contenthome .featuredarticles p{
	font-family:"Asap", Helvetica, Arial, sans-serif;
	font-size:17px;
	color:#000;
	line-height:20px;
	padding:0;
	margin:0;
}

#contenthome .featuredarticles .date{
	font-size:12px;
	color:#aaa89d;
	letter-spacing:0.05em;
	text-transform:lowercase;
}

#contenthome .featuredarticles a.viewmore{
	font-size:14px;
	color:#fff;
	line-height:normal;
	padding:10px 25px;
	margin:10px 0 20px 0;
	background:#009fa3;
	display:inline-block;
}

#wrapper .downloadebook{
	clear:both;
	padding:70px 20px;
	background:#e7f0ef;
	text-align:center;
	border-bottom:solid 2px #fff;
}

#wrapper .downloadebook img{
	max-width:100%;
	width:auto;
	height:auto;
}

body #tve_two_set .thrv_lead_generation.thrv_lead_generation_vertical input[type="text"],
body #tve_two_set .thrv_lead_generation.thrv_lead_generation_vertical input[type="email"],
body #tve_two_set .thrv_lead_generation.thrv_lead_generation_vertical input[type="password"]{
	height:auto !important;
}

#wrapper .royalSlider h3{
	font-family: 'Poppins', sans-serif;
	font-size:32px;
	color:#fff;
	line-height:45px;
	letter-spacing:0.03em;
}

/* Preorder Sacred Science Book */

body.home #wrapper{
	position:relative;
	/*top:135px;*/
}

body.home .wph-modal,
body.page .wph-modal,
body.category .wph-modal,
body.error404 .wph-modal{
	display:none !important;
}

#preorderbook{
	width:100%;
	border-bottom:solid 1px #e1e1e2;
	background:#e6fff7;
}

#preorderbook .container{
	width:1040px;
	margin:0 auto;
	padding:5px 0 3px 0;
}

#preorderbook .container .desc{
    font-family: 'Lora', serif;
	font-size:24px;
	color:#010101;
	line-height:32px;
	float:left;
	width:790px;
	padding:30px 0 30px 130px;
	text-align:center;
	background:url(images/tssebook.png) no-repeat left center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#preorderbook .container .desc strong{
	letter-spacing:0.07em;
	text-transform:uppercase;
}

#preorderbook .container .desc span{
	color:#4da184;
	font-weight:700;
	font-style:italic;
}

#preorderbook .container a.clickhere{
    font-family: 'Lora', serif;
	font-size:22px;
	color:#fff;
	font-weight:700;
	font-style:italic;
	float:right;
	width:200px;
	padding:12px;
	margin:35px 0 0 0;
	background:#4da184;
	text-align:center;
	display:block;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#preorderbook .container a:hover.clickhere{
	background:#008462;
}

/* Blog Post */

#content{
	padding:20px 0 0 0;
	border:solid 1px #e0e0e0;
}

#content .container{
	width:1160px;
	margin:0 auto;
}

#content .container .entry{
	float:left;
	width:760px;
	padding:20px;
}

#content .container h1.entry-title{
	font-family: 'Poppins', sans-serif;
	font-size:40px;
	color:#333;
	font-weight:600;
	letter-spacing:-0.03em;
	line-height:50px;
	padding:0 0 5px 0;
	margin:0;
	text-align:center;
}

#content .container .postauthor{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#000;
	font-weight:600;
	padding:0 0 5px 0;
	text-align:center;
}

#content .container .postauthor a{
	color:#000;
	text-decoration:none;
}

#content .container .postauthor a:hover{
	text-decoration:underline;
}

#content .container .timecomments{
	font-size:15px;
	color:#c2c2c2;
	padding:0 0 25px 0;
	text-align:center;
}

#content .container .timecomments span{
	font-size:20px;
	color:#000;
	display:inline-block;
	padding:0 5px;
}

#content .container .timecomments a{
	color:#0b65b4;
	text-decoration:none;
}

#content .container .timecomments a:hover{
	color:#000;
}

#content .container .fullwidth img{
	max-width:100%;
	width:100%;
	height:auto;
}

#content .container .entry .filedunder,
body.archive #content .filedunder{
	font-size:15px;
	font-style:italic;
	border-top:solid 2px #ddd;
	clear:both;
	padding:10px 0;
}

#content .container .entry .filedunder a,
body.archive #content .filedunder a{
	color:#0b65b4;
}

#content .container .entry .filedunder a:hover,
body.archive #content .filedunder a:hover{
	color:#000;
}

/* Full Width */

body.page-template-fullwidth-template #content{
	padding:0;
	border:0;
}

#content .featuredimg img{
	width:100%;
	max-width:100%;
    height:auto;
}

/* Breadcrumbs */

.breadcrumb{
	font-size:12px;
	color:#fff;
	letter-spacing:normal;
	padding:10px 20px;
	background:#3f8674;
	clear:both;
}

#wrapper .hentry .breadcrumb{
	color:#000;
	background:none;
	padding:0 0 10px 0;
}

#wrapper .hentry .breadcrumb a{
	color:#0d72c7;
	text-decoration:none;
}

.breadcrumb a:hover{
	text-decoration:underline;
}

.breadcrumb a{
	color:#fff;
}

body.home .breadcrumb,
body.single-post .breadcrumb{
	display:none;
}

body.single-post #wrapper .container .breadcrumb{
	display:block;
	letter-spacing:0.05em;
}

/* Masonry */

.grid{
	max-width:100%;
}

.grid-category{
	max-width:100%;
}

.grid img,.grid-item-category img{
	width:100%;
	max-width:100%;
    height:auto;
}

/* clearfix */
.grid:after,.grid-category:after{
  content: '';
  display: block;
  clear: both;
}

.grid-item{
  width: 380px;
  float: left;
  padding:0 30px 35px 0;
}

.grid-item-category{
	width: 380px;
	float: left;
	padding:0 15px 30px 15px;
}


/* Common */

*:focus{ outline:0; }

*, *:before, *:after {
  box-sizing: border-box;
}

button, input, select, textarea{
	font-family:inherit;
}

a{
	color:#0b65b4;
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6{
	font-family: 'Poppins', sans-serif;
	color:#000;
	font-weight:300;
	padding:0 0 20px 0;
	margin:0;
}

.entry h1{
	font-size:40px;
}

.entry h2{
	font-size:35px;
}

.entry h3{
	font-size:30px;
}

.entry h4{
	font-size:25px;
}

.entry h5{
	font-size:20px;
}

.entry h6{
	font-size:15px;
}

.entry p{
	font-size:18px;
	color:#000;
	line-height:30px;
	padding:0 0 25px 0;
	margin:0;
}

.entry ul,
.pps-popup .pps-item-content ul{
	padding:0;
	margin:0 0 25px 0;
}

.entry ul li,
.entry ol li,
.pps-popup .pps-item-content li{
	font-size:18px;
	color:#000;
	line-height:30px;
	list-style:square;
	margin:0 0 0 25px;
	padding:0;
}

.entry ol{
	list-style:decimal;
	padding:0;
	margin:0 0 25px 10px;
}

.entry ol li{
	padding:0;
	list-style:decimal;
}

b,strong{
	font-weight:bold;
}

.entry hr{
	height:1px;
	border:0;
	margin:0 0 30px 0;
	clear:both;
	width:100%;
	display:block;
	background:#dbd8ce;
}

.clear{
	clear:both;
}

.entry img{
	max-width:100%;
	height:auto;
}

.entry img.alignleft{ 
	float:left;
	margin:0 20px 20px 0;
}

.entry img.alignright{ 
	float:right;
	margin:0 0 20px 20px;
}

.aligncenter{
	text-align:center
}

input,textarea,input[type="submit"]{
	-webkit-border-radius:0;
  	-moz-border-radius:0;
	-webkit-appearance:none;
}

/* Film */

#contentfilm{
	padding:90px 20px 40px 20px;
	background:url(images/filmbg.jpg) no-repeat top center #000;
	background-size:contain;
	border-top:solid 1px #e0e0e0;
	border-bottom:solid 2px #fff;
}

#contentfilm .container{
	width:850px;
	margin:0 auto;
}

#contentfilm .container h1{
	font-family: 'Poppins', sans-serif;
	font-size:25px;
	color:#fff;
	line-height:33px;
	font-weight:600;
	letter-spacing:0.035em;
	padding:0 0 60px 0;
	margin:0;
	text-align:center;
}

#contentfilm .container h2{
	font-family: 'Poppins', sans-serif;
	font-size:30px;
	color:#fffb8d;
	font-weight:600;
	letter-spacing:-0.02em;
	padding:0 0 10px 0;
	margin:0;
	text-align:center;
}

#contentfilm .container p{
	font-size:18px;
	color:#fff;
	line-height:30px;
	padding:0 0 25px 0;
	margin:0;
}

#contentfilm .container a.watchnow{
	font-size: 18px;
	letter-spacing:-0.02em;
	line-height: 18px;
	padding: 8px 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #6eb9c0;
	border: 1px solid #62adb4;
	background: -moz-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8cd7de), color-stop(100%, #6eb9c0));
	background: -webkit-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: -o-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: -ms-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: linear-gradient(to bottom, #8cd7de 0%, #6eb9c0 100%);
	color: #ffffff !important;
	text-decoration: none;
	font-weight: 600;
	width:200px;
	display:block;
	margin:0 auto 20px auto;
	text-align:center;
}

#contentfilm .container a:hover.watchnow{
	font-size: 18px;
	line-height: 18px;
	padding: 8px 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #8ecbd1;
	border: 1px solid #82bfc5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ace9ef), color-stop(100%, #8ecbd1 ));
	background: -webkit-linear-gradient(top, #ace9ef 0%, #8ecbd1 100%);
	background: linear-gradient(to bottom, #ace9ef 0%, #8ecbd1 100%);
	color: #ffffff;
}

#contentfilm .royalSlider{
	margin:0 0 25px 0;
}

#contentfilm .rsUni .rsSlide{
	min-height:255px;
	background:#000 !important;
}

#contentfilm .royalSlider h5{
	font-family: 'Poppins', sans-serif;
	font-size:30px;
	color:#208195;
	letter-spacing:0.01em;
	line-height:40px;
	font-weight:600;
	padding:0 0 25px 0;
	text-align:center;
}

#contentfilm .royalSlider h6{
	font-size:18px;
	color:#fff;
	font-weight:700;
	padding:0 0 25px 0;
	margin:0;
	text-transform:uppercase;
	text-align:center;
	background:url(images/stars.png) no-repeat bottom center;
}

/* Sacred Shop */

#contentshop{
	padding:20px 0 20px 0;
	border:solid 1px #e0e0e0;
}

#contentshop .container{
	width:1120px;
	margin:0 auto;
}

#contentshop .allproducts{
	position:relative;
}

#contentshop .allproducts img{
	width:100%;
	max-width:100%;
    height:auto;
}

#contentshop .allproducts a.learnmore span{
	font-family: 'Poppins', sans-serif;
	font-size:45px;
	color:#fff;
	font-weight:600;
	position:absolute;
	display:none;
	background:rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:25% 0 0 0;
	text-align:center;
	text-transform:uppercase;
}

#contentshop .allproducts a:hover.learnmore span{
	display:block;
}

#contentshop h1{
	font-family: 'Poppins', sans-serif;
	font-size:25px;
	color:#000;
	font-weight:600;
	line-height:normal;
	padding:25px 0 5px 0;
	margin:0;
}

#contentshop h2{
	font-family: 'Poppins', sans-serif;
	font-size:25px;
	color:#000;
	font-weight:600;
	line-height:normal;
	padding:25px 0 5px 0;
	margin:0;
}

#contentshop p{
	font-size:16px;
	color:#000;
	line-height:normal;
	padding:0 0 25px 0;
	margin:0;
}

#contentshop a.ourbestdealbtn,
.pps-popup a.ourbestdealbtn{
	font-size: 18px;
	line-height: 18px;
	padding: 15px 25px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #6eb9c0;
	border: 1px solid #62adb4;
	background: -moz-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8cd7de), color-stop(100%, #6eb9c0));
	background: -webkit-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: -o-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: -ms-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: linear-gradient(to bottom, #8cd7de 0%, #6eb9c0 100%);
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	width:auto;
	display:inline-block;
	margin:0;
	text-align:center;
}

#contentshop a:hover.ourbestdealbtn,
.pps-popup a:hover.ourbestdealbtn{
	border: 1px solid #8ecbd1;
	background: -moz-linear-gradient(top, #ace9ef 0, #8ecbd1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ace9ef), color-stop(100%, #8ecbd1));
	background: -webkit-linear-gradient(top, #ace9ef 0, #8ecbd1 100%);
	background: -o-linear-gradient(top, #ace9ef 0, #8ecbd1 100%);
	background: -ms-linear-gradient(top, #ace9ef 0, #8ecbd1 100%);
	background: linear-gradient(to bottom, #ace9ef 0, #8ecbd1 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ace9ef', endColorstr='#8ecbd1', GradientType=0)
}

#contentshop hr{
	border:0;
	height:1px;
	background:#dbd8ce;
	margin:30px auto;
}

#contentshop .leftcolumn{
	width:535px;
	float:left;
	padding:0 0 5px 0;
	margin:0 0 25px 0;
	border-bottom:solid 1px #dbd8ce;
}

#contentshop .rightcolumn{
	width:535px;
	float:right;
	padding:0 0 5px 0;
	margin:0 0 25px 0;
	border-bottom:solid 1px #dbd8ce;
}

#contentshop .physicaldigital,
.pps-popup .physicaldigital{
	clear:both;
	display:block;
	position:relative;
	margin:0 0 20px 0;
	width:100%;
	text-align:center;
}

#contentshop .physicaldigital span,
.pps-popup .physicaldigital span{
	font-size:15px;
	color:#d8d654;
	line-height:normal !important;
	position:absolute;
	top:0;
	left:10px;
	right:0;
	bottom:0;
	margin:auto;
	width:32px;
	height:32px;
	padding:8px 0 0 0;
	background:#f4f4f4;
	-webkit-border-radius:50%;
	border-radius:50%;
	overflow:hidden;
	text-align:center;
	pointer-events:none;
}

#contentshop a.physicaldealbtn,
.pps-popup a.physicaldealbtn{
	font-size: 18px;
	line-height: 18px;
	padding: 15px 25px;
	border-radius: 8px;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	background: #6eb9c0;
	border: 1px solid #62adb4;
	border-right:0;
	background:#6eb9c0;
	background: -moz-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8cd7de), color-stop(100%, #6eb9c0));
	background: -webkit-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: -o-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: -ms-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: linear-gradient(to bottom, #8cd7de 0%, #6eb9c0 100%);
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	width:auto;
	display:inline-block;
	margin:0;
	text-align:center;
}

#contentshop a:hover.physicaldealbtn,
.pps-popup a:hover.physicaldealbtn{
	background:#a6e3e9;
	background: -moz-linear-gradient(top, #ace9ef 0, #8ecbd1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ace9ef), color-stop(100%, #8ecbd1));
	background: -webkit-linear-gradient(top, #ace9ef 0, #8ecbd1 100%);
	background: -o-linear-gradient(top, #ace9ef 0, #8ecbd1 100%);
	background: -ms-linear-gradient(top, #ace9ef 0, #8ecbd1 100%);
	background: linear-gradient(to bottom, #ace9ef 0, #8ecbd1 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ace9ef', endColorstr='#8ecbd1', GradientType=0)
}

#contentshop .leftcolumn .ourbestdealbtn,
#contentshop .rightcolumn .ourbestdealbtn{
	margin:0 0 20px 0;
}

#contentshop a.digitaldealbtn,
.pps-popup a.digitaldealbtn{
	font-size: 18px;
	line-height: 18px;
	padding: 15px 25px;
	border-radius: 8px;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;	
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	width:auto;
	display:inline-block;
	margin:0;
	text-align:center;
	border: 1px solid #8ecbd1;
	border-left:0;
	background:#a6e3e9;
	background: -moz-linear-gradient(top, #ace9ef 0, #8ecbd1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ace9ef), color-stop(100%, #8ecbd1));
	background: -webkit-linear-gradient(top, #ace9ef 0, #8ecbd1 100%);
	background: -o-linear-gradient(top, #ace9ef 0, #8ecbd1 100%);
	background: -ms-linear-gradient(top, #ace9ef 0, #8ecbd1 100%);
	background: linear-gradient(to bottom, #ace9ef 0, #8ecbd1 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ace9ef', endColorstr='#8ecbd1', GradientType=0)
}

#contentshop a:hover.digitaldealbtn,
.pps-popup a:hover.digitaldealbtn{
	background:#6eb9c0;
	background: -moz-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8cd7de), color-stop(100%, #6eb9c0));
	background: -webkit-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: -o-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: -ms-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: linear-gradient(to bottom, #8cd7de 0%, #6eb9c0 100%);
}

/* Sidebar */

#sidebar{
	width:325px;
	float:right;
	padding:30px 20px 0 20px;
	margin:50px 0 0 0;
	background:#f5f4ef;
}

#sidebar li{
	padding:0 0 40px 0;
}

#sidebar h2{
	font-family: 'Poppins', sans-serif;
	font-size:15px;
	color:#9a988c;
	font-weight:400;
	padding:0 0 30px 0;
}

#sidebar h3{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#2b2828;
	font-weight:600;
	padding:0 0 40px 0;
	text-align:center;
}

#sidebar h4{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	color:#9a988c;
	font-weight:500;
	padding:0 0 15px 0;
	text-align:center;
}

#sidebar h5{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#2b2828;
	font-weight:600;
	padding:0 0 5px 0;
	text-align:center;
}

#sidebar .social-media-icon{
	text-align:center;
	display:block;
}

#sidebar .social-media-icon img{
	padding:10px 22px;
	margin:0 5px 0 0;
	background:#fff;
	max-width:100%;
	width:auto;
	height:auto;
}

#sidebar p{
	font-size:14px;
	color:#000;
	line-height:30px;
	text-align:center;
}

body.single #sidebar,
body.search #sidebar{
	margin:5px 0 50px 0;
}

#sidebar .yuzo_widget_wrap{
	padding-bottom:20px;
}

#sidebar .yuzo_widget_wrap h3{
	font-family: 'Poppins', sans-serif;
	font-size:12px;
	color:#9a988c;
	font-weight:500;
	padding:0;
	margin:0;
	text-align:left;
}

#sidebar .yuzo_widget_wrap .yuzo_text{
	font-size:15px;
	color:#000;
	line-height:15px;
}

#sidebar .yuzo_widget_wrap a.link-list{
	color:#a34074;
	letter-spacing:0.05em;
	padding-bottom:10px;
}

/* Blog */

#blogcontent{
	border-top:1px solid #e0e0e0;
	padding:60px 20px 20px 20px;
}

#blogcontent .container{
	width:1150px;
	margin:0 auto;
}

#blogcontent .container h1.entry-title{
	font-family: 'Poppins', sans-serif;
	font-size:38px;
	color:#333;
	font-weight:300;
	letter-spacing:-0.01em;
	line-height:normal;
	padding:0 0 30px 0;
	margin:0;
	text-align:center;
}

#blogcontent .container h3{
	font-family: 'Poppins', sans-serif;
	font-size:32px;
	color:#000;
	font-weight:300;
	letter-spacing:0.03em;
	line-height:42px;
	padding:25px 20px 15px 20px;
	margin:0;
}

#blogcontent .container h3 a{
	color:#000;
	text-decoration:none;
}

#blogcontent .container h3 a:hover{
	color:#0037b4;
}

#blogcontent .container .postauthor{
	font-size:14px;
	color:#000;
	padding:0 20px 15px 20px;
}

#blogcontent .container .postauthor a{
	color:#0b65b4;
	text-decoration:none;
}

#blogcontent .container p{
	font-size:14px;
	color:#000;
	line-height:22px;
	padding:0 20px 10px 20px;
	margin:0;
}

#blogcontent .container a.readmore{
	font-size:14px;
	color:#0b6ec6;
	text-decoration:none;
}

#blogcontent .grid-item{
	padding:0 40px;
}

#blogcontent .blogpostc{
	margin:0 0 60px 0;
	border:solid 1px #e6e6e6;
}

/* WP Pagenavi */

.wp-pagenavi{
	padding:100px 0 20px 0;
	clear:both;
	text-align:center;
}

.wp-pagenavi a{
	font-size:12px;
	color:#000;
	display:inline-block;
	padding:8px 10px;
	margin:5px;
	border:solid 1px #bbb;
	background:#eee;
}

.wp-pagenavi a:hover{
	background:#fff;
}

.wp-pagenavi span.current{
	font-size:12px;
	color:#000;
	padding:8px 10px;
	margin:5px;
	display:inline-block;
	border:solid 1px #e6e6e6;
	background:#fff;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend{
	display:none;
}

/* Comments */

#blogcomments{
	padding:0 20px;
	clear:both;
	background:#e7f0ef;
	overflow:hidden;
}

#blogcomments .container{
	width:1160px;
	margin:0 auto;
}

#blogcomments .container #comments{
	width:760px;
	float:left;
	padding:80px 20px 20px 20px;
}

#blogcomments h3#reply-title{
    font-family: 'Lato', sans-serif;
	font-size:25px;
	color:#000;
	font-weight:300;
	letter-spacing:0.02em;
	padding:0 0 20px 0;
}

#blogcomments h3#reply-title small{
	font-size:20px;
}

#blogcomments .comment-body p,
#blogcomments #respond p{
    font-family: 'PT Sans', sans-serif;
	font-size:15px;
	color:#000;
	line-height:25px;
}

#blogcomments .comment-body p{
	letter-spacing:0.03em;
	padding:0 0 20px 0;
}

#blogcomments .comment-body{
	overflow:hidden;
}

#blogcomments p.comment-notes{
	font-size:15px;
	color:#000;
	letter-spacing:0.01em;
	padding:0 0 20px 0;
	margin:0;
}

#respond #commentform label{
	font-size:15px;
	color:#000;
	display:block;
}

#respond #commentform #author,
#respond #commentform #comment,
#respond #commentform #email,
#respond #commentform #url{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	width: 250px;
	margin: 0 5px 15px 0;
	padding: 5px;
	-webkit-box-shadow: 0 1px 2px #E8E8E8 inset;
	box-shadow: 0 1px 2px #E8E8E8 inset;
}

#respond #commentform #comment{
	width:100%;
	height:150px;
}

#respond #commentform #submit{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: 19px;
	cursor: pointer;
	background: #32ADB0;
	border: 0px solid #ddd;
	width: auto;
	padding: 10px 14px 10px 14px;
	text-decoration: none;
	-webkit-border-radius:3px;
	border-radius:3px;
}

#respond #commentform #submit:hover{
	color: #FFFFFF;
	background: #0B65B4;
	border: 0px solid #ddd;
	text-decoration: none;
}

#comments ol.commentlist{
	clear:both;
	margin:20px 0 0 0;
}

#comments ol.commentlist li{
	padding:30px 25px;
	margin:0 0 55px 0;
	border-bottom:solid 2px #ddd;
	background:#f5f5f5;
}

#comments ol.commentlist .commentmetadata{
	display:none;
}

#comments ol.commentlist li ul li{
	padding:30px 25px 20px 25px;
	margin:50px 0 10px 0;
	background:#e8e8e8;
}

#comments ol.commentlist .comment-author{
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	color:#000;
	font-weight:bold;
	padding:0 0 7px 0;
	margin:0;
}

#comments ol.commentlist img.avatar{
	float: right;
	width: 48px;
	height: 48px;
	margin: 0 0 10px 10px;
	padding: 0px;
	border: 0px solid #ddd;
	background:#fff;
}

#comments ol.commentlist a.comment-reply-link{
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	padding: 8px 12px 8px 12px;
	border-top: 0px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	text-decoration: none;
	background:#ddd;
	display:inline-block;
	-webkit-border-radius: 3px;
	border-radius:3px;
}

#comments ol.commentlist a:hover.comment-reply-link{
	color: #000;
	border-top: 0px solid #bbb;
	border-bottom: 2px solid #bbb;
	border-left: 0px solid #bbb;
	border-right: 0px solid #bbb;
	text-decoration: none;
	background:#ccc;
}

/* Archive and Search Results */

body.search #content .entry h1.entry-title,
body.archive #content h1.entry-title{
	font-size:40px;
	line-height:50px;
	font-weight:300;
	padding:0 0 20px 0;
	margin:0;
	text-align:left;
}

body.archive #content h1.entry-title{
	font-size:30px;
	font-weight:600;
	padding:0;
}

body.search #content .searchresultsc,
body.archive #content .archiveresultsc{
	padding:0 0 40px 0;
}

body.search #content .entry h2.entry-title,
body.archive #content h2.entry-title{
	font-size:30px;
	font-weight:300;
	letter-spacing:0.1em;
	padding:0 0 10px 0;
}

body.search #content .entry h2.entry-title a,
body.archive #content h2.entry-title a{
	color:#000;
}

body.search #content .entry h2.entry-title a:hover,
body.archive #content h2.entry-title a:hover{
	color:#0037b4;
}

body.search #content .entry .post-meta,
body.archive #content .entry .post-meta{
	font-size:15px;
}

body.search-no-results #content .container{
	min-height:350px;
}

body.archive #content .entry{
	float:none;
	width:auto;
	padding:0;
}

/* Category */

#contentcategory{
	clear:both;
	padding:20px 20px 20px 20px;
	border-top:solid 1px #e0e0e0;
}

#contentcategory .container{
	width:1150px;
	margin:0 auto;
}

#contentcategory .description{
	clear:both;
	padding:0 10px 30px 10px;
	margin:0 0 40px 0;
	border-bottom:solid 1px #474747;
}

#contentcategory .description .leftcolumn{
	width:48.7179%;
	float:left;
}

#contentcategory .description .rightcolumn{
	width:48.7179%;
	float:right;
}

#contentcategory .description h1{
	font-family: 'Poppins', sans-serif;
	font-size:40px;
	color:#000;
	letter-spacing:-0.03em;
	font-weight:500;
	line-height:normal;
	padding:25px 0 10px 0;
	margin:0;
	text-align:center;
}

#contentcategory .description h2{
	font-family: 'Poppins', sans-serif;
	font-size:25px;
	color:#000;
	letter-spacing:-0.03em;
	font-weight:500;
	line-height:normal;
	padding:0 0 25px 0;
	margin:0;
}

#contentcategory .description p{
	font-size:15px;
	color:#000;
	letter-spacing:0.02em;
	line-height:26px;
	padding:0 0 25px 0;
	margin:0;
}

#contentcategory .grid-item-category h3{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	color:#000;
	font-weight:600;
	letter-spacing:0.03em;
	line-height:25px;
	padding:10px 20px 20px 0;
	margin:0;
}

#contentcategory .grid-item-category h3 a{
	color:#000;
	text-decoration:none;
}

#contentcategory .grid-item-category h3 a:hover{
	color:#0037b4;
}

#contentcategory .grid-item-category p{
	font-size:16px;
	color:#000;
	letter-spacing:0.02em;
	line-height:20px;
	padding:0;
	margin:0;
}

#contentcategory .date{
	font-size:12px;
	color:#aaa89d;
	letter-spacing:0.05em;
	text-transform:lowercase;
}

/* Error 404 */

body.error404 #content .container .entry{
	width:800px;
}

body.error404 #content .container h1.entry-title{
	text-align:left;
}

body.error404 #content .entry #searchform .screen-reader-text{
	display:none;
}

body.error404 #content .entry #searchform{
	overflow:hidden;
}

body.error404 #content .entry #searchform input#s{
	font-family: 'PT Sans',sans-serif;
    font-size: 14px;
    color: #888888;
	float:left;
    width: 210px;
    margin: 10px 10px 0 0;
    padding: 10px;
	border: 1px solid #ddd;
	background:#e8e8e8;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


body.error404 #content .entry #searchform input#searchsubmit{
	font-family: 'PT Sans',sans-serif;
    font-size: 16px;
    color: #ffffff;
	line-height: 19px;
    float:left;
	border: 1px solid #333;
    cursor: pointer;
    margin: 10px 0 0 0;
    padding: 10px 14px;
    text-decoration: none;
	background:#333;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* Page */

body.page #content .container .entry{
	width:100%;
}

/* About Author */

#content .container .author-bio{
	clear:both;
	padding:25px;
	margin:0 0 50px 0;
	border-bottom:solid 2px #ddd;
	background:#f5f5f5;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

body.single #content .container .author-bio{
	margin:50px 0;
}

#content .container .author-bio img{
	float:left;
	max-width:80px;
	height:auto;
	margin:0 10px 10px 0;
}

#content .container .author-bio h4{
	font-size:15px;
	font-weight:600;
	letter-spacing:0.02em;
	padding:5px 0 5px 0;
	margin:0 0 0 0;
}

#content .container .author-bio p{
	font-size:15px;
	color:#000;
	letter-spacing:0.02em;
	line-height:25px;
	padding:0 0 20px 0;
	margin:0;
}

#content .container .author-bio p.np{
	padding:0;
}

#content .container .author-bio a.facebook,
#content .container .author-bio a.email{
	width:32px;
	height:32px;
	display:inline-block;
	text-indent:-9999em;
}

#content .container .author-bio a.facebook{
	background:url(images/facebook.png) no-repeat;
}

#content .container .author-bio a.email{
	background:url(images/email.png) no-repeat;
}

/* Contact Us */

.pps-popup .wpcf7{
	padding:40px 40px 20px 40px;
}

.pps-popup .wpcf7-form .wpcf7-text,
.pps-popup .wpcf7-form .wpcf7-textarea,
.pps-popup .infusion-field-input-container{
    font-family: 'Asap', sans-serif;
	font-size:18px;
	line-height:15px;
	color:#9dc0c4;
	padding:15px;
	margin:0;
	width:100%;
	border:solid 1px #ccc;
}

.pps-popup .wpcf7-form .wpcf7-textarea{
	height:130px;
}

.pps-popup .wpcf7-form .wpcf7-text::-webkit-input-placeholder { color:#9dc0c4; opacity:1; }
.pps-popup .wpcf7-form .wpcf7-text::-moz-placeholder { color:#9dc0c4; opacity:1;} /* firefox 19+ */
.pps-popup .wpcf7-form .wpcf7-text:-ms-input-placeholder { color:#9dc0c4; opacity:1; } /* ie */
.pps-popup .wpcf7-form .wpcf7-text:-moz-placeholder { color:#9dc0c4; opacity:1; }

.pps-popup .wpcf7-form .wpcf7-textarea::-webkit-input-placeholder { color:#9dc0c4; opacity:1; }
.pps-popup .wpcf7-form .wpcf7-textarea::-moz-placeholder { color:#9dc0c4; opacity:1;} /* firefox 19+ */
.pps-popup .wpcf7-form .wpcf7-textarea:-ms-input-placeholder { color:#9dc0c4; opacity:1; } /* ie */
.pps-popup .wpcf7-form .wpcf7-textarea:-moz-placeholder { color:#9dc0c4; opacity:1; }

.pps-popup .wpcf7-form .wpcf7-text:focus::-webkit-input-placeholder {opacity:0; }
.pps-popup .wpcf7-form .wpcf7-text:focus::-moz-placeholder { opacity:0;} /* firefox 19+ */
.pps-popup .wpcf7-form .wpcf7-text:focus:-ms-input-placeholder { opacity:0; } /* ie */
.pps-popup .wpcf7-form .wpcf7-text:focus:-moz-placeholder { opacity:0; }

.pps-popup .wpcf7-form .wpcf7-textarea:focus::-webkit-input-placeholder {opacity:0; }
.pps-popup .wpcf7-form .wpcf7-textarea:focus::-moz-placeholder { opacity:0;} /* firefox 19+ */
.pps-popup .wpcf7-form .wpcf7-textarea:focus:-ms-input-placeholder { opacity:0; } /* ie */
.pps-popup .wpcf7-form .wpcf7-textarea:focus:-moz-placeholder { opacity:0; }


.pps-popup .wpcf7-form .wpcf7-submit,
.pps-popup .infusion-form .infusion-submit button{
	font-size: 18px;
	line-height: 18px;
	padding: 15px 25px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #6eb9c0;
	border: 1px solid #62adb4;
	border-right:0;
	background:#6eb9c0;
	background: -moz-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8cd7de), color-stop(100%, #6eb9c0));
	background: -webkit-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: -o-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: -ms-linear-gradient(top, #8cd7de 0%, #6eb9c0 100%);
	background: linear-gradient(to bottom, #8cd7de 0%, #6eb9c0 100%);
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	width:auto;
	display:inline-block;
	margin:0;
	text-align:center;
	cursor:pointer;
}

#popuppress-4481 .pps-wrap{
	padding:10px !important;
}

.pps-popup .infusion-form{
	padding:20px;
	background:url(https://www.thesacredscience.com/wp-content/uploads/2016/05/film-page-background.png) no-repeat top center;
	background-size:cover;
}

.pps-popup .filloutform{
	font-family:"Open Sans",sans-serif;
	font-size:40px;
	color:#fff;
	line-height:1.5em;
	padding:40px;
	background:#608c47;
	text-align:center;
}

.pps-popup .filloutform strong{
	font-weight:bold;
}

.pps-popup .infusion-form .infusion-submit button{
	font-size:28px;
	display:block !important;
	width:100% !important;
	padding:25px 10px;
}

.pps-popup .infusion-form .infusion-field{
	margin:0 0 15px 0;
}

.pps-popup .infusion-form p.privacy{
	color:#fff;
	padding:15px 0 0 0;
	margin:0;
	text-align:center;
}

.pps-popup .infusion-field-input-container{
	color:#acacac;
}

.pps-popup .infusion-form .infusion-field-input-container::-webkit-input-placeholder { color:#acacac; opacity:1; }
.pps-popup .infusion-form .infusion-field-input-container::-moz-placeholder { color:#acacac; opacity:1;} /* firefox 19+ */
.pps-popup .infusion-form .infusion-field-input-container:-ms-input-placeholder { color:#acacac; opacity:1; } /* ie */
.pps-popup .infusion-form .infusion-field-input-container:-moz-placeholder { color:#acacac; opacity:1; }

.pps-popup .infusion-form .infusion-field-input-container:focus::-webkit-input-placeholder {opacity:0; }
.pps-popup .infusion-form .infusion-field-input-container:focus::-moz-placeholder { opacity:0;} /* firefox 19+ */
.pps-popup .infusion-form .infusion-field-input-container:focus:-ms-input-placeholder { opacity:0; } /* ie */
.pps-popup .infusion-form .infusion-field-input-container:focus:-moz-placeholder { opacity:0; }

#popuppress-4481 .pps-content p:last-child{
	margin-bottom:0;
}

.pps-wrap .essb_links{
	display:none;
}

/* Related Posts */

#wrapper .entry .relpost-thumb-wrapper h3{
	padding:50px 0 0 0 !important;
}

#wrapper .entry .relpost-block-single-text{
	text-align:left !important;
	padding-top:5px !important;
}

#wrapper .entry .essb_displayed_bottom{
	padding-top:30px !important;
}

#sidebar #same-category-posts-2 h2.widgettitle{
	text-align:center;
}

#sidebar #same-category-posts-2 li.same-category-post-item{
	padding:0 0 10px 0;
	border:0;
}

#sidebar #same-category-posts-2 .same-category-post-item a.post-title{
	color:#a34074;
	line-height:23px;
	letter-spacing:0.05em;
	background:url(images/arrow.png) no-repeat left top;
	padding:0 0 10px 22px;
	display:block;
}

#sidebar #same-category-posts-2 .same-category-post-item p{
	font-size:15px;
	color:#000;
	line-height:15px;
	text-align:left;
}

/* An Ancient Healing Path for the Modern World Book Presale */

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400i');

body.page-template-book-template #header,
body.page-template-book-template .breadcrumb,
body.page-template-book-template #footer{
	display:none;
}

body.page-template-book-template #content{
	padding:0;
	border:0;
}

body.page-template-book-template #preorder{
	position:fixed;
	z-index:9999;
	width:100%;
	top:0;
}

body.page-template-book-template .fl-heading-text em{
    font-family: 'Libre Baskerville', serif;
	font-weight:400;
}

#order .fl-node-5a1295cb24a0c{
	border-left:solid 1px #e8e8e8;
	border-right:solid 1px #e8e8e8;
	min-height:725px;
}

body.page-template-book-template .uabb-list-icon-wrap{
	align-items:flex-start;
}

body.page-template-book-template .uabb-adv-accordion-icon-wrap{
	vertical-align:top;
}

body.page-template-book-template .infusion-form .infusion-field-input-container,
body.page-template-book-template .infusion-form .infusion-field-input{
	font-family: 'Asap', Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#afafaf;
	padding:15px 40px;
	margin:0 auto 10px auto;
	width:100%;
	border:solid 1px #ddd;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-webkit-appearance:none;
	max-width:270px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity:1;
}

body.page-template-book-template .infusion-form .infusion-submit .infusion-recaptcha,
body.page-template-book-template .infusion-form .infusion-submit .getaccess{
	font-family: 'Asap', Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	padding:20px 40px;
	margin:0 auto 10px auto;
	background:#5ec09e;
	border:solid 1px #5ec09e;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-webkit-appearance:none;
	width:100%;
	max-width:270px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor:pointer;
	display:block;
	text-transform:uppercase;
}

body.page-template-book-template .infusion-form .infusion-field-input{
    font-family: 'Josefin Sans', sans-serif;
	font-size:20px;
	color:#3c2d22;
	font-weight:300;
	max-width:none !important;
	padding:15px 25px !important;
	border:solid 1px #fff !important;
}

body.page-template-book-template .infusion-form .infusion-submit .getaccess{
	font-family: 'Josefin Sans', sans-serif !important;
	font-size:24px !important;
	font-weight:700 !important;
	padding:25px 40px !important;
	max-width:none !important;
	background:#5dae60 !important;
	border:solid 1px #5dae60 !important;
}

#howfarwouldyougo h1 em,
#tssheading h3 em,
#authorsandexperts h5 em,
#abouttheauthor h6 em,
#youwillreceive h4 em,
#clickonalinkbelow h4 em,
#notefromauthor h5 em{
    font-family: 'Playfair Display', serif;
	font-style:italic;
}

#howfarwouldyougo h1 em{
	letter-spacing:-0.04em;
}

#tssheading h3,
#authorsandexperts h5,
#youwillreceive h4,
#clickonalinkbelow h4,
#notefromauthor h5{
	font-weight:400;
	letter-spacing:-0.01em;
}

span.bonuxtxt{
	color:#339f79 !important;
}

.txtshadow h1,.txtshadow h2,.txtshadow h3,.txtshadow h4,.txtshadow h5,.txtshadow h6{
	text-shadow: 0.5px 0.8px 2px rgba(0,0,0,0.24);
}

.orbg h6{
	line-height:normal !important;
	width:75px !important;
	height:75px !important;
	padding:20px !important;
	background:#333 !important;
	-webkit-border-radius:50%;
	border-radius:50%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}


#mainnav ul.uabb-cl-ul li{
	padding:20px 50px !important;
	margin:0 !important;
	border-right:solid 1px #8fd3bb;
}

#mainnav ul.uabb-cl-ul li:first-child{
	border-left:solid 1px #8fd3bb;
}

.buystorelink a{
	font-size:22px;
	color:#010700;
	font-weight:600;
	text-decoration:underline !important;
}

#ordertxtcontainer{
	max-width:235px;
	float:left;
	position:relative;
	z-index:9999;
}

#orderimgcontainer{
	max-width:185px;
	float:right;
	text-align:center;
	position:relative;
	z-index:9999;
}

#orderimgcontainer a{
	font-size:20px;
	color:#339f7a;
	font-weight:600;
	display:block;
	text-decoration:underline;
}

#orderimgcontainer img{
	margin:0 0 10px 0;
}

body.page-template-book-template .drop-shadow span.fl-heading-text{
	text-shadow: 0.5px 0.8px 2px rgba(60,45,34,1);
}

body.page-template-book-template .hidden-sections{
	display:none;
}

body.page-id-6495 #wrapper .infusion-form .infusion-field-input,
body.page-id-5151 #wrapper .infusion-form .infusion-field-input,
body.page-id-6352 #wrapper .infusion-form .infusion-field-input{
	font-family:Overpass,sans-serif !important;
	color:#888;
	font-weight:400 !important;
	padding:20px !important;
	border:solid 1px #ccc !important;
}

body.page-id-6495 #wrapper .infusion-form .infusion-submit .infusion-recaptcha,
body.page-id-5151 #wrapper .infusion-form .infusion-submit #recaptcha_94cc966a75767e08c41d529c3c9f2952,
body.page-id-6352 #wrapper .infusion-form .infusion-submit .infusion-recaptcha{
	font-family:Overpass,sans-serif !important;
	background:#d1d100 !important;
	border:solid 1px #d1d100 !important;
	text-decoration:none !important;
	display:block !important;
	width:100% !important;
	max-width:none !important;
}

body.page-id-5176 .fl-rich-text p,
body.page-id-5176 .fl-rich-text,
body.page-id-5190 .fl-rich-text p,
body.page-id-5190 .fl-rich-text{
	font-family:'ArcherMedium', Helvetica, Arial, sans-serif;
	font-size:20px;
	color:#202020;
	line-height:30px;
	padding:0;
	margin:0;
}

body.page-id-5176 .entry p em,
body.page-id-5176 .fl-rich-text p em,
body.page-id-5190 .entry p em,
body.page-id-5190 .fl-rich-text p em{
	font-family:'ArcherMediumItalic', Helvetica, Arial, sans-serif;
	color:#6b2611;
	font-style:normal;
}

body.page-id-5176 h1.fl-heading{
	font-family:'edmondsansbold', Helvetica, Arial, sans-serif;
}

body.page-id-5176 h2.fl-heading{
	font-family:'ArcherMedium', Helvetica, Arial, sans-serif;
}

body.page-id-5176 h2.fl-heading em{
	font-family:'ArcherBookItalic', Helvetica, Arial, sans-serif;
	font-size:20px;
	font-style:normal;
}

body.page-id-5176 h3.fl-heading{
	font-family:'ArcherBold', Helvetica, Arial, sans-serif;
}

body.page-id-5176 h4.fl-heading{
	font-family:'edmondsansbold', Helvetica, Arial, sans-serif;
}

body.page-id-5176 h5.fl-heading,
body.page-id-5190 h5.fl-heading{
	font-family:'edmondsansbold', Helvetica, Arial, sans-serif;
}

body.page-id-5176 #wrapper .infusion-form .infusion-field-input,
body.page-id-5176 #wrapper .infusion-form .infusion-field textarea{
	font-family:'ArcherSemibold', Helvetica, Arial, sans-serif;
	color:#fff !important;
	font-weight:400 !important;
	padding:20px 30px !important;
	border:solid 1px #3e352c !important;
	background:rgba(0,0,0,0.30) !important;
}

body.page-id-5176 #wrapper .infusion-form .infusion-field textarea{
	font-size:20px;
	width:100%;
	margin:0 0 10px 0;
}

body.page-id-5176 #wrapper .infusion-form .infusion-submit #recaptcha_0b0ac2f3edf7ccf20c1a5d6efd502482{
	font-family:'edmondsansbold', Helvetica, Arial, sans-serif;
	font-size:18px !important;
	color:#000 !important;
	background:#c48a00 !important;
	border:solid 1px #c48a00 !important;
	text-decoration:none !important;
	display:block !important;
	max-width:320px !important;
	float:right;
	text-transform:uppercase;
}

body.page-id-5176 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
}

body.page-id-5176 :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 1;
}

body.page-id-5176 ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  opacity: 1;
}

body.page-id-5176 .infusion-field-input:focus::-webkit-input-placeholder {opacity:0; }
body.page-id-5176 .infusion-field-input:focus::-moz-placeholder { opacity:0;} /* firefox 19+ */
body.page-id-5176 .infusion-field-input:focus:-ms-input-placeholder { opacity:0; } /* ie */
body.page-id-5176 .infusion-field-input:focus:-moz-placeholder { opacity:0; }

body.page-id-5176 textarea:focus::-webkit-input-placeholder {opacity:0; }
body.page-id-5176 textarea:focus::-moz-placeholder { opacity:0;} /* firefox 19+ */
body.page-id-5176 textarea:focus:-ms-input-placeholder { opacity:0; } /* ie */
body.page-id-5176 textarea:focus:-moz-placeholder { opacity:0; }

/* Footer */

#footer{
	padding:60px 20px 20px 20px;
	clear:both;
	background:url(images/footerbg.jpg) no-repeat;
	background-size:cover;
	text-align:center;
}

#footer p{
	font-size:px;
	color:#ddd;
	padding:0 0 10px 0;
	margin:0;
}

#footer a.logo{
	width:228px;
	height:109px;
	display:block;
	margin:0 auto 15px auto;
	background:url(images/footerlogo.png) no-repeat;
	text-indent:-9999em;
}

#footer .footerlinks a{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	color:#ddd;
	margin:0 40px 0 0;
}

#footer .footerlinks a:last-child{
	margin:0 !important;
}

#footer p.copyright{
    font-family: 'Asap', Helvetica, Arial, sans-serif;
	font-size:15px;
	padding:0;
}

#footer a{
	color:#ddd;
	text-decoration:none;
}

#footer a:hover{
	color:#fff;
}

.grecaptcha-badge{
	display:none !important;
}