@media print {

	.intro__banner-smokescreen {
	background: transparent;
	}

	.intro__container blockquote {
		border: none;
	}
	
	.banner-caption--mobile:before {
		content: "Banner Photo:";
		padding-bottom: 10px;
		width: 100px;
	}

	.banner-caption--mobile, 
	.banner-caption {
		height: auto !important;
	} 
	
	.article__body img.size-full {
		margin: 0!important;
		max-width: 100%!important;
	}
	
	.article__body img.size-extralarge {
		margin: 0!important;
		width: 100%!important;
	}
	
	.article__body .alignright {
		margin: 0;
	}
	
	.article__body .alignleft {
		margin: 0;
	}

	.article__author-image {
		display: none;
	}

	.social-share {
		display: none;
		width:0px;
    	height:0px;
	}

	.most-shared__section {
		display: none;
		width:0px;
    	height:0px;
	}

	.published__container {
		display: none;
		width:0px;
    	height:0px;
	}

	.article__comments {
		display: none;
		width:0px;
    	height:0px;
	}

	.recent-posts__container {
		display: none;
		width:0px;
    	height:0px;
	}

	.divider {
		display: none;
		width:0px;
    	height:0px;
	}

	.footer-subscribe {
		display: none;
		width:0px;
    	height:0px;
	}

	.footer {
		display: none;
		width:0px;
    	height:0px; 
	}

	.intro__photo-black .intro__photo-essay {
		    padding: 30px 85px 0px 85px;
	}
	.intro__photo-essay .intro__headline {
		color: #3E3C39 ;
	}

	.intro__photo-essay .headline-divider {
	    background-color: #3E3C39;
	    margin-top: 15px;
	    margin-bottom: 15px;
	}

	.intro__photo-essay  .intro__lead {
		margin-top:5px;
	}

	.photo-essay__meta {
		padding-top:0px;

	}
