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

/* Header */

nav.main_menu>ul>li.active>a>span:not(.plus) {
	background-color : #f1f1fb;
}

.drop_down .second .inner>ul, li.narrow .second .inner ul {
	background-color: #113c78;
}

.drop_down .second .inner ul li a, .drop_down .second .inner ul li h5 {
	color : #f1f1fb;
	font-size: 13px;
}

nav.main_menu > ul > li > a {
	font-weight : bold;
	font-size : 15px;
}


/* footer */

footer {
	background: #113c78;
}

.footer_bottom p {
	text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}
