/* 
And we have a CSS class to hide or show things front_page_only or not_front_page
--------------------------------------------------------------------------------------------------- */
.front_page_only {
  display: none !important;
}

/* make menu narrower */
#megaMenu ul.megaMenu > li.menu-item > a,
#megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator {
  padding: 8px 15px !important; /* basic.css of Ubermenu has 12px 15px */
  padding: 0.5rem 15px !important;
}

/* for some reason the background image manager sometimes thinks it's the front page when it's not 
   but it won't work if you want to put bg images on other pages while this is here! */
#myatu_bgm_img_group {
  display: none;
}