/*
Theme Name: Regolith WP - Premium Wordpress Portfolio Theme
Theme URI: http://demo.planetshine.net/regolith-wp/
Author: Planetshine
Author URI: http://planetshine.net
Description: Regolith is a unique portfolio theme, that displays your content horizontally.
Version: 1.0.5 
Tags: html5, regolith, planetshine
	Copyright: (c) 2013 Planetshine.
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.txt
*/

@media only screen and (min-width: 1780px) {

.blog-list .item .image img {
max-height: 1080px!important;
width: auto;
}

}


.blog-list .item .image img {
max-height: 670px;
width: auto;
}


@media screen and (max-width:480px) {
	.post-column img{
	}
	.blog-list .item .image img {
		height: auto;
		width: 100%;
	}
	
	
}

@media all and (max-width: 600px) {

.main-sidebar {
z-index: -1;
}

}