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

.padding-mobile-banner{
		padding-left:130px;
		padding-right:130px;
	}
.text-center {
	text-align:center;
}

@media screen and (max-width: 767px) {
	.margin-top-mobile{
		margin-top:60px !important;
	}
	#background-mobile {
		background-size: contain !important;
		height: 50px !important;
		background-color:#ffffff;
		background-position: center center !important;
	
	}
	#background-mobile-1 {
		background-size: contain !important;
		height: 50px !important;
		background-color:#ffffff;
		background-position: center center !important;
	}
	.padding-mobile-banner{
		padding-left:0px !important;
		padding-right:0px !important;
	}
}

@media screen and (min-width: 767px){
	.social-footer-mobile {
		display:none !important;
	}
}
	
