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

.side_menu_button_wrapper, .header_bottom_right_widget_holder {
    display: flex;
    align-items: center;
}
.header_bottom_widget div{
	align-content: center;
	margin-right:40px;
}
header.light.header_style_on_scroll .header_bottom_right_widget_holder a.qbutton, header.light:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder a.qbutton {
    
   	background-color: #000000 !important;
    color: #fff !important;
	border-radius: 0px !important;
}

header.light.header_style_on_scroll .header_bottom_right_widget_holder a.qbutton, header.light:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder a.qbutton:hover {
    
   	background-color: #E89627 !important;
}