/*
Theme Name: KMD
Author: LDKTech
Author URI: ldktech.com
Text Domain: kmd
*/

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.main .item ul.tags {
	display: block;
    text-align: center;
	margin-top: 5px;
}

.main .item ul.tags li {
	float: unset;
}

.item ul li {
	display: inline-block;
}

@media screen and (max-width: 480px) {
	.main .row .hovereffect:hover img {
		transform: none;
	}
	
	.main .row .hovereffect, .hovereffectnone {
		height: auto;
	}
	
	.main .row .hovereffect .overlay {
		display: none;
	}
	
	.main .item ul.tags {
		margin-top: 0;
	}
	
	.main .row .items .item a {
		margin-top: 5px;
	}
	
	.main .row .detail {
		display: inline-block;
    	margin-top: 20px;
	}
}


