/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.container_inner {
    max-width: 1600px !important;
    width: 90% !important;
}

@media(max-width: 1024px) {
    .container_inner {
        width: 95% !important;
    }
}