?>
); background-size: cover; margin:0px -15px">&nbsp;</div>
	<div style="height:200px"></div>
	<article id="post-<?php 
the_ID();
?>
" <?php 
post_class();
?>
>
		<div class="top-article-decorator" style="height:30px"></div>
		<header class="entry-header">
			
			<?php 
if ('post' == get_post_type()) {
    wpmaterialdesign_cat_list();
}
?>

			<?php 
the_title(sprintf('<h1 class="entry-title" style="font-size:22px; overflow: hidden; max-height: 48px;"><a href="%s" rel="bookmark">', esc_url(get_permalink())), '</a></h1>');
?>

		</header><!-- .entry-header -->

		<?php 
if (is_search()) {
    // Only display Excerpts for Search
    ?>
		<div class="entry-summary">
			<?php 
			<div class="entry-content">			
				<?php 
    //the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'wpmaterialdesign' ) );
    wpmaterialdesign_excerpt();
    wp_link_pages(array('before' => '<div class="page-links">' . __('Pages:', 'wpmaterialdesign'), 'after' => '</div>'));
    ?>
			</div><!-- .entry-content -->
		<?php 
}
?>

		<footer class="entry-footer">
			<?php 
if ('post' == get_post_type()) {
    // Hide category and tag text for pages on Search
    wpmaterialdesign_cat_list(__('In', 'wpmaterialdesign'));
    wpmaterialdesign_tags_list();
}
// End if 'post' == get_post_type()
?>

			<!-- <?php 
if (!post_password_required() && (comments_open() || '0' != get_comments_number())) {
    ?>
			<span class="comments-link"><?php 
    comments_popup_link(__('Leave a comment', 'wpmaterialdesign'), __('1 Comment', 'wpmaterialdesign'), __('% Comments', 'wpmaterialdesign'));
    ?>
</span>
			<?php 
}
?>