/* -------------------[ Sales Page Template Styles ]------------------- */

body.sales-letter {
	line-height:1.5em;
	padding: 40px 0;
	background:#eee;
	color:#333;
	font-family:arial,helvetica,sans-serif !important;
	}

body:before {
	height:0;
	background:transparent;
	border-bottom:0;
	}

.sales-letter p {
	margin-bottom:25px;
	}

.sales-letter #footer {
	color:#666;
	border:0;
	padding:20px 0 0;
	background:transparent;
	width:700px;
	text-align:center;
	}

.sales-letter .post {
	font-size:14px;
	line-height:1.6em;
	width:100%;
	max-width:800px;
	background:#fff;
	clear: both;
	margin: 0px auto;
	padding:20px;
	background:#fff;
	border:1px solid #ddd;
	float:left;
	}

.sales-letter .entry img {
	border:0;
	padding:0;
	background:#fff;
        }

.sales-letter .post ul.check {
	margin-left: 0px;
	}

.sales-letter .post ul.check li {
	padding-left:32px;
	margin-bottom: 10px;
	background:url(images/check.gif) 0 4px no-repeat;
	}

.sales-letter .post ul li {
	list-style-type:none;
	padding: 0;
	margin: 0 0 5px;
	padding-left:16px;
	background:url(images/bullet.png) 0 5px no-repeat;
	}

.sales-letter blockquote.testimonial {
	margin: 0 auto 25px;
	color:#333;
	border:1px solid #e5e5e5;
	background:#f5f5f5;
	font-size:10pt;
	line-height:1.3em;
	padding: 20px 20px 5px;
	}

.sales-letter blockquote.guarantee {
	font-size:10pt;
	line-height:1.3em;
	margin: 0 auto 25px;
	color:#333;
	border:1px solid #B8D6E5;
	padding: 20px 20px 20px 160px;
	background:#CCEEFF url(images/guar.gif) 20px 20px no-repeat;
	min-height:125px;
	}

.sales-letter blockquote.belcher-button {
	font-size:14pt;
	line-height:1.3em;
	margin: 0 auto 15px;
	width:460px;
	color:#333;
	border:0;
	border: 6px dashed #cc0000;
	text-align:center;
	padding: 20px 40px;
	background:#fff;
	}

.sales-letter h1, 
.sales-letter h2, 
.sales-letter h3, 
.sales-letter h4, 
.sales-letter h5, 
.sales-letter h6 {
	font-family:arial,helvetica,sans-serif !important;
	font-weight:bold !important;
	margin-bottom:15px;
	}

.sales-letter h1 {font-size:24pt;letter-spacing:-1px;} 
.sales-letter h2 {font-size:20pt;letter-spacing:-1px;} 
.sales-letter h3 {font-size:18pt;letter-spacing:-1px;} 
.sales-letter h4 {font-size:12pt;letter-spacing:0px;} 
.sales-letter h5 {font-size:12pt;letter-spacing:0px;} 
.sales-letter h6 {font-size:12pt;letter-spacing:0px;}

.workshop-wrap {
	max-width:950px;
	margin:0 auto;
}

.workshop-section-title{
	color:#2e2e2e;
}
.workshop-menu {
	width:150px;
	display:inline-block;
	position: fixed;
	margin-left: -20px;
	margin-top: 28px;
}
.workshop-menu img {
	max-width:100%;
	margin:8px;
	border: 1px solid #42427433;
}
.workshop-section {
	margin-top:100px;
}
.workshop-section-video{
	width: 75%;
	clear: both;
	margin: 0 auto;
}
.workshop-section-image {
	max-width:50%;
	float:left;
	margin-right: 15px;
}
.workshop-section-body{
	/*float:left;*/
}
.workshop-section-image-comingsoon {
	width:360px;
	float:left;
	margin-right: 15px;
}
.workshop-section-body-comingsoon{
	float:left;
	width:calc(100% - 375px);
}
.workshop-divide{
	margin-top:45px;
	
}
/*
.column {
	column-count: 2;
	column-width: 50%;
}
*/
.table-column {
	float:left;
	width:33%;
}
.table-row:after {
	content: "";
	display: table;
	clear :both;
}
.wpcf7 p {
	margin-left:15px;
}
select, input[type="text"], input[type="file"], input[type="email"], textarea {
	width:100%;
}
.community-item.one-fourth{
	padding: 5px;
}
#gallery-1 .gallery-item {
    padding: 5px;
}
@media only screen and (max-width:768px) {

	body.sales-letter {
		padding: 0;
	}

	.sales-letter #footer {
		width:84%;
		padding: 30px 8%;
	}

	.sales-letter .post {
		max-width:none;
		width:84%;
		padding: 30px 8%;
		border:0;
		font-size:16px;
		line-height:1.6em;
	}

	.sales-letter blockquote.belcher-button {
		width:auto;
	}

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

	.sales-letter blockquote {
		font-size:inherit !important;
		line-height:inherit !important;
	}

}