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

.page-id-5 .header_bottom, .page-id-5 .header_top, .page-id-5 .fixed_top_header .bottom_header {
    background-color: transparent !important;
}

.page-id-5 header:not(.scrolled) .q_logo img.light,  .page-id-5 header:not(.scrolled) .q_logo img.mobile, .page-id-5 header:not(.scrolled) .q_logo img.sticky {
    opacity: 0 !important;
}

.page-id-5 header:not(.scrolled) .q_logo img.dark{
opacity: 1 !important;
}

.page-id-5 header:not(.scrolled) nav.main_menu > ul > li > a {
    color: #ffffff !important;
}

.page-id-5 header:not(.scrolled) nav.main_menu > ul > li > a:hover {
    color: #df4026 !important;
}

.page-id-5 header:not(.scrolled) nav.main_menu > ul > li.active > a:hover {
    color: #0b192c !important;
}


nav.main_menu>ul>li.active>a>span:not(.plus) {
    border-radius: 26px;
}
.qbutton.small {
    padding-bottom: 11px;
    padding-top: 11px;
	height:18px;
	line-height:18px;
  
}