/*
Theme Name: Written Child Theme
Theme URI: http://webdevelopementreference.com

Author: Web Development Reference Admin
Author URI: http://webdevelopementreference.com

Template: written
Text Domain: written-child
*/

/* Import styles from the parent theme
-------------------------------------------------------------- */
@import url('../written/style.css');

a {
	border-bottom: none;
}
a:hover {
	background-color: #fff;
	border-bottom: none;
	color: #708F31;
}

.site-header h1 {
	font-size: 3em;
}

.site-header h2 {
	line-height: 1;
}

code, .code{ 
	padding: 1em;
	background-color: #eee;
	font-size: 1em;
}

.entry-header .entry-title {
	line-height: 1;
	color: #708f31;
}

.entry-header img.wp-post-image {
	display:none;
}

.entry-content pre, .entry-content code {
	line-height: 1.2;
	font-size: 1em;
	white-space: pre-wrap;
}

.entry-content pre {
	padding: 0;
}

span.white_space_pre {
	border: 1px solid #ededed;
	color: #000000;
	font-family: consolas, lucida console, courier, monospace;
	font-size: 1em;
	line-height: 1.5;
	margin: 1em 0;
	overflow: auto;
	display: inline;
	background-color: #eee;
	padding: 0 0.5em;
}

.codeRefBlock {
	padding-bottom: 2em;
}

.codeRefBlock h3 {
	margin: 0.5em 0;
}

span.codeRef {
	display: block;
	line-height: 2.75;
}

span.codeRef code {
	padding: 0.5em;
}

.wp-caption .wp-caption-text {
	line-height: 1.2;
}

@media all and (max-width: 600px) {
	.site-header h1 {
		font-size: 2rem;
	}

	.content article {
		margin-bottom: 2em;
	}

	footer.entry-meta,
	.entry-content {
		float: none;
		width: 95%;
		line-height: 1;
	}

	.entry-header {
		margin-left: 0;
	}

	.entry-header .entry-title {
		font-size: 1.5rem;
	}
	
}
