/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 25 2020 | 21:44:27 */
/* Removes Secondary Header from mobile menu */

@media only screen and (max-width: 999px) {
  .secondary-header-text {
    display: none !important;
  }
}

/* Sets font size of secondary header text */
.nectar-center-text {
  font-size: 10pt !important;
}