/**
 * 30-layout.css
**/
.section_wrapper {
    margin: 0 auto;
    max-width: 100%;
}

.section_header,
.section_main,
.section_sidebar,
.section_footer {
    margin: 0;
}

.section_header {
    margin-top: 0;
}

.custom .inside,
.section_header .inside {
    max-width: 1268px;
}

.custom .inside,
.section_header .inside {
    padding-left: 34px;
    padding-right: 34px;
}

.section_footer .inside .centered_wrapper_inside {
    max-width: 1268px;
}

.section_main .inside {
    padding: 0;
}

.section_main,
.section_sidebar {
    min-height: 600px;
}

.centered_wrapper_inside.-fullwidth {
    max-width: 100%;
}