ul {
	list-style: none;
	margin: 0;
}
.content-area-post .content-header-post {
	position: relative;
	padding: 50px 0;
	background-color: #f9d57a;
}
.post-header-container::after {
	content: " ";
	height: 31px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -31px;
	background-image: url(https://craftdiykit.com/wp-content/upgrade/post-border.svg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-position-x: left;
	background-position-x: calc(50% - 147px);
	background-size: auto 100%;
	background-color: #f9d57a;
}

.content-area-post .post-categories a {
	padding: 4px 10px;
	border-radius: 6px;
	border: 1px solid #fff;
	color: #fff;
}
.content-area-post h1.post-title {
	margin: 20px 0;
	font-size: 60px;
	color: #333;
}
.content-area-post .post-info {
	margin-bottom: 20px;
	color: #fff;
	font-weight: 700;
}
.icon-comments::before {
	content: "\e905";
}
.post-info li {
	padding: 0 5px;
}

/* comment */
#respond .comment-reply-title,
#respond p.comment-notes,
#respond .form-submit {
	text-align: center;
}
#respond .form-submit input {
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 16px;
	text-align: center;
}