/* ICONFONT */
@font-face {
font-family: 'HamburgerMenu';
src: url('https://cdnwp0.mirai.com/fonts/hamburgermenu.eot');
src: url('https://cdnwp0.mirai.com/fonts/hamburgermenu.eot#iefix') format('embedded-opentype'),
     url('https://cdnwp0.mirai.com/fonts/hamburgermenu.woff') format('woff'),
     url('https://cdnwp0.mirai.com/fonts/hamburgermenu.ttf') format('truetype'),
     url('https://cdnwp0.mirai.com/fonts/hamburgermenu.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* HAMBURGER MENU */

.addons-wrapper {
  background: transparent!important;
  z-index: 920;
  height: 30px;
  position: absolute;
  right: 12px;
  top: 12px;
  padding: 6px!important;
}

.addons-wrapper .hamburger-menu {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.addons-wrapper .hamburger-menu span {
    font-size: 10px;
    margin-top: 5px;
    display: none!important;
}

.addons-wrapper .hamburger-menu:before {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'HamburgerMenu';
    font-size: 36px;
    font-style: normal;
}

.addons-wrapper .hide-menu:before {
    content: "\e000";
}

.addons-wrapper .show-menu:before {
    content: "\e001";
}

.addons-wrapper .hamburger-menu, .addons-wrapper .hamburger-menu span, .addons-wrapper .hamburger-menu:before {
    color: #987e52 !important;
}

.addons-wrapper .hamburger-menu span, .addons-wrapper .hamburger-menu:before {
    display: block;
    line-height: 1;
    text-transform: uppercase;
    vertical-align: middle;
}

/* MENU WEB */

body #menu_web {
  background-color: rgba(247, 247, 247, 0.96)!important;
  display: block;
  margin: 0px !important;
  overflow: scroll;
  padding: 10px 0 15px !important;
  position: fixed;
  z-index: 900;
  text-align: center;
  box-shadow: none;
}

/* body #menu_web li.menu-item {
    background: transparent;
    border: 0 !important;
    display: block !important;
    float: none !important;
    font-weight: normal;
    margin: 0 !important;
    padding:0 !important;
    position: relative;
    width: 100% !important;
} */

body #menu_web li.menu-item.hidden-phone {
    display: none !important;
}

body.home #menu_web li.booking-button, body #menu_web > li.menu-item.hidden-phone:first-child {
    display: block !important;
}

#menu_web li.menu-item a {
  padding: 0 20px !important;
  box-sizing: border-box;
  color: #444;
}


/* ul#menu_web > li > a:before {
  display: none;
} */
/* #menu_web li.menu-item a.booking_mobile {
  color: #444;
  font-weight: bold;
} */

body #menu_web li.menu-item, body #menu_web li.menu-item a {
  text-align: left;
  display: block;
}

/* SUBMENU */
ul#menu_web > li > a {
  font-size: 1.1em;
}
ul#menu_web > li:hover > a {
  color: #444;
}
ul#menu_web:hover > li.menu-item-has-children > a {
  background: transparent;
}
body #menu_web > li ul.sub-menu,
ul#menu_web > li:hover > ul.sub-menu {
  position: static;
  display: none;
  padding: 0;
  box-shadow: none;
}
ul#menu_web .sub-menu a {
  line-height: 34px;
  opacity: 1;
  font-size: 0.95em;
}
ul#menu_web .sub-menu a[href^="#"] {
  display: none;
}
body #menu_web > li.open-submenu ul.sub-menu {
  display: block!important;
  visibility: visible;
  opacity: 1;
}
body #menu_web > li.open-submenu {
  border-bottom: 1px solid #dcdcdc;
}
body #menu_web > li.open-submenu > .sub-menu {
  padding: 8px 0!important;
  background: #fff;
}
ul#menu_web > li.menu-item-has-children::after {
  display: none;
}
#main-menu-wrapper ul#menu_web .megamenu::before {
  content: "\e961";
  font-family: 'mirai-icofonts';
  font-size: 10px;
  position: absolute;
  top: 19px;
  bottom: auto;
  right: 20px;
  left: auto;
  color: #987e52;
  border: none;
  width: auto;
}
#main-menu-wrapper ul#menu_web .megamenu.open-submenu::before {
  transform: rotate(180deg);
}
#main-menu-wrapper .megamenu::after,
#main-menu-wrapper .megamenu a::before {
  display: none;
}
ul#menu_web li.current-menu-item > a {
  color: #987e52;
}
ul#menu_web .sub-menu li.current-menu-item > a,
ul#menu_web .sub-menu li.current-page-ancestor > a {
  font-weight: bold;
  color: #987e52!important;
}
ul#menu_web > li.current-menu-ancestor > a::after,
ul#menu_web > li.current-menu-item > a::after,
ul#menu_web > li.current-megamenu > a::after {
  bottom: auto;
  width: 10px;
  top: 50%;
  left: 0!important;
  right: auto;
}

ul#menu_web .sub-menu li.menu-item-has-children > a


#main-menu-wrapper #header-info {
  padding: 10px;
  margin-top: 30px;
}









/* ICONS ANIMATIONS */

.addons-wrapper a.show-menu:before {
    -moz-animation: showLines 1s;
    -webkit-animation: showLines 1s;
    opacity: 1;
}
@-moz-keyframes showLines {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes showLines {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.addons-wrapper a.hide-menu:before {
    -moz-animation: showClose 1s;
    -webkit-animation: showClose 1s;
    opacity: 1;
}
@-moz-keyframes showClose {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes showClose {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

/***********************************************************/
/********************** MENU EFFECTS ***********************/
/***********************************************************/

/*----------------------- EFFECT 1 ------------------------*/

#main-menu-wrapper {
  position: absolute;
  top: 70px;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  height: 0;
}
#main-menu-wrapper.mobile-menu-open {
  height: 100vh;
  height: calc(100vh - 70px);
}

body #menu_web {
  min-height: calc(100vh - 70px);
  box-sizing: border-box;
  left: -100%;
  width: 100%;
  position: absolute;
}

/* MENU ANIMATION */
#menu_web.show {
    -moz-animation: showMenu 0.5s;
    -webkit-animation: showMenu 0.5s;
    left: 0;
}

@-moz-keyframes showMenu {
    0% {left: -100%;}
    100% {left: 0;}
}

@-webkit-keyframes showMenu {
    0% {left: -100%;}
    100% {left: 0;}
}

#menu_web.hide {
    -moz-animation: hideMenu 0.5s;
    -webkit-animation: hideMenu 0.5s;
    left: -100%;
}

@-moz-keyframes hideMenu {
    0% {left: 0;}
    100% {left: -100%;}
}

@-webkit-keyframes hideMenu {
    0% {left: 0;}
    100% {left: -100%;}
}

/*--------------------- END FUTURA EFFECT ----------------------*/


/***********************************************************/
/***********************************************************/
/***********************************************************/
