/*
Theme Name: Lovecraft Child
Theme URI: http://politicalanimalmagazine.com/lovecraft-child/
Template: lovecraft
Author: Alex
Author URI: http://politicalanimalmagazine.com
Description: Lovecraft Child Theme
Tags: light,right-sidebar,responsive-layout,accessibility-ready
Version: 1.0.0.1434576785
Updated: 2015-06-17 21:33:05
*/

@charset "UTF-8";

/* -------------------------------------------------------------------------------- */
/*	3. Header
/* -------------------------------------------------------------------------------- */

/* Blog logo --------------------------------------- */

.blog-logo { display: block; }

/* Content --------------------------------------- */


.post + .post,
.infinite-wrap .post:first-child { margin-top: 40px; }


/* Post Header --------------------------------------- */

.post-header + .post-content { margin-top: 25px; } 

.post-title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.8em;
	line-height: 125%;
	font-weight: 700;
	color: #111;
}

/* Post Meta */
.post-meta  {
	margin-top: 15px;
	border-top: 1px solid #ddd;
	padding-top: 0px;
}

.post-meta p {
	display: none;
}

/* Post Content */

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 15px 0 25px;
}

.post-header + .post-content { margin-top: 15px; }


@media ( max-width: 600px ) {

	/* Content --------------------------------------- */

	.post + .post,
	.infinite-wrap .post:first-child { margin-top: 20px; }

	.post-title { 
		font-size: 1.6em; 
		line-height: 125%;
	}
}

@media ( max-width: 500px ) {

	/* Content --------------------------------------- */

	.post + .post { 
		margin-top: 0; 
		border-top: 2px solid #eee;
	}

	.post-title { font-size: 1.5em; }

	.post-meta  {
		display: none;
	}
}

@media ( max-width: 440px ) {
	
	
	/* Single Post --------------------------------------- */
	
	
	.post-title { font-size: 1.25em; }
}