/* =Print
----------------------------------------------- */
@media print
{
	@page
	{
		margin: 1.6cm 1.5cm;
	}
	body
	{
		width: 99%;
	}
	body,
	#primary,
	#branding,
	#main,
	#page,
	.hentry
	{
		font: 13pt Georgia, "Times New Roman", serif;
		line-height: 1.3;
		color: #000;
		float: none;
		background: #fff;
		margin: 0;
		max-width: none;
		padding: 0;
	}
	h1,
	.entry-title
	{
		font-size: 24pt;
		margin: 0;
		text-align: left;
		max-width: none;
	}
	h2
	{
		font-size: 15pt;
	}
	p
	{
		font-size: 11pt;
		max-width: none;
	}
	ul,
	ol
	{
		page-break-inside: avoid;
		list-style: none
	}
	li:before
	{
		content: "» ";
	}
	
	img
	{
		box-shadow: none !important;
		max-width: 100% !important;
		page-break-inside: avoid;
	}
	#comments
	{
		page-break-before: always;
	}	
	article a
	{
		font-weight: bolder;
		text-decoration: none;
	}
	/* links extendidos */
	.entry-content a[href^=http]:after
	{
		content:" <" attr(href) "> ";
	}	
		.entry-content .wp-caption a:after
		{
			content: "";
		}

	/*Ocultar*/
	.social-buttons,
	.social-icons,
	.entry-meta .edit-link a,
	#content nav,
	#searchform,
	#access,
	.comments-link,
	#mapa-post,
	.single .featured-items,
	#respond,
	#secondary,
	#colophon,
	.reply,
	footer,
	#cookie-law,
	#button_up,
	.banner_post,
	.entry-meta,
	.icon-facebook,
	.icon-twitter
	{
		display: none;
	}		
	.entry-content:after
	{
		display: block;
		content: "Gracias por imprimir el contenido de https://machbel.com. Espero que te sea de utilidad y disfrutes de tu viaje :D";
		margin-bottom: 10px;
		border: 1px solid #bbb;
		padding: 3px 5px;
		font-style: italic;
	}
	#site-title > a
	{
		margin: 0;
		padding: 10px 0;
	}
		#site-title > a:before
		{
			height: auto;
			color: #000;
		}
		
	.cite
	{
		padding: 0;
	}
		.cite::before
		{
			content: '';
		}
}