@charset "utf-8";
.navigation--top {
    background-color: unset;
}
.site-header__branding {
    display: none;
}
.mfbHeader_container {
    width: 100%;
    background-image: url(https://metrofinance.biz/wp-content/themes/bucket-child/mfb_header_img_bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.mfbHeaderImg_container {
    display: flex;
    max-width: 1150px;
    /*aspect-ratio: 1500 / 320;*/
}
.mfbHeaderImg_container img {
    width: 100%;
}
.containerMFB {
    max-width: 1175px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}
.navigation--main {
    background-color: unset !important;
}
.mfbMenu {
    width: 100%;
    padding: 20px 20px 20px 20px; 
}
.mfbMenu .nav {
    margin-bottom: 0 !important;
}

.heading--main .hN {
    background-color: #293896 !important;
}

.heading--sidebar, .widget--sidebar__title {
    background-color: #293896 !important;
}

.article--thumb__title a:hover {
    color: #293896;
}

.mfb_logo {
    max-width: 110px;
    /*padding: 20px 20px 0px 20px;*/
    background-color: #fff;
    /*box-shadow: 0px -6px 4px 0px #3e3e3e91;*/
}




@media only screen and (min-width: 900px) {
    .nav--main li:hover > a {
        color: #f4271c;
    }
    
    .nav--main li:hover, .nav--main li.current-menu-item {
        border-bottom-color: #293896 !important;
    }
    .nav--main li:hover > a {
        color: #293896 !important;
    }
    .article--billboard > a:hover .article__title:before, .article--billboard > a:hover .article--list__title:before, .article--billboard > a:hover .latest-comments__title:before, .article--grid__header:hover .article--grid__title h3, .article--grid__header:hover .article--grid__title:after {
        background-color: #293896;
    }
}

@media only screen and (max-width: 899px) {
    .header {
        margin-bottom: 30px
    }
    .wrapper {
        padding-top: 120px;
    }
    .site-header__branding {
        display: block;
        position: absolute;
        width: 360px;
        left: 24px;
        top: 0;
    }
    .site-logo--image img {
        display: block;
        max-width: 110px;
        width: 60%;
        max-height: 100%;
    }
    .mfbMenu {
        height: unset;
        padding: 0px; 
    }
    .mfb_logo {
        display: none;
    }
    .image-wrap {
    padding-top: unset !important;
}
}