/*
Theme Name:     nasio_enfant
Theme URI:      
Description:    Nasio child theme.
Author:         Me
Author URI:     
Template:       nasio
Version:        0.1.0
*/
.blog-entries .blog-entry {
    display: block;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative
  }

  .entry-content{
    padding-bottom:25px;
  }

  .footer-meta {
    color: #82848f;
    display: none !important;
    justify-content: space-between;
    padding-top: 3em;
   }

   .post-meta {
    padding: 30px 0 0;
    text-align: left;
    display: none;
  }