/*
Theme Name: Twentyseventeen Child
Template: twentyseventeen
*/

.entry-header {
	display:none;
}

header.page-header {
    display: none;
}

.full-width {
	max-width: 100%;
}

div#primary {
	max-width: 100% !important;
}

@media screen and (min-width: 30em) {
	.page-one-column .panel-content .wrap {
		max-width: 1024px !important;
	}
}

li.listing-item {
    list-style: none;
    width: 450px;
    display: inline-block;
    height: 300px;
	vertical-align: top;
}

ul.display-posts-listing {

}


img.attachment-thumbnail.size-thumbnail.wp-post-image {
    float: left;
	margin-right: 5px;
}
}