.elementor-177 .elementor-element.elementor-element-ce00afe{--display:flex;}.elementor-177 .elementor-element.elementor-element-1ff34be{--display:flex;}.elementor-177 .elementor-element.elementor-element-bd4a384{--display:flex;}.elementor-177 .elementor-element.elementor-element-903b240{--display:flex;}.elementor-177 .elementor-element.elementor-element-a92affd{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-ce00afe */#footer {
    padding: 2em 10% 1em 10%;
    flex-direction: row !important;
    justify-content: space-between;
}

#footer .e-con {
    width: auto !important;
    min-width: 19%;
}

#footer-sitetitle h2,
#footer h3 {
    border-bottom: 2px solid #cc557c;
}

#footer .footer-sitelink a {
    line-height: 2 !important;
}

#footer-contact {
    padding: 1em 0 0 0 !important;
}

#footer ul {
    list-style-type: none;
    padding-inline-start: 0;
}

#footer li a {
    padding: 0;
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
    transition-property: all;
    transition-duration: 0s !important;
    transition-timing-function: ease;
    transition-delay: 0s !important;
    color: var(--text-color);
}
#footer li a:hover {
    color: var(--main-color);
}

#footer-copyright {
    margin-left: 10%;
    margin-bottom: 2em;
}

/* 1024px and below screen sizes */
@media (max-width: 1024px) {
    #footer {
        padding: 2em 40px;
    }

    #footer .e-con {
        max-width: 50% !important;
    }

    #footer-copyright {
        margin-left: 40px;
    }
}

/* 767px and below screen sizes */
@media (max-width: 767px) {
    #footer {
        padding: 2em 20px;
        flex-direction: column !important;
    }

    #footer .e-con {
        width: 100% !important;
        max-width: 100% !important;
    }

    #footer .e-con:not(#footer-first-inner) {
        margin-top: 3em;
    }

    #footer-copyright {
        margin-left: 20px;
    }
}/* End custom CSS */