@media only screen and (max-width: 989px) {
  .responsive #top #wrap_all .main_menu {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: flex-start;
    height: 100% !important;
  }
  #top #wrap_all .social_bookmarks {
    padding-right: 20px;
    border-right: 1px solid var(--enfold-header-color-meta);
    overflow: visible;
  }
  .responsive #top .avia-menu.av_menu_icon_beside {
    border: none;
    padding-right: 0px;
    margin-right: 0px;
  }
  #top .social_bookmarks li,
  #top .social_bookmarks li a {
    width: 36px !important;
    line-height: 36px;
    min-height: 36px;
    overflow: visible
  }
  .responsive #top #wrap_all .menu-item-search-dropdown > a {
    top: 7px;
    position: relative;
  }
}


@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all #header .social_bookmarks {
    display: block !important;
    top: 38px
  }
  #top .social_bookmarks li,
  #top .social_bookmarks li a {
    width: 38px !important;
    line-height: 30px;
  }
  .responsive #top .av_seperator_big_border .avia-menu.av_menu_icon_beside {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
}


/* === just for correcting enfold standard settings  === */
@media only screen and (min-width: 990px) {
  .responsive #top #wrap_all .main_menu {
    display: flex !important;
    flex-direction: row;
    align-items: center;
  }
  #top nav .social_bookmarks {
    top: -3px;
    margin-top: 0;
    overflow: visible;
  }
  #top .social_bookmarks li,
  #top .social_bookmarks li a {
    width: 36px;
    line-height: 36px;
    min-height: 36px;
    overflow: visible
  }
}