/*
 Theme Name:   Contemporary
 Theme URI:    http://miclub.com.au
 License:      Copyright 2017 - MiClub
*/

/*
 * ======================  Customise Print Layout on Product Pages ======================
 * Please make sure that you place a timestamp with your name whenever
 * this file is edited. If your change is a result of a ticket please
 * include the ticket number in the comment.
 */

.product-page .sidebar.left-neat.animate.visible.animated.fadeIn {
	display: none;
}
   
.product-page .nav-inner.logged-in {
	display: none;
}

html .product-page .wrapped.wide.members-content {
    width: 100%;
}

html .product-page .main.members {
	top: 0px;
}

.product-page footer {
	display: none;
}

html .product-page .splash-image {
	display: none;
}

html .product-page .administrator {
	display: none;
}


/* Hiding Nav Bar for printing Matchplay - Trae - Ticket: 125130 - 18/07/2018*/
html .product-page header #navigation{
	display: none;
}

html .product-page .top-nav .container .member-login{
	display: none;
}

.product-page #copyright{
	display: none;
}

.product-page #banner{
	display: none;
}