/*
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"); */

body.lang-fr header .q_logo img.normal {
    display: none;
}
body.lang-fr header .q_logo img.light {
    opacity: 1;
}

body.lang-fr .shiftnav .shiftnav-menu-image-padded img {
    visibility: hidden;
}
body.lang-fr .shiftnav .shiftnav-menu-image-padded {
    background: url('../../uploads/2017/09/mose-montreal-home-inspection-logo-fr-medium.png') 25px 25px no-repeat;
}

body #menu-main-menu, body #menu-main-menu-fr {
    display: none;
}

body .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    color: #303030;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    line-height: 18px;
}

body .gform_wrapper .gform_body h2.gsection_title {
    color: #023368;
    font-family: Raleway, sans-serif;
    font-size: 23px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 0;
    margin: 0.5em 0 !important;
}

body .gform_wrapper .gform_body .gsection_description {
    color: #303030;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    line-height: 18px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .two_columns_75_25>.column1 {
        float: none;
        width: 100%;
    }
    
    .two_columns_75_25>.column2 {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    body header .header_top_bottom_holder .container .container_inner {
        min-height: 115px;
    }
    
    body.lang-fr header .q_logo img.mobile {
        display: none !important;
    }
    body.lang-fr header .q_logo img.light {
        display: block !important;
        margin-left: -48px;
    }
}
