/*
 Theme Name:   Spacious Child
 Theme URI:    https://wordpress.org/themes/spacious/
 Description:  Spacious Child Theme
 Author:       ThemeGrill
 Author URI:   http://themegrill.com
 Template:     spacious
 Version:      1.4.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  spacious-child
*/

/* decoration of the left sider menu in the pages */
div.q2w3-fixed-widget-container li {
    padding: 6px;    
    border-bottom: 1px solid #f2f2f2;
    max-width: 440px;   
}

#menu-item-442, #menu-item-669, #menu-item-671 {
    border:none;
}

/* rescale the width of sider menu and the main contents in the pages */
#secondary {
    width:20%;
}

#primary {
    width:75%;
}

/* add space between sections */

section#siteorigin-panels-builder-2, section#siteorigin-panels-builder-3, section#sow-editor-2, section#siteorigin-panels-builder-4, section#sow-editor-3 {
    margin-top:40px;
    padding: 30px;
    vertical-align: middle;
}

#controllers a:nth-child(4), #controllers a:nth-child(5), #controllers a:nth-child(6) {
    display: none;
}
