/*
Theme Name: Twenty Fifteen Child
Theme URI:  http://example.com/twentyfifteen-child
Description: Child theme for Twenty Fifteen
Author: Your Name
Template: twentyfifteen
Version: 1.0.0
*/

/* Increase the main content area */
.site, .site-header {
    max-width: 1200px; /* bigger than default 1038px */
}

/* Shift main content so it stays next to sidebar */
.site-content, .site-main .widecolumn {
    margin-left: 240px; /* keep it equal to sidebar width */
}

/* Optional: pages with single-column content */
.page .entry-content {
    max-width: 800px;  /* wider than default 696px */
    margin-right: auto;
}

.widget {
    background-color: transparent !important; /* remove dark background */
    box-shadow: none !important;              /* optional: remove shadow */
}


