/*
Theme Name: P&D Bootstrap PDS PD Child Theme
Theme URI: 
Description: A simple responsive child theme for P&D Bootstrap theme built with Bootstrap for Pixels & Digits website
Author: Jerome Joseph @ Pixels & Digits, Inc.
Author URI: 
Template: PDbootstrap
Version: 1.0
Tags: responsive, bootstrap
*/

/* Print Style Sheet */

@media print {
	
	.hide_for_print {display:block !important;}
	html, body, img { float: none !important; }
	body { background:white;margin:0; font-size:12px; #3E3935; font-family: 'Roboto', serif;}
	h1,h2,h3,h4 {color:#3E3935 !important;}
	h2 {font-size:24px;}
	.navbar, 
	#full-screen, 
	#goog-gt-tt, 
	button, 
	a.btn, 
	.modal-footer, 
	i.fa-pencil,
	.panel-heading,
	.modal-header,
	h3,
	hr,
	#breadcrumbs {display:none !important;}
	img {max-width:100% !important;}
	.panel-collapse.collapse {height:auto !important;}
	a {text-decoration:none; color:black;}
	#print_logo {max-width:25%; clear:both;}
	#print_logo img {border:none !important;}	

	body {
		padding: 0 !important;
		margin:0 !important;
		overflow:scroll !important;
	}
	
	footer.site-footer,
	footer.entry-footer,
	h1.entry-title,
	.fotorama--wp,
	.vc_row,
	.modal-header,
	.video-wrapper {
		display:none !important;
	}
	
	h1.hide-for-print {
		display:block;padding-bottom:15px;
		margin-top:0px !important;
	}
	
	img {
		page-break-inside: avoid !important;
	}
	
	.modal {
		position:relative !important;
		height: auto !important;
	    overflow: visible !important;
	}
	
	.modal-body {
		height:auto !important;
		padding:0 !important;
	}
	.panel-group .col-md-6{
		width:100% !important;
		page-break-before: always !important; page-break-inside: avoid !important;
	}
	.panel-collapse.collapse {
		display: block !important;
	}
	.hide_for_print {
		display:block;
	}
}

