@media screen and (min-width: 601px) {

#respond {
	margin-bottom: 30px;
}
.comments {
	margin-top: 80px;
}
.comment-form {
	margin-top: 1em;
	line-height: 1.7;
}
.comment-form p {
	margin-bottom: 1em;
}
.comment-form p.form-submit {
	text-align: center;
	margin-top: 25px;
}
.comment-form label {
	display: none;
}
.comment-form textarea, .comment-form input {
	font-size: 16px;
	border-radius: 8px;
	border: solid 1px #aaa;
	padding: 0.2em 0.4em;
}
.comment-form textarea {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	height: 12em;
	border: solid 1px #ccc;
}
.comment-form #submit {
	font-size: 16px;
	color: #fff!important;
	background-color: #f80!important;
	padding: 20px 60px;
	border-radius: 60px;
	letter-spacing: 2px;
	border: none;
}
.comment-form #submit:hover {
	cursor: pointer;
	opacity: 0.7;
}
.comment-form-email {
	display: none;
}
.comment-form-url {
	display: none;
}
.comment-notes {
	display: none;
}
.form-allowed-tags {
	display: none;
}
.article .comments-list,
.comments-list {
	margin: 15px 0;
}
.article .comments-list li,
.comments-list li {
	margin: 0;
    padding: 30px 0;
    border-bottom: solid 1px #ddd;
    position: relative;
}
.article .comments-list li:first-child,
.comments-list li:first-child {
	border-top: solid 1px #ddd;
}
.article .comments-list li:before,
.comments-list li:before {
	display: none;
}
.comment-date {
	font-size: 11px;
	color: #999;
	line-height: 1;
}
.comment-date i {
	font-size: 13px;
    position: relative;
    top: 2px;
    margin-right: 3px;
    display: inline-block;
}
.comment-header {
	display: flex;
	flex-wrap: wrap;
    padding-bottom: 15px;
    line-height: 1.5;
}
.comment-header .img {
	width: 60px;
}
.comment-header .img img {
	display: block;
	object-fit: cover;
	width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
}
.comment-header .content {
	width: calc(100% - 60px);
	padding-left: 15px;
	box-sizing: border-box;
}
.comment-header .content .comment-date {
	display: block;
	margin-bottom: 5px;
}
.comment-header .content .author-info {
	margin-bottom: 0;
}
.comment-header .content .author-info .name {
	font-size: 18px;
}
.comment-content p:last-of-type {
	margin-bottom: 0;
}
.comments-list .children {
	margin: 20px 0 0 75px;
	padding: 0;
}
.comments-list .children li {
	margin-bottom: 15px;
	padding: 20px;
	background-color: #FFFCF2;
	border: 1px solid #F2EBD4;
	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 3%);
}
.comments-list .children li:first-child {
	border-top: 1px solid #F2EBD4;
}
.comment-footer {
	margin-top: 14px;
}
.comment-reply-link,
#cancel-comment-reply-link {
	display: inline-block;
	color: #777;
	font-size: 13px;
	line-height: 1;
	padding: 8px 14px;
	background-color: #f5f5f5;
	border-radius: 999px;
}
.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
	color: #f80;
	text-decoration: none;
}

}

@media screen and (min-width: 601px) {

.aside--post-comments {
	margin-top: 40px;
	padding-top: 40px;
	border-top: solid 1px #eee;
}
.aside--post-comments h2 {
	margin: 40px 0 15px;
	padding: 0;
	color: #f80;
	font-size: 24px;
	font-weight: normal;
	border: none;
	background: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.aside--post-comments h2:first-child {
	margin-top: 0;
}
.aside--post-comments h2 .material-icons-round {
	width: 34px;
	font-size: 34px;
	position: relative;
	margin-right: 6px;
	display: block;
	text-align: center;
	color: #ffbe00;
	-webkit-text-stroke: 2px #f80;
	text-stroke: 2px #f80;
}
.aside--post-comments .comment-pagenation {
	margin-bottom: 15px;
	color: #999;
	font-size: 13px;
}
.aside--post-comments .comments-list.reply-list,
.aside--post-comments .comments-list.reply-list li {
	list-style: none;
}
.aside--post-comments .comments-list.reply-list > li {
	margin: 0 0 20px;
	padding: 15px 25px 5px;
	background-color: #FFFCF2;
	border: none;
	border-radius: 15px;
	overflow: visible;
}
.aside--post-comments .comments-list.reply-list > li:first-child {
	border-top: none;
}
.aside--post-comments .comments-list .children {
	margin: 25px 0 0;
	padding: 0;
}
.aside--post-comments .comments-list .children > li {
	position: relative;
	margin: 0 0 15px 70px;
	padding: 15px 25px 5px;
	background-color: #fff;
	border: 1px solid #F2EBD4;
	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 3%);
}
.aside--post-comments .comments-list .children > li:first-child {
	border-top: 1px solid #F2EBD4;
}
.aside--post-comments .comment-list-item:before {
	display: none;
}
.aside--post-comments .reply-header {
	margin-bottom: 15px;
}
.aside--post-comments .reply-content p:last-of-type {
	margin-bottom: 0;
}
.aside--post-comments .reply-footer {
	margin-top: 25px;
}
.aside--post-comments .comment-reply-link,
.aside--post-comments #cancel-comment-reply-link {
	display: inline-block;
	color: #777;
	background: #f5f5f5;
	font-size: 13px;
	line-height: 1;
	padding: 8px 16px;
	border-radius: 50px;
	text-decoration: none;
}
.aside--post-comments .comment-reply-link:hover,
.aside--post-comments #cancel-comment-reply-link:hover {
	color: #f80;
	text-decoration: none;
}
.aside--post-comments #respond {
	margin: 20px 0 30px;
}
.aside--post-comments #reply-title {
	margin: 0;
	font-size: 0;
}
.aside--post-comments #reply-title small {
	font-size: 13px;
}
.aside--post-comments .children #respond {
	margin-top: 20px;
}

}

@media screen and (max-width: 600px) {

.aside--post-comments {
	margin-top: 40px;
	padding-top: 40px;
	border-top: solid 1px #eee;
}
.aside--post-comments h2 {
	margin: 40px 0 15px;
	padding: 0;
	color: #f80;
	font-size: 18px;
	font-weight: normal;
	border: none;
	background: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.aside--post-comments h2:first-child {
	margin-top: 0;
}
.aside--post-comments h2 .material-icons-round {
	width: 30px;
	font-size: 30px;
	position: relative;
	margin-right: 5px;
	display: block;
	text-align: center;
	color: #ffbe00;
	-webkit-text-stroke: 2px #f80;
	text-stroke: 2px #f80;
}
.aside--post-comments .comment-pagenation {
	margin-bottom: 15px;
	color: #999;
	font-size: 12px;
}
.aside--post-comments .comments-list.reply-list,
.aside--post-comments .comments-list.reply-list li {
	list-style: none;
}
.aside--post-comments .comments-list.reply-list > li {
	margin: 0 0 20px;
	padding: 15px 15px 5px;
	background-color: #FFFCF2;
	border: none;
	border-radius: 15px;
	overflow: visible;
}
.aside--post-comments .comments-list.reply-list > li:first-child {
	border-top: none;
}
.aside--post-comments .comments-list .children {
	margin: 20px 0 0;
	padding: 0;
}
.aside--post-comments .comments-list .children > li {
	position: relative;
	margin: 0 0 12px 18px;
	padding: 15px 15px 5px;
	background-color: #fff;
	border: 1px solid #F2EBD4;
	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 3%);
}
.aside--post-comments .comments-list .children > li:first-child {
	border-top: 1px solid #F2EBD4;
}
.aside--post-comments .comment-list-item:before {
	display: none;
}
.aside--post-comments .reply-header {
	margin-bottom: 15px;
}
.aside--post-comments .reply-content p:last-of-type {
	margin-bottom: 0;
}
.aside--post-comments .reply-footer {
	margin-top: 25px;
}
.aside--post-comments .comment-reply-link,
.aside--post-comments #cancel-comment-reply-link {
	display: inline-block;
	color: #777;
	background: #f5f5f5;
	font-size: 13px;
	line-height: 1;
	padding: 8px 16px;
	border-radius: 50px;
	text-decoration: none;
}
.aside--post-comments .comment-reply-link:hover,
.aside--post-comments #cancel-comment-reply-link:hover {
	color: #f80;
	text-decoration: none;
}
.aside--post-comments #respond {
	margin: 20px 0 30px;
}
.aside--post-comments #reply-title {
	margin: 0;
	font-size: 0;
}
.aside--post-comments #reply-title small {
	font-size: 13px;
}
.aside--post-comments .children #respond {
	margin-top: 20px;
}

}



@media screen and (max-width: 600px) {

h3#reply-title {
	margin-top: 40px;
}
.comments {
}
.comment-form {
	margin-top: 1em;
}
.comment-form p {
	margin-bottom: 1em;
}
.comment-form label {
	display: none;
}
.comment-form textarea, .comment-form input {
	font-size: 16px;
	border-radius: 6px;
	border: solid 1px #ccc;
	padding: 0.2em 0.4em;
}
.comment-form input {
	width: 264px;
}
.comment-form textarea {
	width: 95%;
}
.comment-form #submit {
	font-size: 15px;
	color: #fff!important;
	background-color: #f80!important;
	padding: 20px 50px;
	letter-spacing: 2px;
	border-radius: 50px;
	border: none;
	display: table;
	margin: 0 auto 35px;
}
.comment-form #submit:hover {
	cursor: pointer;
	text-decoration: underline;
	opacity: 0.7;
}
.comment-form-email {
	display: none;
}
.comment-form-url {
	display: none;
}
.comment-notes {
	display: none;
}
.form-allowed-tags {
	display: none;
}
.article .comments-list,
.comments-list {
	margin: 15px 0;
}
.article .comments-list li,
.comments-list li {
	margin: 0;
    padding: 25px 0;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    position: relative;
}
.article .comments-list li:first-child,
.comments-list li:first-child {
	border-top: solid 1px #ddd;
}
.article .comments-list li:before,
.comments-list li:before {
	display: none;
}
.comment-date {
	font-size: 11px;
	color: #999;
	top: 18px;
	line-height: 1;
}
.comment-date i {
	font-size: 13px;
	position: relative;
	top: 2px;
	margin-right: 3px;
	display: inline-block;
}
.comment-header {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 15px;
}
.comment-header .img {
	width: 50px;
}
.comment-header .img img {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
}
.comment-header .content {
	width: calc(100% - 50px);
	padding-left: 12px;
	box-sizing: border-box;
}
.comment-header .content .comment-date {
	display: block;
	margin-bottom: 5px;
}
.comment-header .content .author-info {
	margin-bottom: 0;
}
.comment-header .content .author-info .name {
	font-size: 16px;
}
.comment-content p:last-of-type {
	margin-bottom: 0;
}
.comments-list .children {
	margin: 18px 0 0 18px;
	padding: 0;
}
.comments-list .children li {
	margin-bottom: 12px;
	padding: 18px 15px;
	background-color: #FFFCF2;
	border: 1px solid #F2EBD4;
	border-radius: 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 3%);
}
.comments-list .children li:first-child {
	border-top: 1px solid #F2EBD4;
}
.comment-footer {
	margin-top: 12px;
}
.comment-reply-link,
#cancel-comment-reply-link {
	display: inline-block;
	color: #777;
	font-size: 13px;
	line-height: 1;
	padding: 8px 14px;
	background-color: #f5f5f5;
	border-radius: 999px;
}
.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
	color: #f80;
	text-decoration: none;
}

}
