/*------------------------------
 MOBILE MENU
 ------------------------------*/
.teamo-menu-clone-wrap {
    position: fixed;
    top: 0;
    left: -360px;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 100000;
    color: #000;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}
.teamo-menu-clone-wrap.open {
    left: 0;
}
.teamo-menu-panels-actions-wrap {
    border-bottom: 1px solid #eee;
    height: 50px;
    position: relative;
}
.teamo-menu-panels-actions-wrap .teamo-menu-close-btn,
.teamo-menu-panels-actions-wrap .teamo-menu-prev-panel {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border-left: 1px solid #eee;
    text-align: center;
    line-height: 50px;
}
.teamo-menu-panels-actions-wrap .teamo-menu-close-btn:not(:hover),
.teamo-menu-panels-actions-wrap .teamo-menu-prev-panel:not(:hover) {
    color: #000;
}
.teamo-menu-panels-actions-wrap .teamo-menu-close-btn {
    font-size: 0;
}
.teamo-menu-panels-actions-wrap .teamo-menu-close-btn::before,
.teamo-menu-panels-actions-wrap .teamo-menu-close-btn::after {
    border-bottom: 2px solid;
    content: "";
    left: 17px;
    position: absolute;
    top: 24px;
    width: 15px;
}
.teamo-menu-panels-actions-wrap .teamo-menu-close-btn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.teamo-menu-panels-actions-wrap .teamo-menu-close-btn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.teamo-menu-panels-actions-wrap .teamo-menu-close-btn:hover,
.teamo-menu-panels-actions-wrap .teamo-menu-prev-panel:hover {
    color: #000;
}
.teamo-menu-panels-actions-wrap .teamo-menu-prev-panel {
    right: inherit;
    left: 0;
    border: none;
    border-right: 1px solid #eee;

}
.teamo-menu-panels-actions-wrap .teamo-menu-current-panel-title {
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 50px;
    text-transform: uppercase;
    font-weight: 700;
}
.teamo-menu-panels-actions-wrap .teamo-menu-prev-panel:before {
    content: "\f104";
    font-family: 'FontAwesome', sans-serif;
}
.teamo-menu-panel > ul {
    padding: 0;
    margin: 0;
}
.teamo-menu-panel li {
    list-style: none;
    position: relative;
}
.teamo-menu-panel > ul > li {
    padding: 0 20px;
    border-bottom: 1px solid #eee;
}
.teamo-menu-panel li > a > .icon {
    margin-right: 7px;
    font-size: 22px;
    vertical-align: middle;
    position: relative;
    top: 3px;
}
.teamo-menu-panel li > a > .image {
    z-index: 1;
    line-height: 0;
}
.teamo-menu-panel .menu-item .teamo-menu-item-title {
    position: relative;
}
.teamo-menu-panel > ul > li > a {
    display: inline-block;
    line-height: 50px;
}
.teamo-menu-panel > ul > li > a:not(:hover) {
    color: #000;
}
.teamo-menu-panel > ul > li:hover > a,
.teamo-menu-panel > ul > li.active > a {
    color: #000;
}
.teamo-menu-next-panel {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.teamo-menu-next-panel:before {
    content: "\f105";
    font-family: 'FontAwesome', sans-serif;
}
.teamo-menu-clone-wrap .toggle-submenu {
    display: none !important;
}
.teamo-menu-clone-wrap .teamo-menu-panels {
    background: inherit;
    border-color: inherit;
    z-index: 0;
    box-sizing: border-box;
    overflow: hidden;
    height: calc(100% - 50px);
    position: relative;
}
.teamo-menu-clone-wrap .teamo-menu-panel {
    background-color: #fff;
}
.teamo-menu-clone-wrap .teamo-menu-panel.teamo-menu-sub-panel {
    border-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    display: block;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all 0.2s ease 0s;
    z-index: 0;
}
.teamo-menu-clone-wrap .teamo-menu-panel.teamo-menu-panel-opened {
    transform: translateX(0);
    z-index: 999;
}
.teamo-menu-clone-wrap .teamo-menu-sub-opened {
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.teamo-menu-clone-wrap .teamo-menu-hidden {
    display: block !important;
    opacity: 0;
    visibility: hidden;
}
.teamo-menu-clone-wrap .submenu.megamenu {
    padding: 20px;
    max-width: 100% !important;
    width: 100% !important;
}
.teamo-menu li > a > .icon {
    margin-right: 10px;
}
.teamo-menu-panel-main {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/*========================*/
.teamo-menu-clone-wrap .vc_row {
    padding: 0 0 20px 0 !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    background: none !important;
}
.teamo-menu-clone-wrap .vc_row:last-child {
    padding-bottom: 0 !important;
}
.teamo-menu-clone-wrap .vc_row .vc_column-inner {
    padding: 0 15px !important;
}
.teamo-menu-clone-wrap [class^="vc_col-"],
.teamo-menu-clone-wrap [class*=" vc_col-"] {
    width: 100% !important;
    float: none;
}
.teamo-menu-clone-wrap [class^="vc_col-"]:not(:last-child),
.teamo-menu-clone-wrap [class*=" vc_col-"]:not(:last-child) {
    padding-bottom: 20px !important;
}