@media print {
	body {
		-webkit-print-color-adjust: exact; /* For Chrome and Safari */
	}
	.stagesFirstRow .row {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}
/*
	.page-break {
		page-break-before: always;
		page-break-after: always;
	}
*/

	#masthead,
	#cropMainGallery,
	.contactInfoCrops,
	#colophon,
	.breadCrumbsCrops,
	.lonleyTitleLogo,
	.megaMenuIcon,
	.LearningTogetherSidebar,
	.relatedCrops.cropsLoopSection,
	.mobileShareBtnContent {
		display: none;
	}
	.pageTopTitle .titleAndLogo h2 {
		margin: 0;
	}
	.TitleLogo {
		margin: 0 10px;
	}
	.FooterLogoStrip {
		display: none !important;
	}
	#onlyForPrintImage.onlyForPrint,
	#printLegalTerms.onlyForPrint,
	.onlyForPrintHeader,
	.onlyForPrint {
		display: block !important;
	}
	.onlyForPrint .post-thumbnail {
		width: 288px;
		height: 188px;
		box-shadow:  -3px 3px 17px 0 rgb(0 0 0 / 15%);
		margin: 5px 15px 30px;
	}
	.onlyForPrint .post-thumbnail img {
		object-fit: none;
		object-position: center;
		width: 100%;
		height: 100%;
	}
	.onlyForPrint img {
		object-fit: none;
		object-position: center;
		width: 100%;
		height: 100%;
	}
	.cropsSingleContent .pageTopTitle p {
		margin: 4px 0 16px;
	}
	#printLegalTerms.onlyForPrint h3 {
		color: #000000;
		font-family: Heebo;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 20px;
	}
	#printLegalTerms.onlyForPrint p {
		color: #000000;
		font-family: Heebo;
		font-size: 10px;
		letter-spacing: 0;
		line-height: 18px;
	}
	.topHeaderImage {
		display: none;
	}
	.cropsSingleContent .entry-content {
		margin-left: 0;
	}
	#upperContact {
		display: block !important;
	}
	#printLegalTerms {
		display: block !important;
	}
}
	/*
@media print {
	.cropStagebyMonths {
		page-break-before: always;
	}
	
}
*/
