/* remove the reply option from the page */
.reply {
	display: none;
}
time {
	color: #000;
}

.children .avatar.avatar-50.photo {
	display: none;
}
.custom-comment-container{
	padding:10px ;
	background-image: linear-gradient(#aaa, #ddd);
	box-shadow:2px 5px 5px #7b7b7b;
	border-radius:16px;
	margin-top:20px;
	position:relative;
	font-size:0.9em;
}
.custom-comment-container  p, .custom-main-reply  p {
	padding:10px; margin:0;
}
 .custom-main-comment:after,  .custom-main-reply:after{
	content:"";
	position:absolute;
	left:40px;
	bottom:-20px;
	width:0;
	height:0;
	border-right: 10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid #fff;
	border-top:10px solid #fff;
}
.custom-comment-author {
	color: #fff;
	font-weight: 600;
	font-size: 1.8em;
	margin-left: 20px;
	text-shadow: 1px 2px #756b6b;
}
.custom-main-comment, .custom-main-reply{
	margin:10px 0 15px 0;
	padding:10px;
	background-color: #fff;
	border-radius: inherit;
	position:relative;
	box-shadow:2px 2px 5px #999;
}

.custom-main-reply, .custom-comment-reply{
	margin-left:80px;
}
/* pagination */
.comment-pagination {
	text-align:center;
	margin-top:30px;
}
.comment-pagination a.page-numbers,  .comment-pagination .page-numbers {
	padding:5px 10px;
	background-color: rgba(0,0,0,0.1);
	border:1px solid rgba(0,0,0,0.3);
	color:#000;
}
.comment-pagination a.page-numbers:hover   {
	color:#fff;
	background-color: rgba(0,0,0,0.2);
}
.comment-pagination .page-numbers.current {
		background-color:#fff;
}

/* default generatepress comments page */
.comments-area {
	margin-top: -2em !important;
}
.comments-title, #comment-nav-above {
	display:none;
}
.comment {
	border-bottom:2px dotted #ccc;
}
.children .comment {
	border-bottom:none;
}
.comment-content {
	border:0px solid #000 !important;
	border-radius:10px;
	box-shadow:2px 2px 2px  #ccc;
	background-color: #eee;
	position:relative;

}
.comment-content:before {
	content:"";
	position:absolute;
	left:40px;
	top:-40px;
	width:0;
	height:0;
	border-left: 20px solid transparent;
	border-top:20px solid transparent;
	border-right:20px solid transparent;
	border-bottom:20px solid #eee;
}

.comment .children{
	border:none !important;
}
