/*
Description: Print friendly-ish stylesheet for nationalredress.gov.au website
Version: 2018
Author: Chris Lamb, Simon Victory
*/

/* Reset */

* {
  margin: 0;
  padding: 0;
}

body {
  background: none;
  color: #111;
  font-size: .75em;
  margin: 0;
}

/* Don't print what's not needed */

#navigation,
#masthead>header>div[role=search],
#footer,
#footerwrap,
#postcontent,
#sidebar>div>div.menu-block-outer-wrapper,
#supporttoggle,
#utility,
.heropic,
.betamessage-tag.betamessage-open {
  display: none !important;
}

.support-phone {
  right: 0px
}

#masthead {
  position: relative
}

#content.has-sidebar,
#content .has-node-sidebar {
  width: 100%;
  margin: 0px
}

/* show me the URLs, except for phone numbers or emails */

@media print {
  a:not([href^="tel"]):not([href="#"]):not([href^="mailto"]):after {
    content: " (" attr(href) ") ";
    font-size: 0.8em;
    font-weight: normal;
    word-wrap: break-word;
    color: #0645AD;
  }
}
