/*
******************************************************************
(c) sinntun.codes
******************************************************************
*/


/*****************************************************************
*********** Mobile-Nav
******************************************************************/


.menu-button {
    display: none;
}

.menu-trigger {
    height: 40px;
    width: 35px;
    cursor: pointer;
    display: none;
}

.mobile-div {
    position: fixed;
    height: 0;
    width: 100vw;
    overflow: hidden;
    z-index: 99999999;
    top: 73px;
    left: 0;
    transition: ease-in-out .6s;
}

.menu-line {
    width: 100%;
    height: 4px;
    border-radius: 3px;
    margin-bottom: 6px;
    transition: ease .3s;
}

.menu-button:hover .menu-line:nth-child(2) {
    width: 80%;
}

.menu-button-close:hover .menu-line:nth-child(1), .menu-button-close:hover .menu-line:nth-child(3) {
    width: 80%;
}

.menu-button-close {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}


.mobile-menu {
    height: auto;
    width: auto;
    text-align: center;
    display: block;
}

@media only screen and (max-width: 1024px) {
    #page-canvas {
        transition: ease-in-out .4s;
        left: 0;
        position: absolute;
    }

    .menu-trigger {
        display: block !important;
    }
}

.close-page-canvas {
    left: 60% !important;
}

.menu-trigger {
    display: none;
}

.nav1-mobile-div {
    overflow: hidden;
}

/*######### Mobile 2 - left menu ###############*/

.menu-trigger {
    height: 29px;
    /*padding: 8px 0px;*/
    width: 30px;
    cursor: pointer;
    transition: ease-in .3s;
    position: absolute;
    top: 40px;
    right: 25px;

}

.menu-trigger.menu-line-box {
    padding: 26px 15px;
    width: 30px;
    height: 8px;
    transition: ease .3s;
}

.menu-trigger .menu-line {
    transition: ease-in .2s;
    width: 100%;
    height: 4px;
    border-radius: 15px;
    margin: 0 auto 8px;
}

.menu-trigger:hover .menu-line:nth-child(2) {
    width: 80%;

}

.menu-trigger .main-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: ease-in-out .4s;
}

.menu-trigger.open .menu-line:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 9px;
}

.menu-trigger.open .menu-line:nth-child(2) {
    display: none;
}

.menu-trigger.open .menu-line:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -3px;
}

.subnav-nav-trigger::before {
    font-family: 'Font Awesome 5 Pro', sans-serif;
    font-size: 24px;
    color: #000;
    content: '\f054';
    font-weight: 900;
    margin-left: 4px;
    margin-right: 4px;
}

.subnav-nav-trigger {
    position: absolute;
    top: 8px;
    right: 35px;
    transform: rotate(90deg);
    cursor: pointer;
    transition: ease-in-out .6s;
    height: 23px;
}

.subnav-nav-trigger.opened {
    transform: rotate(270deg);
}

.nav1-mobile-link {
    margin-right: 5px;
    display: inline-block;
    margin-left: 50px;
    padding: 5px;
    width: calc(100% - 150px);
}

.nav1-mobile-div.menu-2 {
    position: fixed;
    top: 79px;
    height: 100%;
    transition: ease-in-out .4s;
    z-index: 999;
}

.nav1-mobile-div.menu-2 .nav1-mobile {
    height: auto;
    /*position: relative;*/
    /*   top: 50%;
       left: 100px;*/
    /*transform: translate(-50%, 0%);*/
    border: none
}

.nav1-mobile-div.menu-2 .nav1-mobile-item {
    border: none;

}

.nav1-mobile-div.menu-2 .nav1-link-mobile {

}

.nav1-mobile-div.menu-2 .nav1-link:hover {

}

.nav1-mobile-link.active span {
    font-weight: 700;
}


.nav1-mobile-div.menu-1 {
    position: fixed;
    width: 100vw;
    height: calc(100vh - 125px);
    top: 80px;
    right: -100vw;
    overflow: auto;
}

.nav1-mobile-div.menu-2 {
    position: fixed;
    width: 100vw;
    height: calc(100vh - 80px);
    top: 80px;
    right: 0;
    transition: ease-in-out .4s;
}

.nav1-mobile-div.menu-3 {
    position: fixed;
    width: 60vw;
    height: 100vh;
    top: 0;
    right: -60vw;
    transition: ease-in-out .4s;
}


/*****************************************************************
*********** from theme.css
******************************************************************/

.nav1-mobile {
    width: auto;
    text-align: left;
    box-sizing: border-box;
    padding: 25px 0;
    height: auto;
    overflow: hidden;

}

.nav1-mobile li {
    width: 100%;
    position: relative;
}


/*#### mobile-div #####*/
.mobile-div {
    background-color: #798e31;

}

.menu-line {
    background-color: #2C2727;
}

.nav1-mobile-item .subnav-nav-trigger:hover::before {
    color: #81bf53;
}


/*-- mobile --*/
/*#### mobile nav ####*/
.nav1-mobile-div {
    background-color: #fff;
}

.nav1-mobile-div {
    display: block;
}

.mobile-div {
    background-color: #FFF;
}

.nav1-mobile-link span {
    font-family: 'Signika', sans-serif;
    font-size: 20px;
    color: #1e4231;
    font-weight: 600;
}

.nav1-mobile-link:hover span {
    color: #81BF53;
}

.mobile-menu .contact-banner {
    display: none;
}

.has-mobile-submenu span {
    margin-left: 20px;
}

.nav1-mobile-link.active span {
    color: #81BF53;
    padding: 5px;
}

.nav1-mobile-item {
    border-bottom: 3px solid #81bf53;
}

.nav1-mobile li.has-mobile-submenu a::before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-size: 24px;
    content: '\f054';
    font-weight: 900;
    margin-left: 14px;
}

.nav1-mobile li.has-mobile-submenu.pull-down a::before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-size: 24px;
    content: '\f078';
    font-weight: 900;
    margin-left: 14px;
    color: #4F8042;
}

.nav2-mobile-submenu {
    margin-left: 26px;
}

.nav2-mobile-item a::before {
    content: '' !important;
}

.nav1-mobile li.last {
    margin-bottom: 10px;
}

.nav2-mobile-submenu {
    display: none;
    margin-left: 40px;
}

.nav2-submenu.show {
    display: block;
}

.nav2-mobile {
    display: none;
}

.nav2-mobile,
.nav2-mobile-item {
    padding-left: 85px;
}

.nav2-mobile-link {
    padding: 5px;
    display: inline-block;
    width: 75%;
}

.nav2-mobile-link span {
    color: #292929;
    font-weight: 300;
}

.nav2-mobile-submenu {
    display: none;
}

.nav2-mobile-link.active span, .nav2-mobile-link:hover span {
    color: #81BF53;
}

.subnav-nav-trigger.active {
    color: #cc3f35;
}
