.elementor-kit-50552{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-50552 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.green-accent {
    color: #7b9e36;
    font-weight: 700;
}
/* Target all telephone links */
a[href^="tel"] {
  color: inherit; /* Matches the color of the surrounding text */
  text-decoration: none; /* Removes the default blue underline */
}

/********************/
/* Mail Chimp Style */
/********************/

.bt-mailchimp {
    text-align: right;
    position: relative;
}

.bt-mailchimp .mc4wp-form input[type=date], .bt-mailchimp .mc4wp-form input[type=email], .bt-mailchimp .mc4wp-form input[type=tel], .bt-mailchimp .mc4wp-form input[type=text], .bt-mailchimp .mc4wp-form input[type=url], .bt-mailchimp .mc4wp-form select, .bt-mailchimp .mc4wp-form textarea {
    width: 64%;
    background: #7b9e36;
    color: #fff;
    line-height: 44px;
    border: none;
    float: left;
    padding-left: 20px;
    font-size: 16px;
    padding-bottom: 1px;
    font-weight: 500;
    background-color: #fff;
}

.bt-mailchimp .mc4wp-form button, .bt-mailchimp .mc4wp-form input[type=button], .bt-mailchimp .mc4wp-form input[type=submit] {
    padding-bottom:0px;
    background: #51494a;
    border: 0;
    color: #9c8f90;
    font-weight: 500;
    line-height: 44px;
    font-size: 16px;
    width: 34%;
    webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.bt-mailchimp ::-webkit-input-placeholder {
    color: #9ece6b;
}

.bt-mailchimp ::-moz-placeholder {
    color: #9ece6b;
}

.bt-mailchimp :-ms-input-placeholder {
    color: #9ece6b;
}

.bt-mailchimp input:-moz-placeholder {
    color: #9ece6b;
}

.bt-mailchimp .mc4wp-form button:hover, .bt-mailchimp .mc4wp-form input[type=button]:hover, .bt-mailchimp .mc4wp-form input[type=submit]:hover {
    background-color: #fff;
    color:#464646;
}/* End custom CSS */