/*!
Theme Name: pstarter19
Theme URI: http://piksel.mk/
Author: Piksel LTD
Author URI: http://piksel.mk
Description: Piksel starter theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pstarter


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

pstarter is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

/*BOOTSTRAP CONTAINER WIDTH FIX*/

.container-width-fix [class*="col-"] {
    padding: 0 10px !important;
}

@media all and (min-width: 991px){
    .container-width-fix {
        max-width: 1200px !important;
    }
}

@media all and (min-width: 1200px){
    .container-width-fix {
        max-width: 1240px !important;
    }
}

@media all and (min-width: 1241px) {
    .container-width-fix {
        max-width: 1260px !important;
    }
}
