/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Box-sizing reset */
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }

/* Accessibility: screen-reader-text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	position: absolute !important;
	width: 1px;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	padding: 0;
	margin: -1px;
	border: 0;
}
.screen-reader-text:focus {
	clip: auto;
	clip-path: none;
	width: auto;
	height: auto;
	line-height: normal;
	display: block;
	padding: 1.25em 1.5em;
	font-weight: 700;
	text-decoration: none;
	background: #36b;
	color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	z-index: 100000;
}
#content[tabindex="-1"]:focus { outline: 0; }

/* Responsive media */
img { max-width: 100%; height: auto; }
embed, iframe, object { max-width: 100%; }

/* WordPress alignment classes */
.alignleft, .alignright { max-width: calc(50% - 0.5em); margin-block-end: 1em; }
.alignleft { float: left; margin-left: 0; margin-right: 1em; }
.alignright { float: right; margin-left: 1em; margin-right: 0; }
.aligncenter { margin-inline: auto; }
.alignnone { margin-inline: 0; }

/* WordPress captions */
.wp-caption { max-width: 100%; text-align: center; }
.wp-caption img[class*="wp-image-"] { display: block; margin-inline: auto; }