/*
Theme Name: Test
Theme URI: https://www.monitortests.com/
Author: ToastyX
Author URI: https://www.toastyx.net/
Description: This is a test.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar
Text Domain: test

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

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

html {
	overflow-y: scroll;
}

body {
	background-color: #888888;
	color: #333333;
	font-family: sans-serif;
	font-size: 10pt;
	line-height: 1.35;
	position: relative;
	margin: 0;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 10pt;
	margin: 0;
}

hr {
	background-color: #dddddd;
	height: 1px;
	margin: 0 !important;
}

figure {
	margin: 0 !important;
}

img {
	height: auto;
}

p {
	margin: 0;
}

ol {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	width: auto !important;
}

thead {
	border: 0 !important;
}

th {
	border: 1px solid #dddddd !important;
	text-align: left;
}

td {
	border: 1px solid #dddddd !important;
}

textarea {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	display: block;
	font-family: sans-serif;
	font-size: 10pt;
	line-height: 1.35;
	outline: none;
	width: 100%;
	padding: 5px;
}

textarea:focus {
	background-color: #ffffff;
}

input {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	display: block;
	font-family: sans-serif;
	line-height: 1.35;
	outline: none;
	width: 100%;
	padding: 5px;
}

input:focus {
	background-color: #ffffff;
}

input[type=submit] {
	background-color: #555555;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-family: "Noto Sans";
	font-weight: bold;
	text-transform: uppercase;
}

input[type=submit]:hover {
	background-color: #777777;
}

input[type=checkbox] {
	display: inline;
	vertical-align: middle;
	width: auto;
	margin: 0;
}

label {
	vertical-align: middle;
}

.box {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	display: inline-block;
	padding: 10px;
}

.site {
	background-color: #ffffff;
	box-shadow: 0 3px 6px #333333;
	overflow: hidden;
	max-width: 1400px;
	margin: auto;
}

.site-header {
	background-color: #555555;
	background-image: linear-gradient(to right, #000000, #ee0000, #00dd00, #0000ff, #000000);
	padding-bottom: 5px;
}

.site-branding {
	background-color: #000000;
	line-height: 1.2;
	padding: 20px;
}

.site-title a {
	color: #ffffff;
	font-size: 20pt;
	font-weight: bold;
}

.site-description {
	color: #ffffff;
	font-style: italic;
}

.secondary-toggle {
	background-color: transparent;
	border: 1px solid #dddddd;
	color: #ffffff;
	cursor: pointer;
	font-family: "Genericons";
	font-size: 0;
	outline: none;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 48px;
	height: 48px;
	padding: 0;
}

.secondary-toggle:before {
	content: "\f419";
	font-size: 16px;
}

.secondary-toggle.toggled-on:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: 1px;
	right: 1px;
}

.secondary {
	border-bottom: 1px solid #dddddd;
	display: none;
}

.secondary.toggled-on {
	display: block;
}

.sidebar h2 {
	font-family: "Noto Sans";
	text-transform: uppercase;
}

.sidebar ul {
	border-top: 1px solid #eeeeee;
	list-style: none;
}

.sidebar li {
	border-bottom: 1px solid #eeeeee;
}

.sidebar a {
	display: block;
	padding: 5px 0;
}

.main-navigation {
	padding: 20px;
}

.widget {
	padding: 0 20px 20px 20px;
}

.page-header {
	border-bottom: 1px solid #dddddd;
	padding: 20px;
}

.page-title {
	font-size: 12pt;
}

.page-content {
	margin: 20px;
}

.page-content p {
	margin: 10pt 0;
}

.page-content form {
	margin: 10pt 0;
}

.entry-header {
	padding: 20px 20px 0 20px;
}

.entry-title {
	font-size: 15pt;
}

.entry-summary {
	border-bottom: 1px solid #dddddd;
	padding: 0 20px 20px 20px;
}

.entry-summary p {
	margin: 10pt 0 0 0;
}

.entry-summary a {
	color: #0066aa;
}

.entry-content {
	padding: 0 20px 20px 20px;
}

.entry-content p {
	margin: 10pt 0 0 0;
}

.entry-content a {
	color: #0066aa;
}

.entry-content hr {
	margin: 10pt 0 0 0 !important;
}

.entry-content h2 {
	font-size: 12pt;
	padding: 10pt 0 0 0;
}

.entry-content h3 {
	font-size: 12pt;
	padding: 10pt 0 0 0;
}

.entry-content figure {
	padding: 10pt 0 0 0;
}

.entry-content ol {
	padding: 10pt 0 0 20pt;
}

.entry-content ul {
	padding: 10pt 0 0 20pt;
}

.entry-content ul ul {
	padding: 0 0 0 20pt;
}

.entry-content + .entry-footer {
	border-top: 1px solid #dddddd;
}

.entry-footer {
	background-color: #eeeeee;
	border-bottom: 1px solid #dddddd;
	color: #555555;
	font-size: 8pt;
	line-height: 12px;
	padding: 5px 20px;
}

.entry-footer span:before {
	font-family: "Genericons";
	font-size: 16px;
	vertical-align: top;
	padding-right: 1px;
}

.entry-footer .posted-on:before {
	content: "\f307";
}

.entry-footer .byline:before {
	content: "\f304";
}

.entry-footer .cat-links:before {
	content: "\f301";
}

.entry-footer .tags-links:before {
	content: "\f302";
}

.entry-footer .comments-link:before {
	content: "\f300";
	padding-right: 2px;
}

.entry-footer .full-size-link:before {
	content: "\f402";
}

.entry-footer .edit-link:before {
	content: "\f411";
}

.entry-footer .updated:not(.published) {
	display: none;
}

.entry-footer span + span {
	padding-left: 20px;
}

.comments-area {
	border-bottom: 1px solid #dddddd;
	padding: 20px 0 0 0;
}

.comments-title {
	font-size: 12pt;
	padding: 0 20px 20px 20px;
}

.comments-area ol {
	list-style: none;
	padding: 0 20px 20px 20px;
}

.comments-area li {
	border: 1px solid #dddddd;
}

.comments-area li + li {
	margin-top: 10px;
}

.comments-area .comment-body {
	padding: 20px;
}

.comments-area .comment-meta {
	line-height: 1.2;
}

.comments-area .avatar {
	border-radius: 50%;
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.comments-area .fn {
	font-size: 12pt;
}

.comments-area .comment-metadata {
	font-size: 8pt;
}

.comments-area .comment-edit-link {
	text-transform: lowercase;
}

.comments-area .comment-edit-link:before {
	content: "(";
}

.comments-area .comment-edit-link:after {
	content: ")";
}

.comments-area .reply {
	padding: 10pt 0 0 0;
}

.comments-area .reply a {
	border: 1px solid #dddddd;
	display: inline-block;
	font-family: "Noto Sans";
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 20px;
}

.comments-area .reply a:hover {
	border: 1px solid #777777;
}

.comments-area .comment-respond {
	padding: 0 20px 20px 20px;
}

.comments-area .comment-reply-title {
	font-size: 15pt;
	line-height: 24px;
}

.comments-area .comment-reply-title a {
	font-size: 0;
	text-decoration: none;
}

.comments-area .comment-reply-title a:hover {
	color: #777777;
}

.comments-area .comment-reply-title a:before {
	content: "\f405";
	font-family: "Genericons";
	font-size: 32px;
	vertical-align: top;
}

.comments-area p {
	margin: 10pt 0 0 0;
}

label[for=comment],
label[for=author],
label[for=email],
label[for=url] {
	font-family: "Noto Sans";
	font-weight: bold;
	text-transform: uppercase;
}

.required {
	color: #cc0000;
}

.post-navigation .nav-previous {
	border-bottom: 1px solid #dddddd;
}

.post-navigation .nav-next {
	border-bottom: 1px solid #dddddd;
}

.post-navigation a {
	display: block;
	text-decoration: none;
	padding: 10px 20px;
}

.post-navigation a:hover .post-title {
	text-decoration: underline;
}

.post-navigation .meta-nav {
	color: #777777;
	font-family: "Noto Sans";
	font-weight: bold;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: block;
	font-size: 12pt;
	font-weight: bold;
}

.pagination .nav-links {
	padding: 20px;
}

.pagination .page-numbers {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	display: inline-block;
	padding: 5px 10px;
}

.pagination .current {
	background-color: #dddddd;
	border: 1px solid #cccccc;
	font-weight: bold;
}

.site-footer {
	display: none;
}

@media screen and (min-width: 912px) {
	body {
		padding: 0 30px 30px 30px;
	}

	.site-branding {
		padding: 15px 30px;
	}

	.secondary-toggle {
		display: none;
	}

	.secondary {
		border-bottom: none;
		display: block;
	}

	.sidebar {
		border-right: 1px solid #dddddd;
		float: left;
		position: relative !important;
		width: 300px;
	}

	.main-navigation {
		padding: 30px;
	}

	.widget {
		padding: 0 30px 30px 30px;
	}

	.site-content {
		border-left: 1px solid #dddddd;
		margin-left: 300px;
	}
}
