.grid .element-item {
	padding: 10px;
	float: left;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
}

.column .element-item {
	width: 33.33%;
}

.featured-image-content {
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.grid .featured-image-content img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
	opacity: 1;
	-webkit-transition: opacity 1s,-webkit-transform 1s;
	transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.grid .featured-text-content {
	padding: 80px 40px;
	background-color: rgba(15,18,20, 0.1);
	position: relative;
}

.grid .theme-image .featured-text-content {
	opacity: 0;
	height: 0;
	padding: 0;
	position: initial;
}

.featured-theme-wrap .grid .featured-text-content {
	opacity: 1;
	height: auto;
}

.featured-theme-wrap .element-item.theme-image.has-post-thumbnail .featured-title {
	font-size: 22px;
	line-height: 27px;
	position: absolute;
	text-align: center;
	filter: blur(10px);
	bottom: 10px;
	opacity: 1;
	filter: blur(0px);
	background-color: rgba(15,18,20,0.4);
	padding: 10px;
	right: 10px;
    left: 10px;
    margin-bottom: 0;
}

.featured-theme-wrap .element-item.theme-image.has-post-thumbnail h2.featured-title a {
	color: #fff;
}



.featured-title a:focus {
	text-decoration: underline;
}


.featured-theme-wrap .element-item.theme-image .featured-title, .element-item.theme-image .entry-content  {
    padding: 0 10px;
}

/* All Mobile Screen ( smaller than 769px )
 */
 @media only screen and (max-width: 768px) {

	.column .element-item {
		width: 50%;
	}

	.grid .element-item {
		padding: 5px;
	}
 }

 /* All Mobile Screen ( smaller than 481px )
 */
 @media only screen and (max-width: 480px) {

	.column .element-item {
		width: 100%;
	}

	.grid .element-item {
		padding: 5px;
	}
 }