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

.drop_down .wide.wide_background .second .inner,
.fixed_top_header .header_inner_center {
    max-width: 1170px;
    margin: auto;
}



.drop_down .wide.wide_background .second .inner ul {
    width: 100% !important;
}

.drop_down .wide .second ul li {
    float: none;
    height: auto !important;
    width: auto;
}

nav.main_menu>ul#menu-main>li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    margin-left: 0.4rem;
}

.drop_down .wide .second ul li.menu-item.menu-item-has-children.sub {
    float: left !important;
    height: auto !important;
    padding: 0 2rem;
}

.drop_down .wide .second ul li.menu-item.menu-item-has-children.sub li {
    width: 100%;
}

.drop_down .wide .second .inner>ul>li>a {
    font-size: 1.4rem !important;
    text-transform: unset;
}

.drop_down .wide .second ul li.menu-item.menu-item-has-children.sub>a {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    padding-left: 0 !important;
}

.drop_down .wide .second ul li.menu-item.menu-item-has-children.sub a,
.drop_down .wide .second ul li.menu-item.menu-item-has-children.sub a h5 {
    font-size: 1rem;
    font-weight: 500;
    color: white;
    padding: 0.5rem 0;
    text-transform: unset;
}

.footer_top_holder, footer #lang_sel > ul > li > a, footer #lang_sel_click > ul > li > a {
    background-color: #10069f;
  }

  .footer_top .container {
    background-color: #10069f;
  }