/*
 Theme Name:   Blankslate Child
 Theme URI:    http://blankslate.com
 Description:  Blankslate Child WordPress Theme
 Author:       John Worth
 Author URI:   https://mythicweb.net
 Template:     blankslate
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  blankslate-child
*/

#content li:before {
	content: "" !important;
	font-size: inherit;
	position: inherit;
	left: 0;
}
.home.blog article {margin-bottom: 30px;}
.home.blog article h1.entry-title a {color: #D3CB9E; font-size: 22px;}
.home.blog article h1.entry-title a:hover {color: #efefef;}
.home.blog .entry-content {margin: 12px 0;}
.post-outer-border {
	border: 1px solid #333;
	border-radius: 6px;
}
.post-inner-area {
	background: #202020;
	margin: 3px;
	padding: 0 18px 18px 18px;
	border-radius: 6px;
}
.post-inner-area .entry-summary {
    margin-top: 15px;
}
.post-inner-area footer.entry-footer {
    margin-top: 10px;
}
.blog-intro-widget {
	background: #2B3460;
	margin-bottom: 34px;
	padding-bottom: 20px;
	border-radius: 6px;
}
.blog-intro-widget .widget-title {color: #FFCF00;}
.blog-intro-widget .blog-intro {padding-top: 10px;}

.blog-spacer {
	height: 24px;
	width: 100%;
}
.blog-img-center {
	text-align: center!important;
	width: 100%;
	margin: 12px 0;
}

.single-post h1.entry-title {margin-bottom: 20px;}
.single-post h1.entry-title a {font-size: 24px;}
.single-post section.entry-meta {margin: 12px 0; display: none;}
.single-post .entry-content img {
	background: #333;
	padding: 14px;
	border: 1px solid #555;
	border-radius: 6px;
}
.single-post .entry-footer .cat-links {line-height: 30px;}
.single-post .entry-footer {padding-bottom: 20px;}
.single-post .blog-footer {margin: 18px 0;}
.single-post .meta-sep,
.comments-link {display: none;}

.home.blog aside #searchform input[type=text],
.single-post aside #searchform input[type=text] {width: 50%;}

aside .widget-container {
	background: #111;
	padding: 8px 4px;
	margin: 0 0 30px 20px;
	border: 1px solid #222;
	border-radius: 6px;
}
aside h3.widget-title {
	font-size: 18px;
	margin-bottom: 6px;
	padding-top: 0;
}
.widget-container li {padding-left: 0!important;}
.widget-container li a{font-size: 12px;}

#footer #footer-main ul {
	margin: 14px 0;
	padding-left: 40px;
}
#footer #footer-main ul li {
	line-height: normal;
}