
/* Here you can include your override CSS styles */

.childcontent-inner-wrap .childcontent-inner-wrap,
.childcontent-inner .childcontent-inner {
width:240px;
}
.childcontent-inner .childcontent-inner .gkcol {
width:240px;
}
table.blog td img {
	/* to avoid problems with too big images in category/blog view */
	max-width: 100% !important;
	height: auto !important;
	width: 100%;
}
div.image img{
	max-width: 100% !important;
	height: auto !important;
	width: 100%;
}
.gkIsWrapper-gk_storebox figcaption {
	text-align: center !important;
}
.gkIsWrapper-gk_storebox figcaption h1 {
	font-size: 57px !important;
	color: #f9a51b !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.gkIsWrapper-gk_storebox figcaption h2 {
	font-size: 50px !important;
	color: #000000!important;
	font-weight: 300 !important;
}
.gkIsWrapper-gk_storebox figcaption .readmore {
	font-size: 18px;
	font-weight: 400;
	width: 200px;
	margin: 20px auto 0 auto !important;
}

/*
#gkBottom2.gkCols4 .box.gkmod-4 {
	width: 22%;
}
#gkBottom2.gkCols4 .box.gkmod-4:last-child {
	width: 34%;	
}
*/

