/* Support #66477 - Footer menu below copyright */

	.credit a { color: #b1b3b9; }
	.footer-menu {
    	float: none;
	    margin-top: 4em !important;
	}

/*
 * Support #66530 - Fix hero text on IE10/11
 * Updated in #69163
 */

	@media screen and ( max-width: 800px ) {
		article section:first-child > .row.hero { margin-top: 50px; }
		.page-name+.entry-content section.bg-white:first-child > .row.hero { margin-top: 80px; }
	}
	@media screen and ( min-width: 800px ) {
		.row.hero { height: 600px; }
	}

/* Support #69086 - hide country span*/

	abbr.tribe-region.tribe-events-abbr { margin-right: 10px; }
	span.tribe-country-name { display: none; }

/* Support #70249 - Search result featured images */

	.search-results .column img {
	    max-width: 700px;
    	height: auto;
	}

/* fix anchor links which were being hidden behind nav menu*/
/* disabled 12/17/19 because crate/js/main.js does this for us - KG
.entry-content p[id]::before { 
  display: block; 
  content: " "; 
  margin-top: -200px; 
  height: 200px; 
  visibility: hidden; 
  pointer-events: none;
} */

/* fix anchor links which were being hidden behind nav menu*/
/* disabled 12/17/19 because crate/js/main.js does this for us - KG
.entry-content h3[id]::before { 
  display: block; 
  content: " "; 
  margin-top: -200px; 
  height: 200px; 
  visibility: hidden; 
  pointer-events: none;
} */

/* hide related products section on mobile */
@media (max-width: 800px) {
	section.related.products {
		display: none;
	}
}