.entry-excerpt {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.25em;
	font-size: 24px;
	font-style: italic;
	margin: 20px auto;
}

/* featured image */
.featured-image {
	border-bottom: 1px solid #ddd;
}
.featured-image img {
	width: 100%;
}
.wp-caption  {
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 14px;
	margin: 15px auto;
}
/* tables */
.entry-content table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .85em;
}
.author-announcement-box {
	margin: 20px auto;
}
.author-individual-copyright {
	font-style: italic;
	font-size: .9em;
	border-top: 1px solid #bbb;
	padding-top: 11px;
	margin: 20px auto;
	text-align: center;
}
figcaption {
	text-align: center;
	font-style: italic;
	font-size: .8em;
}

/* social sharing buttons */
.fedsmith-share-buttons {
	margin: 30px 0;
	font-size: 0;
}
.fedsmith-social-sharing {
	font-size: 17px;
	padding: 7px 20px;
}
@media only screen and (max-width: 600px) {
	.fedsmith-social-sharing {
		font-size: 17px;
		padding: 7px 12px;
	}
}
.fedsmith-social-sharing svg {
	position: relative;
	top: 0.15em;
	display: inline-block;
}
a.fedsmith-social-sharing {
	border-radius: 4px;
	padding: 10px;
	margin-right: 8px;
}
.fedsmith-social-facebook {
	fill: #fff;
	background-color: rgba(59, 89, 152, 1);

}
.fedsmith-social-facebook:hover {
	background-color: rgba(59, 89, 152, .8);
}
.fedsmith-social-twitter {
	fill: #fff;
	background-color: rgba(29, 161, 242, 1);
}
.fedsmith-social-twitter:hover {
	background-color: rgba(29, 161, 242, .8);
}
.fedsmith-social-pinterest {
	fill: #fff;
	background-color: rgba(189, 8, 28, 1);
}
.fedsmith-social-pinterest:hover {
	background-color: rgba(189, 8, 28, .8);
}
.fedsmith-social-linkedin {
	fill: #fff;
	background-color: rgba(0, 119, 181, 1);
}
.fedsmith-social-linkedin:hover {
	background-color: rgba(0, 119, 181, .8);
}
.fedsmith-social-reddit {
	fill: #fff;
	background-color: rgba(255, 87, 0, 1);
}
.fedsmith-social-reddit:hover {
	background-color: rgba(255, 87, 0, .8);
}
.fedsmith-social-email {
	fill: #fff;
	background-color: #7d7d7d;
}
.fedsmith-social-email:hover {
	background-color: #adadad;
}

/* next/previous post links */
#nav-below {
	margin: 15px auto;
}
#nav-below-comments {
	margin: 15px auto 15px 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#nav-below-comments .gp-icon {
	margin-right: 8px;
}
#nav-below-comments .nav-previous, .nav-next {
	margin: 10px auto;
}
/* // next/previous post links */

/* related links */
div.related-links {
border: 1px solid #bbb;
border-radius: 10px;
background-color: #f5f7fa;
padding: 20px;
}
div.related-links ul {
margin: 15px 0;
padding: 0;
}
div.related-links ul li {
list-style-type: none;
display: inline-block;
width: 30%;
vertical-align: top;
margin: 8px 8px;
}

/* responsive styles for related links */
@media screen and (max-width: 575px) {
div.related-links ul li {
	width: 89%;
}
div.related-links ul li img {
margin-top: 18px;
}

}
@media screen and (max-width: 380px) {
div.related-links ul li {
	width: 100%;
}

div.related-links ul li img {
margin-top: 20px;
}

}

div.related-links ul li img {
margin-bottom: 6px;
}
div.related-links ul li a {
color: #000;
font-weight: bold;
line-height: 1.2em;
display: block;
margin: 0;
padding: 0;
}
div.related-links ul li a:hover {
text-decoration: underline;
}
div.related-links ul li p {
font-size: .9em;
line-height: 1.2em;
margin: 8px auto;
padding: 0;
}
/* // related links */