/*
Theme Name: Bridge Child
Theme URI: http://example.com/bridge-child
Description: Child theme for Bridge theme with contact form fix
Author: Your Name
Author URI: http://example.com
Template: bridge
Version: 1.0
*/

@media only screen and (max-width: 1000px) {
    header .q_logo img.mobile {
        display: block !important;
        opacity: 1 !important;
        position: relative;
        margin: 0 auto;
        max-width: 100%;
        height: auto !important;
    }
	.q_logo a {
        left: 0;
        width: auto !important;
        height: auto !important;
    }
	.logo_wrapper {
        height: 100px !important;
        width: 100px;
        left: 0;
        right: 0;
        display: block;
        margin: 0 auto;
    }
}