/*////Child Friendly Warwickshire print stylesheet////*/

@media print{
 nav#nav {
    display: none;
}

header#header {
    background: #fff !important;
}

#header h1 {
    color: #000 !important;
}

figure.image.right {
    display: none;
}

main#content {
    padding-top: 5em;
}

nav.nav.nav--pages-in {
    display: none;
}

.supplement {
    display: none;
}

nav.nav.nav--social-links {
    display: none;
}

.col-8.col-12-medium {
    width: -webkit-fill-available;
}

.wrapper > .inner {
    width: -webkit-fill-available;
}

.embed-container {
    display: none;
}

a.image-link {
    display: none;
}

nav.pagination {
    display: none;
}

#footer {
    display: none;
}

.company_details {
    display: none;
}

a[href]:after { content: " (" attr(href) ")"; } /*adds url after link text on print*/

body:after {
                  content: "If you have any comments or complaints about our services, please let us know. Phone: 01926 410410 Email: customerrelations@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*/

form.form.boxed__form {
	display: none;} /*hides directory search from print*/
}
}