/*Safe in Warwickshire print stylesheet*/

@media print {

nav.header-top {
    display: none;
}

.menubar {
    display: none;
}

nav.breadcrumb {
    display: none;
}

main#main {
    font-size: medium;
}
nav.nav.nav--pages-in {
    display: none;
}

nav.pagination {
    display: none;
}

a#quick-exit {
    display: none;
}

.col-8.col-12-medium {
    width: 100%;
}

#footer {
    display: none;
}

.safeinfooter {
    display: none;
}

.social_media_row {
    display: none;
}

div#copyright2 {
    display: none;
}

a::after{
    content: " (" attr(href) ") ";
  }

/*header h1:before {
    content: url(https://www.warwickshire.gov.uk/safein/images/cropped_safe_in_warks_orange_450x176.png);
    display: block;
}*/

i#burger {
    display: none;
}

section.box {
    display: none;
}

.widget-latest-news {
    width: max-content;
}

body:after {
				  content: "If you have any comments or complaints about our services, please let us know. Phone: 01926 412338 Email: communitysafety@warwickshire.gov.uk. We will aim to provide this information in a format suitable for your needs. Please contact us so we can discuss your requirements.";} /*adds paragraph to bottom of printed page*/
}
