/* Full-width page template — remove theme layout constraints */

html,
body.cbbq-fullwidth-template {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  overflow-x: hidden;
}

body.cbbq-fullwidth-template {
  background: #feedda;
}

.cbbq-fullwidth {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Common theme wrappers that squeeze page content */
body.cbbq-fullwidth-template #page,
body.cbbq-fullwidth-template #content,
body.cbbq-fullwidth-template #primary,
body.cbbq-fullwidth-template #main,
body.cbbq-fullwidth-template .site,
body.cbbq-fullwidth-template .site-content,
body.cbbq-fullwidth-template .content-area,
body.cbbq-fullwidth-template .entry-content,
body.cbbq-fullwidth-template .container,
body.cbbq-fullwidth-template .wrap,
body.cbbq-fullwidth-template .wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.cbbq-fullwidth-template .cbbq-page {
  width: 100%;
  max-width: none;
}
