/*
Theme Name: Resep
Template: strapter
*/

.featured-image img {
	display:block;
	margin:0 auto
}
.grid-image-wrap {
	position:relative
}
.grid-image-wrap img {
	width:100%
}
.grid-image-wrap .post-title {
	margin:0;
	position:absolute;
	width:100%;
	bottom:0;
	padding:10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.grid-image-wrap .post-title a {
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.post-item {
	border:none
}

.post-item .panel h3 {
	margin-top:0
}

.col-bahan {
	margin-bottom:20px
}

.ad-container {
	padding:10px
}

.single .featured-image {
	margin-bottom:20px
}