/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* hide on mobile */
@media only screen and (max-width: 876px) { 
  .header-social-icons { display: none; }
  .secondary-menu { display: none; }
}

/* Header Social Icons */
.header-social-icons {
  text-align: right;
}
.fusion-social-links {
  text-align: right;
}
.fusion-social-links .fusion-social-networks {
  text-align: right;
}

/* Secondary Menu */
ul#menu-secondary-menu {
  margin-top: 10px;
  margin-bottom: 10px;
}
ul#menu-secondary-menu li {
  float: right;
  list-style-type: none;
  color: #4d4d4f;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  font-weight: normal;
}
ul#menu-secondary-menu li a {
  list-style-type: none;
  color: #4d4d4f;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  font-weight: normal;
  text-transform: uppercase;
}
ul#menu-secondary-menu li.menu-item:not(:first-child) {
  border-right: 1px solid #F58026;
  height: 18px;
  padding-left: 12px;
  padding-right: 12px;
}


#menu-main-menu > li {
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid black;
}