#sfm-sidebar .sfm-menu li a:after,
#sfm-sidebar .sfm-menu li a:hover:after {
    background: linear-gradient(270deg, #8CC826 0%, #4B9B2E 45%, #066C37 100%) !important;
}

#sfm-sidebar .sfm-nav {
    display: flex !important;
    margin-top: 20px !important;
}

.sfm-logo img {
    width: 100%;
    max-height: 100% !important;
    height: 100px !important;
    object-fit: contain;
    object-position: center;
}

nav.sfm-nav li a {
    font-size: 13px !important;
    color: var(--white_color) !important;
    font-weight: 400;
    text-transform: uppercase !important;
    background: transparent !important;
}

nav.sfm-nav ul.sfm-menu>li {
    border-bottom: 1px solid #4b9b2e;
}

ul.sfm-menu ins.sfm-sm-indicator {
    width: 25px !important;
    height: 25px !important;
    top: 8px;
    right: 5px !important;
}

body #sfm-sidebar .sfm-child-menu.sfm-menu-level-1 li a {
    padding-left: 16% !important;
}

ul.sfm-menu ins.sfm-sm-indicator i {
    border-color: transparent !important;
    color: #4b9b2e !important;
    transform: rotate(0deg) !important;
    top: 4px !important;
    left: 11px !important;
}

nav.sfm-nav .sfm-child-menu li a {
    font-size: 12px !important;
    text-transform: uppercase !important;
    line-height: 1.4em !important;
}

ul.sfm-menu ins.sfm-sm-indicator i:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#sfm-sidebar .sfm-submenu-visible>a>.sfm-sm-indicator>i {
    transform: rotate(0deg) !important;
}

ul.sfm-menu ins.sfm-sm-indicator i:after {
    content: "\f067";
    color: #4b9b2e;
}

.sfm-menu .sfm-submenu-visible ins.sfm-sm-indicator i:after {
    content: "\f068";
}

nav.sfm-nav a {
    padding: 12px 0px !important;
}

.sfm-logo {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    top: 0 !important
}

#sfm-sidebar .sfm-menu li.sfm-active-class a {
    color: #4b9b2e !important;
}

.sfm-sidebar-close {
    position: absolute;
    top: 0;
    left: auto;
    right: -5px;
    display: block !important;
}

body.sfm-body-pushed div#page-container {
    height: 100vh;
    overflow: auto;
    box-shadow: 1px 2px 16px -3px var(--black_color);
    transform: translate3d(0%, 0, 0) scale(1) translate(0%, 0%) !important;
}

div#sfm-overlay-wrapper {
    display: none !important;
}

div#sfm-overlay {
    display: none !important;
}

ul#menu-main-menu li a:hover:before {
    transform: scale(1);
}

ul#menu-main-menu li.current_page_item a:before {
    transform: scale(1) !important;
}

ul.sub-menu li a:before {
    display: none !important;
}

.et-menu a:hover {
    opacity: 1 !important;
}

.sfm-va-middle ul li a:hover {
    box-shadow: none !important;
}

.sfm-va-middle ul li a:hover::before {
    background: var(--white_color) !important;
}

.sfm-widget.sfm-widget-bottom.sfm-copy {
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    text-align: center !important;
    color: var(--white_color);
    border-top: 1px solid var(--white_color);
    padding: 8px !important;
    font-weight: 400;
    font-size: 13px !important;
    background: linear-gradient(270deg, #8CC826 0%, #4B9B2E 45%, #066C37 100%) !important;
    margin-bottom: 0px !important;
    line-height: 1.4em;
    text-transform: uppercase;
    bottom: 0;
}

.sfm-scroll-wrapper.sfm-scroll-main::before {
    content: "";
    position: absolute;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-size: 100% 100%;
}

ul.sfm-child-menu.sfm-menu-level-1 {
    background: transparent !important;
}

nav.sfm-nav ul li {
    position: relative;
}

.sfm-rollback.sfm-color1.sfm-theme-none.sfm-label-visible.sfm-label-metro {
    height: fit-content !important;
}

.sfm-rollback.sfm-color1.sfm-theme-none.sfm-label-visible.sfm-label-metro {
    display: none !important;
}

.sfm-sidebar-close:after,
.sfm-sidebar-close:before {
    background: var(--white_color) !important;
}

nav.sfm-nav,
.sfm-logo {
    position: relative !important;
}

ul.sfm-child-menu.sfm-menu-level-1 li span {
    width: 100% !important;
    max-width: 100% !important;
}

form.sfm-search-form {
    display: none;
}

.sfm-logo {
    margin-top: 70px !important;
}

@media all and (min-width: 481px) and (max-width:1140px) {
    .sfm-pos-right .sfm-label-square .sfm-navicon-button {
        margin-right: 15px !important;
    }

    .sfm-rollback.sfm-color1.sfm-theme-none.sfm-label-visible.sfm-label-square {
        top: 15px !important;
    }

}

@media all and (min-width: 320px) and (max-width:980px) {
    .sfm-rollback.sfm-color1.sfm-theme-none.sfm-label-visible.sfm-label-metro {
        display: block !important;
        top: 20px;
        right: 7px;
    }

}