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



/*bridge fixes*/
.service_table_title_inner {height: inherit!important;}
nav.main_menu {margin-top: 20px!important;}

.hide {display: none !important;}
@media only screen and (max-width: 767px) {
	.hide-mobile{display: none !important;}
}

@media only screen and (min-width: 768px) {
	.hide-desktop {display: none !important;}
	
}

.mt-8 {margin-top:-8px;}

