.elementor-kit-7{--e-global-color-primary:#333333;--e-global-color-secondary:#3594D8;--e-global-color-text:#333333;--e-global-color-accent:#F19143;--e-global-color-23b5a7f:#FAFAFA;--e-global-color-de08d0b:#00000000;--e-global-color-0a9ffc6:#D9D9D9;--e-global-color-a7b9a01:#000000;--e-global-typography-primary-font-family:"League Spartan";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"League Spartan";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"League Spartan";--e-global-typography-text-font-size:19px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"League Spartan";--e-global-typography-accent-font-size:19px;--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-7{--e-global-typography-primary-font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* HERO TITLE */
.hero-title span{
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-size: 2.5em;
    line-height: 0.9;
}

/* CUSTOM TITLE */
.custom-title span{
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-size: var(--e-global-typography-primary-font-size);
    line-height: 0.9;
}



/* LINKS */
.text-a a{
    color:var(--e-global-color-text);
    text-decoration: underline var(--e-global-color-accent);
}
.text-a a:hover{
    color:var(--e-global-color-secondary);
    text-decoration: underline var(--e-global-color-text);
}

/* BTN */

.btn-01 .elementor-button{
    position: relative;
    background: transparent!important;
    z-index: 3;
    padding: 1em;
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(204,88,44,1);
-moz-box-shadow: 4px 4px 0px 0px rgba(204,88,44,1);
box-shadow: 4px 4px 0px 0px rgba(204,88,44,1);
}
.btn-01 .elementor-button::before{
    position: absolute;
    content: "";
    width: 100%; height: 100%;
    top:0; left: 0;
    background: var(--e-global-color-accent);
    z-index: -2;
}
.btn-01 .elementor-button::after{
    position: absolute;
    content: "";
    width: 150%; height: 100%;
    top:0; left: 100%;
    background: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-secondary) 40%);
    z-index: -1;
    transition: all ease .6s;
}
.btn-01:hover .elementor-button{
    -webkit-box-shadow: 0px 0px 0px 0px rgba(204,88,44,1);
-moz-box-shadow: 0px 0px 0px 0px rgba(204,88,44,1);
box-shadow: 0px 0px 0px 0px rgba(204,88,44,1);
}
.btn-01:hover .elementor-button::after{
    left: -50%;
}

/* border */
.container-02{
    background: left / 100% 100% no-repeat url("https://earlybirdcf.com/wp-content/uploads/2024/09/Local-Painting-Company-Evansville-IN-Early-Bird-Custom-Painting-Asset-8.webp");
}
.container-03{
    background: left / 50% 100% no-repeat url("https://earlybirdcf.com/wp-content/uploads/2024/09/Local-Painting-Company-Evansville-IN-Early-Bird-Custom-Painting-Asset-10.webp");
}

/* MEDIA QUERY */

@media (min-width: 1600px) {
  .container-02{
    background-size:40% 100%;
}
}
@media (min-width: 1025px)and (max-width: 1599px) {
  .container-02{
    background-size:100% 100%;
}
}
@media (max-width: 1024px) {
  .hero-title span{
    font-size: 1.8em;
}
.container-02{
    background-size:50% 100%;
}
.title-br br{
    display:none;
}
}
@media (max-width: 767px) {
  .hero-title span{
    font-size: 1.5em;
}
.container-02{
    background-size:100% 100%;
}
}/* End custom CSS */