* {
	box-sizing: border-box;
}
html {
	font-size: 100%; 
}
body {
	font-size: 100%;
	height: 100%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-family: "PT Serif", serif;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    /* letter-spacing: 1px; */
}

.post-header {
	font-size: 15pt;
}
.post-subhead {
	font-size: 14pt;
	font-weight: bold;
}
.post-subhead h2 {
	font-weight: bold;
	padding: 0 16px 8px;
}

h1.post-title {
	font-size: 34pt;
	font-weight: 700;
}

.post-content {
	margin: 0;
	padding: 5px;
}

.post-content p {
	padding: 5px 5px 5px 0;
	font-size: 14pt;
}
.post-content p strong {
	font-style: italic;
	font-size: 16pt;
}

.post-prize {
	border-right: 1px solid #eee;
	height: 270px;
	padding: 0 24px;
}
.post-prize:last-child {
	border: none; 
}
.post-content .post-prize p {
	border-bottom: none;
	font-size: 13px;
	margin: 0 0 8px;
}
.post-prize a {
	display: block;
}

.buybuttons h2, #HT-praise h2 {
	font-size: 25pt;
	font-weight: 700;
}
.buybutton {
	margin-bottom: 10px;
}
.review {
	font-size: 17pt;
}
.review .reviewstar {
	font-size: 50pt;
	color: #3eb565;
	
}
.review .reviewblurb {
	font-style: italic;
}

.partingshots {
	margin: 20px 0;
	padding: 5px;
}
@media screen and (min-width: 799px) {
	#HT-praise {
		background-color: #fafafa;
		min-height: 270px;
		padding: 24px;
		display: block;
		color: #000 !important;
	}
	
	.HT-testimonials {
	    display: flex;
	    -webkit-box-align: center;
	    -moz-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	    vertical-align: middle;
	    height: 260px;
	}
	
	.HT-testiquote {
		font-size: 20px !important;
		width: 100%;
		text-align: center;
	}
	
	.HT-testiquote p {
		font-size: 25px !important;
	}
}
@media screen and (max-width: 640px) {
	.review {
		font-size: 12pt;
	}
	.review .reviewstar {
		font-size: 30pt;
		color: #3eb565;
	}
	h1.post-title {
		font-size: 30pt;
	}
	.post-content {
		margin-top: -50px !important;
	}
	#HT-praise {
		min-height: 250px;
		display: block;
		color: #000 !important;
		background-color: #fafafa;
		padding: 18px;
	}
	#HT-praise h2 {
		font-size: 20pt;
		font-weight: 700;
	}
	.HT-testimonials {
	    display: flex;
	    -webkit-box-align: center;
	    -moz-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	    vertical-align: middle;
	    height: 240px;
	}
	.HT-testiquote {
		width: 100%;
		text-align: center;
	}
	
	.HT-testiquote p {
		font-size: 15px !important;
	}
}

@media screen and (max-width: 799px) {
	.review {
		font-size: 12pt;
	}
	.review .reviewstar {
		font-size: 30pt;
		color: #3eb565;	
	}
	h1.post-title {
		font-size: 30pt;
	}
	.post-content {
		margin-top: -50px !important;
	}
	#HT-praise {
		min-height: 250px;
		display: block;
		color: #000 !important;
	}
	#HT-praise h2 {
		font-size: 20pt;
		font-weight: 700;
	}
	.HT-testimonials {
	    display: flex;
	    -webkit-box-align: center;
	    -moz-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	    vertical-align: middle;
	    height: 240px;
	}
	.HT-testiquote {
		width: 100%;
		text-align: center;
	}
	
	.HT-testiquote p {
		font-size: 15px !important;
	}
	.buybuttons {
		margin-bottom: 32px;
	}
	.prizes {
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 480px){
	
}