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

@media only screen and (max-width: 1000px){
	header {
	    position:fixed!important;
	    left: 0px!important;
	    margin-bottom: 0;
	}
	.content.content_top_margin_none { padding-top: 100px !important; }
	.mobile_menu_button span { font-size: 45px; }
}
@media only screen and (max-width: 500px){
	.q_logo a { margin-left: 40px; }
}

.bar-cta {
	position: absolute;
	bottom: 0px;
	z-index: 99;
	background: rgba(140, 191, 0, 0.9);
	padding: 30px;
	color: white;
	font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}
.rev_slider .bar-logo { max-width:215px !important; display: block; margin: 10px 0 0 0}
.bar-cta:hover { color: white !important;}