/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
/*-----------------------------------------
// CSS - Full-width Single Post 
//----------------------------------------*/
#top.single .post .blog-meta {
    margin: 0 30px 10px 30px;
    }
#top.single .post .post-title {
    text-align: left;
    width: 100%;
}
#top.single .post .post-meta-infos {
  text-align: left!important;
}
#top.single .post .entry-content-wrapper, 
#top.single .post .entry-content-header,
#top.single .post .entry-content,
#top.single .post .post-title,
#top.single .post .entry-footer  {
  min-width: 100%!important;
}
#fullwidthsection .container {
    width: 98% !important;
max-width: none !important;
}
.page-template-full-width .content-area {
    width: 100%;
    margin: 0px;
    border: 0px;
    padding: 0px;
}
 
.page-template-full-width .site {
margin:0px;
}