/* Table of Contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Post Title
- Post Content (and Date)
*/



/* Breakpoints
––––––––––––––––––––––––––––––––––––––––––––––––––
0-374		2 columns
375-639		6 columns
640-1023	12 columns
1024-1439	12 columns
1440+		12 columns

*/

@media (min-width: 375px) {}
@media (min-width: 640px) {}
@media (min-width: 800px) {}
@media (min-width: 1024px) {}
@media (min-width: 1440px) {}

@media (max-width: 374px) {}
@media (max-width: 639px) {}
@media (max-width: 799px) {}
@media (max-width: 1023px) {}
@media (max-width: 1439px) {}

/* Wordpress Admin Bar Height-Change Breakpoints
––––––––––––––––––––––––––––––––––––––––––––––––––
0-782		46px tall
783-...		32px tall

*/

/* Post Title
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section__post-title {
	padding-bottom: 0rem;
}
.section__post-title .container {
	padding-bottom: 0;
}
.post-title h2 {
	text-align: center;
}
.post-title h1 {
          text-align: center;
}
.post-title__divider {
	border-bottom: 1px solid #E5E5E5;
	margin-top: 3.5rem;
}

@media (min-width: 1024px) {
	.post-title__divider {
		margin-top: 4.5rem;
	}
}

/* Post Content (and Date)
––––––––––––––
.post-title__divider {
	border-bottom: 1px solid #E5E5E5;
	margin-top: 3.5rem;
}

@media (min-width: 1024px) {
	.post-title__divider {
		margin-top: 4.5rem;
	}
}

/* Post Content (and Date)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section__post-content {}
.post-content {}
.post-content__date {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: 300;
	color: #38A0B2;
	font-size: 1.333333rem;
	line-height: 1.333333rem;
	letter-spacing: -.04333333rem;
	margin-bottom: 1.5rem;
	display: block;
}
.post-content__body-copy {}
.post-content__author-divider {
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
	display: block;
	margin-bottom: 2.5rem;
}
.post-content__author {}
.post-content__author img {
	width: 110px;
	float: left;
}
.post-content__author-blurb {
	width: calc(100% - 110px);
	float: left;
	padding: 0 0 0 2.5rem;
}
.post-content__author-blurb p {
	font-size: 1rem;
	line-height: 1.58333333rem;
}

@media (min-width: 640px) {
	.post-content__date {
		margin-bottom: 3rem;
	}
}
@media (min-width: 1024px) {}

.post-content__body-copy img, .body-copy__standard img {
	height: auto;
}





























