* {
    margin: 0;
    padding: 0;
}

::selection {
	background: #ddc4b3;
	color: #010203;
	text-shadow: none;
}
::-moz-selection {
	background: #ddc4b3;
	color: #010203;
	text-shadow: none;
}

@font-face {
	font-family: "Lemon Milk";
	src: url("../fonts/LemonMilk-Regular.otf");
}

/* MAIN */

body {
	background: #fffaff;
	color: #6b6b6b;
	font-family: 'JetBrains Mono', monospace;
	font-size: 12px; font-weight: 200;
    font-optical-sizing: auto;
	line-height: 27px;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
	-webkit-transition: all 0.42s ease-out;
	-moz-transition: all 0.42s ease-out;
	-o-transition: all 0.42s ease-out;
}

#container {
	margin: 50px auto 0 auto;
	width: 100%;
	max-width: 1220px;
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: space-between;
}

/* TOPBAR */

.site {
	margin: 40px auto; padding: 0;
	width: 100%; height: 100px;
	background-color: transparent;
	background-image: url("../images/site.png");
	background-position: center top;
	background-repeat: no-repeat;
	position: relative; z-index: 30;
}

nav, footer {
	max-width: 2000px;
	margin: 0 auto 30px auto;
    color: #010203;
    font-size: 11px;
    font-weight: 400;
	text-align: center;
	text-transform: uppercase;
    letter-spacing: 0.05em;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 25;
}

nav::before, footer::before, nav::after, footer::after {
	content: '';
	position: absolute;
	top: 0; right: 5%;
	width: 100%; height: 1px;
    background: #c9c9c9;
	margin: auto;
	box-sizing: border-box;
	display: block;
	z-index: 15;
}

nav::after, footer::after {
	top: unset; right: unset;
	bottom: 0; left: 5%;
}

nav #inner, footer #inner {
	margin: 0 auto;
	padding: 20px 0;
	max-width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	position: relative;
	z-index: 25;
}

nav ul.menu, #show-menu span, footer ul#cred {
	margin: 0; padding: 0;
	text-align: left;
	display: block;
	position: relative;
	z-index: 25;
}

nav ul.menu li, footer ul#cred li {
	counter-increment: li;
    margin: 0 5vw 0 0;
	padding: 0;
	color: #010203;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	display: inline-block;
	position: relative;
}

nav ul.menu li::before, footer ul#cred li::before {
	content: counter(li, decimal-leading-zero)".";
	margin-right: 10px;
    font-weight: 200;
	display: inline-block;
	position: relative;
}

nav ul.menu li:last-child, footer ul#cred li:last-child {
    margin-right: 0;
}

nav ul.menu li a:hover, footer ul#cred li a:hover { 
    color: #0c486c; 
}

#show-menu {	
	background: transparent;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;	
	position: relative;
	display: none;
}

#show-menu span i {
	min-width: 17px;
	margin-right: 10px;
}

#rmenu, .active {
	display: block;
}

/* HEADER */

header {
	width: 100%;
	height: 460px;
	background-image: url("../images/header.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}

/* STREAMING */

#streaming {
	width: 100%;
	max-width: 1220px;
	margin: 50px auto 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}

#streaming #pic {
	padding: 0;
	max-height: 200px;
	border: none;
	position: relative;
	z-index: 20;
}

#streaming #pic img {
	margin: 0 auto; 
	width: 300px;
	height: 200px; 
	object-fit: cover; 
	position: relative; 
	z-index: 20;
	vertical-align: bottom; 
}

#streaming #pic span {
	position: absolute;
	bottom: 21px; left: 0; right: 0;
	background: #fffaff;
	color: #010203;
	font-family: "Lemon Milk";
	font-size: 11px; font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	line-height: 120%;
	letter-spacing: 0.15em;
	margin: auto;
	padding: 5px 20px;
	display: table;
	z-index: 30;
}

#streaming #info {
	margin: 21px 0 0 35px;
	padding: 21px 0 0 0;
	font-size: 11px;
	line-height: 24px;
	text-align: justify;
	position: relative;
	z-index: 15;
}

#streaming #info h3 {
	margin: 0 auto 25px auto;
	font-family: 'Abril Fatface', cursive;
	font-size: 32px; font-weight: normal;
	text-align: left;
	display: block;
}

#streaming #info h3 span {
	background: -webkit-linear-gradient(0deg, #e35d3a 20%, #dc0927);
	background: -moz-linear-gradient(0deg, #e35d3a 20%, #dc0927);
	background: linear-gradient(0deg, #e35d3a 20%, #dc0927);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}

#streaming #info::before {
	content: '';
	position: absolute;
	top: 0; right: 0;
	width: 112%; height: 1px;
	background: #c9c9c9;
	display: block;
	z-index: 15;
}

#streaming #links {
	position: absolute;
	top: -13px; right: 0;
	margin: auto;
	text-align: right;
	display: block;
	z-index: 25;
}

#streaming #links a {
	margin-left: 1vw;
	padding: 0 10px;
	background: #fffaff;
	font-size: 9px;
	font-weight: 300;
	line-height: 27px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: inline-block;
	z-index: 25;
	-webkit-transition: all 0.42s ease-out;
	-moz-transition: all 0.42s ease-out;
	-o-transition: all 0.42s ease-out;
}

#streaming #links a:last-of-type {
	padding-right: 0;
}

#streaming #links a:hover { 
	color: #010203; 
}

/* POSTS */

section#content {
	min-width: 810px;
	max-width: 810px;
}

section#nfcontent {
	min-width: 100%;
	max-width: 100%;
}

article {
	margin: 0 auto 100px auto;
	padding: 0;
	display: block;
	position: relative;
}

article .pinfo {
	margin: 0 auto 5px auto;
	color: #010203;
	font-size: 11px;
	font-weight: 100;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	position: relative;
	display: block;
	z-index: 20;
}

article .pinfo span {
	font-weight: 300;
}

article h1.title, article h2 {
	margin: 0 auto;
	padding: 20px 0;
	font-family: "Lemon Milk";
	font-size: 24px;
	font-weight: normal;
	line-height: 100%;
	color: #0d0d0d;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	box-sizing: border-box;
	position: relative;
	display: block;
	z-index: 15;
}

article h1.title a:hover, article .entry a {
	color: #dc0927;
}

article:nth-of-type(even) h1.title a:hover, article:nth-of-type(even) .entry a {
	color: #0c486c;
}

section#nfcontent article h1.title {
	text-align: center;
}

/* FEATURED IMAGES */

.featured {
	margin: 15px auto 0 auto;
	background: transparent;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	display: block;
}

.featured img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 25;
	vertical-align: bottom;
}

/* POST CONTENT */

article .entry {
	margin: 20px auto 0 auto;
	text-align: justify;
	letter-spacing: 0.015em;
	box-sizing: border-box;
	position: relative;
	display: block;
	z-index: 20;
}

/* CATEGORIES */

article .cbox {
	margin-top: 25px;
	padding-top: 15px;
	color: #010203;
	font-size: 11px;
	font-weight: 100;
	line-height: 100%;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: block;
	border-top: 1px solid #c9c9c9;
	position: relative;
}

article .cbox .cinner, #latest h3 {
	min-height: 12px;
	background-image: url("../images/bg.png");
	background-position: left center;
	background-repeat: repeat;
	display: block;
	position: relative;
}

article .cbox .cinner span, #latest h3 span {
	margin: 0;
	padding: 2px 10px 2px 15px;
	background: #fffaff;
	position: relative;
	display: inline-block;
}

article .cbox ul.post-categories {
	margin: 0; padding: 2px 4px;
	background: #dc0927;
	position: relative;
	display: inline-block;
}

article:nth-of-type(even) .cbox ul.post-categories {
	background: #0c486c;
}

article .cbox ul.post-categories li {
	color: #fffaff;
	list-style-type: none;
	display: inline-block;
}

article .cbox ul.post-categories li a {
	font-weight: 300;
}

article .cbox ul.post-categories li::after {
	content: '-';
	margin: 0 3px;
	display: inline-block;
	position: relative;
}

article .cbox ul.post-categories li:last-child::after, aside .proj .info ul.links li:last-child::after { 
	display: none; 
}

/* POST ELEMENTS */

article .entry p, aside .sidebox p {
	margin: 0 0 12px 0;
}
 
article .entry b, article .entry strong, aside .sidebox b, aside .sidebox strong {
	color: #010203;
	font-weight: 700;
}

article .entry i, article .entry em, aside .sidebox i, aside .sidebox em {
	color: #9f8a4c;
	font-weight: 400;
}

article .entry a {
    font-family: "Lemon Milk";
    font-size: 10px;
	font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.075em;
}

aside .sidebox a {
	color: #ad8648;
	font-weight: 600;
}

article .entry a:hover {
	color: #010203;
}

article .entry img, article .entry img a, aside .sidebox img, aside .sidebox img a  {
	background: transparent;
	margin: 3px; padding: 5px;
	border: 1px solid #c9c9c9;
	filter: grayscale(0%);
	-webkit-transition: all 0.42s ease-out;
	-moz-transition: all 0.42s ease-out;
	-o-transition: all 0.42s ease-out;
}

article .entry img:hover, article .entry img a:hover, aside .sidebox img:hover, aside .sidebox img a:hover { 
	background: #c9c9c9;
	filter: grayscale(100%);
	opacity: 0.9;
}

article .entry ul li, aside .sidebox ul li {
	background: transparent;
	list-style: none;
	width: 100%;
	max-width: 100%;
	padding: 6px 0;
	margin: 6px auto;
	border-bottom: 1px solid #c9c9c9;
}

article .entry ul li::before {
	content: '';
	margin: 0 6px 1px 0;
	background: #c9c9c9;
	width: 6px; height: 6px;
	border-radius: 100%;
	display: inline-block;
	position: relative;
}

aside .sidebox ul li i {
	margin: 0 8px 0 0;
	font-size: 11px;
}

article .entry blockquote, aside blockquote {
	width: 100%;
	max-width: 100%;
	margin: 25px auto 67px auto;
	padding: 25px;
	color: inherit;
	border: 1px solid #c9c9c9;
	box-sizing: border-box;
	quotes: "\201C" "\201D" "\2018" "\2019";
	position: relative;
	z-index: 25;
}

article .entry blockquote::before {
	content: '';
	width: 40px;
	position: absolute;
	bottom: -4px; left: 50px;
	border: 6px solid #fffaff;
	z-index: 10;
}

article .entry blockquote::after {
	content: '';
	position: absolute;
	bottom: -41px; left: 50px;
	width: 40px; height: 40px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #c9c9c9;
	border-radius: 0 50px 0 0;
	z-index: 10; 
}

article .entry blockquote cite {
	position: absolute;
	left: 120px; bottom: -30px;
	font-size: 11px;
	line-height: 50%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: auto;
	z-index: 10;
}

article .entry blockquote cite a, article:nth-of-type(even) .entry blockquote cite a {
	padding: 0;
	background: transparent;
	color: #010203;
	font-size: 11px;
	font-weight: 300;
	text-decoration: none;
	-webkit-transition: all 0.42s ease-out;
	-moz-transition: all 0.42s ease-out;
	-o-transition: all 0.42s ease-out;
}

article .entry blockquote cite a:hover, article:nth-of-type(even) .entry blockquote cite a:hover {
	background: transparent;
	color: #010203;
	text-decoration: underline;
	text-underline-offset: 3px;
}

aside blockquote {
	padding: 10px 15px;
	font-size: 11px;
	font-style: italic;
}

aside blockquote p:only-of-type { margin-bottom: 0; }

article .gallery {
	margin: 20px 0;
	background-image: url("../images/gallery.png");
	background-position: left center;
	background-repeat: no-repeat;
	max-width: 100%;
	min-height: 80px;
	padding-left: 95px;
	box-sizing: border-box;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-align: center;
	-moz-box-align: center;
}

article a.more-link {
	margin: 25px auto 0 auto;
	font-family: "Lemon Milk";
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	display: block;
	position: relative;
}

article a.more-link span {
	padding: 0 10px;
	background: #fffaff;
	color: #6b6b6b;
	letter-spacing: 0.05em;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 25;
	-webkit-transition: all 0.42s ease-out;
	-moz-transition: all 0.42s ease-out;
	-o-transition: all 0.42s ease-out;
}

article a.more-link span:hover {
	color: #010203;
	text-decoration: none;
}

article a.more-link::before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	background-color: #c9c9c9;
	width: 35%; height: 1px;
	display: block;
	z-index: -1;
}

iframe, embed, object, video {
	max-width: 100%;
	margin: 10px auto;
	padding: 0;
}

/* COMMENTS */

article .entry ol.commentslist {
	clear: both;
	margin: 15px auto 0 auto;
}

article .entry ol, article .entry ul { 
    list-style: none;
}

article .entry ol.commentslist li {
    margin-bottom: 20px;
	text-indent: 0px;
	border: none;
	line-height: 24px;
	list-style-type: none;
}

article .entry ol.commentslist li::before {
	display: none;
}

article .entry ol.commentslist ul.children { 
    margin: 15px 0 0 15px; 
    background-color: transparent; 
    border-width: 0 0 0 1px; 
    border-style: solid; 
    border-color: #c9c9c9;
    padding: 0 15px; 
    box-sizing: border-box; 
}

article .entry ol.commentslist li .avatar { 
	margin: 0 8px 0 0;
	padding: 3px;
	background: #c9c9c9;
	float: left;
	border: none;
}

article .entry ol.commentslist cite, article .entry ol.commentslist cite a, article .entry ol.commentslist .comment-meta a {
	color: inherit;
	font-weight: 700;
	font-style: normal;
}

article .entry ol.commentslist p {
	margin: 15px 0px;
	text-transform: none;
	text-align: left;
}

article .entry ol.commentslist .cancel-comment-reply {
	margin-left: 10px;
}

#commentform input[type=text], #commentform textarea {
	outline: none;
	margin: 10px 10px 10px 0; padding: 10px;
    background: #f2edf2;
	color: #6b6b6b;
	font-family: 'JetBrains Mono', monospace;
	font-size: 11px; font-weight: 200;
	line-height: 24px;
	letter-spacing: 0.05em;
	border: 1px solid #f2edf2;
	box-sizing: border-box;
	-webkit-transition: all 0.42s ease-out;
	-moz-transition: all 0.42s ease-out;
	-o-transition: all 0.42s ease-out;
}
 
#commentform input[type=text]:focus, #commentform textarea:focus, article .entry input:focus {
	background: #fffaff;
	outline: none !important;
	border-color: #c9c9c9;
}

article .entry input {	
	margin: 0 10px 0 0;
	padding: 10px;
    background: #f2edf2;
	color: #6b6b6b;
	font-family: 'JetBrains Mono', monospace;
	font-size: 11px; font-weight: 200;
	line-height: 24px;
	letter-spacing: 0.025em;
	text-transform: none;
	border: 1px solid #f2edf2;
	box-sizing: border-box;
}

article #submit {
	margin: 12px 0;
    padding: 7px 10px;
	font-family: "Lemon Milk";
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
    background: #010203; 
    color: #fffaff;
    text-transform: uppercase;
    text-decoration: none;
	letter-spacing: 0.05em;
    display: inline-block;
	border: none;	
	cursor: pointer;
	-webkit-transition: all 0.42s ease-out;
	-moz-transition: all 0.42s ease-out;
	-o-transition: all 0.42s ease-out;
} 

article #submit:hover {
    background: #dc0927;
	color: #fffaff;
    text-decoration: none;
}

.error { font-size: 12px; font-style: italic; padding: 5px 0; color: #ff0000; }
input.error, textarea.error { background: transparent; color:#6b6b6b; }

/* SIDEBAR */

aside {
	min-width: 340px;
	max-width: 340px;
}

aside .sidebox {
	margin: 0 auto 60px auto;
	font-size: 11px;
	text-align: justify;
	position: relative;
	display: block;
}

aside h4.sidetitle {
	margin: 0 auto 20px auto;
	padding-bottom: 10px;
	color: #010203;
	font-weight: 400;
	line-height: 100%;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #c9c9c9;
	box-sizing: border-box;
	display: block;
	position: relative;
}

aside h4.sidetitle::before {
	margin-right: 10px;
	color: #6b6b6b;
	font-weight: 200;
}

aside .sidebox:first-of-type h4.sidetitle::before { content: '01.'; }
aside .sidebox:nth-of-type(2) h4.sidetitle::before { content: '02.'; }
aside .sidebox:nth-of-type(3) h4.sidetitle::before { content: '03.'; }
aside .sidebox:nth-of-type(4) h4.sidetitle::before { content: '04.'; }
aside .sidebox:nth-of-type(5) h4.sidetitle::before { content: '05.'; }
aside .sidebox:nth-of-type(6) h4.sidetitle::before { content: '06.'; }
aside .sidebox:nth-of-type(7) h4.sidetitle::before { content: '07.'; }
aside .sidebox:nth-of-type(8) h4.sidetitle::before { content: '08.'; }
aside .sidebox:nth-of-type(9) h4.sidetitle::before { content: '09.'; }
aside .sidebox:nth-of-type(10) h4.sidetitle::before { content: '10.'; }

/* PROJECTS */

aside .proj {
	margin: 0 auto 40px auto;
	padding: 0;
	display: block;
	position: relative;
}

aside .proj img {
	margin: 0; padding: 0;
	border: none;
}

aside .proj img:hover {
	filter: grayscale(0%);
	opacity: 1;
}

aside .proj .info {
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	display: flex;
	column-gap: 20px;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	position: relative;
}

aside .proj .info .title {
	font-family: "Lemon Milk";
	font-size: 14px;
	color: #010203;
}

aside .proj .info ul.links {
	margin-bottom: 0;
	padding: 5px 10px;
	background: #010203;
	color: #fffaff;
	text-transform: uppercase;
	display: flex;
	align-items: flex-start;
}

aside .spotlight .info ul.links {
	background: #dc0927;
}

aside .proj .info ul.links li {
	width: auto;
	margin: 0; padding: 0;
	line-height: 100%;
	display: inline-flex;
	align-items: center;
	border-bottom: none;
	position: relative;
}

aside .proj .info ul.links li a {
	color: #fffaff;
	font-size: 9px;
	font-weight: 300;
}

aside .proj .info ul.links li::after { 
	content: '';
	width: 5px; height: 1px;
	background: #fcfcfc;
	margin: 0 5px 1px 5px;
	display: inline-block;
	position: relative;
}

aside .proj .synopsis {
	margin: 0 auto;
	padding: 0;
	font-size: 10px;
	box-sizing: border-box;
	display: block;
}

aside .proj .synopsis::before {
	content: '';
	margin: 10px auto;
	height: 12px;
	background-image: url("../images/bg.png");
	background-position: left center;
	background-repeat: repeat;
	display: block;
	position: relative;
}

aside #searchform {
	margin: 0 auto;	
	color: #6b6b6b;
}

#searchform {
	margin: 0 auto;
	color: #6b6b6b;
	position: relative;
}

#searchform #s {
	width: 100%;
	background: #f2edf2;
	color: #6b6b6b;
	margin: 0 auto; padding: 10px;
	font-family: 'JetBrains Mono', monospace;
	font-size: 11px; font-weight: 200;
	text-transform: none;
	border: 1px solid #f2edf2;
	box-sizing: border-box;
	display: block;
	-webkit-transition: all 0.42s ease-out;
	-moz-transition: all 0.42s ease-out;
	-o-transition: all 0.42s ease-out;
}

#searchform::after {
	content: "\f002";
	position: absolute;
	top: 20%; right: 10px;
	margin: auto;
	color: #6b6b6b;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#searchform input#s:focus { background: #fffaff; outline: none; border-color: #c9c9c9; }
input::-webkit-input-placeholder { color: #6b6b6b !important; }
input::-moz-placeholder { color: #6b6b6b !important; }
input::-ms-input-placeholder { color: #6b6b6b !important; }
#searchsubmit, .screen-reader-text { display:none; }

/* PAGINATION */

#pagination {
	margin: 0 auto;
	padding: 0;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	display: block;
}

#pagination a, #pagination span {
	background: transparent;
	color: #6b6b6b;
	margin: 0 3px;
	padding: 7px 10px;
	font-family: "Lemon Milk";
	font-weight: normal;
	line-height: 100%;
	display: inline-block;
	border: 1px solid #c9c9c9;
}

#pagination .total {
	margin-left: 0;
	margin-right: 9px;
	padding: 7px 10px;
	letter-spacing: 0.1em;
}

#pagination .current {
	background: #c9c9c9;
	color: #6b6b6b;
	border-color: #c9c9c9;
}

#pagination a:hover, #pagination .total {
	background: #010203;
	color: #fffaff;
	border-color: #010203;
}

/* LATEST IMAGES */

#latest {
	margin: 100px auto 0 auto;
	padding: 0;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
}

#latest h3 {
	margin: 0 auto 10px auto;
	color: #010203;
	font-family: "Lemon Milk";
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	display: block;
}

#latest table {
	margin: 0 auto;
	background: #fffaff;
	border-spacing: 4px;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 20;
}

#latest img {
	background-color: transparent;
	margin: 0; padding: 0;
	max-width: 105px; height: auto;
	opacity: 0.5; border: none;
	vertical-align: middle;
	filter: grayscale(100%);
	-webkit-transition: all 0.42s ease-out;
	-moz-transition: all 0.42s ease-out;
	-o-transition: all 0.42s ease-out;
}

#latest img:hover { opacity: 1; filter: grayscale(0%); }

/* FOOTER */

footer {
	margin: 50px auto 0 auto;
}

footer #inner { 
	padding: 25px 0; 
}

footer::before { 
	left: 5%; 
	right: unset; 
}

footer::after { 
	right: 5%; 
	left: unset; 
}