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



#menu-alumni-25 .menu-item.active a, #menu-alumni-25 .menu-item a:hover {
color:#e31e17;	
}

.header_inner_right .widget.qode_button_widget a.btnAlumni {
	background-color:#e31e17 !important;
	color:#FFF !important;
	border-color:#FFF !important;
}


@media only screen and (min-width: 1000px) {
  header.dark:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder a.qbutton,
  header.dark.header_style_on_scroll .header_bottom_right_widget_holder a.qbutton {
    border-color: #fff !important;
    background-color: #e31e17 !important;
    color: #fff !important;
  }
  header.light:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder a.qbutton,
  header.light.header_style_on_scroll .header_bottom_right_widget_holder a.qbutton {
    border-color: #fff !important;
    background-color: #e31e17 !important;
    color: #fff !important;
  }
	
	
	header.dark:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder a.qbutton:hover,
	  header.dark.header_style_on_scroll .header_bottom_right_widget_holder a.qbutton:hover {
		border-color: #e31e17 !important;
		background-color: #fff !important;
		color: #e31e17 !important;
	  }
	  header.light:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder a.qbutton:hover,
	  header.light.header_style_on_scroll .header_bottom_right_widget_holder a.qbutton:hover {
		border-color: #e31e17 !important;
		background-color: #fff !important;
		color: #e31e17 !important;
	  }	
}