/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 05 2020 | 17:12:58 */
.single-post .page-header-image-single {
	position: relative;
	height: 500px;
  	z-index: 0;
}
.single-post .page-header-image-single .wp-post-image {
	position: absolute;
	width: 100%;
	height: auto;
}

.single-post .entry-header {
  background: #fff;
  margin-left: 1em;
  margin-right: 1em;
  padding: 1em;
  position: relative;
  z-index: 1;
  text-align: center;
}
.single-post .entry-content {
  background: #fff;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0;
  padding: 1em;
  position: relative;
  z-index: 1;
  text-align: left;
}
.single-post.single-format-image .entry-header {
  margin-top: -6em;
}

.single-post .cat-links {
  font-size: 60%;
  text-transform: uppercase;
  margin-top: 1.5em;
  background: #f1f1f1;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #9d4cc9;
  letter-spacing: 3px;
}

.single-post .entry-meta {
  margin-left: 1em;
  margin-right:1em;
}
.single-post .tags-links {
  padding: 1em;
  font-size: 60%;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  background: #f1f1f1;
  color: #9d4cc9;
  letter-spacing: 3px;
}
.single-post .nav-previous, .single-post .nav-next {
	display: flex;
	flex: 1;
	max-width: 100%;
	margin-top: .5em;
	margin-bottom: .5em;
	color: #fff;
	background: none;
	border: 2px solid #fff;
	padding: .8em 1.5em;
	line-height: 1;
  transition: all .3s ease-in-out;
}
.single-post .nav-previous:hover, .single-post .nav-previous:focus, .single-post .nav-next:hover, .single-post .nav-next:focus {
	box-shadow: inset 50em 0 0 0 #fff;
	border-color: #fff;
	color: #f0a202;
}
.single-post .nav-previous > *, .single-post .nav-next > * {
	display: block;
}
.single-post .nav-previous a, .single-post .nav-next a  {
  color: #fff;
}
.single-post .nav-previous:hover a, .single-post .nav-previous:focus a, .single-post .nav-next:hover a, .single-post .nav-next:focus a  {
  color: #f0a202;
}