/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 20 nov. 2015, 16:25:52
    Author     : gael
*/
html * {
  float: none;
  overflow: visible !important;
  position: relative !important;
}
html * iframe {
  display: none;
}
#icrc-header {
  display: none;
}
header#mainHeader {
  display: none;
}
footer#mainFooter {
  display: none;
}
aside {
  display: none;
}
.wrap {
  width: 100%;
}
#pageContent {
  display: block;
}
#pageContent .single-post-container {
  width: 100%;
}
article.post header h1 {
  width: 100%;
}
article.post .wrap,
article.page .wrap,
article.post-attachment .wrap {
  display: block;
}
article.post header .background-image,
article.page header .background-image,
article.post-attachment header .background-image {
  position: relative;
  display: none;
}
