
.single-post .post-single-top, .single-press .post-single-top {
	margin: 60px 0;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

@media (max-width:1024px) {
	.single-post .post-single-top, .single-press .post-single-top {
		margin: 40px 0;
	}
}

@media (max-width:640px) {
	.single-post .post-single-top, .single-press .post-single-top {
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		align-items: flex-start;
	}
}

.single-post .post-single-top a, .single-press .post-single-top a {
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 700;
	color: #43a5cb;
}

.single-post .post-single-top a:hover, .single-press .post-single-top a:hover {
	color: #d8c20d;
	text-decoration: none;
}

@media (max-width:640px) {
	.single-post .post-single-top a.to-archive, .single-press .post-single-top a.to-archive {
		order: 2;
	}
}

.single-post .post-single-top a.to-archive::before, .single-press .post-single-top a.to-archive::before {
	content: url("https://cdn-ilejagk.nitrocdn.com/ltkesKujmeNXAGUCmbllNtDZMQowlVGE/assets/images/optimized/rev-958af73/www.stretchzone.com/wp-content/themes/stretchzone/img/press-arrow.png");
	display: inline-block;
	transform: rotate(180deg);
	margin-right: 10px;
}

.single-post .post-single-top a.to-next::after, .single-press .post-single-top a.to-next::after {
	content: url("https://cdn-ilejagk.nitrocdn.com/ltkesKujmeNXAGUCmbllNtDZMQowlVGE/assets/images/optimized/rev-958af73/www.stretchzone.com/wp-content/themes/stretchzone/img/press-arrow.png");
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

.single-post .post-single-top .nav-box, .single-press .post-single-top .nav-box {
	flex: 0 0 165px;
	text-align: right;
}

@media (max-width:640px) {
	.single-post .post-single-top .nav-box, .single-press .post-single-top .nav-box {
		flex: 0 0 auto;
		order: 3;
	}
}

.single-post .post-single-top h1, .single-press .post-single-top h1 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: 700;
	font-family: "Open Sans";
	color: #002337;
	text-transform: uppercase;
	font-size: 48px;
}

@media (max-width:640px) {
	.single-post .post-single-top h1, .single-press .post-single-top h1 {
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		order: 1;
		margin-bottom: 20px;
	}
}

@media (max-width:480px) {
	.single-post .post-single-top h1, .single-press .post-single-top h1 {
		font-size: 40px;
	}
}

.single-post .post-content, .single-press .post-content {
	width: 1240px;
	max-width: 100%;
	margin: 0 auto;
}

.single-post .post-content .post-thumbnail, .single-press .post-content .post-thumbnail {
	margin-bottom: 30px;
	text-align: center;
}

.single-post .post-content .post-thumbnail img, .single-press .post-content .post-thumbnail img {
	width: 100%;
}

.single-post .post-content .post-meta, .single-press .post-content .post-meta {
	margin-bottom: 34px;
}

.single-post .post-content .post-meta>*, .single-press .post-content .post-meta>* {
	display: inline-block;
	vertical-align: middle;
}

.single-post .post-content .post-meta .post-category, .single-press .post-content .post-meta .post-category {
	font-family: "Aller Display";
	font-size: 18px;
	text-transform: uppercase;
	color: #43a5cb;
	margin-right: 14px;
}

.single-post .post-content .post-meta .post-category+.read::before, .single-press .post-content .post-meta .post-category+.read::before {
	content: "•";
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #d8c20d;
	margin-right: 10px;
}

.single-post .post-content .post-meta .read, .single-press .post-content .post-meta .read {
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 700;
	color: #43a5cb;
}

.single-post .post-content .post-tags, .single-press .post-content .post-tags {
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 700;
	color: #43a5cb;
	margin-bottom: 34px;
}

.single-post .post-content .post-tags span, .single-press .post-content .post-tags span {
	display: inline-block;
	font-family: "Aller Display";
	font-size: 18px;
	text-transform: uppercase;
	color: #43a5cb;
	margin-right: 14px;
}

.single-post .post-content .post-title, .single-press .post-content .post-title {
	font-size: 50px;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

@media (max-width:1024px) {
	.single-post .post-content .post-title, .single-press .post-content .post-title {
		font-size: 34px;
	}
}

.single-post .post-content .post-author, .single-press .post-content .post-author {
	margin-bottom: 40px;
	font-family: "Aller Display";
	text-transform: uppercase;
	color: #b2b2b2;
	font-weight: 400;
}

.single-post .post-content .post-content, .single-press .post-content .post-content {
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 26px;
	margin-bottom: 60px;
}

@media (max-width:1024px) {
	.single-post .post-content .post-content, .single-press .post-content .post-content {
		margin-bottom: 40px;
		font-size: 18px;
	}
}

.single-post .post-content .post-content img, .single-press .post-content .post-content img {
	margin: 0 auto;
	display: block;
}

.single-post .post-content .post-prev-next, .single-press .post-content .post-prev-next {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin-bottom: 60px;
}

@media (max-width:1024px) {
	.single-post .post-content .post-prev-next, .single-press .post-content .post-prev-next {
		margin-bottom: 40px;
	}
}

.single-post .post-content .post-prev-next a, .single-press .post-content .post-prev-next a {
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 700;
	color: #43a5cb;
	flex: 0 0 165px;
}

.single-post .post-content .post-prev-next a:hover, .single-press .post-content .post-prev-next a:hover {
	color: #d8c20d;
	text-decoration: none;
}

.single-post .post-content .post-prev-next .prev a::before, .single-press .post-content .post-prev-next .prev a::before {
	content: url("https://cdn-ilejagk.nitrocdn.com/ltkesKujmeNXAGUCmbllNtDZMQowlVGE/assets/images/optimized/rev-958af73/www.stretchzone.com/wp-content/themes/stretchzone/img/press-arrow.png");
	display: inline-block;
	transform: rotate(180deg);
	margin-right: 10px;
}

.single-post .post-content .post-prev-next .next a::after, .single-press .post-content .post-prev-next .next a::after {
	content: url("https://cdn-ilejagk.nitrocdn.com/ltkesKujmeNXAGUCmbllNtDZMQowlVGE/assets/images/optimized/rev-958af73/www.stretchzone.com/wp-content/themes/stretchzone/img/press-arrow.png");
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
