/*
Theme Name: Ad-mania - Child Theme
Version: 9.0
Author: SAKTHI KUMARAN
Author URI: http://userthemes.com
Description: admania is an incredibly responsive blog theme coded & designed with a lot of care and love. You can use it for your blogging or any type of site. It has 3 frontpage wake_layouts, 3 blog display types, primary color option to match your logo & website, wide wake_layout,awesome typography ,focus on readability AD and many more. 
Theme URI: https://admania.userthemes.net
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, right-sidebar, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments,editor-style
Text Domain: ad-mania
Template: ad-mania


/* Homepage
------------------------------------------------------------------------------*/
.admania-featuredcategory .admania-featcatlist {
	height: 120px;
}

.admania-featuredcategory .admania-featcatlist a {
	padding-right: 0;
	padding-left: 0;
}

.admania-featuredcategory .admania-featcatlist img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 490px) {
	.admania-entryimage {
		height: 180px;
	}

	.admania-entryimage img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}