/****** FILE: themes/greaterchristchurch/css/print.css *****/
/*
 Print stylesheet.
*/
#footer {
    display: none;
}
#header {
    display: none;
}
.breadcrumb-row {
    display: none;
}
.printShare {
    display: none;
}

.page-sidebar {
    display: none;
}

.no-print, .no-print *{
    display: none !important;
}


