@media (min-width: 768px) {
    .full-width .t3-wrapper .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .t3-wrapper .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .full-width .t3-wrapper .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .t3-wrapper .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .full-width .t3-wrapper .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .t3-wrapper .container {
        width: 1170px;
    }
}

.t3-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
}

.t3-mainnav .t3-navbar {
    float: left;
}

.full-width .t3-wrapper .t3-mainbody {
    padding-left: 0;
    padding-right: 0;
}

.full-width .t3-wrapper .t3-mainbody .row {
    margin-left: 0;
    margin-right: 0;
}

.full-width .t3-wrapper .t3-mainbody .t3-content {
    padding: 0;
}


/*MLM*/

body {
    background-color: #fdf0c4 !important;
}

.dropdown-menu {
    background-color: #792e19 !important;
}

.dropdown-menu a {
    color: #fcd757 !important;
}

.dropdown-menu:before {
    border-bottom: 7px solid #792e19 !important;
    border-bottom-color: rgba(251, 0, 0, 0.2) !important;
    text-align: center !important;
}

.dropdown-menu a:hover {
    background-color: #6c2713 !important;
}

.address_value {
    color: #fcd757 !important;
}

.t3-megamenu .mega-nav>li a:hover,
.t3-megamenu .dropdown-menu .mega-nav>li a:hover,
.t3-megamenu .mega-nav>li a:focus,
.t3-megamenu .dropdown-menu .mega-nav>li a:focus {
    text-decoration: none;
    color: #fcd757 !important;
    background-color: #792e19 !important;
}

.page-header {
    display: none !important;
}