/*
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");

@media only screen and (max-width: 1000px) {

    .page_header {
        position: fixed !important;
    }

    .mobile-scroll-show {
        top: 0px !important;
        transition: top 0.6s;
    }

    .mobile-scroll-hide {
        top: -105px !important;
        transition: top 0.6s;
    }

}

