.elementor-kit-5{--e-global-color-primary:#39B54A;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#A6A6A6;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 a{color:#3E9C01;font-weight:bold;}.elementor-kit-5 a:hover{color:#1259C2;font-weight:bold;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Fixes issue with sticky navigation menu */
a.anchor {
    display: block;
    position: relative;
    top: -125px;
    visibility: hidden;
}

/* Gravity Forms: Fixes issue with sticky navigation menu */
/* https://getpublii.com/blog/one-line-css-solution-to-prevent-anchor-links-from-scrolling-behind-a-sticky-header.html */
#gf_1 {
    scroll-margin-top: 1rem;
}
#gf_3 {
    scroll-margin-top: 4rem;
}

/* Makes Read More links on queries look like buttons -- but not in sidebar widgets */
#main-content a:link.elementor-post__read-more,
#main-content a:visited.elementor-post__read-more {
	display: block!important;
	width: 200px!important;
	font-size: 15px!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    fill: #ffffff!important;
    color: #000000!important;
    background-color: #ffffff!important;
    border-style: solid!important;
	border-width: 2px 2px 2px 2px!important;
	border-radius: 0px 0px 0px 0px!important;
    padding: 15px 45px 15px 45px!important;
}

#main-content a:hover.elementor-post__read-more {
	color: #ffffff!important;
	background-color: var( --e-global-color-primary )!important;
}

/* Add line break after posts in main content area -- but not in sidebar widgets */
#main-content .elementor-post__text:after {
content: "";
display: block;
width: 100%;
margin: 25px 0px 0px 0px;
border-bottom: 2px solid black;
}/* End custom CSS */