/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* Grid PDF */
#contenitore_pdf .owl-stage-outer {
	overflow: visible;
}
#contenitore_pdf .w-grid-item .post_image a {
    /*height: 310px;
    overflow: hidden;
    display: block;*/
}

/* Pulsante copia link pdf */
button.link_pdf {
	display: none;
}
#contenitore_pdf button.link_pdf {
	display: block;
}
.box_link_copied {
    position: absolute;
    bottom: -10px;
}
.box_link_copied .link_copied {
    font-size: 14px;
	display: none;
}
.box_link_copied .link_copied:before {
	content: "\f00c";
    font-family: "fontawesome";
    font-weight: 400;
	padding-right: 5px;
}

@media screen and (max-width: 600px) {

	/* Grid PDF mobile */
	#contenitore_pdf .w-grid-item .post_image a {
		/*height: 235px;*/
	}

}

/* Popup PDF */
.spu-box {
		padding: 40px 0;
		top: 0px!important;
		left: 0px!important;
		right: 0px!important;
		max-width:99.8%!important;
		max-height: 107vh!important;
		height: 107vh!important;
}
.spu-box iframe {
		max-height: 100vh!important;
		height: 100vh!important;
}


.textLayer .highlight.selected {
    background-color: rgb(253 255 0)!important;
}
