/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/*ef87: Styling blog items (no image, no excerpt and less spacing)*/

	/*works for blog page and index.php file*/
	
	/*header*/
	body.archive .x-main article .entry-header .entry-title { 
		font-size: 25px !important;
	}

	/*image*/
	body.archive .x-main article div.entry-featured { display: none; }

	/*excerpt and 'lire la suite' link*/
	body.archive .x-main article div.entry-content { display: none; }

	/*spacing*/
	body.archive .x-main article .entry-wrap { padding: 15px !important; }
	
	body.archive .x-main article.hentry { margin-top: 2em; }