/*
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.archive .blog_holder{
    margin-top:115px !important;
}

@media (min-width: 640px) {
    .gform-theme--foundation .gform_fields {
        -moz-row-gap: 10px !important;
        row-gap: 10px !important;
    }
}

@media (min-width: 640px) {
    .gform-theme--foundation .ginput_address_city, .gform-theme--foundation .ginput_address_country, .gform-theme--foundation .ginput_address_state, .gform-theme--foundation .ginput_address_zip {
        inline-size: 100% !important;
    }
}

body .gform_wrapper input[type=submit], body .gform_wrapper input[type=button], body .gform_wrapper input[type=reset]{
    background: #466630 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 30px !important;
}

body .gform_wrapper input[type=submit]:hover, body .gform_wrapper input[type=button]:hover, body .gform_wrapper input[type=reset]:hover{
    background-color: #253e54 !important;
}

.drop_down .narrow .second .inner ul li a{
    line-height: 1.5 !important;
}

.wpb_video_wrapper{
    padding: 0 !important;
    overflow: hidden !important;
    position: relative;
}

.mobile-only{
    @media (min-width: 1000px) {
        display: none !important;
    }
}

.desktop-only{
    @media (max-width: 1000px) {
        display: none !important;
    }
}

body.single-case_study h2.entry_title{
    display: none !important;
}