.social-icons {
    display: none;
}

@media (min-width: 981px) {

  div#et-top-navigation {
    float: none;
    width: 100%;
    padding-right: 150px !important;
    padding-left: 150px !important;
    text-align: center;
  }

  nav#top-menu-nav {
    float: none;
    text-align: center;
    position: relative;
    display: inline-block;
  }

  div#et_top_search {
    display: none;
  }

  .social-icons {
    position: absolute;
    right: 0;
    top: 30px;
    padding-right: 30px;
    display: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 14px;
  }
}

.social-icons i.fa {
    color: #2a3b61;
}

.et-fixed-header .social-icons {
    top: 22px;
}

nav ul#top-menu {
    text-transform: uppercase;
}

#top-menu li {
    font-size: 20px;
    font-weight: normal;
}

ul#top-menu {
    float: none;
}

nav#top-menu-nav ul li.current-menu-item.no-highlight a {
    color: rgba(0, 0, 0, 0.6);
}

.et-fixed-header #top-menu li.current-menu-item.no-highlight > a {
    color: rgba(0, 0, 0, 0.6) !important;
}
