/*
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");


// Custom Styles

// Slider Home
@media only screen and (max-width: 480px){
	.carousel .carousel-inner {
		position: relative;
		margin:auto;
	}
	.q_slider .carousel, .qode_slider_preloader, .carousel-inner>.item {
		background: #1A1A1A;
	}
}

