﻿/*
Theme Name: ExamNotePDF Child
Template: generatepress
Version: 1.0.0
*/


/*
 * Every page uses the custom ExamNotePDF navbar/footer (rendered via
 * wp_body_open/wp_footer in functions.php) instead of GeneratePress's
 * default header, navigation, sidebar, and footer. `.examnotepdf-site` is
 * added to every front-end page's body via enpdf_child_body_class().
 */
body.examnotepdf-site #masthead,
body.examnotepdf-site #site-navigation,
body.examnotepdf-site #mobile-menu-control-wrapper,
body.examnotepdf-site .site-header,
body.examnotepdf-site .main-navigation,
body.examnotepdf-site .page-header,
body.examnotepdf-site .inside-page-header,
body.examnotepdf-site .inside-header,
body.examnotepdf-site .site-info,
body.examnotepdf-site .widget-area {
  display: none !important;
}

body.examnotepdf-site {
  overflow-x: hidden;
}

body.examnotepdf-site #page,
body.examnotepdf-site .site-content {
  margin-top: 0;
  padding-top: 0;
}

body.examnotepdf-site #page,
body.examnotepdf-site #content,
body.examnotepdf-site .site-content,
body.examnotepdf-site .content-area,
body.examnotepdf-site .inside-article,
body.examnotepdf-site .entry-content {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
}

