.section--single {
		padding-top: 50px;
		padding-bottom: 0px;
}

@media (max-width:1199px) {
	.section--single {
		padding-top: 35px;
	}
}

@media (max-width:899px) {
	.section--single {
		padding-top: 25px;
	}
}

.single-post-content {

}

.single-post-heading-back-button {
	position: relative;
	font-size: 17px;
	text-transform: uppercase;
	color: #00b4cd;
	font-weight: 500;
	padding-left: 30px;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.single-post-heading-back-button:hover {
	color: #070707;
}

.single-post-heading-back-button::before {
	font-family: "Ionicons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 55%;
	vertical-align: middle;
	-webkit-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	left: 0px;
	right: 0;
	text-align: center;
	font-size: 25px;
	color: #00b4cd;
	text-shadow: none;
	content: "";
	width: 20px;
}

.single-post-heading-back-button:hover::before {
	left: -4px;
	color: #070707;
	opacity: 1;
}

.single-post-heading {
	margin: 25px 0 40px 0;
	position: relative;
	z-index: 9;
	max-width: 1050px;
}

.article__heading {
	margin: 0 0 18px 0;
}

.single-post-excerpt-holder {
	font-size: 26px;
	line-height: 1.35;
}

@media (max-width:1499px) {
	.single-post-excerpt-holder {
		font-size: 21px;
	}
}

@media (max-width:1199px) {
	.single-post-excerpt-holder {
		font-size: 20px;
	}
}

@media (max-width:899px) {
	.single-post-excerpt-holder {
		font-size: 18px;
	}
}

.single-article__image-holder {
	margin: 35px 0 0 0;
	height: 535px;
}

@media (max-width:1499px) {
	.single-article__image-holder {
		height: 475px;
	}
}

@media (max-width:1199px) {
	.single-article__image-holder {
		height: 425px;
	}
}

@media (max-width:899px) {
	.single-article__image-holder {
		height: 355px;
	}
}

@media (max-width:599px) {
	.single-article__image-holder {
		height: 320px;
	}
}

.single-article__image {
	width: 100%;
	height: 100%;
	object-position: 50% 50%;
	object-fit: cover;
}

.single-post-main {
	display: flex;
	justify-content: space-between;
}

@media (max-width:899px) {
	.single-post-main {
		display: block;
	}
}

.single-post-sidebar {
	max-width: 105px;
	margin: 0;
	text-align: center;
	width: 100%;
}

@media (max-width:899px) {
	.single-post-sidebar {
		max-width: 100%;
		text-align: left;
	}
}

.single-post-sidebar .wpusb .wpusb-item {
	margin: 15px 0 15px -10px;
	display: block;
}

@media (max-width:899px) {
	.single-post-sidebar .wpusb .wpusb-item {
		margin: 0 15px 15px 0;
		display: inline-block;
	}
}

.wpusb-item .wpusb-btn svg {
	width: 38px;
	height: 38px;
}

.single-post-text {
	margin-top: 0px;
}

.single-post-text-main {
	font-size: 17px;
	line-height: 1.47;
}

.single-post-text-main h1:not([class]),
.single-post-text-main h2:not([class]),
.single-post-text-main h3:not([class]),
.single-post-text-main h4:not([class]),
.single-post-text-main h5:not([class]),
.single-post-text-main h6:not([class]) {
	line-height: 1.22;
	margin: 0 0 1em 0;
}

.single-post-text-main h1:not([class]) {
	font-size: 48px;
	font-weight: 200;
}

@media (max-width:1199px) {
	.single-post-text-main h1:not([class]) {
		font-size: 28px;
	}
}

@media (max-width:899px) {
	.single-post-text-main h1:not([class]) {
		font-size: 26px;
	}
}

.single-post-text-main h2:not([class]) {
	font-size: 32px;
	font-weight: 300;
}

@media (max-width:1199px) {
	.single-post-text-main h2:not([class]) {
		font-size: 24px;
	}
}

@media (max-width:899px) {
	.single-post-text-main h2:not([class]) {
		font-size: 21px;
	}
}

.single-post-text-main h3:not([class]) {
	font-size: 26px;
	font-weight: 400;
}

@media (max-width:1199px) {
	.single-post-text-main h3:not([class]) {
		font-size: 19px;
	}
}

@media (max-width:899px) {
	.single-post-text-main h3:not([class]) {
		font-size: 17px;
	}
}

.single-post-text-main h4:not([class]) {
	font-size: 19px;
	font-weight: 600;
}

@media (max-width:1199px) {
	.single-post-text-main h4:not([class]) {
		font-size: 18px;
	}
}

@media (max-width:899px) {
	.single-post-text-main h4:not([class]) {
		font-size: 16px;
	}
}

.single-post-text-main h5:not([class]) {
	font-size: 16px;
	font-weight: 600;
}

@media (max-width:1199px) {
	.single-post-text-main h5:not([class]) {
		font-size: 17px;
	}
}

@media (max-width:899px) {
	.single-post-text-main h5:not([class]) {
		font-size: 15px;
	}
}

.single-post-text-main h6:not([class]) {
	font-size: 14px;
	font-weight: 400;
}

@media (max-width:1199px) {
	.single-post-text-main h6:not([class]) {
		font-size: 15px;
	}
}

@media (max-width:899px) {
	.single-post-text-main h6:not([class]) {
		font-size: 13px;
	}
}

.single-post-text-main p {
	margin-bottom: 1.5em;
}

.blog-article__info {
	/* border-top: 1px dotted rgba(0, 0, 0, 0.25); */
	margin: 0;
	padding: 30px 0;
	font-size: 17px;
}

.blog-single-navigation {
	border-top: 1px dotted rgba(0, 0, 0, 0.25);
	border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 17px;
}

.blog-single-navigation-inner {
	display: flex;
	justify-content: space-around;
}

@media (max-width:699px) {
	.blog-single-navigation-inner {
		flex-direction: column;
	}
}

.blog-single-prev-holder {
	width: 50%;
	max-width: 35%;
	margin-right: auto;
}

@media (max-width:699px) {
	.blog-single-prev-holder {
		width: auto;
		max-width: 500px;
		margin: 0 auto 15px auto;
		text-align: center;
	}
}

.blog-single-next-holder {
	width: 50%;
	max-width: 35%;
	text-align: right;
	margin-left: auto;
}

@media (max-width:699px) {
	.blog-single-next-holder {
		width: auto;
		max-width: 500px;
		margin: 0 auto;
		text-align: center;
	}
}

.blog-single-prev,
.blog-single-next {
	position: relative;
	display: block;
	font-size: 17px;
	color: #00b4cd;
	line-height: 1.35;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.blog-single-prev {
	padding-left: 20px;
}

.blog-single-next {
	padding-right: 20px;
}

.blog-single-prev:hover,
.blog-single-next:hover {
	color: #000;
}

.blog-single-prev .icon,
.blog-single-next .icon {
	position: absolute;
	top: 4px;
	font-size: 12px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	color: #00b4cd;
}

.blog-single-prev .icon {
	left: 0;
}

.blog-single-prev:hover .icon {
	left: -3px;
	color: #000;
}

.blog-single-next .icon {
	right: 0;
}

.blog-single-next:hover .icon {
	right: -3px;
	color: #000;
}

.single-related-articles {
	flex-basis: 455px;
  flex-grow: 0;
  flex-shrink: 0;
	position: relative;
	margin-left: 30px;
}

@media (max-width:1499px) {
	.single-related-articles {
		flex-basis: 385px;
		padding-right: 25px;
	}
}

@media (max-width:1399px) {
	.single-related-articles {
		padding-right: 35px;
	}
}

@media (max-width:899px) {
	.single-related-articles {
		margin: 50px auto 0 auto;
		padding-right: 0;
	}
}

.single-related-articles--inner {
	position: relative;
	background: #fff;
	padding-bottom: 85px;
	padding-left: 30px;
}

@media (max-width:899px) {
	.single-related-articles--inner {
		padding: 25px;
		max-width: 500px;
		margin: 0 auto;
	}
}

.single-related-articles--inner::before,
.single-related-articles--inner::after {
	content: '';
	position: absolute;
}

@media (max-width:899px) {
	.single-related-articles--inner::before,
	.single-related-articles--inner::after {
		display: none;
	}
}

.single-related-articles--inner::before {
	width: 100vw;
	height: 140px;
	left: 0;
	top: -140px;
	background: #fff;
	z-index: 0;
}

.single-related-articles--inner::after {
	width: 100vw;
	height: 100%;
	left: 100%;
	top: 0;
	background: #fff;
}

.single-related-articles--item {
	margin-top: 30px;
}

.single-related-articles--item:first-of-type {
	margin-top: 35px;
}

.single-related-articles--link {
	display: flex;
}

@media (max-width:899px) {
	.single-related-articles--link {
		align-items: center;
	}
}

.single-related-articles--thumbnail {
	flex-basis: 150px;
	flex-grow: 0;
	flex-shrink: 0;
	width: 150px;
	height: 95px;
	object-position: 50% 50%;
	object-fit: cover;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
	margin-right: 23px;
}

@media (max-width:899px) {
	.single-related-articles--thumbnail {
		flex-basis: 120px;
		width: 120px;
		height: 85px;
		margin-right: 18px;
	}
}

.single-related-articles--title {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.47;
	color: #00b4cd;
	text-decoration: underline;
	margin-top: 5px;
}

@media (max-width:899px) {
	.single-related-articles--title {
		font-size: 15px;
	}
}

.single-related-articles--link:hover .single-related-articles--title {
	text-decoration: none;
}
