.close {
	@include transition(all .3s ease-in-out);
	font-size: 1rem;
	line-height: 1.5;

	&:before {
		content: '\ea00';
		font-family: 'feather' !important;
	}
}
