/** 
* CSS file contents originally from WP Accessibility Plugin v.1.3.10 which is released under GPL v3 
* original author Chris Rodriguez 
* modified by Brad Payne, Ashlee Zhang
*/

/***** Accessibility styles *****/
.focusable:focus {
	outline: none;
}

.has-focus {
	background: yellow;
}

.a11y-toolbar {
	position: fixed;
	z-index: 99999;
	top: 43%;
	left: 0;
}

.a11y-toolbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.a11y-toolbar ul li {
	display: block;
}

.a11y-toolbar ul li a {
	font-size: 1.6em;
	padding: .25em;
}

.a11y-toolbar a {
	color: #000;
}

.a11y-toolbar a.active {
	color: #fff;
}

.a11y-toolbar ul li a {
	display: block;
	background: #e2e2e2;
	text-align: center;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #d2d2d2;
}

.a11y-toolbar ul li a:hover {
	background: #fff;
}

.a11y-toolbar ul li a.active {
	background: #181818;
	border-bottom: 1px solid #525252;
}

.a11y-toolbar ul li:first-child a {
	border-top-right-radius: 4px;
}

.a11y-toolbar ul li:last-child a {
	border-bottom-right-radius: 4px;
}

.a11y-toolbar .offscreen, .a11y_stylesheet_path {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.a11y-toolbar ul li {
	line-height: 20px;
	font-size: 75%;
}

.a11y-toolbar ul li a {
	line-height: 24px;
}

.dashicons-dashicons-search:before { 
	content: "\f177";

}

.fontsize{
	font-size: 1.5em;   
}

/*cover/home page only*/

.fontsize .book-info, .fontsize .book-info-container ul.table-of-content {
	font-size: 1.25em;
}

.fontsize .description-book-info, .fontsize .author-book-info{
	font-size: 1.5em;
}

/*adjusting social media alignment*/

.fontsize .share-single li.email{
	padding-top: 12px ;
	margin-top: 2px;
}

.fontsize .share-single li.twitter{
	padding-top: 10px ;
	margin-top: 1px;
}

.fontsize .share-single li.facebook{
	padding-top: 0 ;
	margin-top: 0 ;
}
