/*
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) {

.header_top .left {
	line-height:0;
    margin-top: 10px;
}

}


@media only screen and (max-width: 600px) {
body .content_inner h2, body .content_inner h2 a, body.qode-overridden-elementors-fonts .content_inner .elementor-widget-heading h2.elementor-heading-title {
    font-size: 33px;
    line-height: 38px;
}

body .content_inner h2, body .content_inner h2 a, body.qode-overridden-elementors-fonts .content_inner .elementor-widget-heading h2.elementor-heading-title span {
   line-height:0;
}

.footer_bottom p, .footer_bottom_holder p {
	line-height:22px;
}

.footer_bottom_holder {
    padding-top: 20px;
    padding-bottom: 20px;
}

}