/*
Theme Name: Libre Child
Theme URI: https://wordpress.com/themes/libre/
Template: libre
Author: Automattic
Author URI: http://wordpress.com/themes/
Description: A stylish, classic look for your personal blog or long-form writing site. The main navigation bar stays fixed to the top while your visitors read, keeping your most important content at hand, while three footer widget areas give your secondary content a comfortable home.
Tags: light,black,white,right-sidebar,two-columns,custom-background,custom-menu,custom-header,editor-style,full-width-template,responsive-layout,accessibility-ready
Version: 1.0.3.1499305894
Updated: 2017-07-06 01:51:34

*/


.story {
  margin-left: -1.75em;
  margin-right: -1.75em;
  margin-top: 0;
}
.story img {
  margin: 1rem 0;
  max-width: auto;
  width: 100%;
}

.story dd {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 5rem 2rem;
  line-height: 1.4;
  text-align: center;
}


.singular #secondary,
.comments-area,
.site-footer {
  display: none;
}

.singular .site {
    margin-top: 2.5em;
}

.singular .site-main {
    margin-right: 0;
}

.singular .site-branding {
  max-width: 100%;
  width: 100%;
}

/* Put title at bottom */
.singular .post {
  position: relative;
  padding-bottom: 180px;
}
.singular .entry-header {
  position: absolute;
  bottom: 0;
}


.singular .site-header {
  padding-top: 0;
  margin-bottom: 0;
}

.singular .site-header:after {
  border-top: 1px solid;
  content: "";
  display: block;
  margin-top: 1.875em;
  width: 25%;
}

.singular .entry-title {
  font-size: 1.3rem;
  font-style: italic;
  margin-bottom: 0.2em;
}

.singular .entry-meta:after {  
  display: none;
}

.singular .site-title {
 font-size: 1rem;
 margin: 0;
}

.home-entry .author.vcard {
  display: none;
}


@media screen and ( max-width: 55em ) {
  .home-entry .entry-media {
    font-size: .65rem;
  }
  .home-entry .entry-title {
    font-size: 1rem;
  }
}




@media screen and ( min-width: 55em ) {
  
  /* Home */
  .home-entry {
    width: 60%;
  }

  


  /* Post */

  .singular .site, 
  .singular.sticking .site-header {
      width: 40em;
  }
  .singular  .entry-title {
    font-size: 1.3rem;
    font-style: italic;
    margin-bottom: 0.2em;
  }
  .singular.sticking .site-header {
    padding-top: 0.4375em;
  }
  .singular.sticking .site-header:after {
    display: none;
  }
  .story {
    margin-left: 0;
    margin-right: 0;
  }
  .story dd {
    font-size: 2.5rem;
    margin: 10rem 0;
  }
}
