/* Comment form */
.comment-respond {
	margin-top: 48px;

	.comment-reply-title {
		font-size: 18px;
		line-height: 1.5;
	}

	#cancel-comment-reply-link {
		margin-left: 10px;
		font-weight: normal;
		font-size: 12px;
	}

	.comment-form-comment {
		margin: 0;
	}
}

.comment-form {

	.comment-notes {
		padding: 0;
		background: none;

		a {
			color: black;
		}
	}

	.logged-in-as {
		margin-bottom: 24px;

		a {
			text-decoration: underline;
		}
	}

	label {
		display: block;
		line-height: 1.7;
	}

	form input[type="text"]
	form input[type="search"],
	form textarea {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 12px;
		line-height: 1.7;
		padding: 10px;
		width: 100%;
	}

	p.form-allowed-tags {
		margin: 0;
		font-size: 12px;
		line-height: 2;
		color: #5e5e5e;
	}
}

.required {
	color: red;
}

.comment-author {
	display: flex;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: 400;

	.fn {
		margin-top: -7px;
		font-weight: 400;
	}

	img {
		border-radius: 50%;
		width: 36px;
		height: 36px;
		border: 1px solid gainsboro;
		margin-right: 5px;
	}

	a {
		color: #000;
		font-family: 'Playfair Display', serif;
		font-size: 18px;
		font-weight: 400;
	}

	.says {
		display: none;
	}
}


.comments-title {
	margin-bottom: 50px;
	line-height: 1.5;
	font-family: 'Playfair Display', serif;
	font-size: 26px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
}

.comment-list {
	padding: 0;

	& > li.comment {
		border-bottom: 5px solid #F7F7F7;
		list-style-type: none;
	}
}

.comments-area {
	margin-top: 50px;
	padding: 25px 0;
	border-top: 4px solid gainsboro;
	font-size: 1rem;

	article {
		margin: 1.7rem 0;

		header {
			margin: 0 0 48px;
			overflow: hidden;
			position: relative;

			img {
				float: left;
				padding: 0;
				line-height: 0;
			}

			cite, 
			time {
				display: block;
				margin-left: 85px;
			}

			cite {
				font-style: normal;
				font-size: 15px;
				line-height: 1.4;

				a {
					color: #444;

					&:hover {
						text-decoration: underline;
					}
				}
			}

			time {
				line-height: 1.7;
				text-decoration: none;
				font-size: 12px;
				color: #5e5e5e;
			}

			a {
				text-decoration: none;
				color: #5e5e5e;

				&:hover {
					color: #21759b;
				}
			}
		}

		h4 {
			position: absolute;
			top: 0;
			right: 0;
			padding: 6px 12px;
			font-size: 12px;
			font-weight: normal;
			color: #fff;
			background-color: #0088d0;
			background-repeat: repeat-x;
			background-image: linear-gradient(to top, #009cee, #0088d0);
			border-radius: 3px;
			border: 1px solid #007cbd;
		}
	}

	cite b {
		font-weight: normal;
	}

	.bypostauthor cite {
		span {
			position: absolute;
			margin-left: 5px;
			padding: 2px 5px;
			font-size: 10px;
		}

		b {
			font-weight: bold;
		}
	}
}

a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.8;

	&:hover {
		color: #21759b;
	}
}

.commentlist .pingback {
	line-height: 1.7;
	margin-bottom: 24px;
}

.reply {
	margin-left: 40px;

	a {
		background: #000;
		border: 0;
		padding: 3px 10px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;

		&:hover {
			color: white;
		}
	}
}

.comment-content {
	margin-left: 40px;

	p {
		color: #6b6b6b;
		line-height: 2em;
		margin: 16px 0;
	}

	a {
		color: black;
		text-decoration: underline;
	}
}

.comment-metadata {
	margin-left: 41px;
	margin-top: -16px;
	font-size: 12px;

	a {
		color: gray;
	}
}