@charset "UTF-8";
/**
* nami.
* Basic Css Reset Formatter
**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
p,
.meta{
  font-size: 15px;
  line-height: 1.6;
}
.page-header {
  min-height: auto;
  text-align: left;
  width: 100%;
  margin: 0 auto 40px auto;
    transform: none !important;
	opacity:1!important;
}
.site-header{
	position: fixed;
	width: 240px;
	margin:0;
	padding:0 20px;
	background: #1d1d1d;
	height:120%;
	border: 1px solid #444;
	top:0;
}
main,.site-footer{
    padding-left: 240px;
}
.site-header .site-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
	padding: 40px 0 0;
}
.alt-nav > li {
  margin: 10px 0 0 20px;
  position: relative;
}
/*.category-nav{
  background: #222;
  padding: 2rem;
  margin-bottom: 2rem;
}*/
.category-nav{
	margin:60px auto 0px;
}
.category-nav h2{
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.category-list,
.tag-list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.category-list li,
.tag-list li{
  margin: 0 0.5rem 0.5rem 0;
  border-radius: 100px;
  border: 1px #fff solid;
  padding: 8px;
  font-size: 12px;
}
.category-list li:hover, .tag-list li:hover{
  background: #555;
}
.category-list li a,
.tag-list li a{
  text-decoration: none;
}
.title{
  font-size: 30px;
}
h1.title{
  font-size: 24px;
margin-top:40px;
}
.three-columns-grid .post-preview h2 {
  font-size: 20px;
}
.previous-posts-link h4,
.next-posts-link h4{
  font-size: 16px;
}
.section-inner.thin {
  max-width: 800px;
}
.featured-image,
.section-inner.thin img {
max-width: 800px;
width: 100%;
margin: 2rem auto;
  }
.comments, .comment-respond{
    display: none;
}
.meta.bottom{
  justify-content:flex-start;
  margin-top: 20px;
	  font-size: 14px;
	line-height: 1.6;
}
.meta.bottom p.tags,
.meta.bottom p{
  font-size: 14px;
}
.meta.bottom p.post-date{
  margin-left: 20px;
}
.related-posts-wrapper {
  margin-top: 0;
  padding-top: 40px;
  border-top: 1px solid #444;
}
.post-pagination .previous-posts-link{
	float:right;
}
.post-pagination .next-posts-link{
		float:left;
}
.page-nav{
	margin: 80px 0 0;
    line-height: 1.6;
    font-size: 14px;
		    padding-bottom: 100px;
}
.page-nav a{
	border: 1px solid #444;
	padding: 10px 20px;
	min-width: 240px;
	font-size: 11px;
	text-decoration:none;
}
.page-nav a span{
	font-size: 11px;
}
.prev-link{
		float:left;
}
.next-link{
		float:right;
		text-align: right;
}
.post-preview.will-spot{
	transform: none !important;
	transition: none !important;
	opacity:1 !important;
}
.entry-content p{
	margin-bottom:1rem;
}
.section-inner{
	max-width: 1800px;
}
.posts{
margin: 20px 0;
}
@media screen and (max-width: 768px) {
.meta{
  font-size: 12px;
  line-height: 1.6;
}
p{
  font-size: 14px;
}
  .site-header .site-title {
    font-size: 24px;
	  padding: 20px 0 0;
}
  .site-header {
    padding: 30px 0 30px;
}
.category-nav {
  /*padding: 1rem 1rem 0;*/
	padding: 0;
	margin-top: 30px;
}
.meta.bottom p.tags span {
  margin: 0 0 0 20px;
}
.meta.bottom p + p {
  margin-top: 0px;
}
.site-header{
	position: inherit;
	width:100%;
	margin:0;
	padding:20px;
	height:auto;
}
main{
    padding-left: 0;
  margin-top: 1rem;
}
.site-footer{
    margin-left: 0;
	width:100%;
}
	.site-footer p{
		font-size:12px;
	}
.site-nav {
  margin-top: 78px;
}
.site-nav ul:first-child li {
  font-size: 20px;
}
h1.title {
  font-size: 20px;
	margin-top:20px;
}
.meta.bottom {
  margin-top: 10px;
}
.meta.bottom p.tags, .meta.bottom p {
  font-size: 12px;
}
.page-header{
  margin: 0 auto 20px auto;
}
.featured-image, .section-inner.thin img{
  margin: 1rem auto;
}
	.page-nav a {
padding: 10px 10px;
    max-width: 160px;
    display: inline;
    min-width: 160px;
}
	.meta a{
		font-size:12px;
	}
	.category-list li, .tag-list li {
    padding: 6px 8px;
    font-size: 11px;
}
	.three-columns-grid .post-preview h2{
		font-size: 14px;
	}
}