@media screen and (max-width: 768px) {
  html body div#et_mobile_nav_menu .select_page {
    display: none;
  }
}
@media screen and (max-width: 667px) {
  html body div#et_mobile_nav_menu .select_page {
    display: none;
  }
  .container > #et-top-navigation > #et_mobile_nav_menu .mobile_menu_bar {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -20px;
    width: 45px;
    height: 45px;
    min-height: none;
    min-width: none;
    transform: scale3d(1.25, 1.25, 1);
    right: -26px;
  }
  html body .mobile_nav ul#mobile_menu .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a,
  .main-navigation .current_page_item > a,
  .main-navigation .current_page_ancestor > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  html body div#et_mobile_nav_menu .select_page {
    display: none;
  }
  .container > #et-top-navigation > #et_mobile_nav_menu .mobile_menu_bar {
    transform: scale3d(1.23, 1.22, 1);
  }
  html body .mobile_nav ul#mobile_menu {
    font-size: 22px;
  }
  html body .mobile_nav ul#mobile_menu .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a,
  .main-navigation .current_page_item > a,
  .main-navigation .current_page_ancestor > a {
    font-size: 18px;
  }
}
