/*
 Theme Name: Woostify Child
 Theme URI: https://yourdomain.com/
 Description: Woostify Child Theme
 Author: Your Name
 Author URI: https://yourdomain.com/
 Template: woostify
 Version: 1.0.0
 Text Domain: woostify-child
*/

/* WCFM Full Width */
.page-template-full-width-php .wcfm_full_width {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.page-template-full-width-php #primary {
    width: 100%;
    margin: 0;
}

.page-template-full-width-php .site-main {
    max-width: 100%;
    margin: 0;
}

.page-template-full-width-php .site-content {
    display: block;
}

.page-template-full-width-php .site-main #content {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.page-template-full-width-php .content-area {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.page-template-full-width-php .sidebar-container,
.page-template-full-width-php .sidebar {
    display: none;
}