/*
Theme Name: Cory's Site
Theme URI: None
Description: This is a custom child theme for Cory, based on the theme called Modern
Author: @ArtistMichi
Author URI: http://atocato.com/
Template: modern
Version: 0.1
*/

@import url("../modern/style.css");



.home .type-page .entry-header {
	display: none !important;
}
.home .type-page {
	background-color: #fff;
	-webkit-box-shadow: 0 0 4em rgba(0,0,0, .4);
	box-shadow: 0 0 4em rgba(0,0,0, .4);
}

.home #primary {
	background: transparent !important;
	box-shadow: none;
}


@media (min-width: 961px) {
	.site-banner h1 {
		font-size: 5.62rem;
	}
}



p:last-child {
	margin-bottom: 0;
}


.post-thumbnail {
	display: none;
}
.home .post-thumbnail,
.is-posts-list .post-thumbnail,
.posts-list .post-thumbnail {
	display: block;
}
/*
.post-thumbnail {
    max-width: 62%;
    margin: 45px auto 0;
}
@media only screen and (max-width: 960px) {
	.post-thumbnail {
	    max-width: 86%;
	}
*/}