////
/// Accessibility classes.
///
/// @group  Utilities
/// @author Lee Anthony <seothemeswp@gmail.com>
/// @link   https://CustomizePro.com/
////

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {

	@include hide-visually;

	&:active,
	&:focus {

		@include hide-visually(unhide);

		position: absolute;
		padding: $spacing--s;
		color: $color--white;
		background-color: $color--text;
		text-decoration: none;
	}
}

.more-link {
	position: relative;
}

.genesis-skip-link {
	margin: 0;

	li {
		width: 0;
		height: 0;
		list-style: none;
	}
}

:focus {
	outline: $base--border;
	color: map_get($colors, grey);
}

.post-edit-link {
	display: none;
}
