hr {
	background:url("/blog/post/separator.svg") no-repeat top center;
	height:42px;
	border:none !important;
}

/* Support images on mobile devices */
img {
	max-width: 100%;
}

.cta-meta {
  max-width: 75%;
  background: #38312f;
  color: white;
  padding: 1.5em;
  margin: 3em 0 0;
}
.cta-meta p {
  clear: both;
}
.cta-meta .cta img {
  float: left;
  margin: 0 0.75em 1.5em 0;
  width: 4.5em;
  height: 4.5em;
  border-radius: 50%;
}

.cta-button {
	margin-top: 1.5em;
	letter-spacing: 0.1em;
	font-weight: 400;
	display: block;
	background-color: #007bff;
	border-radius: 5px;
	color: white;
	padding: .5em;
	text-decoration: none;
	text-shadow: 0px 0px 15px #000000;
}

.cta-button:visited {
	color: white;
}

.cta-button:focus,
.cta-button:hover {
	background-color: #005bdf;
}
