.post-password-form {
	input[type=submit] {
		margin: 30px auto 0;
		display: block;
	}
}

.tm-box-content {
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
}

.single-post {
	&.page-has-no-sidebar {
		.page-content {
			> .container {
				> .row {
					justify-content: center;
				}
			}
		}
	}
	.page-content {
		padding-top: 60px;
	}
	.site {
		background-color: #f8f8f8;
	}
	.page-main-content {
		padding-bottom: 70px;
		> .post {
			padding-bottom: 0;
			.post-feature {
				margin-bottom: 35px;
			}
		}
		.entry-header {
			padding-bottom: 30px;
			border-bottom: 1px solid #eeeeee;
		}
		.entry-title {
			margin-bottom: 7px;
			font-size: 24px;
			-ms-word-wrap: break-word;
			word-wrap: break-word;
		}
		.post-date,
		.post-categories,
		.comment-number {
			display: inline-block;
			font-size: 14px;
			color: #c0c3c9;
			margin-right: 10px;
			a {
				color: #c0c3c9;
				&:hover {
					color: $secondary-color;
				}
			}
			i {
				font-size: 10px;
				margin-right: 4px;
			}
		}
		.comment-number {
			margin-right: 0;
		}
		.entry-content {
			margin: 30px 0 35px;
		}
		.entry-author {
			display: flex;
			padding: 45px 50px 40px;
			align-items: center;
			.author-avatar {
				min-width: 108px;
				width: 108px;
				img {
					border-radius: 50%;
				}
			}
			.author-description {
				margin-left: 40px;
			}
			.author-name {
				margin-bottom: 11px;
				font-size: 18px;
			}
			.author-biographical-info {
				font-size: 16px;
				line-height: 1.65;
			}
			.author-social-networks {
				@extend %clearfix;
				margin: 12px -8px 0;
				a {
					display: block;
					float: left;
					padding: 6px 8px;
					font-size: 16px;
					line-height: 1;
				}
			}
		}
		.post-thumbnail {
			text-align: center;
		}
		.post-tags {
			span {
				text-transform: capitalize;
				font-weight: bold;
				font-size: 16px;
			}
			a {
				display: inline-block;
				padding: 3px 8px;
			}
		}
	}
	.entry-footer {
		border-top: 1px solid #eeeeee;
		.row {
			padding-top: 25px;
			padding-bottom: 25px;
			min-height: 90px;
		}
	}
	.post-audio {
		margin-bottom: -8px;
		iframe {
			width: 100%;
			height: 153px;
			border: 0;
		}
	}
	.post-link {
		padding: 40px 35px;
		a {
			color: #ffffff;
			letter-spacing: .2px;
			font-size: 24px;
			line-height: 1.55;
			word-wrap: break-word;
		}
	}
	.post-feature {
		.post-quote {
			padding: 35px 30px 60px;
			background-position: bottom 40px right 40px;
			position: relative;
			&:before {
				content: '\f10e';
				font-family: FontAwesome;
				position: absolute;
				bottom: 30px;
				right: 30px;
				font-size: 30px;
			}
			.post-quote-text {
				margin-bottom: 11px;
				color: #ffffff;
				font-size: 24px;
				line-height: 1.55;
			}
			.post-quote-name {
				letter-spacing: 1.75px;
				font-weight: bold;
				font-size: 16px;
				a {
					color: inherit;
				}
			}
		}
	}
	.format-gallery {
		.swiper-pagination {
			position: absolute;
			bottom: 27px;
			left: 0;
			width: 100%;
			margin-top: 0;
		}
		.swiper-nav-button {
			color: #ffffff;
			opacity: 0.9;
			width: 50px;
			height: 120px;
			line-height: 120px;
			top: 50%;
			margin-top: -60px;
			&.swiper-button-prev {
				left: 0;
				border-radius: 0 5px 5px 0;
			}
			&.swiper-button-next {
				right: 0;
				border-radius: 5px 0 0 5px;
			}
		}
	}
	.post-share {
		margin: 0 -8px 0 0;
		@include media-breakpoint-up(md) {
			text-align: right;
		}
		a {
			display: inline-block;
			padding: 6px 8px;
			font-size: 16px;
			color: $primary-color;
			&:hover {
				color: $secondary-color;
			}
		}
		&:before {
			content: 'Share:';
			font-size: 16px;
			font-weight: 700;
			color: $primary-color;
			margin-right: 5px;
		}
	}
	.related-posts-wrap {
		padding: 35px 30px;
		margin-bottom: 30px;
		border: 1px solid #eeeeee;
		background-color: #ffffff;
		border-top: 5px solid;
		.related-title {
			margin-bottom: 25px;
			padding-bottom: 17px;
			line-height: 1;
			border-bottom: 1px solid #eeeeee;
			font-size: 24px;
		}
	}
	.related-posts {
		.related-post-item {
			width: 100%;
			border: 1px solid #eeeeee;
			background: #ffffff;
			.post-info {
				padding: 30px;
			}
			.post-title {
				font-size: 18px;
				a {
					color: inherit;
				}
			}
		}
		&.tm-swiper {
			.swiper-pagination {
				margin-top: 30px;
			}
		}
	}
}

@include media-breakpoint-down(md) {
	.single-post {
		.page-main-content {
			.entry-author {
				padding: 30px;
			}
		}
	}
}

@include media-breakpoint-down(sm) {
	.single-post {
		.page-main-content {
			.entry-title {
				font-size: 24px;
			}
			.entry-content {
				margin-bottom: 50px;
			}
			.entry-author {
				display: block;
				margin-bottom: 35px;
				padding: 30px;
				.author-avatar {
					margin-bottom: 30px;
					min-width: 130px;
					width: 130px;
				}
				.author-description {
					margin-left: 0;

				}
			}
		}
	}
}
