body {
	margin: 0;
	padding: 0;
	background-color: #fafafa;
}

@page {
	size: A4;
	margin: 3em 2.5em;
	border: 1px #d3d3d3 solid;
	border-radius: 5px;
	background: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#qrcode {
	display: none;
}

.footer-print img:last-child {
	display: none;
}

.footer-print img {
	display: none;
}

@media print {
	.widget_destaque {
		display: none;
	}

	.page {
		width: 21cm;
		min-height: 29.7cm;
		padding: 2cm;
		margin: 1cm auto;
	}

	body {
		background: white;
	}

	.header-container {
		display: none;
	}

	.jota-wrap {
		padding: inherit !important;
		padding: 0 10%;
	}

	.jota-article .jota-article__featured-image {
		text-align: center;
		display: flex;
		align-items: center;
		flex-direction: column;
		width: 350px !important;
		max-width: 350px !important;
		max-height: 300px !important;
		left: inherit !important;
		position: inherit !important;
	}

	.jota-article .jota-article__featured-image img {
		margin: 0;
		max-width: 350px !important;
		max-height: 300px !important;
		text-align: left;
	}

	.jota-actions {
		display: none;
	}

	.jota-article__body {
		margin: 1.5cm;
	}

	.jota-article__meta {
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.jota-article__footer {
		display: none !important;
	}

	.footer-v4 {
		display: none !important;
	}

	#wpadminbar {
		display: none !important;
	}

	.jota-article__meta {
		display: none !important;
	}

	.jota-article__header {
		margin: 0;
	}

	.jota-article__body {
		margin: 0;
		padding: 0 5%;
	}

	.jota-article__share {
		display: none !important;
	}

	.footer-print {
		display: flex !important;
		flex-direction: row;
		justify-content: center;
		margin-top: 3em;
	}

	.footer-print img {
		width: 300px;
		margin-left: 2em;
		display: inline-block;
	}

	#qrcode {
		display: flex;
		width: 90px;
		height: 90px;
	}

	.footer-print img:last-child {
		display: block;
	}

	.jota-article .jota-article__featured-image .wp-post-image {
		/* display: inherit !important;
		position: inherit !important;
		left: inherit !important;
		position: inherit !important; */
		max-width: 350px !important;
	}
}
