/*
	Theme Name: Schmidtlepp
	Theme URI: http://christopherlauer.de
	Author: Peter Amende
	Author URI: http://www.zutrinken.com
	Description: Theme.
	Version: 1.1.0
	License: private
	License URI: Private
	Text Domain: schmidtlepp
*/

/*

	Light Grey:		#f0f2f5
	Light Grey:		#dee0e3
	Light Grey:		#aaadb3
	Medium Grey:	#757a80
	Dark Grey:		#2e2e33
	
*/


/* ==========================================================================
   Includes - Ground zero
   ========================================================================== */

@import url('css/normalize.css');
@import url('css/wordpress.css');
@import url('css/font-awesome.min.css');

/* __________________________________________________________________.01 Fonts */

/* __________________________________________________________________.02 Reset */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after, .clear { clear: both; }
.clearfix { zoom: 1; }
nav ul, nav ol, nav li { list-style-type: none; margin: 0; padding: 0; }
.screen-reader-text {}
	
/* __________________________________________________________________.04 Presets */



body,
input,
select,
textarea {
	font-family: 'Lato', 'Arial', Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 400;
	vertical-align: baseline;
	color: #333;
}

	/* ------------------------------ Headlines */

::-moz-selection, ::selection {
    color: #222;
    background: #D6EDFF;
    text-shadow: none;
}
.post-content em,
.post-content i {
	font-style: italic;
	color: #262626;
}
.post-content strong,
.post-content b {
	font-weight: 600;
	color: #262626;
}
.post-content small {
    font-size: 0.8em;
    line-height: 1.667em;
    font-weight: 400;
    color: #757a80;
}
.post-content mark {
    background-color: #ffc336;
}
.post-content a {
	color: #2e6be5;
	text-decoration: underline;
	font-weight: 500;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}
.post-content strong a,
.post-content b a {
	font-weight: inherit;
}
.post-content a:hover,
.post-content a:focus {
	color: #0044cc;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	text-rendering: optimizeLegibility;
	color: #000;
}
.post-content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 1.334em 0 0.667em;
	font-weight: 700;
}
.post-content h2 {
	font-size: 1.667em;
	line-height: 1.2em;
	margin: 1.6em 0 0.8em;
	font-weight: 700;
}
.post-content h3 {
	font-size: 1.334em;
	line-height: 1.25em;
	margin: 2em 0 1em;
	font-weight: 700;
}
.post-content h4 {
	font-size: 1.2em;
	line-height: 1.112em;
	margin: 2.223em 0 1.112em;
	font-weight: 700;
}
.post-content h5,
.post-content h6 {
	font-size: 1em;
	line-height: 1.334em;
	margin: 2em 0 1.334em;
}
.post-content h1 a,
.post-content h2 a,
.post-content h3 a,
.post-content h4 a,
.post-content h5 a,
.post-content h6 a {
	font-weight: inherit;
}
.post-content p,
.post-content ul,
.post-content ol,
.post-content dl {
    margin: 30px 0;
}
.post-content ul {
	list-style: none;
	padding-left: 45px;
}
.post-content li {
	position: relative;
}
.post-content ul > li:before,
.post-content ol > li:before {
	position: absolute;
	width: 45px;
	margin-left: -45px;
	font-size: 1em;
	font-weight: 700;
	line-height: 25px;
	text-align: left;
	color: #000;
}
.post-content ul > li:before {
	content: '•';
}
.post-content ol {
	padding-left: 45px;
	list-style-type: none;
	counter-reset: item;
}
.post-content ol > li:before {
	content: counter(item) ". " !important;
	counter-increment: item;
}
.post-content ol ol,
.post-content ul ul,
.post-content ul ol,
.post-content ol ul {
	padding-left: 30px;
	margin: 15px 0;
}
.post-content dl dt {
	position: relative;
    float: left;
    max-width: 70px;
    margin-left: -10px;
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 0.8em;
    line-height: 25px;
    color: #000;
    background: #fff;
}
@media only screen and (max-width: 480px) {
	.post-content dl dt {
		float: none;
		width: auto;
		margin-bottom: 0;
	}
}
.post-content dl dd {
	position: relative;
    margin-left: 100px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
	.post-content dl dd {
		margin-left: 0;
		margin-bottom: 2em;
	}
}
.post-content dd:after {
	content: '';
	position: absolute;
	left: -100px;
	top: 12px;
	z-index: -1;
	width: 90px;
	height: 1px;
	background: #ddd;
}
@media only screen and (max-width: 480px) {
	.post-content dl dd:after {
		display: none;
	}
}
.post-content hr {
    display: block;
    height: 1px;
    margin: 30px 0;
    padding: 0;
	background: #e5e5e5;
    border: 0;
}
.post-content blockquote {
	margin: 15px auto;
    padding: 15px 0 15px 45px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.1em;
    line-height: 28px;
    font-family: serif;
    font-style: italic;
    font-weight: 400;
    color: #757a80;

}
.post-content blockquote p {
	margin: 15px auto;
}
.post-content blockquote p:first-child {
	margin-top: 0;
}
.post-content blockquote p:last-child {
	margin-bottom: 0;
}
.post-content code,
.post-content tt {
	position: relative;
	margin: 0 0.333em;
	padding: 0.333em 0.666em;
	font-family: monospace, sans-serif;
	font-size: 0.75em;
	white-space: pre;
	background: #f0f2f5;
    border: 1px solid #ebe9e6;
	top: -2px;
}
.post-content pre {
	position: relative;
	margin: 30px 0;
	padding: 15px;
	overflow: hidden;
	font-family: monospace, sans-serif;
	white-space: pre;
	background: #f0f2f5;
	color: #757a80;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.post-content pre code,
.post-content pre tt {
	position: static;
	top: auto;
	margin: -1.333em -1.333em -1.333em 1.333em;
	padding: 1.333em;
	overflow: scroll;
	font-size: 0.75em;
	line-height: 2em;
	white-space: pre;
	background: transparent;
	border: none;
	vertical-align: inherit;
}
.post-content kbd {
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 1px 8px;
    border: #ccc 1px solid;
    color: #757a80;
    text-shadow: #fff 0 1px 0;
    font-size: 0.9em;
    font-weight: bold;
    background: #f0f2f5;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset;
}
.post-content table {
	width: 100%;
	max-width: 100%;
	margin: 30px 0;
	background-color: transparent;
	border: 1px solid #dee0e3;
}
.post-content table th,
.post-content table td {
    position: relative;
    padding: 0.5em;
    line-height: 0.95em;
    text-align: left;
    border: 1px solid #dee0e3;
}
.post-content table th {
	font-weight: 600;
	font-size: 0.75em;
	line-height: 1.25em;
	padding: 0.666em;
	color: #000;
}
.post-content table td:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -1px;
	top: -1px;
	padding: 1px;
	z-index: -1;
	content: '';
	background: #f0f2f5;
}
.post-content img {
	display: block;
	max-width: 100%;
	height: auto;
}

#commentform .input,
.post-content input[type="text"],
.post-content input[type="email"],
.post-content textarea {
	font-size: 1em;
	width: 100%;
	padding: 0.667em;
	border: 1px solid #dee0e3;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	appearance: normal;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	outline: none;
	box-shadow: inset 0 0 0 1px transparent;
}
#commentform .input:hover,
.post-content input[type="text"]:hover,
.post-content input[type="email"]:hover,
.post-content textarea:hover {
	border-color: #aaadb3;
}
#commentform .input:focus,
.post-content input[type="text"]:focus,
.post-content input[type="email"]:focus,
.post-content textarea:focus {
	border-color: #2e2e33;
	box-shadow: inset 0 0 0 1px #2e2e33;
}
#commentform #submit,
.post-content input[type="submit"],
.post-content input[type="button"],
.post-content button {
	font-size: 1em;
	width: 100%;
	font-weight: 400;
	color: #eee;
	padding: 0.667em;
	background: #757a80;
	border: 0;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	appearance: normal;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}
#commentform #submit:hover,
#commentform #submit:focus,
.post-content input[type="submit"]:hover,
.post-content input[type="submit"]:focus,
.post-content input[type="button"]:hover,
.post-content input[type="button"]:focus,
.post-content button:hover,
.post-content button:focus {
	background: #2e2e33;
	color: #fff;
}

.post-content img {
	max-width: 100%;
	height: auto;
}

.post-content object,
.post-content audio {
	max-width: 100%;
}


	/* ------------------------------ Searchform */

.searchform {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #f0f2f5;
	border-radius: 2px;
}
.searchform input.searchform-input,
.searchform input.searchform-input:hover,
.searchform input.searchform-input:focus {
	font-size: 1.2em;
	font-weight: 300;
	width: 95%;
	height: 32px;
	padding: 0;
	margin: 4px 8px;
	border: 0;;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: medium none;
}
.searchform button.searchform-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	line-height: 40px;
	text-align: center;
	font-size: 1.4em;
	background: transparent;
	border: 0;
	color: #757a80;

}




/* __________________________________________________________________.05 Article */


	/* ------------------------------ Frontpage Teaser */

.teaser-wrapper {
	margin: 24px -12px 24px;
}
@media only screen and (max-width: 640px) {
	.teaser-wrapper {
		margin: 16px;
	}
}
.teaser-wrapper:after {
	clear: both;
	content: '';
	display: table;
}
.teaser {
	position: relative;
	width: 33.333%;
	float: left;
	padding: 0 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}
@media only screen and (max-width: 640px) {
	.teaser {
		width: auto;
		padding: 0;
		float: none;
		margin-bottom: 16px;
	}
	.teaser:last-child {
		margin-bottom: 0;
	}
}
.teaser-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.teaser-image {
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0;
	padding-bottom: 56.25%;
	background: no-repeat scroll center center / cover transparent;
}

.teaser-text {
	font-size: 0.9em;
	padding: 24px;
	background: #f0f2f5;
	-webkit-transition: background ease-out 0.2s;
	transition: background ease-out 0.2s;
}
.teaser:hover .teaser-text,
.teaser:focus .teaser-text {
	background: #dfe1e5;
}

.teaser-title {
	font-size: 1.4em;
	font-weight: 900;
	margin: 0 0 16px;
	padding: 0;
}
.teaser-info {
	margin: 16px 0 0;
}


	/* ------------------------------ Article */

.hentry {
	margin: auto;
	position: relative;
	padding: 64px 0;
}
.hentry:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	border-top: 1px solid #dee0e3;
	z-index: -1;
}
.hentry:first-child:before {
	display: none;
}
.header {
	overflow: hidden;
}
.post-title {
	font-size: 1.4em;
	line-height: 1.2em;
	color: #000;
	padding: 0;
	margin: 0 0 24px;
	overflow: hidden;
	font-weight: 900;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.post-title em {
	font-weight: 400;
	font-style: normal;
}
.post-title em:before {
	content: '“';
}
.post-title em:after {
	content: '”';
}
.post-title a {
	color: #000;
	text-decoration: none;
}
.post-title a:hover,
.post-title a:focus {
	color: #2e2e33;
}
.post-content {

}
.post-content p:first-child {
	margin-top: 0;
}

.post-info {
	position: absolute;
	width: 30%;
	left: 100%;
	top: 0;
	overflow: auto;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 960px) {
	.post-info {
		position: relative;
		left: auto;
		top: auto;
		padding: 0;
		width: auto;
		margin-left: 0;
		margin-bottom: 16px;
		margin-top: -16px;
	}
}
.footer {
	padding: 1em 0 0;
	overflow: auto;
}

.post-meta {
	color: #aaadb3;
	font-size: 1em;
	line-height: 20px;

	font-weight: 400;
}
.post-meta a {
	color: #aaadb3;
	text-decoration: none;
}
.post-meta a:hover,
.post-meta a:focus {
	color: #757a80;
}
.post-meta .post-meta-title {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.75em;
	margin-bottom: 8px;
	margin-top: 0;
}
.post-date {
	display: block;
	color: #757a80;
	margin: 0 0 16px;
	padding: 4px 0;
}
.post-categories {
	display: block;
	margin: 32px 0;
	padding: 0;
	box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
	.post-categories {
		float: left;
		width: 50%;
		margin: 16px 0;
		padding-right: 8px;
	}
}
@media only screen and (max-width: 480px) {
	.post-categories {
		float: none;
		width: auto;
		padding-right: 0;
	}
}
.post-categories a {
	display: inline-block;
	color: #2e2e33;
	background: #f0f2f5;
	padding: 3px 6px;
	margin: 0 2px 5px 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.post-categories a:hover,
.post-categories a:focus {
	color: #2e2e33;
	background: #dee0e3;
}

.post-tags {
	display: block;
	margin: 32px 0;
	padding: 0;
	box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
	.post-tags {
		float: right;
		width: 50%;
		margin: 16px 0;
		padding-left: 8px;
	}
}
@media only screen and (max-width: 480px) {
	.post-tags {
		float: none;
		width: auto;
		padding-left: 0;
	}
}
.post-tags a {
	display: inline-block;
	color: #2e2e33;
	background: #f0f2f5;
	padding: 3px 6px;
	margin: 0 2px 5px 0;
	border-radius: 2px;
}
.post-tags a:hover,
.post-tags a:focus {
	color: #2e2e33;
	background: #dee0e3;
}
.post-more {
	position: relative;
	padding-right: 10px;
	text-decoration: none !important;
}
.post-more:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -2.5px;
	border-top: 1.5px solid #2e6be5;
	border-right: 1.5px solid #2e6be5;
	box-sizing: border-box;
	transform: rotate(45deg);
}
	
	
	/* ------------------------------ Format Audio */


.cover {
	display: none;
	position: absolute;
	margin: 0 auto;
	right: 100%;
	width: 25%;
	height: 0;
	margin-left: -20px;
	padding-bottom: 27.5%;
	background: #2e2e33;
}
@media only screen and (max-width: 960px) {
	.cover {
		display: none !important;
	}
}
.format-audio .cover:after {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f130';
	position: absolute;
	top: 50%;
	left: 50%;
	border: 0.025em solid #fff;
	padding: 0.225em;
	margin: -0.75em 0 0 -0.75em;
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
	color: #fff;
	font-size: 3em;
	-webkit-border-radius: 5em;
	border-radius: 5em;
}
.category-hour-of-lauer .cover,
.category-lauer-informiert .cover,
.hour-of-lauer .cover,
.lauer-informiert .cover,
.format-audio .cover {
	display: block;
}

.category-hour-of-lauer .cover,
.hour-of-lauer .cover {
	background-image: url('images/cover-hour-of-lauer.jpg') !important;
	background-size: cover !important;
}
.category-lauer-informiert .cover,
.lauer-informiert .cover {
	background-image: url('images/cover-lauer-informiert.jpg') !important;
	background-size: cover !important;
}


	/* ------------------------------ Sticky Posts */

.sticky {}  


/* __________________________________________________________________.06 Comments */


	/* ------------------------------ Comment List */

#replys {
	clear: both;
	margin: auto;
}
#comments-wrapper,
#respond-wrapper {

}

	
.nocomments {
	display: none;
}
#comments {
	margin: 32px auto;
	font-weight: 900;
	color: #000;
}
.commentlist {
	margin: 0 0 64px;
	padding: 0;
	list-style: none;
	
	position: relative;
	border-bottom: 1px solid #dee0e3;
}
.commentlist li {
	position: relative;
	border-top: 1px solid #dee0e3;
	padding: 0;
	margin: 0;
}
.bypostauthor {

}
.commentlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}
.commentlist ul ul {
	margin: 0;
}
.commentlist li li {
	overflow: auto;
	background: rgba(0,0,0,0.0333);
	margin: 0;
}
.commentlist ul ul {
	margin: 0;
	border-bottom: 0;
}
.commentlist li li li {
	
}


	/* ------------------------------ Comment Content */

.comment-body {
	margin: 0;
	position: relative;
	padding: 32px 0 8px;
}
li li .comment-body {
	padding-left: 32px;
}
li li li .comment-body {
	padding-left: 64px;
}
li li li li .comment-body {
	padding-left: 96px;
}
@media only screen and (max-width: 960px) {
	li li .comment-body {
		padding-left: 16px;
	}
	li li li .comment-body {
		padding-left: 32px;
	}
	li li li li .comment-body {
		padding-left: 48px;
	}
}
.comment-body:after {
	clear: both;
	content: '';
	display: table;
}
.comment-body .comment-info {
	width: 20%;
	float: left;
}
.comment-body .comment-text {
	width: 77.777%;
	float: right;
}
.comment-body .comment-text > *:first-child {
	margin-top: 0;
}
.comment-body .unlock {
	font-weight: 700;
	color: #181818;
}
.comment-body .comment-author {}
.comment-body .comment-author .avatar {
	float: left;
	margin: 0 10px 10px 0;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.comment-body .comment-author .fn {
	font-size: 1em;
	font-style: normal;
	font-weight: 700;
	color: #2e2e33;
}
.comment-body .comment-author .fn a,
.comment-body .comment-author .fn a:hover,
.comment-body .comment-author .fn a:focus {
	color: inherit;
	font-weight: inherit;
}
.comment-body .comment-meta {
	margin: 0 0 1.5em;
	clear: both;
	font-size: 0.8em;
	font-weight: 400;
}
.comment-body .comment-meta a {
	color: #757a80;
	text-decoration: none;
}
.comment-body .comment-meta a:hover,
.comment-body .comment-meta a:focus {
	color: #757a80;
}
.comment-body .reply {
	display: block;
}
.comment-body .reply a {
	color: #2e6be5;
}
.comment-body .reply a:hover,
.comment-body .reply a:focus {
	color: #0044cc;
}

	/* ------------------------------ Pingbacks */

.pingback {}
.pingback .comment-body {}
.pingback .comment-body .comment-author .avatar,
.pingback .comment-body .reply {
	display: none;
}

	/* ------------------------------ Commentform */

#respond {
	margin: 64px auto;
}
#respond h3 {
	font-weight: 900;
	color: #000;
}
#commentform-wrapper {
	margin: 1.6em auto 6.4em;
	position: relative;
	float: none;
	max-width: none;
	width: 111.111%;
	left: -5.555%;
}
#commentform {
	overflow: auto;
	padding: 0 5%;
	margin: 0;
	color: #757a80;
}
#commentform a {
	color: #404040;
}
#commentform p {
	margin: 10px 0;
	overflow: auto;
}
#commentform .commentform-info {
	float: right;
	clear: right;
	width: 100%;
}
#commentform label {
	padding: 0;
	font-size: 0.75em;
	font-weight: 400;
}
#commentform .input {
	float: right;
	clear: right;
	width: 100%;
}


/* __________________________________________________________________.07 Layout */

html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	background: #fff;
}
.error404 #404 {
	height: 640px;
}
.error404 #back-link {
	display: block;
	width: 100%;
	height: 0;
	padding: 0 0 42%;
	background: url('images/404.jpg') no-repeat center center / 100% auto;
	text-indent: -10000em;
}

	/* ------------------------------ Header */


#header-wrapper {
	position: relative;
	width: 50%;
	margin: auto;
}
#header {
	position: relative;
	margin-top: 80px;
	padding: 80px 0 64px;
	text-align: center;
	border-top: 3px solid #000;
}
@media only screen and (max-width: 960px) {
	#header {
		margin-top: 0;
		padding: 32px 0;
		padding-left: 80px;
		text-align: left;
		border-bottom: 1px solid #000;
	}
	#header .inner {
		padding: 0;
		max-width: none;
	}
}
@media only screen and (max-width: 480px) {
	#header {
		padding: 16px 0;
		padding-left: 64px;
	}
}
#blog-name {
	display: block;
	font-size: 2em;
	line-height: 1em;
	color: #000;
	padding: 0 0 8px;
	margin: 0;
	overflow: hidden;
	font-weight: 900;
}
@media only screen and (max-width: 960px) {
	#blog-name {
		font-size: 1.5em;
	}
}
#blog-name a {
	font-weight: inherit;
	text-decoration: none;
	color: #000;
}
#blog-description {
	font-size: 1em;
	display: block;
	color: #757a80;
	font-weight: 400;
}
#header-social-links {
	margin-top: 16px;
}
@media only screen and (max-width: 960px) {
	#header-social-links {
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -16px;
		margin-right: 32px;
	}
}
@media only screen and (max-width: 640px) {
	#header-social-links {
		display: none;
	}
}


	/* ------------------------------ Wrapper */


#main {
	position: relative;
	max-width: 960px;
	margin: auto;
}

.inner {
	position: relative;
	max-width: 560px;
	margin: 0 auto;
	padding: 0 32px;
}
.inner:after {
	clear: both;
	content: '';
	display: table;
}
.page #content .inner {
	max-width: 640px;
}
@media only screen and (max-width: 480px) {
	.inner {
		padding: 0 16px;
	}	
}

	/* ------------------------------ Footer */


#footer {

}
#footer:after {
	clear: both;
	content: '';
	display: table;
}
#footer-top {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #2e2e33;
}
#footer-top:after {
	clear: both;
	content: '';
	display: table;
}
#footer-search {
	float: right;
	width: 30%;
	margin-right: 32px;
}
@media only screen and (max-width: 640px) {
	#footer-search {
		display: none;
	}
}
#footer-social-links {
	float: left;
	margin-left: 32px;
	padding: 8px 0;
}
#footer-widgets {
	clear: both;
	padding: 32px;
	background: #2e2e33;

	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;

	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
}
@media only screen and (max-width: 640px) {
	#footer-widgets {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media only screen and (max-width: 480px) {
	#footer-widgets {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

	/* ------------------------------ Archives */

.heading {
	padding: 0;
	margin: 0 0 40px;
	overflow: auto;

	font-size: 0.9em;
	line-height: 1.3em;
	color: #757a80;
}
.heading a {
	color: #61B39D;
}
.heading .avatar {
	float: left;
	margin: 0 20px 0 0;
	display: inline;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.heading .sub-title-links {
	overflow: auto;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #2e2e33;
}
.heading .sub-title-links .sub-title-link {
	margin: 0 20px 0 0;
	float: left;
}
.heading .sub-title-links .sub-title-link .label {
	font-size: 0.813em;
	line-height: 1.125em;
	color: #2e2e33;
}
.heading .sub-title-description {
	display: block;
}

	/* ------------------------------ Social Icons */

.social-icon {
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.4em;
	margin: 0;
	text-align: center;
	color: #aaadb3;
	
	font-size: 1.2em;
	
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.social-icon span {
	display: none;
}
.social-icon:hover,
.social-icon:focus {
	color: #000;
}
#footer-social-links .social-icon:hover,
#footer-social-links .social-icon:focus {
	color: #757a80;
}
.social-icon.rss {
	/* color: #ee9900; */
}
.social-icon.twitter {
	/* color: #3ea9dd; */
}
.social-icon.facebook {
	/* color: #3c5a98; */
}
.social-icon.google {
	/* color: #d14836; */
}
.social-icon.youtube {
	/* color: #c6312b; */
}
.social-icon.mail {
	/* color: #efbf00; */
}
.social-icon.appdotnet {
	/* color: #408ad2; */
}




/* __________________________________________________________________.09 Widgets */
	
.widget {
	overflow: auto;
	height: 100%;
	margin: 0 0 32px;
	padding: 0;

	font-size: 0.8em;
	line-height: 1.3em;

	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.widget-inner {
	overflow: auto;
	height: 100%;

	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget-title {
	color: #2e2e33;
	border-bottom: 1px solid #757a80;
	padding: 0 0 16px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.75em;
}
.widget a {
	color: #6bb39b;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus {
	color: #2e2e33;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget ul li {
	border-bottom: 1px solid #d1d1d1;
	padding: 0.5em 0;
	margin: 0;
}

	/* ------------------------------ Widget Sidebar */

.widget-sidebar {
	padding: 20px 0;
	text-shadow: 0 1px 0 #fff;
}
.widget-sidebar:first-child {
	padding-top: 0;
}
.widget-sidebar:last-child {
	padding-bottom: 0;
}
.widget-sidebar .widget-inner {
	padding: 0;
}
.widget-sidebar .widget-title {
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
}


	/* ------------------------------ Widget Footer */

.widget-footer {
	color: #aaadb3;
}
.widget-footer .widget-inner {
	min-height: 128px;
}
.widget-footer .widget-title {
	color: #aaadb3;
}
.widget-footer ul {}
.widget-footer ul li {
	border-bottom: 1px solid #757a80;
}
.widget-footer a {
	color: #757a80;
}
.widget-footer a:hover,
.widget-footer a:focus {
	color: #aaadb3;
}

	/* ------------------------------ Widget Types */

	/* Widget Banner */

.widget_banner {}
.widget_banner .widget-inner {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

	/* Widget Submenu */

.widget_nav_menu,
.widget_pages {
	text-shadow: none !important;
}
.widget_nav_menu .widget-inner,
.widget_pages .widget-inner {
	background: #232323 !important;
	border: 0 !important;
	padding: 10px 20px !important;
}
.widget-footer.widget_nav_menu .widget-inner,
.widget-footer.widget_pages .widget-inner {
}
.widget_nav_menu .widget-title,
.widget_pages .widget-title {
	border-bottom: 1px solid #2e2e33;
	color: #757a80;
	margin: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.widget_nav_menu ul,
.widget_pages ul {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0;
}
.widget_nav_menu ul li,
.widget_pages ul li {
	border: 0;
	border-top: 1px solid #2e2e33;
	padding: 0;
}
.widget_nav_menu ul li:hover,
.widget_nav_menu ul li:focus,
.widget_pages ul li:hover,
.widget_pages ul li:focus {
	background: transparent;
}
.widget_nav_menu ul li:first-child,
.widget_pages ul li:first-child {
	border: 0;
}
.widget_nav_menu ul li a,
.widget_pages ul li a  {
	display: block;
	color: #aaadb3 !important;
	padding: 0.5em 0;
}
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li a:focus,
.widget_pages ul li a:hover,
.widget_pages ul li a:focus {
	color: #fff !important;
	background: transparent;
}
.widget_nav_menu ul li.current_page_item > a,
.widget_pages ul li.current_page_item > a {
	color: #fff !important;
}
.widget_nav_menu ul ul,
.widget_pages ul ul {
	border-top: 1px solid #2e2e33;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}
.widget_nav_menu ul ul li,
.widget_pages ul ul li {
	margin: 0 0 0 20px;
}
.widget_nav_menu ul ul ul,
.widget_pages ul ul ul {
	font-size: 1em;
}

	/* Widget Text */

.widget_text {
	text-align: left;
}

	/* Widget Calendar */

.widget_calendar {}
.widget_calendar .widget-inner {
} 

#calendar_wrap {
	position: relative;
	overflow: visible;
}
#wp-calendar {
	text-align: center;
	width: 100%;
	border: 0;
}
#wp-calendar caption {
	height: 2em;
	line-height: 2em;
	margin: 0;
	padding: 0 0 0.6em;
	border-bottom: 1px dashed #757a80;
}
#wp-calendar tr {
	border: 0;
}
#wp-calendar td,
#wp-calendar th {
	padding: 0;
	height: 2em;
	line-height: 2em;
	border: 2px solid transparent;
}
#wp-calendar tfoot {
	height: 0;
}
#wp-calendar tfoot .pad {
	display: none;
}
#wp-calendar #prev,
#wp-calendar #next {
	width: 22%;
	white-space: nowrap;
	border: 0;
	display: block;
	position: absolute;
	top: 0;
}
#wp-calendar #prev {
	float: left;
	left: 0;
}
#wp-calendar #next {
	float: right;
	right: 0;
}
#wp-calendar #prev a,
#wp-calendar #next a {
	text-align: center;
	display: block;
}
#wp-calendar .pad {}
#wp-calendar #today {
	color: #f80;
	font-weight: 700;
}
.widget_calendar a {
	color: #fff !important;
	text-shadow: none !important;
	background: rgba(0,0,0,0.1);
	display: block;
	height: 100%;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.widget_calendar a:hover,
.widget_calendar a:focus {
	background: rgba(0,0,0,0.2);
	text-decoration: none;
}

.widget-footer.widget_calendar a {
	background: #2e2e33;
	color: #aaadb3;
}
.widget-footer.widget_calendar a:hover,
.widget-footer.widget_calendar a:focus {
	background: #2e2e33;
	color: #fff;
}

	/* Widget Tagcloud */

.widget_tag_cloud {}
.widget_tag_cloud .tagcloud {}
.widget_tag_cloud .tagcloud a {
	font-size: inherit !important;
	display: inline-block;
	background: rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: none !important;
	padding: 3px 7px;
	margin: 2px 0;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus {
	background: rgba(0,0,0,0.2);
	color: #fff;
}

.widget-footer.widget_tag_cloud a {
	background: #2e2e33;
	color: #aaadb3;
}
.widget-footer.widget_tag_cloud a:hover,
.widget-footer.widget_tag_cloud a:focus {
	background: #757a80;
	color: #fff;
}

	/* Widget RSS */

.widget_rss {}

	/* Widget Meta */

.widget_meta {}

	/* Widget Archive */

.widget_archive {}

	/* Widget Links */

.widget_links {}

	/* Widget Recent Entries */

.widget_recent_entries {}

	/* Widget Search */

.widget_search {}



/* __________________________________________________________________.10 Navigation */



	/* ------------------------------ Postnav */

.post-nav {
	margin: 100px auto;
}
.post-nav a {
	color: #fff !important;
	text-decoration: none;
}
.post-nav a:hover,
.post-nav a:focus {
	color: #fff;
}
.post-nav a i {
	display: block;
}
.post-nav > span {
	display: block;

	font-size: 4em;
	background: #aaadb3;
	color: #fff;
	
}
.post-nav > span:hover,
.post-nav > span:focus {
	background: #757a80;
}
.post-nav > span span {
	display: none;
}
.post-nav a {
	display: block;

	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
}

.post-nav .post-nav-prev {
	float: left;
}
.post-nav .post-nav-next {
	float: right;
}


	/* ------------------------------ Pagination */

#pagination {
	clear: both;
	float: none;
	overflow: auto;
	margin: 0;
	padding: 64px 0;
	text-align: center;
	border-top: 1px solid #dee0e3;
}
#pagination:after {
	clear: both;
	content: '';
	display: table;
}
#pagination .pagination-info {
	float: left;
	line-height: 2em;
	display: block;
	color: #757a80;
}
#pagination .pagination {
	float: right;
}

#pagination .pagination a,
#pagination .pagination span {
	display: inline-block;
	text-align: center;
	color: #2e2e33;
	width: 2em;
	height: 2em;
	line-height: 2em;
	margin: 0;
	border: 1px solid #dee0e3;
	margin: 0 0 0 -1px;
	text-decoration: none;
}
#pagination .pagination span {

}
#pagination .pagination a.pagination-current-page {
	background: #f0f2f5;
	color: #757a80;
}
#pagination .pagination .pagination-previous {
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}
#pagination .pagination .pagination-next {
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
#pagination .pagination a:hover,
#pagination .pagination a:focus {
	background: #f0f2f5;
}
#pagination .pagination .pagination-dots {
	color: #757a80;
}

	/* ------------------------------ Header Navigation */

#main-nav {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 400;
	border-top: 1px solid #2e2e33;
	border-bottom: 1px solid #2e2e33;
}
#main-nav:after {
	clear: both;
	content: '';
	display: table;
}
#main-nav-inner {
	float: right;
	position: relative;
	left: -50%;
}
@media only screen and (max-width: 960px) {
	#main-nav-inner {
		float: none;
		left: auto;
		padding: 16px 32px;
	}
}
@media only screen and (max-width: 480px) {
	#main-nav-inner {
		float: none;
		left: auto;
		padding: 16px;
	}
}
#main-nav ul {
	padding: 0;
	position: relative;
	left: 50%;
}
@media only screen and (max-width: 960px) {
	#main-nav ul {
		left: auto;
	}
}
#main-nav ul ul {
	left: auto;
}
#main-nav ul:after {
	clear: both;
	content: '';
	display: table;
}
#main-nav ul li {
	margin: 0;
	position: relative;
	float: left;

	-webkit-transition: background ease 0.3s;
	transition: background ease 0.3s;
}
#main-nav ul li a {
	color: #2e2e33;
	display: block;
	margin: 0;
	padding: 1em;
	font-weight: inherit;
	overflow: hidden;
	text-decoration: none;
	
	-webkit-transition: color ease 0.3s;
	transition: color ease 0.3s;
}
#main-nav ul li.has-children > a {
	padding-right: 2em;
}
#main-nav ul li.has-children > a:after {
	content: '›';
	font-weight: 900;
	margin: 0 0 0 0.8em;
	
	position: absolute;

	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#main-nav ul li:hover,
#main-nav ul li:focus {
	color: #000;
	background: #f0f2f5;
}
#main-nav ul > li.current_page_item > a {
	color: #000;
	font-weight: 400;
}
#main-nav ul > li.current_page_item:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #2e2e33;
}
#main-nav ul > li li.current_page_item:after {
	width: 2px;
	height: 100%;
}


#main-nav ul ul {
	display: none;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 9999;
	font-weight: 400;
	min-width: 100%;
	box-shadow: 0 0 2em rgba(0,0,0,0.1);
}
#main-nav li:hover > ul,
#main-nav li:focus > ul {
	display: block;
}
#main-nav ul ul ul {
	left: 100%;
	top: -1px;
	box-shadow: 0 0 2em rgba(0,0,0,0.2);
}
#main-nav li li {
	background: #f0f2f5;
	float: none;
	min-width: 240px;
}
#main-nav ul li ul li:hover,
#main-nav ul li ul li:focus {
	background: #dfe1e5;
}
#main-nav ul ul li.has-children > a:after {
	right: 1em;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#main-nav ul ul li.current-menu-item > a,
#main-nav ul ul li.current_page_item > a,
#main-nav ul li li:hover,
#main-nav ul li li:focus {
	color: #000;
	background: #f0f2f5;
}

#menu-close {
	display: none;
	cursor: pointer;
	text-align: center;
	text-indent: -10000px;
	background: rgba(0,0,0,0.25);
	
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	padding: 16px 0;
	margin: -16px 0;
	width: 40%;
	z-index: 200;

	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#menu-open {
	display: none;
	cursor: pointer;
	text-align: center;	
	position: absolute;
	right: 100%;
	top: -28px;
	height: 80px;
	width: 80px;
	font-size: 1.5em;
	line-height: 80px;
	
	padding: 0;
	margin: 0;
	
	z-index: 100;
	color: #000;
	outline: none;
}
@media only screen and (max-width: 480px) {
	#menu-open {
		width: 64px;
	}
}

/* __________________________________________________________________.11 Media Queries */


	/* ------------------------------ Tablets */

@media only screen and (max-width: 960px) {
	body {
		background: #fff;
	}
	#main-nav {
		font-size: 1em !important;
		left: -80%;
		position: absolute;
		top: 0;
		height: 100%;
		width: 80%;
		margin-left: -32px;
		float: none;
		border: 0;
		
		background: #fff;
	}
	.aside	#main-nav {
		margin-left: 0;
	}
	.no-js #main-nav {
		left: auto;
		position: relative;
		top: 0;
		height: auto;
		width: auto;
		
		background: #fff;
	}
	.aside #menu-close {
		display: block;
	}
	.no-js .aside #menu-close {
		display: none;
	}
	#menu-open {
		display: block;
	}
	.no-js #menu-open {
		display: none;
	}
	#main-nav div {
		background: #fff;
	}
	#main-nav ul,
	#main-nav ul ul,
	#main-nav ul ul ul {
		display: block;
		width: 100%;
		float: none;
		padding: 0;
		margin: 0;
		position: relative;
		left: auto;
		top: auto;
		border: 0;
		box-shadow: none;
	}
	#main-nav ul {
		font-size: 1.2em;
	}
	#main-nav ul ul {
		font-size: 0.8em;
		border-bottom: 1px solid #dee0e3;
	}
	#main-nav ul ul:before {
		display: none;
	}
	#main-nav ul ul ul {
		font-size: 1em;
		border-bottom: 0;
	}
	#main-nav ul li,
	#main-nav ul li:last-child,
	#main-nav ul ul li,
	#main-nav ul ul li:last-child,
	#main-nav ul ul ul li,
	#main-nav ul ul ul li:last-child {
		height: auto;
		line-height: 100%;
		float: none;
		padding: 0;
		margin: 0;
		border: 0;
		background: transparent;
		border-bottom: 1px solid #dee0e3;
	}
	#main-nav ul li a,
	#main-nav ul ul li a,
	#main-nav ul ul ul li a {
		text-indent: 0;
		margin: 0;
		padding: 1em;
		color: #2e2e33;
		background: transparent;
		width: auto;
		height: auto;
		line-height: 1;
	}
	#main-nav ul li,
	#main-nav ul li:first-child {
		margin: 0;
	}
	#main-nav ul > li.has-children {
		border-bottom: 0 !important;
	}
	#main-nav ul li > a,
	#main-nav ul > li.has-children > a {}
	#main-nav ul li:hover,
	#main-nav ul li:focus {
		background: transparent;
	}
	#main-nav ul ul li,
	#main-nav ul ul li:first-child {
		margin: 0;
		border-bottom: 0 !important;
		border-top: 1px solid #dee0e3 !important;
	}
	#main-nav ul > li.has-children > a:after {
		display: none;
	}
	#main-nav ul ul li a,
	#main-nav ul ul > li.has-children > a {
		padding-left: 2em;
	}
	#main-nav ul ul > li.has-children > a:after {
		display: none;
	}
	#main-nav ul ul ul li {}
	#main-nav ul ul ul li a,
	#main-nav ul ul ul > li.has-children > a {
		padding-left: 3em;
	}
	#main-nav ul li:hover,
	#main-nav ul li:focus,
	#main-nav ul li ul li:hover,
	#main-nav ul li ul li:focus {
		background: transparent;
	}
	#main-nav ul > li.current_page_item > a {
		font-weight: 700;
	}
	#main-nav ul > li.current_page_item:after {
		display: none;
	}
	#main-nav .menu-toggle {
		display: block;
	}
	#main-nav-inside {
		padding: 0;
		margin: 0;
	}
}
@media only screen and (min-width: 861px) {
	#main-inside {
		left: auto!important;
	}
}

	/* ------------------------------ Smartphones */


@media only screen and (max-width: 640px) {
	#pagination {
		width: auto;
	}
	#pagination .pagination-info,
	#pagination .pagination {
		float: none;
		margin: 0 0 1em;
	}
	#footer-social-links {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.header {
		min-height: 0;
	}
	.post-title {
		font-size: 1.6em;
	}
	.article {
		font-size: 1em;
	}
	#replys {
		width: auto;
	}
	#commentform-wrapper {
		float: none;
		left: -5%;
		max-width: none;
		width: 111.111%;
		right: auto;
		margin: 1em auto;
	}
	.comment-body .comment-info,
	.comment-body .comment-text {
		float: none;
		clear: both;
		width: auto;
	}
	#commentform .commentform-info,
	#commentform .input {
		float: none;
		clear: both;
		width: 100%;
	}
	#commentform label {
		display: block;
		padding: 0;
	}

	.hentry {
		width: auto;
	}
	
	blockquote {
		width: auto;
	}
	ul, ol, dl {
		width: auto;
	}
	table {
		width: 100%;
	}
	dl dt {
		clear: both;
		float: none;
		margin: auto;
		text-align: left;
		width: auto;
	}
}