@charset "utf-8";

/* $$$$$$$$$$$$$$$$$$$$$$ Media Queries $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

@media screen and (max-width: 32em) {
	/* Top form */
	.hashover-inputs .hashover-avatar-image {margin-bottom: -2.19em;}
	.hashover-inputs {
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 0 0.25em 0.13em 0.25em;
	}
	.hashover-input-cell{margin-bottom:0.13em;}
	.hashover-form-footer {font-size: 90%;}

	/* Remove text from buttons for small screen */
	.hashover-buttons a {
		color: transparent !important;
		width: 2.19em;
		overflow: hidden;
	}

	.hashover-comment-edit:before,
	.hashover-comment-reply:before{
		margin-left: 0.625em;
		height: 1.6em;
}

	/* Comments */
	.hashover-comment{margin: 0 auto}
	.hashover-reply {
		width: 100% !important; /* disable Progressive indentation */
		margin-left: auto;
	}
		
	/*FIRST COMMENT IS ALIGNED TO LEFT */
	.hashover-sort-section div:first-child.hashover-comment{margin: 0;}
	
	.hashover-avatar {margin-right: 0.5em;left: 0;}

	.hashover-comment-name {margin-left: 0;}
	
	/* Reply and Edit forms */
	.hashover-reply-form .hashover-inputs {	border: 0;}
	
}

