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

/*FOOTER*/
@media screen and (max-width: 902px) {
	.column2.footer_col2, .column3.footer_col3 {
	display:none;
}
	.footer_top {
		padding-bottom: 0px !important;
		text-align: center !important;
	}
}
@media screen and (min-width: 902px) {
	.mobile {
		display: none !important;
	}
}
