/* footer styling */
.before-footer .widget {
	margin-bottom: 24px;
}
@media screen and (min-width:800px) {
	.before-footer .wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.before-footer .widget {
		width: 33%;
		margin: 24px;
	}
}
#footerServingSince, .h-adr, #copyrightNotice {
	padding: 0 12px;
}

/*images on pages*/
#genesis-content img {
  border-radius: 1px;
  box-shadow: 0 0 6px rgba(0,0,0,.25);
}