/* Enter Your Custom CSS Here */

/* ================================================================= */
/* This is a hack to fix the site title sizing and positioning issue */
/* ================================================================= */
/* This fixes the positioning of site title before scrolling */
.et_header_style_centered #main-header .logo_container {
  height: auto;
  padding: 0;
  margin-bottom: 7px;
}

/* This fixes the positioning of site title after scrolling */
.et-fixed-header .logo_helper {
  display: none;
}

/* This fixes the font size of site title and tagline */
.et-fixed-header #logo-text { font-size: 20px }
.et-fixed-header #logo-tagline { 
  font-size: 16px;
  margin-top: -7px;
}

/* This fixes the font size of the menu links */
.et-fixed-header #top-menu li a {
  font-size: 14px !important;
}

/* This fixes the navbar positioning on mobile devices */
@media all and (max-width: 980px) {
  .et_header_style_centered #main-header {
    padding: 0px 0 30px !important;
    margin-bottom: -10px !important;
  }
  
  .et_header_style_centered #et_mobile_nav_menu {
    margin-top: 40px !important;
  }
}
/* ================================================================= */
/* End of hack 														 */
/* ================================================================= */