/**
 * Canvas Page Styles
 */

/* Canvas (Blank Page) */
body.canvas-page {
    margin: 0;
    padding: 0;
}

#canvas-content {
    width: 100%;
    min-height: 100vh;
}

/* Full Width */
.full-width-page {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Remove containers/wrappers comuns dos temas */
.full-width-page,
.full-width-page > * {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Força o conteúdo a ocupar largura total em temas comuns */
body.page-template-full-width-template #content,
body.page-template-full-width-template .site-content,
body.page-template-full-width-template .content-area,
body.page-template-full-width-template .site-main,
body.page-template-full-width-template main,
body.page-template-full-width-template article {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
}

/* Remove sidebar em temas que usam layout com sidebar */
body.page-template-full-width-template #secondary,
body.page-template-full-width-template .sidebar,
body.page-template-full-width-template aside {
    display: none !important;
}
