/*
Theme Name: Salient Child
Template: salient
*/
@media only screen and (min-width: 1025px) {
  .uag-hide-desktop, .uag-hide-desktop * {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    left: -9999px !important;
  }
  body .uag-hide-desktop, html body .uag-hide-desktop {
    display: none !important;
  }
}
