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


.border-left {
	border-left: 4px solid #222;
	padding: 0 0 0 15px;
}

.max-1300 {
	max-width: 1300px;
	margin: 0 auto;
}


@media screen and (max-width: 768px) {
	
	.border-left {
	margin-left: 30px;
	}
	
	.txt-left-mobile {
		text-align: left !important;
	}
	
	.txt-center-mobile {
		text-align: center !important;
	}
	
	.txt-right-mobile {
		text-align: right !important;
	}
	

}


