.grid-games {
	margin:  0 -15px;
}

.grid-games article.games {
	width: 33.333%;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
}

.grid-games .post-thumb {
	margin-bottom: 0;
}

.grid-games .post-title {
	padding: 15px;
	border: 1px solid #DBDBDB;
	border-top: 0;
	flex:  1;
}

.post-thumb img {
	width:  100%;
}

.game-overlay {
	height: 0px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	transition: all linear .3s;
	z-index: 100;
	background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,1) 78%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color:  #fff;
}

.game-overlay .name {
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	padding: 0 10px ;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.game-overlay .name:hover {
	color: #f83030;
}

.game-overlay .provider {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: rgba(255, 255, 255, 0.68);
	padding: 0 10px ;
}

.game-overlay .game-list-content-btns {
	margin-top: 20px;
	padding: 0 25px;
	width: 100%;
}

.game-overlay .game-list-content-btns a {
	margin: 0;
}

.game-overlay .game-list-content-btns .btn-play-online {
	font-size: 14px;
}

.game-overlay .game-list-content-btns .btn-play-online:hover {
	background-color: #821818 !important;
	border-color: #821818 !important;
}

.game-overlay .game-list-content-btns a {
	display: inline-block;
	background: #e65a40;
	color: #fff;
	padding: 10px 15px;
	min-width: 97px;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto;
}

.game-overlay .game-list-content-btns a:hover{
	color: #fff;
	background-color: #1e88e5;
}

.grid-games article.games:hover .game-overlay {
	height: 100%;
}

.cat-list {
	margin-bottom: 15px;
}