/*
Theme Name: Idyllic Child
Theme URI: http://themefreesia.com/themes/idyllic
Author: Theme Freesia
Author URI: http://themefreesia.com
Version: 1.0
Text Domain: idyllic-child
Template: idyllic
License: GNU General Public License version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: threaded-comments, right-sidebar, four-columns, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, flexible-header, post-formats, footer-widgets, sticky-post, theme-options, translation-ready, e-commerce, education, portfolio
All files, unless otherwise stated, are released under the GNU General Public License version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
==================================================
*/

/* FIX: Hide sidebar and expand primary content to full width on ALL pages */
#secondary {
    display: none !important;
    float: none !important;
    width: 0 !important;
}

#primary {
    width: 100% !important;
    float: none !important;
    max-width: 100% !important;
}

#content {
    max-width: 100% !important;
    width: 100% !important;
}

.site-content-contain {
    display: block !important;
    max-width: 100% !important;
}

#site-content-contain {
    padding-right: 0 !important;
    padding-left: 0 !important;
    max-width: 100% !important;
}
