*/
?>

<article id="post-<?php 
the_ID();
?>
" <?php 
post_class();
?>
>
  <?php 
if (is_single() || is_page()) {
    ?>
  <div class="entry-content">
    <?php 
    if (has_post_thumbnail() && 'on' == get_theme_mod('full_posts_feat_img', ec_default_settings('full_posts_feat_img'))) {
        ?>
    <div class="featured-image">
      <?php 
        the_post_thumbnail('full-width');
        ?>
    </div>
    <?php 
    }
    // featured image
    ?>
    <?php 
    the_content();
    ?>
  
  </div>
<?php

/**
 * The template for displaying the footer.
 *
 */
?>
</main>
<!-- #main .site-main -->

<footer id="colophon" class="site-footer" role="contentinfo">
  <div id="bottom-bar">
    <div class="inner">
      <div class="footer-text"> <?php 
echo get_theme_mod('footer_text', ec_default_settings('footer_text'));
?>
 </div>
      <div class="site-info">Powered by <a href="http://dlib.nyu.edu/dlts/" target="_blank">Digital Library Technology Services</a></div>
    </div>
    <!-- .inner --> 
   </div>
  <!-- #bottom-bar --> 
</footer>
<!-- #colophon .site-footer -->

</div>
<!-- #page .hfeed .site -->

<?php 
if (get_theme_mod('disable_backtotop') != 'on') {
    ?>