/*------------------------------------------------------------------
 * This is main css file for print view.
 -------------------------------------------------------------------*/
 @media only print {
/* 	* {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   	} */
	
	body {
		background-color: unset;
		width: 125%;
	}

	body.home .vc_custom_1526584379028 {
		top: 100px;
	}
	 
	.product-sheet-print-header {
		display: block;
	}
	 
	.product-page-header h1 {
		-webkit-print-color-adjust: exact;
		padding: 0 10px;
/* 		background-color: #326BB1 !important; */
		box-shadow:  inset 0 0 0 1000px #326BB1;
    	color: white;
    	text-align: center;
	 }

	.home p,
	.home h1 {
		width: 70%;
		height: 100%;;
		text-align: left;
	}

	body.home h1 {
		font-size: 16px;
	}
	 
	 .product-page-two-columns .full_section_inner {
/* 		 display: flex;
		 display: -webkit-flex;
		 flex-direction: column;
		 -webkit-flex-direction: column; */
		 display: block;
	 }
	 
	 .product-page-two-columns .vc_col-sm-6 {
		 width: 100%;
	 }

	.content {
		padding-top: 0px !important;
	}

	.container_inner.default_template_holder {
		margin: unset;
	}

	.column1 {
		width: 100% !important;
	}

	.column_inner {
		padding: unset;
	}

	header,
	footer,
	.title_outer,
	.portfolio_print,
	header.page_header,
	.home-slideshow,
	.home-numbers,
	.wildlife_tags_images,
	.home-data-portal,
	.home-post-grid,
	.column2,
	.post_image,
	#glt-translate-trigger,
	.embed-container,
	.animal-picture,
	.tax-items-links,
	.qbutton,
	.pdf-links,
	.wpb_wrapper .vc_empty_space:last-child {
		display: none !important;
	}

	.tax-items-pictures-row .full_section_inner.clearfix .vc_col-sm-3 {
		float: left;
		width: 25%;
	}

	.tax-items-pictures-row .full_section_inner.clearfix .vc_col-sm-4 {
		float: left;
		width: 33.33333333%;
	}

	.tax-items-pictures-row .full_section_inner.clearfix .vc_col-sm-6 {
		float: left;
		width: 50%;
	}

	p,
	.wp-caption-text {
		page-break-inside: avoid;
		page-break-before: auto;
		page-break-after: auto;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	table {
		page-break-inside:auto
	}
	tr {
		page-break-inside:avoid; page-break-after:auto
	}
	 
	.animal-table tbody,
	.fish-table tbody,
	.avian-table tbody {
		font-size: 11px !important;
	}

	.wp-caption-text {
		font-size: 10px;
	}

	.center-cell-text img {
		width: 100px !important;
	}
}