
@media all and (max-width: 858px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

  #menu-main-menu{display:none;}

  .site-nav #menu-button {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
  }
  .site-nav #menu-button:after {
    display: none;
    content: '';
    position: absolute;
    height: 5px;
    width: 37px;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    right: 20px;
    top: 52px;
  }
  .site-nav #menu-button:before {
    display: none;
    content: '';
    position: absolute;
    height: 5px;
    width: 37px;
    border-top: 4px solid #ffffff;
    right: 20px;
    top: 43px;
  }
  .menu-item-122, .menu-item-122 a:hover{background:none !important;}
  .menu-item-124, .menu-item-124 a:hover{background:none !important;}
  .menu-item-122 ul{display:none !important;}

}


/*@media(max-width: 800px) {#menu-main-menu{display:none;}}
@media(min-width: 800px) {#menu-button{display:none;}}*/
@media (max-width: 858px) {
   .site-nav #menu-button {
     display: block;

   }
     .site-nav #menu-button:before {
        display: block;
     }
     .site-nav #menu-button:after {
        display: block;
     }
}
