
.post-single-page {
	text-align: center;
}

.post-single-page .post-gallery-slider {
	margin-bottom: 30px;
}

.post-single-page .post-title {
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 1.2;
}

.post-single-page .entry-header {
	position: relative;
}

.post-single-page .meta-post-categories {
	margin-top: 0;
	margin-bottom: 15px;
}

.post-single-page .wd-entry-meta {
	margin-bottom: 20px;
	margin-right: 0;
}

.post-single-page .article-body-container {
	text-align: left;
}

.post-single-page .entry-content {
	margin-bottom: 60px;
	font-size: 110%;
}

.post-single-page:not(.has-post-thumbnail) .wd-post-date {
	display: none;
}

.post-single-page.has-post-thumbnail .article-inner>.entry-header {
	margin-bottom: 30px;
}

.post-single-page.format-quote .post-date {
	display: none;
}

.related-posts-slider {
	margin-bottom: 50px;
}

.post-password-form label {
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: bottom;
	text-align: left;
	font-weight: 600;
}

.post-password-form input[type="submit"] {
	margin-bottom: 10px;
	vertical-align: bottom;
	border-radius: var(--btn-accent-brd-radius);
	color: var(--btn-accent-color);
	box-shadow: var(--btn-accent-box-shadow);
	background-color: var(--btn-accent-bgcolor);
}

.post-password-form input[type="submit"]:hover {
	color: var(--btn-accent-color-hover);
	box-shadow: var(--btn-accent-box-shadow-hover);
	background-color: var(--btn-accent-bgcolor-hover);
}

.post-password-form input[type="submit"]:active {
	box-shadow: var(--btn-accent-box-shadow-active);
	bottom: var(--btn-accent-bottom-active);
}

.post-title-large-image>.container {
	position: relative;
	z-index: 2;
}

.post-title-large-image:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.post-title-large-image .meta-post-categories>a:hover {
	color: rgba(255, 255, 255, .8);
}

.post-title-large-image .wd-entry-meta {
	margin-right: 0;
}

.post-title-large-image.color-scheme-light:after {
	background: linear-gradient(transparent 5%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 100%);
}

.post-single-large-image:not(.format-gallery) .article-inner>.entry-header {
	display: none;
}

.wd-single-footer {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px solid rgba(113, 113, 113, .15);
}

.wd-single-footer .single-post-social {
	flex: 1 0 auto;
	max-width: 100%;
}

.wd-single-footer .single-meta-tags {
	flex: 0 1 100%;
	max-width: 100%;
}

.wd-single-footer .tags-title {
	display: none;
}

.wd-single-footer .tags-list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 0;
}

.wd-single-footer .tags-list a {
	position: relative;
	display: inline-flex;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	padding-right: 15px;
	padding-left: 25px;
	min-width: 70px;
	border: 2px solid #f1f1f1;
	color: #212121;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
}

.wd-single-footer .tags-list a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #f1f1f1;
	transition: background .25s ease;
}

.wd-single-footer .tags-list a:hover {
	color: #212121;
	border-color: var(--wd-primary-color);
}

.wd-single-footer .tags-list a:hover:after {
	background-color: var(--wd-primary-color);
}

.wd-single-footer:empty {
	padding: 0;
}

.global-color-scheme-light .wd-single-footer {
	border-color: rgba(255, 255, 255, .15);
}

.global-color-scheme-light .wd-single-footer .tags-list a {
	border-color: rgba(255, 255, 255, .15);
	color: #fff;
}

.global-color-scheme-light .wd-single-footer .tags-list a:after {
	background-color: #fff;
}

@media (min-width: 1025px) {
	.post-title-large-image .meta-post-categories {
		padding-right: 15px;
		padding-left: 15px;
		height: 30px;
		line-height: 30px;
	}
	
	.post-title-large-image.title-size-small .title {
		font-size: 36px;
	}
	
	.post-title-large-image.title-size-default .title {
		font-size: 44px;
	}
	
	.post-title-large-image.title-size-large .title {
		font-size: 52px;
	}
}

@media (max-width: 1024px) {
	.post-single-page .post-title {
		font-size: 28px;
	}
	
	.post-single-page .entry-content {
		margin-bottom: 40px;
		font-size: inherit;
	}
}

@media (max-width: 768px) {
	.post-single-page .post-title {
		font-size: 24px;
		line-height: 1.4;
	}
	
	.post-title-large-image .title {
		font-size: 26px;
	}
	
	.wd-single-footer {
		flex-wrap: wrap;
		padding-top: 0;
		padding-bottom: 0;
		border-top: none;
	}
	
	.wd-single-footer .single-meta-tags, .wd-single-footer .single-post-social {
		flex: 1 1 100%;
		margin-bottom: 15px;
		max-width: 100%;
		width: 100%;
	}
	
	.wd-single-footer .tags-list {
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.post-single-page .post-title {
		font-size: 20px;
	}
}
