/*
Theme Name: Typist
Version: 1.9.0
Theme URI: https://tavi.ws/themes/typist/
Author: A.Ronzhyn
Author URI: https://tavi.ws/
Text Domain: typist
Domain Path: /lang
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description: Typist is a clean responsive minimalist theme focused on typography. Out of the box includes 7 color schemes, 3 layouts, 17 font options, 5 site widths, 2 widget areas, drop-down menu, social icons, jetpack, buddypress and bbpress support. The Typist is clean, fast and looks great on mobiles. Perfect for personal and corporate blogs. It is SEO-optimised, translatable and built according to HTML5. Continually updated and supported. There are dedicated support forums available.
Tags: blog, news, one-column, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-menu, translation-ready, threaded-comments, post-formats, sticky-post, full-width-template
*/
/*
Contents:
0. General
1. Layout
2. Sidebar
3. Menu
4. Meta-data
5. Typography
6. Headings
7. Post Format
8. Images
9. Links
10. Lists
11. Inputs
12. Navigation
13. Comments & forms
14. Gallery
15. Icons
16. Mobile stuff
17. Misc
18. Color schemes
*/
/*0. General*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, header, footer, nav, section, summary, time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
    box-sizing: border-box;
   	outline: 0;
    vertical-align: baseline;
    background: transparent;
}
a img {
	border: 0;
}
body {
    font-size: 0.625em;
	line-height: 100%;
	height: 100%;
}
html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
br {
    margin: 0 0 0.5em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.m2 {
	margin-top: 2em;
}
/*1. Layout*/
.right-sidebar #bloglist {
	float: left;
}
.right-sidebar #sidewrap {
	float: right;
}
.left-sidebar #bloglist {
	float: right;
}
.left-sidebar #sidewrap {
	float: left;
}
.full_width-sidebar #bloglist {
	width: 100%;
}
.full_width-sidebar #sidewrap {
	display: none;
}
.tlo {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
	position: relative;
}
#footer {
    border-top: 1px solid #000000;
    clear: both;
    margin-top: 4em;
    padding-top: 1em;
    width: 100%;
}
.copy {
    padding: 1em;
    text-align: right;
    width: 100%;
}
#logo, #bloglist, .sidewrap, #aboutme, #highlights {
    display: block;
}
#mainlogo {
	padding: 2em 0;
  	max-width: 100%;
}
#logo {
    margin-bottom: 1em;
    padding: 10em 4em;
}
#bloglist {
    float: left;
    width: 68%;
}
#column {
    padding: 0;
}
.postcontent, #comment-area {
    margin: 1rem 1.4rem 1rem 3rem;
}
#post-none {
    padding: 3em 0 10em;
}
/*2 sidebar*/
#sidewrap {
    float: left;
    width: 32%;
}
.sidebar {
    font-size: 1.6em;
    line-height: 150%;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.right-sidebar #sidewrap .sidebar {
    padding-left: 1em;
}
.left-sidebar #sidewrap .sidebar {
    padding-right: 1em;
}
.sidebar .widget-side {
    clear: both;
    display: block;
    margin-bottom: 1em;
	padding: 1.4em;
    width: 100%;
    word-wrap: break-word;
} 
.sidebar .widget-foot {
    display: inline-block;
    margin: 0 3.3% 1em 2%;
    padding-top: 2em;
    vertical-align: top;
    width: 28%;
}
.sidebar input, .sidebar textarea {
    font-size: 1em;
    margin-bottom: 0.2em;
}
.sidebar br {
    margin: 0 0 0.1em;
}
.sidewrap .textwidget {
	width: 100%;
	margin: 0 auto 1em;	
}
.textwidget {
}
.tagcloud a {
    line-height: 150%;
}
#wp-calendar {
    width: 80%;
}
#wp-calendar td, #wp-calendar th{
    text-align: right;
    padding: 0.5em;
}
.sidebar h2 {
    padding: 0 0 0.3em;
    text-align: left;
    word-wrap: break-word;
}
#wp-calendar caption {
    font-size: 1.5em;
    line-height: 150%;
    padding-bottom: 0.2em;
    text-align: left;
}
a.rsswidget img {
    padding: 0.2em 0 0;
}
.sidewrap h2 {
	font-size: 4.2em;
}
.post {
    clear: both;
    text-indent: 0;
}
#bloglist .post {
	margin: 10em 0 0 0;
}
#bloglist .post::after {
    content: "■";
    display: block;
    font-size: 3em;
    margin: 2em auto;
    text-align: center;
    text-shadow: 4px 4px 0 #d5d5d5, 7px 7px 0 rgba(0, 0, 0, 0.2);
}
#bloglist > .post:last-of-type:after {
    content: "";
}
#bloglist .post:first-child {
	margin: 0;
}
#bloglist .archive-title+.post {
	margin: 3em 0 0 0;
}
.home .post:first-of-type {
	padding: 0;
}	
.more {
    padding: 1em 0 0;
	clear: both;
}
.more-link {
}
/*3. Menu */
.toggles {
	position: absolute;
    right: 0.8em;
    top: 0;
}
.menubox {
	display: none;
}
#headline {
	position:relative;
	width: 100%;
}
.menu-toggle, .socialbox {
    float: right;
    font-size: 3.4em;
    padding-top: 0.25em;
}
.menu-toggle .fa-bars.active:before {
	content: 'H';
}
.socialbox {
	padding-right: 0.3em;
	max-width: 7em;
}
.toggles a, .toggles a:link, .toggles a:visited {
	text-decoration: none;
	padding-right: 0.3em;
}
.toggles a:hover {
	text-decoration: none;
	opacity: 0.5;
}
#menuline {
    font-size: 1.6em;
    line-height: 220%;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0 1em;
}
#menuline a{
	margin: 0.5em;
	padding: 0 0.5em;
    text-transform: uppercase;
}
#menuline a {
	display: block;
	position: relative;
	text-decoration: none;
}
#menuline a:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	border-bottom: solid 2px;
	border-color: #fff;
	left: 0;
	-webkit-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}
#menuline a:hover:before {
	width: 100%;
}
#menuline li li a {
    line-height: 150%;
    margin: 0;
    padding: 0.5em 0.5em 0.5em 1em;
}
#menuline li li a:hover {
	text-decoration: underline;	
}
#menuline li li a:before {
	border: 0;
}
.main-navigation {
	width: 100%;
}
.main-navigation .nav-menu {
	display: none;
	padding-left: 0;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}
#menuline>div>ul {
	max-width: 80%;
}
.main-navigation li {
	border-width: 0;
	display: inline-block;
	position: relative;
}
.main-navigation a {
	display: block;
}
.main-navigation ul ul {
	border-top: 1px solid #d0d0d0;
	padding: 0.8em 0 0.8em 2em;
}
.main-navigation ul ul li {
	border-bottom-width: 0;
	display: list-item;
}
.main-navigation ul ul ul {
	border-top-width: 0;
	padding-top: 0;
}
.main-navigation ul ul li:last-child {
	border-bottom-width: 0;
}
.main-navigation ul ul .menu-item-has-children a:after {
	right: 0.5em;
	top: 1.75em;
}
.main-navigation ul ul a {
	padding: 0.25em 0;
}
.main-navigation ul ul ul {
	left: -999em;
	padding-bottom: 0;
	top: 0;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
	font-weight: bold;
}
.main-navigation .nav-menu {
	display: block;
	text-align: center;
}

@media (min-width: 768px) { /*big screen menu*/
	.main-navigation ul ul {
		border: 1px solid #d0d0d0;
		left: -999em;
		list-style: none;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}
	.main-navigation ul li:hover > ul{
		left: auto;
	}
	.main-navigation .menu-item-has-children > a:after {
		content: "\00a0\2193";
	}
	.main-navigation ul ul li {
		border-bottom: 1px solid #d0d0d0;
		margin: 0;
	}
	.main-navigation ul ul li:last-child {
		border-bottom: 0;
	}
	.main-navigation ul ul li:hover > ul {
		left: 100%;
		top: -1px;
	}
	.main-navigation ul ul .menu-item-has-children > a:after {
		content: "\00a0\2192";
		position: absolute;
		right: 0.5em;
		top: 0.6em;
	}
	.main-navigation ul ul a {
		width: 12.5em;
	}
	.main-navigation ul ul ul {
		border-top-width: 1px;
		left: -999em;
	}
}
/*4. meta data*/
.postline {
    clear: both;
    font-size: 1.6em;
    line-height: 150%;
    padding: 0.4rem 0 1rem 3.2rem;
    text-transform: uppercase;
    width: 100%;
}
.single .postline {
    padding: 0.4rem 0 1rem 3rem;
}
.bbpress .postline, .buddypress .postline {
	display: none;
}
.postline .fa {
    width: 1.5em;
}
.fa.lip {
	padding: 0 0 0 0.6em;
}
.postline br {
	margin: 0;
}
.s_date, .s_auth, .s_comm, .s_category, .tag-links {
    padding-right: 0.6em;
    line-height: 160%;
}
/*5. typography*/
.postcontent {
    font-size: 1.8em;
    line-height: 170%;
    word-wrap: break-word;
    overflow: hidden;
}
.postcontent:after, #column:after, #tlo:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
.postcontent p {
    margin-bottom: 0.6em;
}
p.has-large-font-size {
    line-height: 118%;
}
tr {
	font-size: 1.4em;
	line-height: 150%;	
}
th {
	padding: 0.1em;
}
.serif, cite, blockquote, {
    font-family: georgia, times, serif;
}
.monospace, var, code, code, kbd, tt, samp, pre {
	font-family: courier new, courier, monospace;
}
.ita, em, i {
	font-style: italic;
}
abbr {
    cursor: help;
}
.crossed {
    text-decoration: line-through;
}
blockquote {
    font-style: italic;
    padding: 1em;
}
address, dfn, cite, em, i {
    font-style: italic;
}
mark, ins {
    border: 1px dotted;
	text-decoration: none;
}
pre {
    padding-left: 2em;
    white-space: pre-wrap;
    word-wrap: break-word;
}
table {
    border-bottom: 1px solid;
    border-top: 1px solid;
    font-size: 0.8em;
}
th, td {
    padding: 1em;
    text-align: left;
    vertical-align: top;
}
tr {
    font-size: 1.2em;
    line-height: 150%;
}
thead th, b, strong, dt {
    font-weight: bold;
}
address, pre, ul, ol, dl, dd, table {
    margin-bottom: 0.4em;
}
hr {
    margin: 1em auto;
    width: 60%;
}
sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    top: 0.5ex;
}
sup {
    bottom: 1ex;
}
/*6. Headings*/
.site-description {
	font-size: 1.8em;
	line-height: 130%;
    padding-left: 1em;
    text-shadow: 1px 1px #ddd;
}
.postcontent h1, .comment-body h1 {
    font-size: 2.8em;
    letter-spacing: 1px;
    width: 100%;
    line-height: 150%;	
} 
#logo h1 {
    font-size: 10em;
    line-height: 130%;
	text-transform: uppercase;
  	letter-spacing: .05em;
  	text-shadow: 4px 4px 0px #d5d5d5, 7px 7px 0px rgba(0, 0, 0, 0.2);
}
#logo h1 a {
	text-decoration: none;
}
.heading h1, .heading h2, .archive-title {
    font-size: 5.4em;
    width: 100%;
    line-height: 130%;
}
.home .heading h2 {
	padding: 0;
}
.archive-title {
    margin-bottom: 1em;
    padding: 0 0 0 0.5em;
    text-align: center;
}
.big {
    font-size: 2.8em;
    line-height: 150%;	
}
.small {
	font-size: 0.7em;
}
.entry-title {
    word-wrap: break-word;
}
.postcontent h2, .comment-body h2, p.no-comments, #breadcrumbs {
	font-size: 2.2em;
	line-height: 1.2em;
	letter-spacing: -1px;
	clear: left;
    padding-top: 0.5em;
}
#breadcrumbs {
	padding: 0 1.4em 1em;
}
.left-sidebar #breadcrumbs {
	padding: 0 1em 1em;
}	
.postcontent h1, .postcontent h3, .comment-body h1, .comment-body h3 {
	padding-top: 0.5em;
}
h3, .medi {
    font-size: 1.8em;
    line-height: 150%;
  	padding: 0 0 0.1em;
}
.normal, h4, h5, .widget-side ul > li, .widget-foot ul > li, .pingback, .nopassword {
}
.widget-side ul li {
	text-transform: uppercase;	
}
.widget-side .children li, .widget-side .sub-menu li, .widget-foot  .children li, .widget-foot .sub-menu li  {
    font-size: 1em;
}
h4, h5, h6 {
    padding: 0 0 0.1em;
}
h6 {
	font-size: 0.8em;
	line-height: 150%;
}
.heading { 
    padding: 0 0 0 2rem;
	display: block;
}
/*7. Post format specific*/
.sticky {
    border-left: 3px dotted;
    border-right: 3px dotted;
}
.format-quote .postcontent, .format-status .postcontent  {
	font-size: 2em;
}
.format-quote .postcontent .quote {
    clear: both;
    font-size: 1em;
    margin: 0 auto;
    text-align: right;
    width: 90%;
}
.post.format-aside {
    border-bottom: 1px dashed #aaa;
    border-top: 1px dashed #aaa;
	padding-top: 0;
}	
/*8. Images*/
.post img, .page img, .sidebar img, figure {
    height: auto;
    max-width: 100%;
    padding: 0.2em 0 0;	
	display: block;
}
.wp-embedded-content {
    max-width: 100%;
}
.post .wp-caption img {
    padding: 0.2em 0 0;		
}
img.wp-smiley {
    padding: 0 0.1em;
}
.post .wp-caption {
    max-width: 100%;
    padding: 0.5em;
    text-align: center;
}
.post .wp-caption img {
	margin: 0;
}
.post .wp-caption-text {
	margin: 0;
	font-size: 0.9em;
}
/*9. Links*/
a, a:link, a:visited {
  text-decoration: none;
}
a:hover {
  	text-decoration: underline;
}
.list-text a, .comdate a, .fname a, .postline a, .heading h2 a, #logo a, #menuline a, a.genericon {
}
a.genericon {
	font-size: 2em;
}
/*10. Lists*/
.postcontent ol, .postcontent ul {
    margin: 0.6em 1em;
    padding-left: 0.5em;
}
ol {
    list-style: outside none decimal;
}
ul li, ol li {
    padding: 0.2em 0;
}
.comment-body li > ul, .comment-body li > ol, .comment-body blockquote > ul, .comment-body blockquote > ol {
    margin-left: 1em;
}
.comment-body li > ul, .comment-body li > ol {
    margin-bottom: 0;
}
.sidebar ul, .sidebar ol {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 1em;
}
/*11. inputs*/
input, textarea, select {
    border: 1px solid;
    line-height: 150%;
	outline: medium none;
    padding: 0.4em;
}
.postcontent .wp-editor-area {
    border: 1px solid;
}
.postcontent input, .postcontent textarea, .postcontent select {
    font-size: 1em;
}
input, textarea, select {
    max-width: 100%;
    background-color: inherit;
}
input#submit {
    font-size: 1.6em;
}
input#submit:hover {
	cursor: pointer;
	text-decoration: underline;
}
.search-submit {
	display: none;
}
textarea {
    min-height: 8em;
    padding: 0.4em 0.9em;
}
input:hover, textarea:hover, input:focus, textarea:focus {
    border: 1px solid;
}
/*12. Navigation*/
.nav-links {
    font-size: 2.6em;
    height: auto;
    letter-spacing: 3px;
    padding: 2em 0;
    text-align: center;
    width: 100%;
}
.nav-next, .nav-previous {
    font-size: 2.2em;
	line-height: 150%;
}
.page-links {
    font-size: 1.8em;
    padding: 1em 0 1.5em 8%;
    text-align: left;
    width: 100%;
}
.page-numbers {
    padding: 0.2em 0.5em;
    margin-left: 1%;
}
.page-numbers.current {
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
}
a.page-numbers {
    text-decoration: none;
    line-height: 250%;
}
.page-numbers.dots {
    border: 0 none;
}
/*13. comments & forms*/
#comment-area {
    display: block;
    padding: 3em 0;
}
.formleft {
    float: left;
    padding-right: 1em;
    text-align: right;
    width: 25%;
}
.formright {
	float: left;
	width: 50%;
}
.formright textarea {
	float: left;
	width: 100%;
}
.commentlist {
	list-style: none outside none;
}
li.comment {
    clear: both;
    width: 100%;
    margin: 2em 0 0;
}
.commentlist li.comment:first-child {
	margin-top: 0;	
}
.commentary {
	display: block;
    width: 100%;
}
.comment-left {
    display: inline-block;
    padding: 1em;
    text-align: left;
    vertical-align: middle;
    width: 23%;
	font-weight: bold;
}
.comment-body {
    display: inline-block;
    font-size: 1.3em;
    line-height: 150%;
    vertical-align: top;
    width: 75%;
}
.pingback .comment-body {
	width: 100%;
}
.commentlist .children > li {
    padding-left: 1.4737em;
}
.fname {
    font-size: 1.6em;
    font-style: normal;
    line-height: 150%;
}
.comdate {
    font-size: 1.1em;
    line-height: 100%;
}
.reply {
    font-size: 1.2em;
    line-height: 120%;
    padding: 1.2em 0 0;
}
.reply a {
	text-decoration: none;
}
.reply i {
   padding-right: 0.6em;
}
.commentlist .children {
	list-style: none;
}
.comment-form-comment label {
	line-height: 150%;
    font-size: 1.3em;
}
.comment-body p {
	line-height: 150%;
    font-size: 1.3em;
}
.formbottom {
	clear: both;
}
.formleft p {
	margin-bottom: 0.6em;
}
#comments {
	float: left;
	width: 100%;
}
#get_recent_comments_wrap ul li {
	text-indent: -1em;
}
.comment-respond {
    margin: 2em 0 5em;
}
.comments-title {
    margin: 0;
}
.comment-reply-title, .comments-title {
    font-size: 3em;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist article {
	padding: 1.6em 0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.comment-author {
   font-size: 1.6em;
    margin-bottom: 0.4em;
}
.comment-meta a {
	text-decoration: none;
}
.comment-author .avatar {
	float: left;
	margin-right: 0.8em;
}
.says {
	display: none;
}
.comment-metadata {
	margin-bottom: 1.6em;
}
.comment-metadata .edit-link {
	margin-left: 1em;
}
.pingback .edit-link {
	margin-left: 1em;
}
.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3em;
}
.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}
.comment-content > :last-child {
	margin-bottom: 0;
}
.commentlist .reply {
	font-size: 1.2em;
}
.commentlist .reply a {
    display: inline-block;
    font-weight: 700;
    padding: 0.4em 0.8em;
}
.contact-form input {
	max-width: 80%;
}
.comment-form label, .contact-form label {
    display: block;
    padding-top: 0.4em;
}
.postcontent .contact-form label {
	font-size: 0.75em;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags,
.comment-form label {
    font-size: 1.6em;
	line-height: 150%;
}
.comment-awaiting-moderation {
	font-style: italic;
}
.no-comments {
	border-top: 1px solid #eaeaea;
	font-weight: 700;
	padding-top: 1.6em;
}
.comment-navigation + .no-comments {
	border-top: 0;
}
.form-submit {
    margin: 1.4em 0 0;
}
.comment-reply-title small a {
    border: 0 none;
    font-size: 0.6em;
    margin-left: 2em;
}
#comments .navigation {
    margin-bottom: 2em;
}
/*14. gallery*/
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.8%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.4%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.1%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.2%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11%;
}
.gallery-icon img {
    margin: 0 auto;
    padding: 0;
}
.gallery-caption {
	display: block;
	line-height: 150%;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
/*15. Icons*/
@font-face {
	font-family: "simplified-icons";
	src:url("fonts/simplified-icons.eot");
	src:url("fonts/simplified-icons.eot?#iefix") format("embedded-opentype"),
	  url("fonts/simplified-icons.woff") format("woff"),
	  url("fonts/simplified-icons.ttf") format("truetype"),
	  url("fonts/simplified-icons.svg#simplified-icons") format("svg");
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 "simplified-icons";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	position: relative;
	top: 2px;  
}
[class^="fa-"]:before,
[class*=" fa-"]:before {
	font-family: "simplified-icons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-user:before {
 	content: "b";
}
h1 .fa-user {
    top: 4px;
}
.fa-folder-open-o:before {
	content: "c";
}
.fa-folder-open-o {
	top: 3px;
}
h1 .fa-folder-open-o {
    top: 6px;
}
.fa-comment:before {
	content: "d";
}
.fa-tags:before {
	content: "e";
}
.fa-quote-left:before {
	content: "g";
}
.fa-quote-left, .fa-ellipsis-h {
  font-size: 3em;
}
.fa-rss:before {
	content: "h";
}
.fa-edit:before {
	content: "i";
}
.fa-home:before {
	content: "j";
}
.fa-sticky:before {
	content: "k";
}
.fa-ellipsis-h:before {
	content: "f";
}
.fa-search:before {
	content: "l";
}
.fa-calendar-o:before {
	content: "a";
}
.fa-bars:before {
  	content: "\49";
}
<!--social-->
.fa-rss:before {
  	content: "\68";
}
.fa-home:before {
  	content: "\6a";
}
.fa-search:before {
  	content: "\6c";
}
.fa-facebook:before {
  	content: "\6b";
}
.fa-facebook-official:before {
  	content: "\6d";
}
.fa-google-plus-square:before {
  	content: "\70";
}
.fa-google-plus-1:before {
  	content: "\71";
}
.fa-instagram:before {
  	content: "\72";
}
.fa-linkedin:before {
  	content: "\73";
}
.fa-linkedin-square:before {
  	content: "\74";
}
.fa-pinterest:before {
  	content: "\75";
}
.fa-pinterest-square:before {
  	content: "\76";
}
.fa-rss-1:before {
  	content: "\77";
}
.fa-vk:before {
  	content: "\79";
}
.fa-twitter:before {
  	content: "\7a";
}
.fa-twitter-square:before {
  	content: "\41";
}
.fa-tumblr-square:before {
  	content: "\42";
}
.fa-tumblr:before {
  	content: "\43";
}
.fa-youtube:before {
  	content: "\44";
}
.fa-youtube-play:before {
  	content: "\45";
}
.fa-camera-retro:before {
  	content: "\46";
}
.fa-email-envelope:before {
  	content: "\47";
    font-size: 122%;
    vertical-align: sub;
}
.fa-skype:before {
  	content: "\78";
    font-size: 150%;
    vertical-align: sub;
}
.fa-pin-map:before {
  	content: "\6e";
    font-size: 150%;
    vertical-align: sub;
}
.fa-phone-mobile:before {
  	content: "\6f";
    font-size: 170%;
    vertical-align: sub;
}
.fa-phone-mobile {
    top: 4px;
}

/*16. Mobile devices*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 767px) {
	.heading {
		padding: 0 0 0 4%;
	}
	.toggles {
		font-size: 130%;
	}
	.socialbox {
	    clear: right;
		padding-right:0;
	}	
	.socialbox a {
	    display: block;
		padding-top: 0.16em;
	}
	#headline #menuline {
	    margin-bottom: 0;
    	position: unset;
	}
	#logo {
    	padding: 5em 2em 8em;
	}
	#bloglist {
		width: 100%;
	}
	#column {
		padding: 0 2% 0 1%;
	}
	.postcontent, #comment-area {
		margin: 0 1% 0 4%;
	}
	#sidewrap {
		width: 100%;
	}	
	.sidebar {
		padding: 0;
	}
	.nav-links {
		font-size: 2.4em;
	}
	.page-numbers.dots {
		margin: 0;
		padding: 0;
	}
	.archive .postline, .blog .postline, #footer, .form-allowed-tags {
		display:none;
	}
	#logo h1 {
		font-size: calc(3em + 8vw);
	}
	.heading h1, .heading h2, .archive-title {
		font-size: calc(3em + 2vw);
	}
	.postcontent h1 {
		font-size: calc(1.8em + 2vw);
	}
	.postcontent h2 {
		font-size: calc(1.4em + 2vw);
	}
	.postcontent h3 {
		font-size: calc(1.2em + 2vw);
	}
	.comment-notes,.comment-awaiting-moderation,.logged-in-as {
		font-size: calc(1.4em + 2vw);
	}
	.gallery-columns-2 .gallery-item {
		max-width: 100%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 100%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-5 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 33%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 33%;
	}
	#menuline {
		display: none;
		margin-bottom: 1em;
		padding: 0;
	}
	#menuline a {
		margin-left: 2rem;
		padding: 0;
	}
	#menuline a:hover {
		text-decoration: underline;
	}
	#menuline li a::before {
		border: 0;
	}
	.menu-toggle {
		display: block;
	}
	#menuline ul {
		text-align: left;
	}
	#menuline .nav-menu {
		text-align: left;
	}
	#menuline li {
		border-bottom: 1px solid #d0d0d0;
		display: table;
		padding: 0;
		position: relative;
		width: 100%;
	}
	#menuline li ul li {
		border: 0;	
	}
	#menuline ul li:first-child {
		padding: 0.64em 0;			
	}
	#menuline ul li  li:first-child {
		padding: 0;
	}
	#menuline li li a {
		padding-left: 1em;
	}
}
/*17. misc*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.widget_wpcom_social_media_icons_widget li {
    border: 0 none;
    display: inline;
    margin-right: 0.5em;
}
#subscription-toggle {
    float: right;
    padding-right: 0.4em;
}
.bypostauthor {}
/* from typist Pro */
.sidebar .s_auth {
	padding-right: 0;
}
.sidebar .s_date {
    white-space: pre;
}
.si-recent-widget h3, .si-authors-widget h3 {
    font-size: 1.3em;
    max-height: 2.6em;
    line-height: 120%;
    overflow: hidden;
    padding: 0;
}
.si-recent-widget .wid-thumb {
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
	float: left;
    height: 70px;
    margin-right: 1em;
    width: 70px;
}
.si-authors-widget .avatar {
	float: left;
    margin-right: 1em;
}
.si-recent-widget li, .si-authors-widget li {
	clear: left;
    padding-top: 0.6em;
}
.si-recent-widget .wid-thumb img, .si-authors-widget .avatar {
	padding: 0;	
}
.si-widget a, .si-widget a:link, .si-widget a:visited {
    text-decoration: none;
}
.widget-contact-info {
    padding-left: 2.5em;
}
.widget-contact-info h3 {
	font-size: 2.8em;
}
.widget-contact-info p {
	margin-bottom: 0.4em;
}
.widget-contact-info span.fa {
	width: 3em;
	text-align: center;
}
.widget-contact-info .locality {
	padding-left: 3em;
}
.widget-about-me {
	text-align: center;
}
.widget-about-me img {
	display:inline;
}
/*18. Color Schemes*/
#logo {text-align: left;}
.tlo {max-width: 1400px;}
body, input, textarea, .site-description {font-family: 'Noto Sans', sans-serif;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1, h2, h3, h4, h5, h6, .nav-links, .comments-title, .page-links, #comments .navigation {font-family: 'Fjalla One', sans-serif;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1, h2, h3, h4, h5, h6, .site-description { font-weight: normal;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .toggles a, .toggles a:link, .toggles a:visited {color: #000;}
body, input, textarea, .postline, footer.postline a, .format-status .postcontent, .format-quote .postcontent .quote, .fa-quote-left, .reply, .reply a, .comment-meta a, #menuline li li a, #menuline li li a:hover {color: #000;} 
input, textarea, .wp-editor-area {border-color: #30000e;}
a {color: #999;}
#menuline ul.sub-menu {background-color: #FFF;}
a:active, a:focus, a:hover, footer.postline a:hover {color: #AA264B;}
input:hover, textarea:hover, input:focus, textarea:focus, .sticky {border-color: #AA264B;}
#menuline {background-color: #999;}
.menu-toggle .fa-bars.active:before, #menuline a, #menuline a:hover {color: #FFF;}
#logo h1 a {color: #2c2c2c;}
/* Color Schemes. Cherry*/
body#cherry, #cherry input, #cherry textarea, #cherry select {background-color: #F4F4F4;}
#cherry #menuline a:before {border-color: #fff;}
#cherry .archive-title  {color: #AA264B;}
body#cherry, #cherry input, #cherry textarea, #cherry .postline, #cherry footer.postline a, #cherry .format-status .postcontent, #cherry .format-quote .postcontent .quote, #cherry .fa-quote-left, #cherry .reply, #cherry .reply a, #cherry .comment-meta a, #cherry #menuline li li a, #cherry #menuline li li a:hover, #cherry h1 a, #cherry h2 a, #cherry h3 a, #cherry h4 a, #cherry h5 a, #cherry h6 a, #cherry .toggles a, #cherry .toggles a:link, #cherry .toggles a:visited {color: #30000e;} 
#cherry a:active, #cherry a:focus, #cherry a:hover, #cherry footer.postline a:hover {color: #AA264B;}
#cherry .menu-toggle .fa-bars.active:before, #cherry #menuline a, #cherry #menuline a:hover {color: #FFF;}
#cherry #logo h1 a {color: #2c2c2c;}
/*greyscale*/
body#greyscale, #greyscale input, #greyscale textarea, #greyscale select, #greyscale #menuline ul.sub-menu, #greyscale #menuline {background-color: #FFF;}
#greyscale a:active, #greyscale a:focus, #greyscale a:hover, #greyscale footer.postline a:hover, #greyscale .archive-title {color: #020101;}
#greyscale #menuline {background-color: #eaeaea;}
#greyscale .menu-toggle .fa-bars.active:before, #greyscale #menuline a, #greyscale #menuline a:hover {color: #000;}
#greyscale #menuline a:before, #greyscale input:hover, #greyscale textarea:hover, #greyscale input:focus, #greyscale textarea:focus, #greyscale .sticky {border-color: #000;}
#greyscale input, #greyscale textarea, #greyscale select, #greyscale .wp-editor-area, #greyscale select {border-color: #eaeaea;}
/*mono*/
body#mono, #mono input, #mono textarea, #mono select {background-color: #FFF;}
#mono a, #mono a:active, #mono a:focus, #mono a:hover, #mono footer.postline a:hover, #mono #menuline li li a, #mono #menuline li li a:hover, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .toggles a, .toggles a:link, .toggles a:visited {color: #000;}
#mono .postcontent a {text-decoration:underline;}
#mono #menuline {background-color: #000;}
#mono .menu-toggle .fa-bars.active:before, #mono #menuline a, #mono #menuline a:hover, #mono .icons.active {color: #fff;}
#mono #menuline a:before {border-color: #fff;}
#mono input:hover, #mono textarea:hover, #mono input:focus, #mono textarea:focus, #mono .sticky, #mono .main-navigation ul ul, #mono .main-navigation ul ul li {border-color: #000;}
/*beige*/
#beige #logo h1 a {color: #2c2c2c;}
#beige a, #beige #menuline li a, #beige #menuline li li a:hover, #beige h1 a, #beige h2 a, #beige h3 a, #beige h4 a, #beige h5 a, #beige h6 a, #beige .toggles a, #beige .toggles a:link, #beige .toggles a:visited, #beige .postline {color: #774f38;}
#beige a:active, #beige a:focus, #beige a:hover, #beige footer.postline a:hover, #beige .archive-title {color: #C13100;}
#beige #menuline a:before {border-color: #C13100;}
#beige #menuline li li, body#beige, #beige input, #beige select, #beige textarea, #beige #menuline ul.sub-menu {background-color: #F3EFE0;}
#beige #menuline {background-color: #ECE5CE;}
#beige .menu-toggle .fa-bars.active:before, #beige .icons.active {color: #000;} 
#beige #logo h1, #beige #bloglist .post::after {text-shadow: 4px 4px 0 #ece5ce, 7px 7px 0 rgba(0, 0, 0, 0.2);}
/*dark*/
body#dark, #dark input, #dark textarea, #dark select, #dark #menuline ul.sub-menu, #dark #menuline {background-color: #000;}
#dark a:active, #dark a:focus, #dark a:hover, #dark footer.postline a:hover {color: #020101;}
#dark #menuline {background-color: #000; border: 1px solid #fff;border-top:0;}
#dark #menuline a:before, #dark input:hover, #dark textarea:hover, #dark input:focus, #dark textarea:focus, #dark .sticky {border-color: #fff;}
#dark .postline, #dark a, #dark a:active, #dark a:focus, #dark a:hover, #dark footer.postline a:hover, #dark .archive-title {color: #eaeaea;}
#dark .postcontent a {text-decoration:underline;}
#dark h1 a, #dark h2 a, #dark h3 a, #dark h4 a, #dark h5 a, #dark h6 a, #dark .toggles a, #dark .toggles a:link, #dark .toggles a:visited, body#dark , #dark input, #dark textarea, #dark select, #dark .postline, #dark footer.postline a, #dark .format-status .postcontent, #dark .format-quote .postcontent .quote, #dark .fa-quote-left, #dark .reply, #dark .reply a, #dark .comment-meta a, #dark #menuline li li a, #dark #menuline li li a:hover, #dark .menu-toggle .fa-bars.active:before, #dark #menuline a, #dark #menuline a:hover {color: #fff;} 
#dark input, #dark textarea, #dark .wp-editor-area {border-color: #eaeaea;}
#dark #logo h1, #dark #bloglist .post::after {text-shadow: 4px 4px 0 #777, 7px 7px 0 rgba(111, 111, 111, 0.3);}
/*gum*/
#gum .postcontent a {text-decoration:underline;}
#gum a, #gum #logo h1 a, body#gum, #gum input, #gum select, #gum textarea, #gum .postline, #gum footer.postline a, #gum .archive-title, #gum .format-status .postcontent, #gum .format-quote .postcontent .quote, #gum .fa-quote-left, #gum .reply, #gum .reply a, #gum .comment-meta a, #gum #menuline li li a, #gum #menuline li li a:hover {color: #393950;} 
#gum a:active, #gum a:focus, #gum a:hover, #gum footer.postline a:hover {color: #C13100;}
#gum #menuline a:before {border-color: #C13100;}
body#gum, #gum input, #gum textarea, #gum select, #gum #menuline ul.sub-menu, #gum #menuline li li {background-color: #DAEDAF;}
#gum #menuline {background-color: #D6D593;}
#gum #menuline li a, #gum #menuline li li a:hover {color: #774F38;} 
#gum h1 a, #gum h2 a, #gum h3 a, #gum h4 a, #gum h5 a, #gum h6 a, #gum .toggles a, #gum .toggles a:link, #gum .toggles a:visited, #gum .menu-toggle .fa-bars.active:before {color: #c13100;}
#gum #logo h1, #gum #bloglist .post::after {text-shadow: 4px 4px 0 #CCE9BC, 7px 7px 0 rgba(0, 0, 0, 0.2);}   
/*terminal*/
body#terminal, #terminal input, #terminal textarea, #terminal select, #terminal #menuline ul.sub-menu, #terminal #menuline {background-color: #000;}
#terminal a:active, #terminal a:focus, #terminal a:hover, #terminal footer.postline a:hover {color: #FF0;}
#terminal #menuline {background-color: #000; border-bottom: 1px solid #0F0;}
#terminal #menuline a:before, #terminal input:hover, #terminal textarea:hover, #terminal input:focus, #terminal textarea:focus, #terminal .sticky {border-color: #FF0;}
#terminal .postline, #terminal a, #terminal a:active, #terminal a:focus, #terminal a:hover, #terminal footer.postline a:hover, #terminal .archive-title {color: #FF0;}
#terminal a, #terminal .entry-title a:hover, #terminal #menuline li li a:hover {text-decoration:underline;}
#terminal .entry-title a, #terminal .postline a, #terminal #menuline a, #terminal .widget_wpcom_social_media_icons_widget a {text-decoration:none;}
#terminal h1 a, #terminal h2 a, #terminal h3 a, #terminal h4 a, #terminal h5 a, #terminal h6 a, #terminal .sidebar h2 {color: #FF0;}
body#terminal, #terminal #logo h1 a, #terminal a, #terminal input, #terminal textarea, #terminal select, #terminal .postline, #terminal footer.postline a, #terminal .format-status .postcontent, #terminal .format-quote .postcontent .quote, #terminal .fa-quote-left, #terminal .reply, #terminal .reply a, #terminal .comment-meta a, #terminal #menuline li li a, #terminal #menuline li li a:hover, #terminal #menuline a, #terminal #menuline a:hover, #terminal .toggles a, #terminal .toggles a:link, #terminal .toggles a:visited, #terminal .menu-toggle .fa-bars.active:before {color: #0F0;} 
#terminal input, #terminal textarea, #terminal .wp-editor-area {border-color: #0F0;}
#terminal #logo h1, #terminal #bloglist .post::after {text-shadow: 4px 4px 0 #777, 7px 7px 0 rgba(111, 111, 111, 0.3);}