@font-face {
	font-family: 'comment';
	src:  url('fonts/comment.eot?v3yve2');
	src:  url('fonts/comment.eot?v3yve2#iefix') format('embedded-opentype'),
	url('fonts/comment.ttf?v3yve2') format('truetype'),
	url('fonts/comment.woff?v3yve2') format('woff'),
	url('fonts/comment.svg?v3yve2#comment') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.et-db #et-boc .et-l .et-fb-modules-list ul > li.et_fb_comment::before {
	font-family: 'comment' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	border: 1px black solid;
	color: black;
	content: "\e902";
	font-size: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 18px;
	width: 12px;
	padding: 4px;
}

.lds-ellipsis {
	display: none;
	position: relative;
	width: 80px;
	height: 30px;
}
.lds-ellipsis div {
	position: absolute;
	top: 10px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #E4E6E7;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}

.comment_list .list_content ul {
	margin-top: 10px;
}

.comment_list .list_content ul li {
	list-style: none;
	margin-top: 25px;
}

.comment_list .list_content ul li div.comment_author,
.comment_list .list_content ul li div.comment_detail {
	float: left;
}

.comment_list .list_content ul li div.clear {
	clear: left;
}

.comment_list .list_content ul li div.comment_author {
	width: 110px;
}

.comment_list .list_content ul li div.comment_detail {
	width: calc(100% - 110px);
}

.comment_list .list_content ul li .comment_author .img_wrapper {
	border-radius: 50%;
	height: 100px;
	overflow: hidden;
	width: 100px;
}

.comment_list .list_content ul li .comment_author .img_wrapper img {
	min-height: 100%;
	object-fit: cover;
	object-position: center;
}

.comment_list .list_content ul li .comment_author .name {
	font-size: 18px;
}

.comment_list .list_content ul li .comment_author .name p.org {
	color: #aaaaaa;
	font-size: 14px;
}

.comment_list .list_content ul li .comment_detail .detail {
	position: relative;
	width: 300px;
}

.comment_list .list_content ul li .comment_detail .comment {
	background-color: #F2F2F2;
	border-radius: 5px;
	box-shadow: 5px 5px 12px -5px #797979;
	-webkit-box-shadow: 5px 5px 12px -5px #797979; 
	margin-bottom: 10px;
	min-height: 160px;
	padding: 20px 60px 10px 10px;
	white-space: pre-wrap;
}

.comment_list .list_content ul li .comment_detail .date {
	font-size: 12px;
	left: 10px;
	opacity: 0.8;
	position: absolute;
	top: 0;
}

.comment_list .list_content ul li .comment_detail .comment_edit,
.comment_list .list_content ul li .comment_detail .comment_delete,
.comment_list .list_content ul li .comment_detail .comment_reply {
	display: inline;
}

.comment_list .list_content ul li .comment_detail .comment_edit,
.comment_list .list_content ul li .comment_detail .comment_delete {
	position: absolute;
	top: 0px;
}

.comment_list .list_content ul li .comment_detail .comment_edit {
	font-size: 20px;
	right: 25px;
}

.comment_list .list_content ul li .comment_detail .comment_delete {
	font-size: 25px;
	right: 3px;
}

.comment_list .list_content ul li .comment_detail .comment_edit .edit::before,
.comment_list .list_content ul li .comment_detail .comment_delete .delete::before {
	font-family: 'comment' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	cursor: pointer;
	opacity: 0.4;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.comment_list .list_content ul li .comment_detail .comment_edit .edit::before {
	content: "\e900";
}

.comment_list .list_content ul li .comment_detail .comment_delete .delete::before {
	content: "\e901";
}

.comment_list .list_content ul li .comment_detail .comment_edit:hover .edit::before,
.comment_list .list_content ul li .comment_detail .comment_delete:hover .delete::before {
	opacity: 1;
}

.comment_list .list_content ul li.edit > .comment_detail > .detail > .comment,
.comment_list .list_content ul li.edit > .comment_detail > .detail > .date,
.comment_list .list_content ul li.edit > .comment_detail > .detail > .comment_edit,
.comment_list .list_content ul li.edit > .comment_detail > .detail > .comment_delete,
.comment_list .list_content ul li.edit > .comment_detail > .detail > .comment_reply,
.comment_list .list_content ul li.reply > .comment_detail > .detail > .comment_edit,
.comment_list .list_content ul li.reply > .comment_detail > .detail > .comment_delete,
.comment_list .list_content ul li.reply > .comment_detail > .detail > .comment_reply {
	display: none;
}

.comment_list .list_content ul li.saving > .comment_detail > .detail > .comment,
.comment_list .list_content ul li.saving > .comment_detail > .detail > .date,
.comment_list .list_content ul li.saving > .comment_detail > .detail > .comment_edit,
.comment_list .list_content ul li.saving > .comment_detail > .detail > .comment_delete,
.comment_list .list_content ul li.saving > .comment_detail > .detail > .comment_reply,
.comment_list .list_content ul li.saving > .comment_detail > .comment_form .comment_edit_buttons,
.comment_list .list_content ul li.replying > .comment_detail > .detail > .comment_edit,
.comment_list .list_content ul li.replying > .comment_detail > .detail > .comment_delete,
.comment_list .list_content ul li.replying > .comment_detail > .detail > .comment_reply,
.comment_list .list_content ul li.replying > .comment_detail > .comment_form .comment_reply_buttons,
.comment_list .list_content ul li.deleting > .comment_detail > .detail > .comment_edit,
.comment_list .list_content ul li.deleting > .comment_detail > .detail > .comment_delete,
.comment_list .list_content ul li.deleting > .comment_detail > .detail > .comment_reply,
.comment_list .comment_add.loading .submit {
	display: none;
}

.comment_list .list_content ul li.saving > .comment_detail > .lds-ellipsis,
.comment_list .list_content ul li.replying > .comment_detail > .lds-ellipsis,
.comment_list .list_content ul li.deleting > .comment_detail > .lds-ellipsis,
.comment_list .comment_add.loading .lds-ellipsis {
	display: inline-block;
}

.comment_list .list_content ul li.trash > .comment_detail > .detail > .comment_edit,
.comment_list .list_content ul li.trash > .comment_detail > .detail > .comment_delete,
.comment_list .list_content ul li.trash > .comment_detail > .detail > .comment_reply,
.comment_list .list_content ul li.trash > .comment_detail > .comment_form .comment_edit_buttons {
	display: none;
}

.comment_list .list_content ul li.trash > .comment_detail > .detail > .comment {
	background-color: #FFEDED;
	box-shadow: 5px 5px 12px -5px #bb6e6e;
	-webkit-box-shadow: 5px 5px 12px -5px #bb6e6e;
	min-height: 70px;
}

.comment_list .list_content ul li.trash {
	display: none !important;
}