* {
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar { width: 11px; height: 7px;	border-width: 2px 4px; border-style: solid;	}
::-webkit-scrollbar-thumb {	height: 12px; border: 4px solid; }

::selection {
	background-color: #ffbdb8;
	color:#060606;
	text-shadow: none;
}
::-moz-selection {
	background-color: #ffbdb8;
	color:#060606;
	text-shadow: none;
}

div#qTip {
  	padding: 5px 10px;
   	display: none;
   	background: #000000;
   	color: #ffffff;
   	font-family: 'Arial Narrow', sans-serif;
	font-size: 9px;
   	position: absolute;
   	z-index: 1000;
	letter-spacing: 0.05em;
  	opacity:.80;
   	-moz-opacity:.80;
   	filter:alpha(opacity=80);
	line-height: 10px;
	text-align: center;
	border-bottom: 1px solid #000000;
}

/* MAIN */

body {
	font-family: 'Roboto Mono', monospace;
	font-size: 8.25pt;
	line-height: 18px;
}

#container {
	margin: 25px auto 0 auto;
	width: 100%;
	max-width: 1190px;
	/* display: flex; */
	/* flex-direction: column; */
	align-items: start;
	justify-content: space-between;
}

em {
    color: #c83c1d;
}

/* MENU BAR */

#mbox {
	margin: 0 auto;	padding: 25px 0;
	width: 100%; top: 0; left: 0;
	font-family: 'Roboto Mono', monospace;
	font-size: 7.25pt;
	font-weight: 300;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	position: fixed;
	display: block;
	z-index: 999;
}

#menu {
	margin: 0 auto;
	border-width: 0 5px;
	border-style: solid;
	display: table;
	position: relative;
	z-index: 20;
}

#mbox ul {
	margin: 0 auto; padding: 15px;
	border: 2px solid;
	display: table;
	position: relative;
	overflow-y: hidden;
}

#mbox li, footer li {
	text-align: center;
	letter-spacing: 0.075em;
	margin: 0;
	display: inline-block;
	position: relative;
	z-index: 20;
}

#mbox li a {
	color: inherit;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#mbox li a:hover {
	color: inherit;
	text-decoration: underline;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

#mbox li::after {
	content: '//';
	margin: 0 1vw;
	display: inline-block;
	z-index: 25;
}

#mbox li:last-child::after, footer li:last-child::after, #lu li:last-child::after, .post-categories li:last-child::after, ul.projl li:last-child::after { display: none; }

#mbox ul ul { margin: 0; padding: 10px 15px; display: none; position: absolute; border-width: 2px; border-style: solid; }
#mbox ul ul li { float: none; margin: 0; padding: 10px 0 !important; text-align: left !important; display: block !important; z-index: 30 !important; border-bottom: 1px solid; }
#mbox ul ul li:last-child { border: none; }
#mbox li:hover > ul { display: flex; flex-direction: column; }
#mbox li>a:not(:only-child):after { content: ''; margin: 0 0 2px 10px; border: solid; border-width: 0 1px 1px 0; display: inline-block; padding: 2px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
#mbox ul ul li::before { content: '//'; margin: 0 1vw 0 0; display: inline-block; z-index: 25; }
#mbox ul ul li::after { display: none; }

#mbox hr {
	width: 100%;
	height: 6px;
	display: block;
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	margin: auto;
	border: none;
	z-index: 15;
}

.show-menu {
	width: 92%;
	margin: 0 auto;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	padding: 2%;
	border: 2px solid;
	line-height: 100%;
	display: none;
}

.show-menu i { margin: 0 5px 0 0; }

#mbox input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

#mbox input[type=checkbox]:checked ~ #navi{
    display: block;
}

/* SITE TITLE & HEADER */

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

#sbox {
	position: absolute;
	left: 0; right: 0; top: 11%;
	width: 251px; padding: 10px 0;
	margin: auto;
	display: block;
}

#site {
	margin: 0 auto; padding: 20px 0;
	font-family: 'Poppins', sans-serif;
	font-size: 21pt;
	font-weight: 800;
	font-style: italic;
	line-height: 110%;
	text-align: center;
	text-transform: uppercase;
	border-width: 6px 6px 6px 0;
	border-style: solid;
	position: relative;
	z-index: 20;
}

#site span { font-weight: 200; }
#site h4 { display: block; }
.apply a {
    display: inline-block;
    border: 1px solid #000;
    padding: 4px;
    margin: 3px;
    color: #060606;
}

/* LATEST AREA */

#lubx {
	width: 100%;
	border-width: 6px 0 1px 0;
	border-style: solid;
	margin: 25px auto;
	position: relative;
	z-index: 25;
}

#lu {
	margin: 0 auto;
	max-width: 92vw;
	display: flex;
	align-items: center;
}

#lu h3 {
	margin: -13px 0 -1px 0; padding: 6px;
	font-family: 'Poppins', sans-serif;
	font-size: 18pt;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	position: relative;
	z-index: 30;
}

#lu h3 span {padding: 10px 0 0 0; border-top: 6px solid; display: inline-block; }
#lu h3::before {
	content: '';
	position: absolute;
	left: -7px;
	top: 0;
	width: 6px;
	height: 100%;
	border: none;
}

#lu h3::after {
	content: '';
	position: absolute;
	right: -7px;
	top: 0;
	width: 6px;
	height: 100%;
	border: none;
}

#lu ul { margin: 0 0 0 15px; display: flex; }
#lu li, footer ul li {
	counter-increment: li;
	font-size: 7.25pt;
	font-weight: 400;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	position: relative;
	z-index: 20;
}

#lu li a, footer ul li a {
	text-decoration: none;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#lu li a:hover, ul.projl li a, footer ul li a:hover {
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

#lu li::before {
	content: counter(li, decimal-leading-zero)':';
	margin: 0 10px 0 0;
	float: left;
}

#lu li::after, ul.projl li::after, footer ul li::after {
	content: '';
	margin: 0 1vw;
	width: 7px; height: 7px;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 25;
}

/* SOCIAL MEDIA LINKS */

#social {
	margin: 0 15px 0 0;
	text-align: right;
	line-height: 100%;
}

#social a {
	font-size: 8pt;
	margin: 0 0 0 0.75vw; padding: 0;
	display: inline-block;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

#social a:hover {
	text-decoration: none;	
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

#la {
	width: 100%;
	padding: 0;
	margin: 25px auto;
	display: block;
	vertical-align: top;
	position: relative;
}

#la table { margin: 0 auto; padding: 0; border-spacing: 5px 0; }
#la table td { text-align: center; padding: 0; position: relative; vertical-align: top; border-radius: 100%; border: 2px solid; z-index: 30; }
#la table td img { margin: 0 auto; width: 5.25vw; height: 5.25vw; object-fit: cover; position: relative; z-index: 25; vertical-align: bottom; border: 2px solid; border-radius: 100%; -webkit-transition: all 0.7s; -moz-transition: all 0.7s; -o-transition: all 0.7s; }
#la table td:hover { -webkit-transition: all 0.7s ease-out;	-moz-transition: all 0.7s ease-out; -o-transition: all 0.7s ease-out; }

#tour, #awards {width: 100%;}
#tour td, #awards td {background-color:#f0f0f0;}
.nom {background-color: #da2f2f !important; color: #fff;}
.won {background-color: #4bcc6e !important; color: #fff;}

/* SEARCH */

#searchsubmit, .screen-reader-text {
	display:none;
}

#searchform {
	margin: 0 auto;	
}

#searchform #s {
	width: 96%;
	margin: 0 auto;
	font-size: 12px;
	padding: 2%;
	text-transform: none;
	letter-spacing: 0.05em;
	border: none;
	display: inline-block;
}

#searchform input:focus { outline: none; }
input::-webkit-input-placeholder { color: #000000 !important; }
input::-moz-placeholder { color: #000000 !important; }
input::-ms-input-placeholder { color: #000000 !important; }

.postmetadata {
	font: normal 85%/190% arial;
}

a:link, a:visited {
	color: inherit;
}

a:hover {
	color: inherit;
}

b, strong {
	color: inherit;
}

/* SIDEBAR */

aside {
	min-width: 340px; max-width: 340px;
	background-color: transparent;
	margin: 0; padding: 0;
	position: relative;
	float:left;
} 

.sidebox {
	margin: 0 auto 30px auto;
	padding: 0;
	font-weight: 300;
	line-height: 24px;
	text-align: justify;
	letter-spacing: 0;
	display: block;
	position: relative;
	z-index: 20;
}

.sidetitle {
	font-size: 7pt;	font-weight: 700;
	margin: 0 auto 15px auto;
	padding: 0;
	line-height: 100%;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: block;
	position: relative;
	z-index: 20;
}

.sidetitle span {
	display: inline-block;
	line-height: 100%;
	padding: 10px;
	border: 2px solid;
	position: relative;
	z-index: 20;
}

.sidetitle span::before {
	content: '//';
	margin: 0 5px 0 0;
	font-weight: 300;
	color: inherit;
	display: inline;
	position: relative;
}
 
.sidebox b, .sidebox strong {
	font-weight: 700;
}

.sidebox img, .sidebox img a, .entry img, .entry img a {
	background-color: transparent;
	padding: 3px; margin: 3px;
	opacity: 1;
	border: 1px solid;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	width: -webkit-fill-available;
    height: auto;
}

.sidebox img:hover, .sidebox img a:hover, .entry img:hover, .entry img a:hover {
	opacity: 0.95;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.galimg {
    max-width: 150px !important;
}

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

.sidebox li::before, .entry li::before {
	content: '';
	margin: 0 10px 2px 0;
	width: 4px; height: 4px;
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sidebox a, .entry a {
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.sidebox a:hover, .entry a:hover {
	text-decoration: underline;	
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

/* PROJECTS */

.projbox {
	width: 100%;
	margin: 10px auto;
	position: relative;
	z-index: 20;
	display: block;
}

.proj {
	margin: 0 auto;
	width: 100%; height: 160px;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	z-index: 20;
}

.proj::before {
	content: '';
	width: 36px; height: 100%;
	position: absolute;
	left: 0; top: 0;
	margin: auto;
	display: block;
}

.proji {
	height: 100%;
	font-size: 7pt;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	position: relative;
	z-index: 30;
}

.proji .yr {
	width: 36px;
	padding: 10px 0;
	line-height: 100%;
	text-align: center;
	border-bottom: 2px solid;
	display: block;
}

.proji .ch {
	width: 135px;
	position: absolute;
	bottom: 0; left: 15px;
	text-align: right;
	display: block;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transform-origin: left;
}

.proji .ch span {
	padding: 10px 0 0 0;
	letter-spacing: 0.25em;
	display: inline-block;
	border-top: 2px solid;
}

.projt {
	margin: 15px auto 8px auto;
	font-family: 'Poppins', sans-serif;
	font-size: 14pt;
	font-weight: 800;
	font-style: italic;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	display: block;
	position: relative;
}

.projt span {
	padding: 0 10px;
	display: inline-block;
	position: relative;
	z-index: 25;
}

.projt hr {
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0; bottom: 5px; right: 0;
	margin: auto;
	border: none;
	z-index: 15;
}

ul.projl {
	counter-reset: li;
	margin: 15px auto;
	padding: 10px 0 0 0;
	border-top: 1px solid;
	font-size: 9px;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	display: block;
}

ul.projl li {
	counter-increment: li;
	list-style: none;
	width: auto;
	margin: 0; padding: 0;
	display: inline-block;
	border: none;
}

ul.projl li::before {
	content: counter(li, decimal-leading-zero)':';
	background-color: transparent;
	margin: 0 5px 0 0; padding: 0;
	width: auto; height: auto;
	float: left;
	border-radius: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

ul.projl li a {
	margin: 0; padding: 0;
	font-weight: 300;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 25;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

/* POSTS */

article {
	min-width: 800px;
	max-width: 800px;
	padding: 0;
	float: inline-end;
}

section {
	margin: 0 auto 50px auto;
	padding: 0;
	display: block;
	border-top: 6px solid;
}

h1.title, h2 {
	background-color: transparent;
	margin: 15px auto; padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 21pt;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 120%;
	display: block;
	position: relative;
	z-index: 25;
}

h1.title a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

h1.title a:hover {
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

.pinfo {
	margin: 0 auto; padding: 0;
	background-color: transparent;
	font-size: 7pt; font-weight: 300;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	display: block;
	position: relative;
	z-index: 20;
}

.pinfo span {
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	display: inline-block;
	z-index: 25;
}

.pinfo::before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
	width: 9px; height: 9px;	
	margin: auto; padding: 6px;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 15;
}

.featured {
	margin: 25px auto -8px auto;
	background-color: transparent;
	position: relative;
	width: 100%;
	padding: 0;
	display: block;
	vertical-align: top;
	overflow: hidden;
	height:300px;
	background-size: cover;
}

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

.featured::before {
	content: '';
	position: absolute;
	top: -10px; left: 0; right: 0;
	width: 9px; height: 9px;	
	margin: auto; padding: 6px;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 25;
}

.entry {
	margin: 25px auto;
	padding: 0;
	font-weight: 300;
	text-align: justify;
	line-height: 24px;
	display: block;
	position: relative;
	z-index: 25;
}

.entry strong, .entry b {
	font-weight: 700;
}

.entry p, .sidebox p {
	margin: 8px 0;
}

.entry::first-letter {
	font-family: 'Poppins', sans-serif;
	font-size: 21pt; font-weight: 800;
	padding: 8px;
	float: left;
	margin: 8px 12px 0 0;
}

.entry p:first-child { min-height: 36px; }
.entry blockquote p:first-child { min-height: 0; }
.entry blockquote p:first-child::first-letter, .commentslist div:first-child::first-letter { background-color: transparent; font-family: inherit; font-size: inherit; font-weight: inherit; padding: 0; float: none; margin: 0; }

.cbox {
	margin: 0 auto; padding: 10px 0;
	border-width: 1px 0;
	border-style: solid;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
}

.post-categories {
	font-size: 7pt;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.post-categories::before {
	content: '';
	margin: 2px 10px 0 0;
	width: 0; height: 0;
	border-top: 6px solid transparent;
	border-left: 12px solid;
	border-bottom: 6px solid transparent;
	display: inline-block;
	position: relative;
	float: left;
}

.post-categories li { display: inline-block; }
.post-categories li a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.post-categories li a:hover {
	text-decoration: underline;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.post-categories li::after {
	content: ',';
	margin: 0 5px 0 0;
	color: inherit;
	display: inline;
	position: relative;
}

.share i {
	display: inline-block;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.share-twitter i { color: #1da1f2; }
.share-facebook i { color: #1877f2; }
.share-pinterest i { color: #bd081c; }
.share-tumblr i { color: #35465d; }

.share i:hover {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

blockquote  {
	width: 100%;
	max-width: 100%;
	margin: 25px auto;
	padding: 1% 0;
	background-color: transparent;
	border-width: 1px 0;
	border-style: solid;
	position: relative;
	z-index: 15;
 	quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
	content: '\201C';
	font-family: 'Old Standard TT', serif;
	font-size: 40px;
	font-weight: 700;
	position: absolute;
	top: 0; left: 0;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0 10px 0 0;
	text-align: center;
	display: inline-block;
	z-index: 25;
}

blockquote cite {
	content: '\201D';
	font-size: 7pt;	font-weight: 400;
	font-style: normal;
	position: absolute;
	bottom: 0; right: 0;
	line-height: 100%;
	margin: 0 0 -6px 0;
	padding: 0 5px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	display: inline-block;
	z-index: 25;
}

.entry blockquote { margin: 20px auto; }	

a.more-link {
	background-color: transparent;
	margin: 12px auto; color: inherit;
	font-size: 7pt; font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	display: table;
	letter-spacing: 0.2em;
	position: relative;
}

a.more-link span {
	padding: 10px; line-height: 100%;
	display: inline-block;
	position: relative;
	border: 1px solid;
	z-index: 25;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

a.more-link span:hover {
	text-decoration: underline;
	-webkit-transition: all 0.7s ease-in;
	-moz-transition: all 0.7s ease-in;
	-o-transition: all 0.7s ease-in;
}

a.post-edit-link {
	font-size: 7pt;
	font-weight: 400;
	margin: 1% 0;
    padding: 0 5px;
    text-transform: uppercase;
	letter-spacing: 0.1em;
    display: inline-block;
}

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

.clear { clear: both; }

/* RELATED POSTS */

.rel {
	width: 100%;
	margin: 0 auto 50px auto; padding: 0;
	display: table;
	border: none;
}

.rnxt {
	padding: 0; width: 50%;
	text-align: left;
	display: table-cell;
}

.rprv {
	padding: 0; width: 50%;
	text-align: right;
	display: table-cell;
}

.rel h3 {
	font-size: 8px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: block;
	position: relative;
}

.rel span { padding: 0 5px; display: inline-block; position: relative; z-index: 30; }
.rel .rnxt span { border-right: 5px solid; }
.rel .rprv span { border-left: 5px solid; }

.rel a {
	margin: 10px auto 0 auto;
	padding: 0 0 3px 0;
	font-weight: 300;
	text-decoration: none;
	display: inline-block;
	letter-spacing: 0;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.rel a:hover {
	text-decoration: underline;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

/* PAGINATION */

.pagination {
	margin: 0 auto 50px auto;
	padding: 0;
	font-size: 7.25pt;
	text-align: left;
	text-transform: uppercase;
	text-shadow: none;
	border: none;
}

.pagination .total {
	margin: 0 7px 0 0;
}

.pagination a, .pagination span {
	border: 1px solid;
	padding: 5px 10px;
	margin: 0 1px; 
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.pagination a:hover {
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}
.alignright {
    float: inline-end;
}
#respond { 
	background: transparent;
}

#respond input[type=text], textarea {
	outline: none;
	max-width: 70%;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #d9cfca;
	font-family: 'Roboto Mono', monospace;
	font-size: 10px;
	line-height: 21px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
 
#respond input[type=text]:focus, textarea:focus {
  margin: 5px 1px 3px 0px;
  border: 1px solid #859acb;
}

.wpcf7 input { padding: 5px !important; }

/* COMMENTS */

.commentslist li {
	list-style: none;
	background-color: transparent;
	text-indent: 0px;
	border: none;
	box-shadow: none;
	line-height: 18px;
}

.commentslist li:before { content: ''; display: none; }
.commentslist li p { line-height: 24px; }

ol.commentslist {
	clear: both;
	margin: 8px auto;
}

ol, ul {
	list-style: none;
}

.commentslist ul.children { margin: 1% 0 0 1%; background-color: transparent; border-left: 2px solid; padding: 0 1% 0 2%; width: 94%; }
.commentslist ul.children ul.children li { padding: 0 0 0 1%; }
.comment-body { margin: 0 0 15px 0; }
.commentslist li:last-child { margin: 0; }

.commentslist li .avatar { 
	float: left;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0 8px 0 0;
	}

.comment-meta a { font-weight: normal; }
.commentslist cite, .commentslist cite a {
	font-weight: 700;
	font-style: normal;
}

.commentslist p {
	margin: 10px 0px;
	font-weight: normal;
	text-transform: none;
	text-align: left;
}

#commentform {
	margin-top: 0;
}

.cancel-comment-reply {
	margin-left: 10px;
}

#submit {
	font-family: 'Roboto Mono', monospace;
	font-size: 7pt;
	font-weight: 400;
	margin: 12px 0;
    padding: 5px;
    text-transform: uppercase;
	letter-spacing: 0.1em;
    display: inline-block;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
} 

#submit:hover {
	text-decoration: none;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

span.screen-reader-text { display: none; }

.alt {
	background-color: transparent !important;
}

.error  { font-size: 12px; padding: 0 0 5px 0; color: #FF0000; }
input.error, textarea.error { background: #FFD2D2; color:#000000; }

/* FOOTER */

footer {
	border-width: 6px 0 1px 0;
	border-style: solid;
	margin: 25px auto; padding: 10px 0;
	display: block;
	position: relative;
	z-index: 25;
}

footer ul {
	counter-reset: li;
	font-size: 11px;
	font-weight: 700;
	display: table;
	text-align: center;
	text-transform: uppercase;
	border-spacing: 1vw 0;
	position: relative;
	z-index: 25;
	margin: auto;
}

footer ul li { display: inline-block; }