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

@media (min-width: 1000px) {
header.page_header .header_inner .logo_wrapper {
height: 100px !important;
}
.page_header.scrolled nav.main_menu.drop_down.right {
padding-bottom: 24px;
}
}

@media(max-width:1000px){
header.page_header .header_inner .logo_wrapper,
header.page_header .header_inner .logo_wrapper *:not(header.page_header .header_inner .logo_wrapper img) {
position: unset !important;
text-align: center !important;
margin: auto !important;
display: flex !important;
justify-content: center !important;
width: 100% !important;
}
}

