
.divider{
  min-height:25px;
}
/*# sourceMappingURL=style-liberty.css.map */
.comment-main{
	background-color: #e6aec6;
	box-shadow: 1px 2px 6px 2px #b52b65;
	margin-bottom:30px;
}
.comment-main ul{
	list-style: none;
}
.sub-cmt-img{
	width: 55px !important;
    height: 55px !important;
    border-radius: 50%;
} 
.main-cmt-img{
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
}
.border-bottom{
	font-size: 13px;
	border-bottom: 1px solid #d3d3d3;
}
.user-comment{
	background-color: #f3f3f3 !important;
    box-shadow: 0px 5px 8px -4px #c1c1c1;
    margin-bottom:10px;
}
.user-comment-desc, .user-comment span{
	color: #a0a0a0;
}
.user-comment-desc p{
	font-size: 12px;
	display: inline-block;
	float: left;
}
.send-icon i{
	font-size: 20px;
	background: #f3f3f3;
	padding: 6px 5px;
	border-radius: 50%;
	color: #74C2E1;
	height: 35px;
	width: 35px;
}
.user-comment:before{
    content: "";
    height: 0;
    width: 0;
    top: 0;
    left: -10px;
    position: absolute;
    border-style: solid;
    border-width: 13px 0 0 13px;
	border-color: #f3f3f3 transparent transparent transparent; 
}
.cauthor{
    font-weight:bold;
}
blockquote p::before {
    content: '\201C';
}

blockquote p::after {
    content: '\201D';
}
.index-blog{
    background:#fffbbb;
    padding:15px;
    box-shadow: 0px 0px 15px 5px #be62b0;
    min-height:630px;
}
