/*
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-highlight {
	padding-top: 29px !important; 
}

header.sticky .menu-highlight {
	padding-top: 13px !important; 
}

.menu-highlight a {
	line-height: 50px !important;
	background: #FFC945 !important;
	color: #ED3794 !important;
	border-radius: 5px; !important;
}

.q_team_description_inner p {
	color: #23201D !important; 
}

@media (max-width: 767px) {
    .menu-highlight a {
        display: inline-block !important;
    }
}