/*
 Theme Name:   Lovecraft Child
 Description:  Lovecraft Child Theme
 Author:       Patrick Tanguay
 Author URI:   http://i.never.nu
 Template:     lovecraft
 Version:      2.1.3
 Text Domain:  lovecraft
*/

body {
	font-size: 15px;
}

body, 
h1, h2, h3, h4, h5, h6,
.post-title,
.blog-title,
.post-content,
.lovecraft-widget-list .title {
	font-family: 'Lato', Helvetica, sans-serif;
}

.post-content {
	font-size: 1.2em;
}

.header-wrapper .blog-title a {
	background: url('triangle-250-narrow.png') no-repeat 0 10px;
	background-size: 27px 29px;
	padding-left: 34px;
	padding-right: 34px;
}

.header-wrapper .blog-title a {
	color: #CA2017;
}

.header-wrapper .blog-title a:hover {
	color: #000000;
}

/*.header-wrapper .blog-title a:before {
	content: '';
	background: url('triangle-250-narrow.png') no-repeat top left;
	background-size: 15px 16px;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	margin-top: -1px;
	font: normal 45px/1 'Genericons';
	vertical-align: top;
}*/

.post-content p, .post-content li {
	line-height: 1.6em;
}

.page .fb-share {
	display: none;
}

.entry-content p.fb-share a {
	color: #000;
	text-decoration: none;
}

.entry-content p.fb-share a:hover {
	color: #CA2017;
	text-decoration: none;
}

.entry-content p.fb-share a:before {
	content: '\f204';
	display: inline-block;
	margin-top: 2px;
	-webkit-font-smoothing: antialiased;
	font: normal 26px/1 'Genericons';
	vertical-align: top;
	font-stretch: ultra-condensed;
}

.header-image {
	position: relative;
	text-align: center;
}

.header-image .triangle {
	position: absolute;
	top: 0;
	background: url('triangle-250-narrow.png') no-repeat top center;
	background-size: 300px 324px;
	margin: 20px 0 0 0;
	width: 100%;
	height: 100%;
	opacity: 0.30;
}

@media (max-width: 600px) {
	.header-wrapper .blog-title a {
		background: url('triangle-250-narrow.png') no-repeat 0 8px;
		background-size: 14px 16px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.header-wrapper .blog-title a:before {
		font: normal 30px/1 'Genericons';
	}
	.header-image .triangle {
		background-size: 150px 162px;
		margin: 10px 0 0 0;
	}
}

.post-title {
	font-size: 2.2em;
}

.page .post-title {
	font-size: 2em;
}

a.button-link {
	margin: 0;
	padding: 16px 20px;
	border: none;
	border-radius: 3px;
	background: #111;
	font-size: 0.8rem;
	line-height: 2em;
	font-family: 'Lato', Helvetica, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	-webkit-appearance: none;
}

a.button-link:hover {
	background: #CA2017;
	text-decoration: none;
}

.comments-policy {
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 1.2em;
}

.comments-policy p {
	position: relative;
	width: 629px;
	max-width: 85%;
	margin: 0 auto;
	padding: 60px 0;
	text-align: left;
}

@media (max-width: 600px) {
	.post-meta p.post-author {
		
	}
	.post-meta p:nth-child(3) {
		display: inline-block;
	}
	.post-meta p:nth-child(4) {
		display: none;
	}
}

.akismet_comment_form_privacy_notice,
.page .comments-policy {
	display: none;
}








