/* changes default link colors */
a {
	color: #5F8011;
}
.footer-widgets a, footer a {
	color: #94AF50;
}

/* spacing edits on home page */
.home .site-inner {
	padding-top: 0;
}
.elementor-widget:not(:last-child), .elementor-widget-button p {
	margin-bottom: 0;
}

/* embedded videos */
#arve-314062426 {
    max-width:100% !important;
}
#arve .arve-wrapper, #tinymce .arve-wrapper {
    margin-bottom: 0 !important;
}
.arve {
    max-width: 100% !important;
}

/* button styles */
.button, .btn, input[type="button"], .nf-element[type="submit"]{
	background: #5F8011!important;
	color: #fff!important;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 60px!important;
	padding: 12px 24px!important;
	text-align: center;
}

/* home page */
.home-top .widget {
    padding: 0 !important;
}
.home-top.widget-area {
    background: #222;
}

/* footer */
#footerServingSince {
	display: none;
}
.site-footer {
	border: none;
}

/* re-orders site container elements to put calendar before footer widgets */
.site-container {
	display: flex;
	flex-direction: column
}
.site-header {order: 0;}
.site-inner {order: 1;}
.footer-width-fixer {order: 2;}
.footer-widgets {order: 3;}
footer {order: 4;}
/* footer calendar styles */
.elementor-16358 .elementor-heading-title {
	margin-bottom: 24px;
}
.elementor-16358 .ics-calendar h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 1px;
}