/*
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");
@import url("fonts/stylesheet.css");

/*
.header_top_bottom_holder {
	background-color: #f4f4f4;
}
.header_top_bottom_holder:after {
	display: block;
	content: ' ';
	width: 100%;
	margin: 0 auto;
	height: 83px;
	position: absolute;
	top: 28px;
	left: 0;
	background-image: url('compen-header.png');
	background-size: 2000px 79px;
	background-repeat: repeat-x;
	background-position: 50px 0;
}

.header_top_bottom_holder .logo_wrapper {
	display: none;
}

.header_inner_right {
	height: 64px;
}

.side_menu_button > a {
	color: #db211b;
}

@media only screen and (max-width: 1000px)
{
	.header_bottom {
		background-color: #f4f4f4 !important;
	}

}
*/