* {
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar { width: 11px; height: 7px;	border-width: 2px 4px; border-style: solid;	border-color: #ffffff; background: #121212; }
::-webkit-scrollbar-thumb {	height: 12px; border: 4px solid #ffffff; background: #af303a; }

::selection {
	background-color: #dafec0;
	color: #121212;
	text-shadow: none;
}
::-moz-selection {
	background-color: #dafec0;
	color: #121212;
	text-shadow: none;
}

div#qTip {
  	padding: 5px 10px;
   	display: none;
   	background: #32001f;
   	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 #6d114b;
}

body {
	background-color: #ffffff;
	font-family: 'Roboto Slab', serif;
	font-size: 8.5pt; font-weight: 300;
	color: #242424;
	line-height: 24px;
}

#container {
	margin: 30px auto;
	width: 100%;
	max-width: 1170px;
	display: flex;
	align-items: start;
	justify-content: space-between;
}

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

#topbar, footer {
	width: 100%;
	margin: 30px auto; padding: 0;
	background-color: #ffffff;
	color: #424242;
	font-size: 8pt; font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative; z-index: 30;
}

#topbar hr, footer hr, .projl hr {
	background-color: #828282;
	width: 100%; height: 1px;
	position: absolute;
	top: 0; bottom: 0; left: 0;
	margin: auto;
	border: none;
	display: block;
	z-index: 25;
}

#mbox, footer ul {
	background-color: #ffffff;
	margin: 0 auto; padding: 15px;
	line-height: 100%;
	border: 3px solid #e5e5e5;
	display: table;
	text-align: center;
}

#menu {
	display: inline;
}

#mbox ul, footer ul span {
	counter-reset: li;
	margin: 0 auto; padding: 0 1vw;
	background-color: #ffffff;
	border-width: 0 1px;
	border-style: solid; 
	border-color: #828282;	
	display: inline-block;
	position: relative;
	z-index: 30;
}

#mbox li, footer li {
	counter-increment: li;
	background-color: #ffffff;
	text-align: center;
	margin: 0 1vw; padding: 0;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 20;
}

#mbox li a, footer li a {
	color: inherit;
	margin: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#mbox li a:hover, footer li a:hover {
	color: #af303a;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

#mbox li::before {
	content: counter(li, decimal-leading-zero)'.';
	color: #828282;
	margin: 0 10px 0 0;
	padding: 5px 0;
	font-weight: 300;
	position: relative;
}

.post-categories li::after, .projl li::after, footer li::after {
	content: '';
	margin: 5px 1vw 0 1vw;
	background-color: #242424;
	width: 5px; height: 1px;
	position: relative; float: right;
	display: inline-block;
	z-index: 25;
}

.post-categories li:last-child::after, footer li:last-child::after { display: none; }

#searchform {
	margin: 0 auto;	
	color: #121212;
}

#searchform #s {
	background-color: #e5e5e5;
	color: #121212;
	width: 96%;
	margin: 0 auto;
	font-family: 'Roboto Slab', serif;
	font-size: 8.5pt; font-weight: 400;
	padding: 2%;
	text-transform: none;
	letter-spacing: 0.05em;
	border: 1px solid #e5e5e5;
	display: inline-block;
}

#searchform input#s:focus { background-color: #ffffff; outline: none; border-color: #c2c2c2; }
input::-webkit-input-placeholder { color: #000000 !important; }
input::-moz-placeholder { color: #000000 !important; }
input::-ms-input-placeholder { color: #000000 !important; }

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

.show-menu {
	width: 96%;
	background-color: #121212;
	color: #ffffff;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	padding: 10px 2%;
	line-height: 100%;
	border: none;
	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;
}

#latest {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
	display: table;
}

#latest #lu {
	width: 100%;
	padding: 0;
	display: block;
	vertical-align: bottom;
}

#latest #lu ul { width: 98%; margin: 0 auto ; text-align: center; display: block; counter-reset: li; }
#latest #lu li {
	counter-increment: li;
	max-width: 30%;
	padding: 5px 1%;
	color: #242424;
	font-family: 'Roboto Slab', serif;
	font-size: 8pt; font-weight: 400;
	display: inline-block;
	text-align: left;
	position: relative;
	z-index: 25;
	border: 2px solid #242424;
	letter-spacing: 0.025em;
}

#latest #lu li::before {
	content: counter(li, decimal-leading-zero)'.';
	font-family: 'Roboto Slab', serif;
	font-size: 24pt; font-weight: 700;
	font-style: normal;
	background-color: #ffffff;
	color: #242424;
	margin: -12px 10px 0 0;
	padding: 5px 5px 0 5px;
	float: left;
}

#latest #lu li .utitle {
	padding: 0;
	font-size: 9px;
	font-style: italic;
	display: inline;
	word-wrap: break-word;
	text-transform: uppercase;
}

#latest #lu li .utitle a {
	background-color: #dafec0;
	color: #242424;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#latest #lu li .utitle a:hover {
	background-color: #fec0d1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

#latest #lu li:nth-child(2) { margin: 0 1vw; }

#latest #la {
	width: 100%;
	padding: 0;
	margin: -2px auto 0 auto;
	display: block;
	vertical-align: top;
	border-top: 2px solid #242424;
	position: relative;
}

#latest #la hr {
	width: 100%;
	height: 35%;
	background-image: url("../images/bg-dots.png");
	background-position: left center;
	background-repeat: repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0; right: 0;
	margin: auto;
	border: none;
	z-index: 15;
}

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

#latest #la::after {
	content: '';
	width: 100%; height: 100%;
	background-image: url("../images/latest.png");
	background-position: right center;
	background-repeat: no-repeat;
	display: table-cell;
	position: absolute;
	top: 11%; right: 0;
	margin: auto;
	border: none;
	z-index: 25;
}

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

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

b, strong {
	color: inherit;
}

aside {	min-width: 320px; max-width: 320px;	position: relative; } 

#wbox {
	margin: 0 auto 7vh auto;
	display: block;
	position: relative;
}

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

#welcome {
	width: 94%;	padding: 15px 3%;
	border: 1px solid #c2c2c2;
	position: relative;
	z-index: 20;
}

#welcome strong { color: #f46d49; font-weight: 700; }

#social {
	position: absolute;
	top: -12px; left: 0;
	right: 0; margin: auto;
	font-size: 7pt;
	text-align: center;
	display: block;
	z-index: 25;
}

#social i { 
	margin: 0 1vw 0 0;
	width: 17px; height: 17px;
	background-color: #ffffff;
	color: #c2c2c2;
	line-height: 17px;
	text-align: center;
	border: 1px solid #c2c2c2;
	border-radius: 100%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#social i:hover {
	color: #424242;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.sidebox {
	margin: 0 auto 7vh auto;
	padding: 0;
	font-size: 8.5pt;
	line-height: 24px;
	text-align: justify;
	letter-spacing: 0;
	display: block;
	position: relative;
	z-index: 20;
}

.sidetitle {
	background-color: transparent;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 7pt; font-weight: 400;
	margin: 0 auto 15px auto; padding: 0 0 4px 0;
	line-height: 100%;
	text-align: left;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #121212;
	display: block;
	position: relative;
	z-index: 20;
}

.sidetitle span {
	background-color: #121212;
	color: #ffffff;
	margin: 0 0 0 4px; padding: 5px;
	display: inline-block;
	border-left: 2px solid #ffffff;
    box-shadow: -4px 0 #af303a;
	position: relative;
	z-index: 20;
}

.sidebox img, .sidebox img a {
	background-color: transparent;
	padding: 0;
	margin: 5px;
	opacity: 1;
	border: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

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

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

.sidebox li::before, .entry li::before {
	content: '';
	background-color: #2287a8;
	width: 4px; height: 4px;
	margin: 0 6px 0 0;
	border: none;
	display: inline-block;
}

.sidebox a, .entry a {
	color: #f46d49;
	font-weight: 700;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

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

.proj {
	margin: 0 auto 20px auto; padding: 0;
	max-width: 320px; 
	font-weight: 300;
	position: relative;
	z-index: 20;
	display: block;
}

.proj img {
	max-width: 320px; height: auto;
	margin: 0 auto; padding: 0;
	opacity: 1;	display: block;
	border: none;
	vertical-align: bottom;
	position: relative;
	z-index: 20;
}

.projb img:hover { opacity: 1; }

.projt {
	width: 96%; position: relative;
	margin: 10px auto;	padding: 5px 2%;
	background-image: url("../images/projbg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	font-family: 'Montserrat', sans-serif;
	font-size: 8pt; font-weight: 700;
	font-style: italic;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: block;
	z-index: 30;
}

.projt span {
	max-width: 94%; padding: 10px 3%;
	background-color: #ffffff;
	color: #121212;
	display: block;
	position: relative;
	z-index: 30;
}

.projl {
	margin: 10px auto; padding: 0;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 7pt; font-weight: 700;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: block;
	position: relative;
	z-index: 20;
}

.proj ul {
	margin: 0 auto; padding: 0 10px;
	background-color: #ffffff;
	border-width: 0 1px;
	border-style: solid;
	border-color: #828282;
	display: inline-block;
	position: relative;
	z-index: 30;
}
.projl li {
	width: auto;
	list-style-type: none;
	margin: 0; padding: 0;
	border: none;
	display: inline-block;
	position: relative;
	z-index: 30;
}

.projl li::before, .projl li:last-child::after { display: none; }
.projl li::after { margin: 5px 5px 0 5px; background-color: #828282; }

.projl li a {
	color: #424242;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.projl li:hover a {
	color: #af303a;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

article { min-width: 800px; max-width: 800px; }

section {
	max-width: 94%;
	margin: 0 auto 10vh auto;
	padding: 25px 3%;
	display: block;
	border: 1px solid #c2c2c2;
	position: relative;
}

.pinfo {
	position: absolute;
	top: -7px; left: 10px;
	margin: auto; padding: 4px;
	background-color: #0e1e1e;
	color: #ffffff;
	font-family: 'Roboto Slab', serif;
	font-size: 7pt; font-weight: 300;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-width: 0 10px;
	border-style: solid;
	border-color: #ffffff;
	display: inline;
	z-index: 30;
}

.even .pinfo { background-color: #321717; }
.pinfo span, ul.post-categories {
	display: inline-block;
	position: relative;
	z-index: 30;
}

h1.title, h2 {
	background-color: transparent;
	color: #121212;
	margin: 0 auto 13px auto; padding: 0 0 15px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 18pt; font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -0.025em;
	line-height: 120%;
	display: block;	
	border-bottom: 1px solid #c2c2c2;
	position: relative;
	z-index: 20;
}

h1.title a {
	color: inherit;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

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

.featured {
	margin: 0 auto 15px auto;
	background-color: transparent;
	position: relative;
	padding: 0;
	display: block;
}

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

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

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

.entry p {
	margin: 8px 0;
}

.entry img, .entry img a {
	background-color: transparent;
	padding: 4px;
	margin: 5px;
	opacity: 1;
	border: 1px solid #e5e5e5;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.entry img:hover, .entry img a:hover {
	opacity: 0.9;
	background-color: #e5e5e5;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.cbox {
	position: absolute;
	bottom: -7px; right: 10px;
	margin: auto; padding: 4px;
	background-color: #caa25d;
	color: #ffffff;
	font-family: 'Roboto Slab', serif;
	font-size: 7pt; font-weight: 300;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-width: 0 10px;
	border-style: solid;
	border-color: #ffffff;
	display: inline;
	z-index: 30;
}

.even .cbox { background-color: #ca885d; }
.post-categories li { padding: 0; display: inline-block; position: relative; }
.post-categories li::after { background-color: #ffffff; margin: 4px 4px 0 4px; }
.post-categories li a {
	color: inherit;
	margin: 0;
	display: inline-block;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

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

blockquote  {
	width: 96%;
	max-width: 100%;
	margin: 20px auto;
	padding: 10px 2%;
	background-color: transparent;
	border: 1px solid #c2c2c2;
	position: relative;
	z-index: 15;
 	quotes: "\201C" "\201D" "\2018" "\2019";
}

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

blockquote::after {
	content: '\201D';
	font-family: 'Old Standard TT', serif;
	font-size: 36px; font-weight: 700;
	position: absolute;
	bottom: 0; right: 1vw;
	height: 1px;
	margin: 0 0 -1px 0;
	padding: 0 0 0 10px;
	background-color: #ffffff;
	color: #424242;
	text-align: center;
	display: inline-block;
	z-index: 25;
}

aside blockquote { width: 90%; padding: 8px 5%; background-color: #f7f7f7; font-style: italic; border: none; }
aside blockquote::before, aside blockquote::after { display: none; }

.gallery {
	margin: 15px 0;
	background-image: url("../images/gallery.png");
	background-position: left center;
	background-repeat: no-repeat;
	max-width: 100%;
	height: 60px;
	padding: 0 0 0 80px;
	display: table;
	vertical-align: middle;
}
	
a.more-link {
	background-color: transparent;
	color: #828282;
	margin: 5px auto; padding: 8px;
	font-family: 'Roboto Slab', serif;
	font-size: 7pt;	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 100%;
	letter-spacing: 0.05em;
	border: 1px solid #828282;
	display: table;
	position: relative;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

a.more-link:hover, .pagination a:hover {
	background-color: #121212;
	color: #ffffff;
	text-decoration: none;
	border-color: #121212;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

a.post-edit-link::before {
	content: '::';
	margin: 0 5px;
	color: #ffffff;
	border: none;
	display: inline-block;
	z-index: 25;
}

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

.clear { clear: both; }

.rel {
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border: none;
}

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

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

.rel h3 {	
	background-color: transparent;
	font-family: 'Roboto Slab', serif;
	font-size: 7.5pt; font-weight: 300;
	line-height: 100%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-shadow: none;
	display: block;
	position: relative;
}

.rel span { background-color: #321717; color: #ffffff; padding: 7px; display: inline-block; position: relative; z-index: 30; }
.rel span::first-letter { padding: 0 0 0 0.05em; }

.rel a {
	margin: 10px auto 0 auto;
	padding: 0;	line-height: 100%;
	text-decoration: none;
	display: inline-block;
	letter-spacing: 0.025em;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

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

.rel a::before {
	content: '';
	margin: 0 7px 0 0;
	background-color: #ca885d;
	width: 6px; height: 6px;
	border: none;
	border-radius: 100%;
	display: inline-block;
	text-shadow: none;
	z-index: 25;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.pagination {
	margin: 0 auto;	padding: 0;
	max-width: 100%;
	font-family: 'Roboto Slab', serif;
	font-size: 7.5pt; font-weight: 300;
	text-align: left;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 0.05em;
	display: block;
	border: none;
}

.pagination .total {
	margin: 0 5px 0 0; font-weight: 700;
	background-color: #af303a;
	color: #ffffff;
	border-color: #af303a;
}

.pagination .current {
	color: #242424;
	font-weight: 700;
	border-color: #ffffff;
}

.pagination a, .pagination span {
	background-color: transparent;
	color: #242424;
	margin: 0 4px; padding: 8px;
	line-height: 100%;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #e5e5e5;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

#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 #e3e0dc;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 24px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
 
#respond input[type=text]:focus, textarea:focus {
  margin: 5px 1px 3px 0px;
  border: 1px solid #c9f362;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

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

#submit {
    background-color: #424242;
    color: #ffffff;
	font-family: 'Roboto Slab', serif;
	font-size: 7pt; font-weight: 700;
	margin: 10px 0;
    padding: 5px 10px;
    text-transform: uppercase;
	text-decoration: none;
	text-shadow: none;
	letter-spacing: 0.05em;
    display: inline-block;
	border: none;	
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
} 

#submit:hover {
	background-color: #121212;
	color: #ffffff;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
}

.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: 15px auto 0 auto; }

ol, ul { list-style: none; }

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

.commentslist li .avatar { 
	float: left;
	background-color: transparent;
	border: 1px solid #e5e5e5;
	padding: 3px;
	margin: 0 8px 0 0;
	}

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

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

#commentform {
	margin-top: 0;
}

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

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 li { margin: 0; }
footer li::after { background-color: #828282; }