/*
Theme Name: FindingJob Theme
Description: Full-width theme for the FindingJob Site plugin. Hides WordPress chrome so only your site content shows.
Version: 1.3.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: findingjob-theme
*/

html,
body.findingjob-theme {
  margin: 0;
  padding: 0;
  background: #fff;
  width: 100%;
  overflow-x: hidden;
}

body.findingjob-theme #page,
body.findingjob-theme .site,
body.findingjob-theme .site-content,
body.findingjob-theme .content-area,
body.findingjob-theme .site-main,
body.findingjob-theme .findingjob-theme-wrap,
body.findingjob-theme .entry-content,
body.findingjob-theme .wp-block-post-content {
  margin: 0;
  padding: 0;
  max-width: none;
  width: 100%;
}

body.findingjob-theme .entry-header,
body.findingjob-theme .page-header,
body.findingjob-theme .entry-title,
body.findingjob-theme .wp-block-post-title,
body.findingjob-theme .site-header,
body.findingjob-theme .site-footer,
body.findingjob-theme .site-branding,
body.findingjob-theme .main-navigation,
body.findingjob-theme .post-navigation,
body.findingjob-theme .comments-area {
  display: none !important;
}

body.findingjob-theme.lpc-fullscreen-page .findingjob-quiz-wrap,
body.findingjob-theme.lpc-fullscreen-page .app-container {
  width: 100%;
  min-height: 100vh;
}

.findingjob-theme-wrap {
  width: 100%;
  min-height: 100vh;
}
