/*
Theme Name: GeneratePress Child Kryptoboersen
Template: generatepress
Version: 1.0.0
Description: Performance-first child theme for kryptoboersen.net
*/

body.kb-app-shell .site-content {
  display: block !important;
}

body.kb-app-shell .site-content > * {
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.post-template-listicle-template #content.site-content,
body.post-template-listicle-template-php #content.site-content {
  display: block !important;
}

body.post-template-listicle-template #content.site-content > *,
body.post-template-listicle-template-php #content.site-content > * {
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.post-template-listicle-template .content-area,
body.post-template-listicle-template-php .content-area,
body.post-template-listicle-template #primary,
body.post-template-listicle-template-php #primary {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

body.post-template-exchange-vs-template #content.site-content,
body.post-template-exchange-vs-template-php #content.site-content {
  display: block !important;
}

body.post-template-exchange-vs-template #content.site-content > *,
body.post-template-exchange-vs-template-php #content.site-content > * {
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.post-template-exchange-vs-template .content-area,
body.post-template-exchange-vs-template-php .content-area,
body.post-template-exchange-vs-template #primary,
body.post-template-exchange-vs-template-php #primary {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  float: none !important;
}
