/*
 * Plugin Name: Emmaria Dog Post Type
 * Description: Styling the dog templates.
*/


/* Misc
-------------------------------------------------------------- */

.emargust-credit {
/*
	font-size: .87em;
	text-align: center;
	margin: 1.6em 0;
	opacity: .75; */
	display: none;
}


/* Dog navigation
-------------------------------------------------------------- */

.emargust-dog-navigation .nav-previous {
	display: inline-block;
	float: left;
	width: 49.5%;
	vertical-align: top;
}

.emargust-dog-navigation .nav-next {
	display: inline-block;
	float: right;
	width: 49.5%;
	text-align: right;
	vertical-align: top;
}

.emargust-dog-navigation .meta-nav {
	font-weight: 700;
	display: block;
}


/* Accessibility
-------------------------------------------------------------- */

.screen-reader-text, .screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}
