/* theme footer */
footer#colophon {
    position: relative;
    background: var(--body-default);
    color: var(--heading);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: clip;
}
/* footer#colophon .container {
    padding: 3rem 2rem
} */
footer#colophon a {
    color: var(--heading);
}
footer#colophon .footer-widget-1 a:not(.footer-logo) {
    text-decoration: underline;
}

footer#colophon a:hover {
    color: var(--brand);
}
footer#colophon h3.widget-title, footer#colophon .widget ul.menu li.menu-widget-title a {
    color: var(--heading);
    margin-bottom: 0.44rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
	letter-spacing: 0;
}
footer#colophon .widget {
    margin: 0 0 2rem;
}
/**/
.footer-logo {
    display:block;
    margin-bottom: 2rem
}
.footer-logo img {
    margin: 0!important;
}
/**/
footer#colophon .widget ul.menu {
    padding: 0;
    float: none;
    display: table;
    margin: 0;
}

footer#colophon .widget ul.menu li {
    float: none;
    margin-bottom:0;
    position: relative;
}
footer#colophon .widget ul.menu li:last-child {
    margin-bottom: 0
}
footer#colophon .widget ul.menu li a {
    font-size: .875rem;
    font-weight: 600;
    word-break: break-word;
    hyphens: auto;
    padding: .5rem 0;
    display: block;
}
footer#colophon .widget ul.menu li a:hover,
footer#colophon .widget ul.menu li.current-menu-item a {
    color: var(--brand);
}
footer#colophon .bootom-footer .widget ul.menu {
    margin: 0 -.75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-end;
}
footer#colophon .bootom-footer .widget ul.menu li {
    margin: 0 .75rem
}
footer#colophon .bootom-footer .widget ul.menu li a {
    text-decoration: underline;
    font-weight: normal;
    padding: 0
}
.textwidget > *:last-child, .textwidget > p:last-child {
    margin-bottom:0!important
}
footer#colophon .bootom-footer {
    position: relative;
    padding-top: 1.5rem
}
footer#colophon .bootom-footer:before {
    content: '';
    position: absolute;
    top:0; height: 1px;
    background-color: var(--border);
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
}
footer#colophon .bootom-footer .widget {
    margin-bottom: 1.5rem
}

@media (max-width:991px) {
    footer#colophon .bootom-footer .widget ul.menu {
        justify-content: flex-start;
    }
}
@media (max-width:767px) {
    .ws-copyright {
        word-break: keep-all;
        hyphens: none;
    }
    footer#colophon .bootom-footer .widget.widget_nav_menu {
        margin-bottom: 4rem
    }
    footer#colophon .bootom-footer .widget ul.menu {
        /* flex-direction: column;
        justify-content: flex-start; */
    }
    footer#colophon .bootom-footer .widget ul.menu li:not(:last-child) {
        margin-bottom: 1.5rem
    }
}

@media (min-width:768px) and (max-width:1199px) {
    footer#colophon .container.footer-widget > * {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    footer#colophon .container.footer-widget > * > * {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width:1200px) {
    footer#colophon .container.footer-widget > * {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
    }
    footer#colophon .container.footer-widget > * > * {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
