/*
Theme Name: 64k
Author: Sardoken
Author URI: https://www.spacewocket.net
Description: 64K, like my first computer
Version: who cares?
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	/*line-height: 1.15;*/
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/*hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}*/

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	background-color: #222;
	padding: 4px;
	padding-right: 5px;
	padding-left: 5px;
	color: #0A7;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #e6dab2;
	font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
	font-weight: 400;
}
h1, h2, h3, h4 {
	clear: both;
	font-weight: 100;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 18px;
}
h3, h4 {
	font-size: 16px;
}
h1, h2, h3, h4 {
	color: #b6b51a;
}
h2, h3 {
	text-transform: uppercase;
}
h1 a:link, h2 a:link {
  	color: #b6b51a;
}
h1 a:hover, h2 a:hover {
  	color: #b6b51a;
	text-decoration: underline; 
}
h1 a:visited, h2 a:visited {
  	color: #b6b51a;
	text-decoration: none; 
}
p {
	margin-bottom: 20px;
	font-size: 14px;
}
p:last-child {
	margin-bottom: 0px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

.info {
	background: #2b2b2b;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 10px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	font-size: 14px;
	margin: 0;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #222;
	color: #0A7;
	width: 100%;
}

pre>code {
	margin: 0;
	padding: 0;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #191919 /*#212121*/;
}

ul,
ol {
	margin: 1.5em 0;
	padding: 0 0 0 2.8em;
}
ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0;
}
ul li::marker,
ol li::marker {
  	color: #61647d;
}
ul li {
	padding-left: 7px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}
.wp-block-table,
table {
	border-radius: 4px;
	margin: 0 0 1.5em;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	box-shadow: 0 1px 2px rgba(0,0,0,.24),0 1px 3px rgba(0,0,0,.12);
}
table:last-child {
	margin-bottom: 0;
}

table.custom_archives {
    width: 100%;
    vertical-align: inherit;
    text-align: left;
    font-weight: inherit;
    border-spacing: 0;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
}
table th {
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
	border: 1px solid #454545;
}
table tr {
    background: #2b2b2b;
}
table tr:nth-child(2n) {
    background: #353535;
}
table td {
	border: 1px solid #454545;
    padding: 12px;
    vertical-align: middle;
}
table a:link,
table a:visited,
table a:active,
table a:hover {
	color: #e6dab2;
}

/* Links
--------------------------------------------- */
a:link,
a:visited,
a:active { 
	color: #337ab7; 
	text-decoration: none; 
}

a:hover { 
	color: #337ab7; 
	text-decoration: underline; 
}

/* Forms
--------------------------------------------- */
.misha_loadmore,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: block;
	padding: 8px;
	margin: 5px 0 0 0;
	background-color: #212121;
	border: 1px solid #454545;
	border-radius: 0;
	font-size: 14px;
	font-family: inherit;
	cursor: pointer;
	vertical-align: middle;
}
.wp-block-file a.wp-block-file__button,
.wp-block-file a.wp-block-file__button:visited {
	padding: 4px;
	margin: 4px 0 4px 10px;
	color: #fff;
	background-color: #212121;
	border: 1px solid #454545;
	border-radius: 0;
	font-size: 12px;
	font-family: inherit;
	cursor: pointer;
	vertical-align: middle;
}

input#searchsubmit {
	display: inline;
}

.misha_loadmore:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	box-shadow: none !important;
	width: 80%;
	padding: 8px;
	margin: 5px 0;
	color: #fff;
	background-color: #212121;
	border: 1px solid #454545;
	border-radius: 0;
	font-size: 14px;
	font-family: inherit;
	vertical-align: middle;
}
@media (max-width: 767px) {
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
			width: 100%;
	}
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
}

select {
	border: 1px solid #e6dab2;
}

p.form-submit,
p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.comment-form-comment {
	padding: 0;
	margin: 0;
}

.comment-respond label {
	display: none;
}

.comment-notes {
	display: none;
}

div.required {
	padding: 0 0 20px 20px;
}

input#s {
	width: 50%;
}
::placeholder {
	color: #b8ae8e;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
div#page {
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	background-color: #212121;
	/*box-shadow: 0 1px 2px rgba(0,0,0,.24),0 1px 3px rgba(0,0,0,.12);*/
	border-radius: 4px;
}

@media (min-width: 48em) {
div#page {
    max-width: 100rem; /* width of content */
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Top Bar
--------------------------------------------- */
#topbar {
	padding: 0 15px;
	background-color: #212121;
	width: 920px;
	margin: 0 auto;
}

/* Menus
--------------------------------------------- */
ul#menu-menu {
	list-style-type: none;
	padding: 20px 0 0 0;
	margin: 0;
}
ul#menu-menu li {
	display: inline;
}
ul#menu-menu li a {
	font-size: 18px;
	border: 2px solid #337ab7;
    padding: 5px;
    margin: 14px 0px 14px 0px;
}
ul#menu-menu li a:hover {
	background-color: #337ab7;
    color: #212121;
    text-decoration: none;
}

/* Banner
--------------------------------------------- */
#site-ban {
	padding: 10px 20px 20px 20px;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	background-color: #212121;
	/*box-shadow: 0 1px 2px rgba(0,0,0,.24),0 1px 3px rgba(0,0,0,.12);*/
	border-radius: 4px;
	text-align: left;
}
.site-name {
	font-size: 96px;
	letter-spacing: -3px;
}
.site-name a {
	color: #ffb400;
}
.site-name a:hover {
	text-decoration: none;	
}
.site-desc {
	padding-top: 10px;
	font-size: 14px;
}

/* Footer
--------------------------------------------- */
.site-footer {
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #212121;

	text-align: center;
	font-size: 12px;
}
#footer-links {
		border-top: 1px solid #454545;
	padding: 20px 0;
}
.terms .menu-item,
.social-links .menu-item{
	font-size: 12px;
	padding-right: 0;
}
ul#menu-footer {
	padding: 0;
	margin-bottom: 0;
	font-size: 0;
	list-style: none;
}

ul#menu-footer li {
	display: inline-block;
}

ul#menu-footer li:after {
	content: "\00b7";
	padding: 0 4px;
}

ul#menu-footer li:last-child:after {
	content: none;
}

/* Navigation
--------------------------------------------- */
.topbutton {
	padding: 13px 16px;
	background-color: #212121;
	border: 1px solid #515151;
	border-radius: 4px;
	font-size: 30px;
	position:fixed;
	right:10px;
	bottom:10px;
	Z-index:1;
	display:none;
}
a.topbutton {
	color: #e6dab2;
}
.misha_loadmore{
	width: 125px;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 10px;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
/* Breadcrumbs & Archives
--------------------------------------------- */
#breadcrumbs,
header.page-header {
	padding: 5px 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #2b2b2b;
	box-shadow: 0 1px 2px rgba(0,0,0,.24),0 1px 3px rgba(0,0,0,.12);
	border-radius: 4px;
}
header.page-header h3,
#breadcrumbs h3 {
	color: #e6dab2;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.post {
	margin: 0 0 1.5em;
}
.updated:not(.published) {
	display: none;
}
article.page,
article.post,
article.type-post {
	color: inherit;
	text-align: left;
	background-color: #2b2b2b;
	line-height: 1.5em;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.24),0 1px 3px rgba(0,0,0,.12);
}
article.post,
article.type-post {
	margin-bottom: 20px;
}
.entry-header {
	width: 100%;
	padding: 20px;
	background: #383838;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.24),0 1px 3px rgba(0,0,0,.12);
}
.page-content,
.entry-content,
.entry-summary {
	padding: 20px;
}
.entry-title {
	margin-bottom: 0px;
	margin-top: 0;
  	line-height: 1em;
}
.entry-title a {
	color: #b6b51a;
}
.entry-footer {
	padding: 0 20px 20px 20px;
}
.entry-meta {
	font-size: 14px;
	padding-top: 4px;
}
.entry-meta a {
	color:  #f22;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.post-tags,
span.tagged,
.entry-content {
	line-height: 1.5em;
	font-size: 14px;
}
hr,
article.page > hr,
article.post > hr {
	display: block; 
	height: 1px;
    border: 0; border-top: 1px solid #AAA;
}
article.page img,
article.post img {
	image-orientation: from-image;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	margin-bottom: 7px;
	box-shadow: 0 1px 2px rgba(0,0,0,.24),0 1px 3px rgba(0,0,0,.12);
}
.wp-block-image:not(.is-style-rounded) img {
}
.wp-block-image figcaption,
.wp-block-gallery figcaption {
	text-align: center;
	color: #898ca3;
	font-style: italic;
	margin-top: 0px;	
}
.wp-block-embed iframe {
    border-radius: 4px;
}
h1.page-title {
	text-transform: none;
}
.comments-link {
	font-size: 14px;
}

/* Responsive
--------------------------------------------- */
@media (max-width: 1000px) {
  	div#page {
    	max-width: 100%;
		margin-top:0;
		margin-bottom: 0;
  	}
	#topbar,
	#site-ban,
	.site-footer {
		max-width: 100%;
	}
	.site-name{
		font-size: 72px;
	}
}
@media (max-width: 768px) {

	#topbar {
		min-height: 49px;
		height: auto;
		margin-bottom: 0;
	}
	ul#menu-menu li a {
		font-size: 14px;
	}
	#site-ban {
		padding: 0 20px;
	}
	.site-name {
		font-size: 42px;
	}
	div#page {
		border-radius: 0;
	}
	article.page,
	article.post,
	article.type-post {
		border-radius: 0;
	}
	.entry-header {
		border-radius: 0;
	}
	div.comments-area {
		border-radius: 0;
	}
  	article.post .entry-meta { 
		padding-top: 2px; 
		padding-bottom: 2px;
	}
  	article.post .entry-title,
	h1.entry-title { 
		font-size: 24px; 
	}
  	.comment-count { 
	  	font-size: 16px; 
	}
}

/* Comments
--------------------------------------------- */
div.comments-area {
	color: inherit;
	text-align: left;
	background-color: #2b2b2b;
	line-height: 1.5em;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.24),0 1px 3px rgba(0,0,0,.12);
}
div.required,
div.comments-area p {
	font-size: 13px;
}
.comment-respond {
	padding: 20px;
}
div.comments-area hr {
	margin: 0;
	border-top: 3px solid #222431;
}
div.comments-area .date {
	color: #F22;
	padding-top: 4px;
	padding-bottom: 8px;
	text-align: right;
	display: inline;
	font-size: 75%;
}
div.comments-area .name {
	font-weight: bold;
	font-size: 120%;
	display: inline;
}
.comment-info {
	display: table-cell;
	vertical-align: top;
	width: 100%
}
div.comments-area .text {
	padding-top: 8px;
	line-height: 1.5em;  
}
div.comments-area .text p {
	margin: 0;
}
ol.comment-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.comment-content {
	padding: 20px;
}
::marker {
	display: none;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

h3.comment-reply-title {
	margin: 0;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}



/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.rating {
	display: inline;
    font-family: "Font Awesome\ 5 Free";
	font-size: 14px;
}
.description {
	display: inline;
	padding-left: 10px;
}
table .rating {
	display: inline;
}
.score0:after {
    content: "\f005\f005\f005\f005\f005"; /* no rating */
	font-weight: 400;
}
.score1:before {
   content: "\f005"; /* 1 Stars */
	font-weight: 900;
}
.score1:after {
   content: "\f005\f005\f005\f005"; /* 1 Stars */
	font-weight: 400;
}
.score2:before {
   content: "\f005\f005"; /* 2 Stars */
	font-weight: 900;
}
.score2:after {
   content: "\f005\f005\f005"; /* 2 Stars */
	font-weight: 400;
}
.score3:before {
   content: "\f005\f005\f005"; /* 3 Stars */
	font-weight: 900;
}
.score3:after {
   content: "\f005\f005"; /* 3 Stars */
	font-weight: 400;
}
.score4:before {
   content: "\f005\f005\f005\f005"; /* 4 Stars */
	font-weight: 900;
}
.score4:after {
   content: "\f005"; /* 4 Stars */
	font-weight: 400;
}
.score5:before {
   content: "\f005\f005\f005\f005\f005"; /* 5 Stars */
	font-weight: 900;
}
.score5:after {
   content: ""; /* 5 Stars */
}
li.twitter:before {
	font-family: "Font Awesome 5 Brands";
	content: "\f099";
	color: #FFF;
	padding-right: 4px;
}
li.instagram:before {
	font-family: "Font Awesome 5 Brands";
	content: "\f16d";
	color: #FFF;
	padding-right: 4px;
}
li.youtube:before {
	font-family: "Font Awesome 5 Brands";
	content: "\f167";
	color: #FFF;
	padding-right: 4px;
}