/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/

#navigation {margin-bottom:0.9em!important}
.nav-toggle {
	display:none !important;
}

.home .hentry, .category .hentry {
	padding: 10px;
	background:#f2f2f2;
}
.home .hentry a img, .category .hentry a img{
	margin-bottom:0px;
}
.single-post h1.title, .category h2.title{
	text-align:center;
}
.home .post, .category .post{
	margin-bottom:20px;
}
.home .entry {
	float:left;
	width:66%;
	text-align:center;
}
.home .entry p, .category .entry p{
	text-align:left;
	margin: 0px;
}
.home .hentry:hover, .category .hentry:hover{
	background:#cccccc;
}
.home .hentry h2.title a, .category .hentry h2.title a{
	color:#333333;
	font-size: 23px;
}
.single-post #main .post .g-4{
	display:block;
}
.single-post #main .g-4{
	display:none;
}
.g-col img {
	margin-bottom:10px;
}
.g-single {
  text-align: center;
}
.home .hentry:hover h2.title a, .category .hentry:hover h2.title a{
	color:#990000;
	text-decoration:underline;
}
@media only screen and (min-width:240px) and (max-width:767px) {
	select#mobileMenu_top-nav {
	  display: none !important;
	}
	.g-col {
		margin-left: 0;
		width: 32%;
	}
	.g-col img {
		width: 100%;
		margin-bottom:10px;
		border:1px solid white;
	}
	.g-col img:hover {
		border:1px solid blue;
	}
	.home .entry, .category .entry {
		width:100%;
	}
	.home .hentry a, .category .hentry a{
		width:100%;
		text-align:center;
		float:left;
	}
	.home .hentry a img, .category .hentry a img{
		margin:0 0 15px 0;
		float:none;
	}
	.home .post, .category .post{
		margin:10px 0;
	}
}