/*
JQuery Mastercraft Mobile Menu
*/
/*Main style*/
body.mmactive {
  overflow: hidden;
}
.mobile_menu {
  display: none;
  position: relative;
}
.sm_menu_outer.active .mobile_menu {
    display: block;
    margin: 0;
    padding: 0;
    height: calc(100vh - 134px);
    height: calc(var(--vh, 1vh) * 100 - 134px);
}
.sm_menu_outer {
   
    overflow-y: hidden;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -9;
    width: 100%;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    top: 53px;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    
}
.sm_menu_outer.active {
  opacity: 1;
  z-index: 9999999;
}
    .sm_menu_outer .mobile_menu li.back div {
       /* padding: 20px 5px 20px 55px;*/
        background: url('https://f283ad.claudeassets.com/20250801085953im_/https://mastercraft-wake.com/CSS/css/images/chevron-left.png') no-repeat scroll 15px center;
    }
    .sm_menu_outer .mobile_menu div {
        color: #000;
        display: block;
        font: 300 18px/140%;
        letter-spacing: 1px;
        padding: 13px 30px;
        text-transform: uppercase;
        text-decoration: none;
    }
/*Sub Menu anim */
    .sm_menu_outer.slide .mobile_menu .submenu {
        background-color: #fff;
        height: 100%;
        position: absolute;
        right: -100%;
        top: 0;
        transition: all 0.5s ease 0s;
        width: 100%;
        z-index: 999;
        margin:0;
        padding:0;
       overflow-y:auto;
    }
.sm_menu_outer.slide .mobile_menu li.active > .submenu {
  right: 0;
}
.sm_menu_outer .mobile_menu li {
  list-style-type: none;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0);
  color: #000;
}
    .sm_menu_outer.slide .mobile_menu li.hasChild > div {
        background: url('https://c73ee6.claudeassets.com/20250801085953im_/https://mastercraft-wake.com/CSS/css/images/chevron-right.png') no-repeat scroll 95% center;
    }
/*Hamburger Animation */
#sm_menu_ham {
  cursor: pointer;
  float: right;
  height: 25px;
  position: fixed;
  right: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 22px;
  top: 15px;
  left: 27px;
  z-index: 9999;
  color:#000
}
#sm_menu_ham span {
  background-color: #000;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 22px;
}
#sm_menu_ham span:nth-child(1) {
    top: 2px;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
  top: 10px;
}
#sm_menu_ham span:nth-child(4) {
  top: 18px;
}
#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}

.fixed-bottom.mnav-bottom > div {
    padding: 8px 0px !important;
}

@media (min-width: 992px) {

    .sm_menu_outer, #sm_menu_ham {
        display: none;
    }
}
/*
     FILE ARCHIVED ON 00:01:31 Jul 11, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:34:40 Sep 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.374
  exclusion.robots: 0.056
  exclusion.robots.policy: 0.049
  esindex: 0.006
  cdx.remote: 27.105
  LoadShardBlock: 661.294 (3)
  PetaboxLoader3.datanode: 277.156 (5)
  PetaboxLoader3.resolve: 349.54 (3)
  load_resource: 594.721
  loaddict: 131.704
*/