*{   -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

body.noscroll {
    overflow: hidden;
}
.top-animate {
    /*background: #fff !important;*/
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mid-animate {
    opacity: 0;
}
.bottom-animate {
    /*background: #fff !important;*/
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.top-menu {
    top: 5px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}
.mid-menu {
    top: 13px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}
.bottom-menu {
    top: 21px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}
.menui {
    background: #000;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 10px;
    position: absolute;
}


.icon2 {
    z-index: 999;
    position: fixed;
    display: none;
    padding: 9px;
    height: 32px;
    width:32px;
    margin: 0px;
    top: 30px;
    right: 10px;
}

.mobilenav {
    font-family: 'Playfair Display', serif;
    /*font-family: inherit;*/
    top: 70px;
    left:0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100% - 70px);
    overflow: auto;
    background: #fff;
    /*background: rgba(0, 0, 0, 0.9);*/
}
.mobilenav ul {
    margin: 0;
    padding: 0;
}
.mobilenav li {
    list-style-type: none;
    text-align: center;
    padding: 10px 35px;
}
.mobilenav li a {
    font-size: 150%;
    color: #000;
    /*color: #fff;*/
    text-decoration: none;
    font-weight: 700;
    width: 100%;
}
.mobilenav li a:hover {
    color: #4e868b;
    /*color: #cd9831;*/
}
/*.mobilenav li:first-child {
    margin-top: 70px;
}*/
.subdown {
    position: absolute;
    right: 10%;
    top: 0px;
    padding: 15px;
    color: #4e868b;
    font-size: 23px; 
}
#mobile-menu li.menu-item-has-children   {
    position: relative;
}
#mobile-menu .sub-menu {
    display: none;
}

@media screen and (max-width: 767px) {
    .icon2 {
        display: block;
    }

}