/*
 Theme Name:   Vakai Iceberg
 Theme URI:    http://themeforest.net/user/nordstudio
 Description:  Child Theme for Iceberg
 Author:       Nord Studio
 Author URI:   http://themeforest.net/user/nordstudio
 Template:     iceberg
 Version:      1.0
 License:      
 License URI:  http://themeforest.net/licenses
 Tags:         black, green, silver, white, dark, light, two-columns, left-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
 Text Domain:  iceberg
*/

@import url("../iceberg/style.css");

/* Custom width settings */
.inner-box, .inner-box-small {
    padding-left: 4% !important;
    padding-right: 4% !important;
}

.content-container {
    max-width: 100rem !important;
    width: 100% !important;
    margin: 0 auto !important;
}

@media (min-width: 1599px) {
    .content-container {
        max-width: 125rem !important;
    }
}

@media (min-width: 2500px) {
    .content-container {
        max-width: 150rem !important;
    }
}

