.post-title {
	font-size: 16px;
}

.wrap-meta {
	font-size: 13px;
  letter-spacing: .5px;
  margin-bottom: 5px;
}
.wrap-meta,
.wrap-meta a {
	color: #999;
}

/** Style List **/
.content-style-list {
	margin-bottom: 15px;
	font-size: 13px;
}
.content-style-list .featured-thumbnail {
	max-width: 153px;
	float: left;
	line-height: 0;
	margin-right: 12px;
	margin-bottom: 5px;
	border-radius: 3px;
  border: 1px solid #ddd;
}
.content-style-list .post-title {
	margin-bottom: 5px;
}
.content-style-list .wrap-meta .the-date {
	padding-right: 10px;
}
.content-style-list .post-title,
.content-style-list .wrap-content {
	overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* Single Post */

.content-style-single .wrap-title {
	margin-bottom: 20px;
	padding-top: 7px;
}

.single-post .wrap-nav-post::after {
	content: "";
	clear: both;
	display: block;
	margin-bottom: 30px;
}

.content-style-single .post-content {
	max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.content-style-single .post-title {
	font-size: 22px;
}

.content-style-single .post-content a {
	text-decoration: underline;
}

.content-style-single .signature {
	margin-bottom: 20px;
	text-align: center;
}

.content-style-single .wrap-tags-socials {
    margin-top: 40px;
}

.single-post .wrap-nav-post::after {
	content: "";
	clear: both;
	display: block;
	margin-bottom: 30px;
}

.wrap-nav-post {
	margin-top: 15px;
}

.prev-post a,
.next-post a {
	font-style: italic;
	letter-spacing: 0px;
	font-size: 14px;
}

.prev-post span,
.next-post span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}

.prev-post {
	width: 45%;
	float: left;
	text-align: left;
}

.next-post {
	width: 45%;
	float: right;
	text-align: right;
}

.content-style-single .social-share a {
	margin: 0 10px;
}

.content-style-single .social-share {
	width: 50%;
	float: right;
	text-align: right;
}

.content-style-single .the-tags {
	width: 50%;
	float: left;
}

/* Line */
.post-dot {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #f9daba;
  display: inline-block;
  margin: 0px 7px;
}
.divpost {
	width: 100%;
	display: block;
	margin-top: 10px;
	border-bottom: 1px dashed #CACACA;
}

/* Contact form 7 */
.wpcf7 form {
	font-size: 15px;
}
.wpcf7 form>p {
	margin-bottom: 12px;
}
.wpcf7 label {
	margin-bottom: 5px;
	display: block;
}

/* Related Posts
--------------------------------------------- */
.related {
  margin: 30px 0;
}

.related .related-title {
  margin-bottom: 30px;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
}

.related .related-post .related-image.not-image {
	padding-bottom: 60%;
}

.related-post a.related-image {
	display: block;
	line-height: 0;
	border-radius: 7px;
	overflow: hidden;
	margin-bottom: 15px;
}

.related-post .related-post-title {
	display: block;
  text-align: center;
  font-size: 14px;
  padding: 0 10px;
  line-height: 1.4;
  overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 860px) {
	.featured-thumbnail {
		text-align: center;
	}
}

@media only screen and (min-width: 641px) {
	.related-posts-list {
  	display: flex;
  	gap: 0 15px;
	}
	.related .related-post {
		width: 33.33%;
	}
}

@media only screen and (max-width: 640px) {
	.comment-content {
		clear: both;
		float: none;
	}
	.related .related-post {
		margin-bottom: 30px;
	}
	.content-style-single .post-title { 
		font-size: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.prev-post,
	.next-post {
		width: 100%;
		clear: both;
		text-align: center;
		margin: 10px 0;
	}
	.related-post {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 40px;
	}
	.related-post:last-child {
		margin-bottom: 0;
	}
}