/*
 Theme Name:   Storefront Child
 Theme URI:    http://gameinfliction.com/storefront-child/
 Description:  Storefront Child Theme
 Author:       Game Infliction
 Author URI:   http://gameinfliction.com
 Template:     storefront
 Version:      2.3.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

======
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
======

	
.hentry.type-post .entry-meta {
	display:none;
}

.hentry.type-post .entry-content {
	width: 100%;
}

.post-thumbnail img {
    display: none;
}

@media screen and (min-width: 61.5625em) {
		.entry-content {
			width:100%!important;
		}
		
		.entry-footer {
			display: none!important;
		}
}

