/*
Theme Name: THE LAST JAR
Theme URI: http://www.thelastjar.com
Description: Modified Parallax Responsive theme for The Last Jar & Sattler PR
Author: The Bushy Creative
Author URI: http://www.bushy.com.au/
Version: 2.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.image_hover .images_holder
{
	display: inline-block;
    margin: 6% auto -2% !important;
}
@media (max-width: 765px) {
.image_hover .images_holder
{
 display: inline-block;
    margin: 0 auto -2% !important;
}
}

.blog_holder article .post_text h2 .date
{
	display:none !important;
}