/*
Theme Name: CSS Pixel '20
Theme URI: http://yzoja.pl
Author: Yzoja
Author URI: http://pudlo.be
Version: 1.0.2020
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--fontMain: 'base-mono-wide', monospace;
	--fontMono: 'base-mono-wide', monospace;
	--fontHeading: 'base-mono-narrow', monospace;
	--black: #222;
	--white: #fff;
	--accent-color: #fff;
	--main-bg-color: #191b1c;
	--main-text-color: #d6c6c6;
	--main-font-color: var(--main-text-color);
	--strong-color: #ff5454;
	--dark: #362a2a;
}

::-moz-selection {
	background: var(--main-text-color);
	color: var(--main-bg-color);
}

::selection {
	background: var(--main-text-color);
	color: var(--main-bg-color);
}

body {
	background: var(--main-bg-color);
	color: var(--main-text-color);
	font-weight: 300;
	font-size: 18px;
	line-height: 180%;
	font-family: var(--fontMain);
}

.wp-block-embed__wrapper {
	position: static !important;
}

.fa, .fab, .fad, .fal, .far, .fas {
	font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
}

h1, h2, h3, h4 {
	font-family: var(--fontHeading);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}

/* scrollbar */

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #4c4c4c; 
}
 
::-webkit-scrollbar-thumb {
	background: #222222;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--main-text-color);
}

/* accent color */

#entry li:not(.blocks-gallery-item):before, a, .key {
	color: var(--main-text-color);
}

.key {
	display: inline-block;
	width: 1.3em;
	text-align: center;
}

.main-color {
	fill: var(--main-text-color);
	transition: all 0.4s;
	transform-origin: 50% 50%;
}

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

a {
	text-decoration: none;
	cursor: pointer;
	transition: all 0.4s;
}

#entry h3 {
	font-size: 1.4em;
	color: var(--white);
}

#entry a {
	border-bottom: 1px solid var(--strong-color);
	position: relative;
	font-style: italic;
	font-weight: normal;
	font-family: var(--fontMono);
}

#entry a:hover {
	border-bottom: 1px solid var(--main-text-color);
}

#entry h2 {
	font-size: 1.8em;
	color: #ffc600;
	border-bottom: 1px solid;
	padding-bottom: 0.3em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 140%;
}

h1[style*="center"] {
	padding: 1em 0;
	color: #fff;
}

h1 strong {
	font-weight: normal;
	border-bottom: 2px solid var(--main-text-color);
}

/* logo */



#logo {
	transition: all 0.4s;
	z-index: 5;
	padding-right: 20px;
	padding-left: 20px;
}

#logo h1 {
	color: var(--white);
}

#logo svg {
	display: none;
	height: 40px;
	padding-top: 5px;
	/*display: inline-block;*/
}

#logo span {
	vertical-align: top;

}

#logo a {
	white-space: nowrap;
}


/* header */

#header {
	font-family: var(--fontMono);
	position: relative;
	padding: 2rem 0;
}

#fix-bar {
	display: flex;
	flex-direction: column;
	align-items: center;
}

nav a {
	color: var(--white);
}

nav li {
	display: inline-block;
	list-style-type: none;
	position: relative;
}

.left-nav, .right-nav {
	flex-grow: 2;
	flex-shrink: 3;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.right-nav {
	text-align: right;
	justify-content: flex-end;
}

.left-nav li {
	font-family: var(--fontMono);
	line-height: 20px;
	font-size: 14px;
	margin: 10px;
}

.left-nav li a {
	padding: 10px;
	display: block;
}

li:not(.blocks-gallery-item):before {
	content: "";
	height: 0;
	transition: all 0.2s;
	width: 106%;
	background: var(--strong-color);
	left: -3%;
	bottom: 0;
	position: absolute;
}

.left-nav i {
	display: inline-block;
	width: 25px;
	text-align: center;
	margin-right: 10px;
}

.left-nav li[class*="current"] {
	font-style: italic;
}

.left-nav li:hover:before {
	content: "";
	height: 100%;
	width: 106%;
	background: var(--accent-color);
	left: -3%;
	bottom: 0;
	position: absolute;
	z-index: -1;
}

.left-nav li:hover > a {
	color: #000;
}

.right-nav li {
	margin-right: 20px;
}

.sub-menu {
	background: #333;
	position: absolute;
	display: none;
	margin-left: -10px;
}

.sub-menu li {
	white-space: nowrap;
	display: block;
	line-height: 20px;
	padding: 10px;
	margin: 0;
}


/* stream */

blockquote {
	position: relative;
}

.main {
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
}

.main article {
	position: relative;
	padding: 40px;
	border-top: 1px dashed var(--accent-color);
}

.main article h2 {
	color: var(--white);
	font-size: 2.5em;
	margin: .5em 2em .5em 0;
	line-height: 1;
	min-width: 280px;
}

.main article .excerpt h2 {
	text-transform: uppercase;
	font-size: 1.4em;
}

.main article h2 a {
	text-transform: uppercase;
}

p + p, * + p, #entry > * ~ * {
	margin-top: 1em;
}

#tags {
	margin: 2em auto;
	border-top: 1px solid #ddd;
	padding: 1em 0;
	font-size: 14px;
	line-height: 140%;
}

#tags a {
	color: #8a8a8a;
	padding: 0 5px;
	font-size: 12px;
	font-family: var(--fontMono);
}

.title a {
	color: inherit;
}

/* single */

blockquote {
	padding: 0 2em;
	margin-top: 1em;
	font-style: italic;
}

iframe {
	max-width: 100%;
}

#entry {
	margin: 0 auto;
	width: 80%;
	padding: 3em 0;
}

#entry > * {
	max-width: 700px;
	margin: 0 auto 1em;
}

#entry > .tumblr-embed, #entry > .instagram-media {
	display: block !important;
	width: 100% !important;
	max-width: 700px !important;
	margin: 2em auto !important;
}

#entry table {
	border-collapse: collapse;
}

#entry table th {
	text-transform: uppercase;
	text-align: left;
	padding: 2em 0 0.5em 1em;
	border-bottom: 1px solid #000;
}

#entry .clean table td, #entry .clean table th {
	padding: 1em 0;
	border: 0;
}

#entry table tr {
	vertical-align: top;
}

#entry table td {
	font-size: 0.9em;
	padding: 1em;
	border: 1px solid #eee;
}

.medium-width img {
	width: 100%;
	display: block;
}

#entry > .youtube, .wp-block-embed-youtube {
	position: relative;
	margin-top: 1em;
}

#entry > .youtube:before, .wp-block-embed-youtube:before {
	padding-top: 60%;
	display: block;
	content: "";
}

#entry > .youtube iframe, .wp-block-embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100% !important;
	width: 100%;
}

#entry > div {
	margin-top: 1em;
}

#entry > .alignfull {
	max-width: 100%;
}

#entry > .fb-post {
	text-align: center;
	display: block !important;
}

#entry > p > .wp-embedded-content {
	display: block !important;
	width: 100% !important;
	margin: 1em auto;
}

#entry > .medium-width img, #entry > .medium-width iframe {
	display: block;
	width: 100%;
	height: auto;
}

#entry > .full-width {
	max-width: 100%;
	width: 100%;
}

#entry li {
	position: relative;
	margin-bottom: 0.5rem;
	line-height: 2rem;
	list-style-type: none;
}

#entry li:not(.blocks-gallery-item):before {
	content: "x";
	font-family: var(--fontMono);
	position: absolute;
	left: -20px;
	width: 15px;
	text-align: center;
	top: 0;
	line-height: 1.5em;
}

#entry ul, #entry ol {
	margin-top: 2em;
	margin-bottom: 1em;
}

article ul, article ol {
	padding-left: 2em;
}

#entry hr {
	border: 0;
	text-align: center;
	position: relative;
	border-top: 1px solid #666;
	margin: 2em auto 1em !important;
}

#entry hr:before {
	position: absolute;
	top: 50%;
	width: 60px;
	margin-left: -30px;
	text-align: center;
	background: #111;
	color: #638C3A;
	margin-top: -20px;
	line-height: 40px;
	content: "\f121";
	font-size: 1.4em;
	font-family: var(--fontMono);;
}

#entry > h2, #entry > h3, #entry > h4, #entry > h5 {
	margin-top: 2em;
}

#single h2, #single h3 {
	clear: both;
}

#single h2 + h4 {
	margin-top: 0;
	opacity: 0.8;
}

h2 strong, h3 strong {
	font-weight: normal;
}

#single h2 a, #single h3 a, #single h4 a, #single h5 a {
	color: inherit;
}

.fb_iframe_widget span {
	vertical-align: inherit !important;
}

p iframe {
	margin-top: 1em;
}

.alignright {
	float: right;
	max-width: 40%;
	margin-left: 1em;
	margin-bottom: 1em;
}

.alignleft {
	float: left;
	max-width: 40%;
	margin-right: 1em;
	margin-bottom: 1em;
}

.aligncenter {
	margin: 1em auto;
	display: block;
	max-width: 100%;
}

.aligncenter img {
	max-width: 100%;
	height: auto !important;
}

del {
	color: #b72f3d;
}

/* gallery */

.flex-gallery {
	display: flex;
	flex-wrap: wrap;
}

#entry > .flex-gallery.col-5 {
	max-width: 1000px;
}

.flex-gallery a {
	background: #eee;
	display: block;
	border-bottom: 1em solid var(--white);
}

.flex-gallery img {
	display: block;
}

.no-columns, .col-1 {
	justify-content: center;
}

.no-columns img, .col-1 img {
	border: 1px solid #ddd;
	padding: 5px;
}

.col-2 > * {
	flex-basis: 40%;
	flex-grow: 2;
	flex-shrink: 2;
	margin-left: 1em;
}

.col-2 > *:nth-of-type(2n+1) {
	margin-left: 0;
}

.col-3 > * {
	flex-basis: 27%;
	flex-grow: 2;
	flex-shrink: 2;
	margin-left: 1em;
}

.col-3 > *:nth-of-type(3n+1) {
	margin-left: 0;
}

.col-5 > * {
	flex-basis: 17%;
	flex-grow: 2;
	flex-shrink: 2;
	margin-left: 1em;
}

.col-5 > *:nth-of-type(5n+1) {
	margin-left: 0;
}

.flex-gallery span {
	padding: 10px 1em;
	display: block;
	background: #eee;
	color: #222;
	font-size: 0.8em;
	font-family: var(--fontMono);
	line-height: 140%;
}

/* */

#post-header {
	text-align: center;
	padding: 3em 0;
	margin: 0 auto 3em;
	width: 100%;
	display: flex;
	position: relative;
}

#post-header:before {
	background: var(--white);
	opacity: 0.5;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#entry-header > hr {
	max-width: 700px;
	margin: 1em auto;
	border-width: 5px;
}

#thumbnail {
	width: 40%;
	text-align: right;
	display: flex;
	position: relative;
}

#thumbnail #img {
	display: block;
	width: 100%;
	margin: -20px -20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
	margin-left: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.8;
	mix-blend-mode: overlay;
}

#thumbnail + #post-meta {
	text-align: left;
	width: 60%;
	position: relative;
}

.sep {
	opacity: 0.5;
	padding: 0 1em;
}

#cover {
	position: absolute;
	top: 0;
	z-index: -1;
	height: 50vh;
	left: 0;
	width: 100%;
}

#entry-header h1 {
	font-size: 2.5em;
	line-height: 100%;
}

span.date {
	/*text-align: center;*/
	color: var(--white);
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 400;
	font-family: var(--fontMono);
	padding-left: 2px;
	line-height: 120%;
	margin-bottom: 1em;
	display: block;
	position: relative;
	z-index: 4;
}

span.date a {
	font-style: italic;
}

.date img {
	height: 1.4em;
	vertical-align: middle;
}

.cat-link {
	background: #222;
	letter-spacing: 0;
	margin-top: 10px;
	display: inline-block;
	line-height: 130%;
	vertical-align: middle;
	padding: 3px 5px;
	text-transform: uppercase;
	mix-blend-mode: overlay;
}

.cat-link ~ .cat-link {
	margin-left: 5px;
}

#entry-header ~ #wpadminbar {
	margin-left: 0
}

#entry-header {
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 5rem 0;
	background: var(--dark);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#entry-header h1 {
	color: var(--white);
	position: relative;
	z-index: 4;
	max-width: 1000px;
	margin: 0 auto;
}

#bg-title, .bg-title {
	font-size: 70vh;
	font-weight: normal;
	line-height: 0.7;
	top: 50%;
	transform: translateY(-50%);
	left: -2vw;
	color: var(--white);
	mix-blend-mode: overlay;
	float: left;
	position: absolute;
}

.bg-title {
	float: left;
	position: relative;
	font-size: 250px;
	left: 0;
	top: 0;
	margin-top: 0;
	margin-right: 2rem;
}

.bg-title + p {
	padding-top: 0;
}

@supports ( not (mix-blend-mode: overlay) ){

	#bg-title {
		opacity: 0.5;
	}

}

#thumb h1 {
	text-shadow: 0 0 150px #000, 0 0 50px #000;
}

/*#meta {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 51px;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	background: var(--white);
	display: flex;
	z-index: 3;
	border-top: 2px solid #232323;
}*/

#meta > * {
	padding: 0 10px;
	font-size: 15px;
}


#meta > span, #meta > .love {
	width: 60px;
	color: var(--white);
	font-size: 15px;
}

#entry + #share {
	padding-top: 2em;
}

#share {
	font-family: var(--fontMono);
	display: flex;
	max-width: 700px;
	margin: 1em auto;
}

#share .space {
	flex-grow: 6;
	background: var(--black);
}

#share > * {
	width: 100px;
	color: var(--white);
	font-size: 15px;
	padding: 10px 0;
	text-align: center;
}

#share .facebook {
	background: #3B5998;
}

#share .pinterest {
	background: #BD081B;
}

#share .twitter {
	background: #55ACEE;
}

#share .comments {
	background: #222;
	cursor: pointer;
}

#share .love {
	background: #638c3a;
	position: relative;
}

#meta {
	margin: 1em auto;
	max-width: 700px;
	border: 1px solid #a9fc05;
	padding: 1em;
}

#tags i {
	padding-right: 5px;
}

.heart i {
	cursor: pointer;
	color: #fff;
}


.more-link {
	text-align: left;
	font-family: var(--fontMono);
	margin-top: 2em;
	display: block;
	font-weight: bold;
	font-size: 0.8em;
	color: var(--accent-color);
	border-left: 1em solid var(--accent-color);
	padding-left: 3em;
	transition: all 0.4s;
}

.more-link:hover {
	box-shadow: inset 350px 0 var(--accent-color);
	color: var(--main-bg-color);
}

#main .fa-heart-o {
	color: #f76a6a;
}

.tip {
	padding: 20px 20px 20px 40px;
	background: #122e37;
	border-bottom: 5px solid;
}

.tip p {
	color: var(--white);
}

.tip p:first-of-type {
	margin-top: 0;
}

.tip .wp-block-group__inner-container {
	display: flex;
	align-items: center;
}

.tip i {
	color: var(--strong-color);
	margin-right: 40px;
	font-size: 2em;
}

pre {
	background: var(--black);
	font-size: 0.9em;
	padding: 2em;
	margin: 2em auto;
	color: var(--white);
	overflow-x: auto;
	font-family: var(--fontMono);
}

#entry > pre {
	max-width: 800px;
}

pre code {
	display: block;
	word-break: break-all;
	border: 0;
	padding: 0;
	background: none;
	color: #fff;
}

em {
	color: var(--accent-color);
	font-style: normal;
}

strong {
	font-weight: normal;
	letter-spacing: 1px;
	color: var(--strong-color);
}

code {
	font-family: var(--fontMono);
	padding: 0 6px;
	border-radius: 3px;
	background: var(--strong-color);
	color: var(--main-bg-color);
}

/* Comments */

#comments-area h2 {
	flex-basis: 100%;
}

.row-m {
	max-width: 700px;
	margin: 0 auto;
	width: 80%;
}

/* Related */

#related {
	clear: both;
	padding: 2em 0;
	display: flex;
	flex-wrap: wrap;
	color: var(--white);
}

#related .row-m {
	display: flex;
	flex-wrap: wrap;
}

#related h2 {
	flex-basis: 40%;
}

#related h3 a {
	color: var(--strong-color);
}

#related article {
	flex-basis: 45%;
	flex-grow: 2;
	text-align: right;
	padding-left: 2rem;
	margin-bottom: 2rem;
}

#related article p {
	line-height: 1.5em;
	font-size: 0.9em;
}

#related article:nth-of-type(2) {
	text-align: left;
	padding-right: 2em;
	padding-left: 0;
	border-right: 1px solid var(--black);
}

/* */

#menu-button {
	display: none;
}

.left-nav li:first-of-type {
	margin-left: 0;
}

#pagination {
	text-align: center;
	max-width: 700px;
	margin: 2em auto;
	font-family: var(--fontMono);
	font-size: 0.8em;
	width: 90%;
}

#pagination a {
	color: #eee;
}

#pagination span.current {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}

#pagination .page-numbers {
	padding: 5px 10px;
}

body > footer {
	border-top: 1px dashed rgba(255,255,255,0.4);
	padding: 2em 0;
	color: #ddd;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9em;
}

footer .widget p {
	font-size: 13px;
	line-height: 140%;
}

footer .widget {
	flex: 2 2 350px;
	margin-right: 2em;
	padding-bottom: 2em;
}

footer .widget h2 {
	font-size: 1.2em;
	line-height: 110%;
	margin-bottom: 1em;
}

footer .widget li {
	list-style-type: none;
}

footer #copyright {
	text-align: right;
	color: #aaa;
	flex-basis: 100%;
	font-family: var(--fontMono);
	font-size: 12px;
}

#subscribe-email input {
	display: block;
	padding: 10px 20px;
	font-family: var(--fontMono);
	border: 1px solid #ddd;
	margin: 0;
}

#subscribe-email input:focus {
	outline: none;
	color: var(--black);
	font-weight: bold;
}

#subscribe-submit {
	margin-top: 0;
	padding-top: 0;
	text-align: right;
}

#subscribe-submit input {
	font-family: var(--fontMono);
	background: var(--black);
	color: var(--white);
	text-transform: uppercase;
	border: 0;
	transform: translateY(-44px);
	line-height: 44px;
	padding: 0 10px;
	cursor: pointer;
}

@media screen and (max-width: 1025px) {

	.medium-width {
		margin-left: -10vw;
		width: 100vw !important;
	}


	#entry > .medium-width, #entry > .wp-video {
		width: 100vw !important;	
	}

	#entry-header {
		width: 100%;
		padding: 3em 10%;
		position: relative;
	}

	#bg-title {
		font-size: 80vh;
		left: auto;
		right: 0;
		margin-right: 10vw;
	}

	#single-title {
		max-width: 400px;
	}

	#entry-header ~ * {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}	

	body {
		font-size: 17px;
	}

	#logo {
		order: 1;
	}

	.left-nav {
		order: 2;
		padding: 10px 0;
	}

	.right-nav {
		order: 3;
	}

	.left-nav li {
		margin: 5px;
	}

	.left-nav li a {
		padding: 5px;
	}

	#menu-menu a i {
		display: none;
	}

	#meta {
		flex-wrap: wrap;
	}

	#meta > span, #meta > .love, #meta > .share {
		flex: 1 1 19%;
	}

	.main article, #post-meta {
		padding: 40px 5%;
	}

	.bg-title {
		right: 5%;
		left: auto;
		opacity: 0.5;
		font-size: 250px;
		margin-right: 0;
		top: 40px;
		position: absolute;
	}

	#entry-header > hr {
		width: 90%;
	}

	.left-nav, .right-nav {
		padding: 0 5px;
	}

	.right-nav li:last-child {
		margin-right: 0;
	}

}

@media screen and (max-width: 500px) {

	.flex-gallery > * {
		flex-basis: 100% !important;
		margin-left: 0 !important;
	}

	#extra-content .video-post {
		margin-left: 0;
		margin-right: 0;
	}

	body {
		font-size: 14px;
	}

	#miniblog {
		padding-bottom: 2em;
	}

	#miniblog article, #miniblog h1 {
		width: 90%;
		margin: 0 5%;
		padding: 2em 0 0;
	}

	.sep {
		display: block;
		height: 0px;
		overflow: hidden;
	}

	#book .book {
		font-size: 12px;
	}

	#post-meta:first-child #lead {
		font-size: 1.1em;
	}

	#related h2 {
		margin-bottom: 1em;
	}

	#related article {
		flex-basis: 100%;
	}

	#related article:nth-of-type(2) {
		border-right: 0;
	}

}

#x3 {
	display: none;
	font-size: 60px;
	opacity: 1; 
	position: fixed;
	color: #cb3737;
	-webkit-animation: moveclouds 7s linear 1, sideWays 0.5s ease-in-out infinite alternate;
	-moz-animation: moveclouds 7s linear 1, sideWays 0.5s ease-in-out infinite alternate;
}

.release-heart #x3 {
	display: block;
}

@-webkit-keyframes moveclouds { 
	0% { 
		top: 100vh;
		font-size: 60px;
	}
	100% { 
		top: -500px;
		font-size: 0;
	}
}

@keyframes moveclouds {     
	0% { 
		top: 100vh;
		font-size: 60px;
	}
	100% { 
		top: -500px;
		font-size: 0;
	}
}

@-webkit-keyframes sideWays { 
	0% { 
		margin-left: 0px;
		transform: rotateY(360deg);
	}
	100% { 
		margin-left: 50px;
		transform: rotateY(0deg);
	}
}

@keyframes sideWays {
	0% {
		margin-left:0px;
		transform: rotateY(360deg);
	}
	100% {
		margin-left:50px;
		transform: rotateY(0deg);
	}
}

#reply-title {
	margin: 2em 0 1rem;
}

#comments-area .comment-body { 
	margin-bottom: 40px;
}

#comments-area .pingback .comment-body {
	margin-bottom: 0;
}

#comments-area .pingback {
	border: 1px solid #ddd;
	padding: 2rem;
	margin: 2rem 0;
}

#comments-area .comment-meta {
	font-size: 13px;
	margin-bottom: 5px; 
}

.vcard {
	border: none;
	margin: 0;
	padding: 0;
	display: block;
}

#comment > li {
	margin-left: 0;
}

.says {
	display: none;
}

.comment-list {
	border: 1px solid #ddd;
	padding: 2rem;
	margin-bottom: 2em;
	list-style-type: none;
}

.comment-list h2 {
	cursor: pointer;
}

#comments-list {
	display: none;
}

.comment-meta.commentmetadata {
	display: inline-block;
	float: right;
	margin-top: -29px;
}

.comment-meta.commentmetadata a {
	color: #aaa;
}

.comment {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #ddd;
}

.reply {
	margin-bottom: 1em;
	text-align: right;
}

.reply a {
	color: #aaa;
	text-transform: uppercase;
	font-size: 12px;
}

.comment p {
	font-size: 17px;
	line-height: 160%;
	padding-top: 1em;
}

.comment .comment {
	margin-left: 20px !important;
}

.vcard img {
	border-radius: 45px;
	float: left;
	width: 50px;
	margin-right: 20px;
	margin-bottom: 1em;
}

.vcard .fn {
	font-weight: normal;
	font-family: var(--fontMono);
	font-style: italic;
}

.vcard .fn a, .comment a {
	color: #E91E63;
}

#respond ~ h2 {
	margin-top: 2rem;
}

.comment-list #respond {
	margin-top: 2rem;
	margin-left: 0;
}

#commentform {
	font-family: var(--fontMono);
}

#commentform label {
	display: block;
	font-weight: bold;
	font-family: var(--fontMono);
	margin-top: 1rem;
}

#comment, input {
	border: 1px solid #ddd;
	font-family: var(--fontMono);
	display: block;
	width: 100%;
	padding: 10px;
}

#submit {
	width: 240px;
	cursor: pointer;
	font-family: var(--fontMono);
	background: #000;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	display: block;
	margin: 1rem auto;
	font-weight: 400;
	text-transform: uppercase;
	border: 0;
}

.effect:after, .effect:before {
	content: "";
	z-index: 3;
	display: block;
	top: 0;
	left: 0;
	opacity: 0.1;
	position: absolute;
	width: 100%;
	height: 100%;
	background: inherit;
	transition: all 0.2s ease-out;
}

.effect--vhs:before {
	margin-top: .2vh;
	margin-left: .2vh;
	opacity: .2;
	filter: brightness(120%);
	animation: shake-vhs 1.1s ease infinite;
}

.effect--vhs:after {
	background-color: black;
	background-image: linear-gradient(transparent 30%, rgba(189, 51, 188, .2) 50%);
	background-size: 10px 6px;
	opacity: .3;
	animation: scroll 2s ease-in-out infinite;
}