/*
 Theme Name: Twenty Seventeen Child Theme
 Theme URI: http://brfedsbacka.se
 Author: CS
 Author URI: http://yourwebsite.com
 Template: twentyseventeen
 Description: Child theme for Twenty Seventeen.
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentyseventeen-child
 */

@media screen and (min-width: 48em) {
.wrap {
max-width: 1000px;
}
.page-full-width #primary {
max-width: 1000px !important;
}
body.page-template-page-full-width .page-full-width #primary .entry-content {
width: 100%;
}
body.page-template-page-full-width .page-full-width #primary .entry-header {
width: 100%;
}
}