/*
 Theme Name:   Frontier Child
 Template:     frontier
 Description:  Customizations to Frontier theme
 Author:       dpeachee Enterprises
*/

@import url("../frontier/style.css");

/*
Theme customization starts here
-------------------------------------------------------------- */

.continue-reading {
	background-color: #FFF;
	display: inline-block;
	padding: 2px 8px;
	border: 1px solid #333;
	box-shadow: 0 0 2px #333;
	color: #333;
	border-radius: 0;
}

.link-prev a:hover,
.link-next a:hover {
	border-color: #AAA;
	color: #333;
}

/* Fix to remove search box text - Added on 11/12/14 by DP */
.screen-reader-text {
	display: none;
}