/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}

#toc_container.fixed-menu {
    background: #866e4a !important;
    padding: 5px !important;
}

#toc_container.fixed-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1800px;
    display: table;
}
#toc_container.fixed-menu ul.toc_list li {
    float: left;
    position: relative;text-transform: uppercase;
}
#toc_container.fixed-menu ul.toc_list li a {
    color: #FFF;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 600;
    padding-left: 12px;
    line-height: 40px;
}

#toc_container{
    display: none;
}

.fixed-menu {
    display: block !important;
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index:2;
}

.fixed-menu li{
    display: inline-block;
}
@media screen and (max-width: 1100px) {
    .sub-click {
        position: fixed;
        top: 125px;
    }
    .sub-click {
        position: fixed;
        top: 125px;
        opacity: 1;
        display: block;
    }
}

@media screen and (max-width: 510px) {
    .sub-click {
        width: 45px;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    .sub-click {
        background: #453434 !important;
    }

    .sub-click {
        width: 60px;
        height: 48px;
        z-index: 600;
        display: none;
        position: absolute;
        right: 0;
        cursor: pointer;
    }



    .sub-click {
        width: 60px;
        height: 48px;
        z-index: 600;
        position: absolute;
        right: 0;
        cursor: pointer;
        top: 140px;
        position: fixed;
        top: 125px;
        margin-top: 0;
        opacity: 1;
        width: 45px;
        background: #d9b04c;
        display: block;
    }

    .sub-click:before {
        position: absolute;
        content: "\f0cb";
        color: #fafafa;
        width: 100%;
        font-family: FontAwesome;
        height: 100%;
        font-size: 25px;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        text-align: center;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 47px;
    }

    .sub-click .wrap{
        display: none;
    }

    .sub-click.active .wrap{
        display: block;
        max-height: 320px;
        border: 1px solid #ddd;
        padding-top: 10px;
    }

    .sub-click .wrap{
        position: fixed;
        background: #fff;
        right: 50px;
        top: 5px;
        width: 150px;
        bottom: 5px;
        text-align: center;
    }

    .sub-click .wrap ul{
        width: 100%;
        list-style: none;
    }

    .sub-click .wrap ul li {
        border-bottom: 1px solid #fff;
    }

    .sub-click .wrap ul li a{
        color: #453434;font-size: 13px;
    }

}
.off-canvas-left.dark .mfp-content,
.off-canvas-right.dark .mfp-content{
    background: #950028de;
}
.mobile-sidebar a{
    color: #fff !Important;
}
.mobile-sidebar .has-child button.toggle{
    color: #fff !Important;
}
*{
    outline: none !Important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#logo img {
    padding: 5px 0px !Important;
}

.bottom-contact-action {
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent;
    text-align: center;
}
.bottom-contact-action .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0px 0;
}
.mobile-nav .header-button a {
    background: #950028 !Important;
}
.bottom-contact-action a {
    background: #950028;
    padding: 10px 10px;
    color: white;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    background-size: cover;
}
.bottom-contact-action a:hover {
    background: #D92229;
}
.bottom-contact-action img {
    width: 25px;
    padding-right: 5px;
}
.wpcf7 input[type=submit] {
    background: #950028 !important;
    border-radius: 5px;
}
label {
    color: #950028;
}
a.plain,
.box-text p{
    color: #950028;
}


.off-canvas-left.dark .mfp-content,
.off-canvas-right.dark .mfp-content{
    background: #eedec1;
}
.mobile-sidebar a{
    color: #162b75 !Important;
}
.mobile-sidebar .has-child button.toggle{
    color: #162b75 !Important;
}
*{
    outline: none !Important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#logo img {
    padding: 5px 0px !Important;
}
html{
    margin-right: 0px !Important;
}
.header-button{
    margin-top: -10px;
}
.off-canvas-center .mfp-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #950028;
    opacity: 0.9;
    z-index: 1;
}
.off-canvas-center .mfp-container {
    position: relative;
    padding: 0;
    background-image: url(images/bg_menu.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.main-menu-overlay{
    background-color:transparent !Important;
}
.off-canvas-center .nav-sidebar.nav-vertical>li>a{
    color: #ffffffd1 !important;
    padding: 8px 0px;
    font-size: 16px;
}
.off-canvas .sidebar-menu{
    padding: 0px;
}
.off-canvas-left.dark .mfp-content,
.off-canvas-right.dark .mfp-content{
    background: #eedec1;
}
.mobile-sidebar a{
    color: #162b75 !Important;
}
.mobile-nav .header-button a {
    background-color: #395225 ! Important;
}
.mobile-sidebar .has-child button.toggle{
    color: #162b75 !Important;
}
.searchform .button.icon{
    background-color: #950028;
}
.header-menu-mobile ul{
    margin: 0px;
    list-style: none;
    width: 100%;
}
.header-menu-mobile{    
    width: 100%;
    background: #950028;
    height: 51px;
    bottom: 0;
    position: fixed;
    z-index: 99;
    box-shadow: rgba(255, 255, 255, 0.6) 5px 2px 10px;
    padding: 0px 15px;
    display: flex;
    align-content: space-around;
}
.header-menu-mobile a{
    color: #fff;
    font-size: 34px;
}
.header-menu-mobile img{
    height: 30px;
    width: auto;
}
.header-menu-mobile .left{
    float: left;
    width: 30%;
}
.header-menu-mobile .right{
    float: right;
    width: 70%;
    text-align: right;
}
.header-menu-mobile .right img{
    height: 20px;
    width: auto;
}
.header-menu-mobile .right a{
    margin-left: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
}
.logo-left .logo{
    margin-right: 0px;
}
.nav-spacing-large>li{
    margin: 0 8px;
}

.footer-cta-box {
    z-index: 999;
    position: fixed;
    bottom: 0px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.footer-cta-box a {
    background: #950028;
    padding: 7px 15px;
    color: white;
    font-size: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
}
.footer-cta-box a:hover{
    background: #886d48;
}
.footer-cta-box img {
    width: 25px;
    padding-right: 5px;
}
.header-main .nav > li > a{
    font-size: 14px;
    font-weight: bold;
}
.mobile-sidebar a{
    color: #e5c079 !Important;
}
.mobile-sidebar .has-child button.toggle{
    color: #e5c079 !Important;
}
#logo{
    width: 97px !Important;
    margin-right: 0px;
}
html{
    margin-right: 0px !Important;
}
.off-canvas-center .mfp-container {
    position: relative;
    padding: 0;
    background-image: url(https://monreisaigonmitsubishi.com/wp-content/uploads/2026/03/background-menu.jpg);
    overflow: hidden;
}
.main-menu-overlay {
    background-color: transparent ! Important;
    opacity: 0 !Important;
}
.off-canvas-center .nav-sidebar.nav-vertical>li>a{
    padding: 8px 0px;
    font-size: 16px;
}
.off-canvas .sidebar-menu{
    padding: 0px;
}
.mobile-nav .header-button a{
    border: 1px solid #e5c079;
    background-color: #950028 !Important;
}
.header-main {
    background: url('https://monreisaigonmitsubishi.com/wp-content/uploads/2026/03/background-menu.jpg');
    box-shadow: 0 2px 5px 0 rgba(10, 10, 10, .2);
}
#masthead .nav>li{
    margin: 0px 7px;
}
#masthead .nav>li>a {
    font-size: 15px;
    color: #edcb99;
    text-transform: uppercase;
}