/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/


.vc-section *{
	
	div {
	  position: absolute; 
	  left: -999em;
	}
}

.pdf-viewer-section{
	
	display:none;
	-background:red;
	
}


.pdf-viewer-print {
	
	
	display:block!important;
	background:green!important;
	visibility:visible!important;
	
}
.pdf-viewer-print *{

	-visibility:visible!important;
	
}


