
/* PatikLup managed landing pages: remove theme's reserved 30% sidebar column. */
body.ptk-managed-full-width #primary,
body.ptk-managed-full-width .content-area,
body.ptk-managed-full-width .site-content .content-area,
body.ptk-managed-full-width .site-main,
body.ptk-managed-full-width main.site-main,
body.ptk-managed-full-width article.page,
body.ptk-managed-full-width .entry-content,
body.ptk-managed-full-width .inside-article,
body.ptk-managed-full-width .content-container,
body.ptk-managed-full-width .site-content > .container,
body.ptk-managed-full-width .site-content > .ast-container{
    width:100%!important;
    max-width:none!important;
    flex:0 0 100%!important;
    float:none!important;
    margin-left:0!important;
    margin-right:0!important;
}
body.ptk-managed-full-width #secondary,
body.ptk-managed-full-width .widget-area,
body.ptk-managed-full-width aside#secondary,
body.ptk-managed-full-width .sidebar,
body.ptk-managed-full-width .site-sidebar{
    display:none!important;
}
body.ptk-managed-full-width .site-content,
body.ptk-managed-full-width .site-content > .container,
body.ptk-managed-full-width .site-content > .ast-container{
    display:block!important;
}
body.ptk-managed-full-width .entry-header,
body.ptk-managed-full-width article.page > header.entry-header{
    max-width:none!important;
}

body.ptk-managed-full-width .entry-header,body.ptk-managed-full-width article.page>header.entry-header,body.ptk-managed-full-width .page-header,body.ptk-managed-full-width .entry-title{display:none!important;}
body.ptk-managed-full-width .entry-content{padding-top:0!important;margin-top:0!important;}
