/* In-Article Image Alignment */
.imgR {
	float: right;
	margin: 0 0 15px 15px;
}

.imgL {
	float: left;
	margin: 0 15px 15px 0;
}

.imgC {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Post Layout & Typographic Styles */
.single-post .post-body {
	width: 80%;
	margin: auto;
}

.single-post .post-body h2 {
	font-size: 35px;
}

.single-post .post-body h3 {
	font-size: 24pt;
	line-height: 1.2em !important;
	color: #d86b3c;
}

.single-post .post-body h4 span {
	color: #d86b3c;
}

.single-post .post-body img, .post-body a img {
	text-align: center;
}

@media only screen and (max-width: 850px) {
	.imgR, .imgL {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen
and (max-width : 480px) {
	.post-body img {
		width: 100%;
		text-align: center;
		height: auto;
	}
	
	.post-image img {
		display: none;
	}
	
	.post-body {
		width: 95%;
		margin: auto;
	}
	
	.callout {
		padding: 10px;
	}
}

blockquote span {
	text-decoration: underline;
}

.post-body blockquote {
	width: 100% !important;
}

.callout-title {
	font-family: adobe-jenson-pro, Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	line-height: 1.3em;
	color: #222;
	text-align: center;
}

.callout {
	background-color: #fdfdfd;
	border-radius: 5px;
	padding: 10px 35px;
	border: 1px solid #f2f2f2;
}

.closing-p {
	font-style: italic;
	margin-top: 20px;
	border-top: 1px solid #222;
	padding-top: 20px;
}

.blog_aff {
	max-width: 800px;
}

.post-tags {
	text-align: center;
}

/* Hide Images for Pinterest */
.hidepinimg {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
}

.page-id-2745 section#subscribe {
	display: none;
}

.page-id-2745 .ssbp-wrap {
	display: none;
}

/* Hide Add This Social */
.addthis-tool-bar {
	display: none;
}

/* Social Share Button Styles */
ul.ssbp-list {
	margin: 0 !important;
}

.ssbp--theme-4 .ssbp-each-share {
	font-size: 12px !important;
	padding: 0 4px 0 2px !important;
	border: 1px solid #e0dddd;
	color: #000 !important;
	background: #f5f5f5 !important;
}

.ssbp-wrap {
	width: 100%;
	text-align: center;
	margin-top: 45px;
}

/* Load More button */
button.alm-load-more-btn {
	margin-bottom: 25px !important;
}

/* Responsive Videos */
.responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px;
	overflow: hidden;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.intro {
	font-size: smaller;
	line-height: 20px;
	margin: 20px;
}