 
 

//Comments

.comment-respond{
	@extend .box-with-shadow;
	padding:2rem;

	label{
		margin-bottom:2rem;
	}
}

.comment-list {
	margin-bottom:5rem;

	li{
		
		 

		label{
			margin-bottom:2rem;
		}
 	}
 }

 .comment-body{
 	@extend .box-with-shadow;
	padding: 2rem 2rem 2rem 4rem;
	position: relative;
	margin-bottom:2rem;

 	img{
 		position:absolute;
 		left: -5%;
 		@include box-shadow (0px, 3px, 6px, rgba(0, 0, 0, 0.23));

 	}

 	.fn{
 		font-family:$font__serif;
 	}

 	.reply{
 		text-align:right;
 	}

 	.comment-metadata{
 		padding-bottom:1rem;
 		
	 	time{
	 		@include font-size(.9);
			color:$gray-600;
	 	}
	}

 }
