@media print {
	#masthead {
		border-bottom: 1px solid #ccc;
		display: block !important;
	}
	#masthead nav {
		display: flex !important;
    	margin: 0 auto;
		max-width: 1140px;
    	padding: 0 15px !important;
	}
	#masthead .navbar-brand {border-right: none !important; padding: 15px 0;}
	#masthead .navbar-address {
		background: none !important;
		bottom: auto;
		padding: 0;
		right: 15px;
		top: 15px;
	}
	#masthead .navbar-right {
		background: none !important;
		padding: 0;
		width: auto;
	}
	#masthead .navbar-right .header-phone {
		bottom: 5px;
		padding: 0;
		position: absolute;
		right: 15px;
	}
	#masthead .navbar-right .header-phone a.phone {
		color: #999;
		font-weight: normal;
		font-size: 18px;
	}
	#masthead .navbar-wrap,
	#masthead .navbar-address a img,
	#masthead .navbar-right .social,
	#masthead .navbar-right .header-search,
	#masthead .navbar-right .header-phone .dropdown,
	#masthead .navbar-right .header-phone .not-logged,
	#masthead .navbar-toggler,
	footer#colophon .footer-left,
	footer#colophon .footer-right,
	footer#colophon .footer-middle .footer-nav,
	footer#colophon .footer-middle .brand,
	.edit-button {display: none !important;}
	
	#content.site-content {padding: 3rem 0;}
	
	footer#colophon {background: #fff; border-top: 1px solid #ccc; color: #999;}
	footer#colophon .footer-middle {
    	margin: 0 auto;
		max-width: 1140px;
    	padding: 20px 15px !important;
	}
}
