.elementor-502 .elementor-element.elementor-element-bab24de{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* =========================================
   THE SOCIAL HOUSE — FOOTER
========================================= */

.tsh-footer {
    --tsh-black: #000000;
    --tsh-white: #ffffff;
    --tsh-cream: #fffcf5;
    --tsh-muted: rgba(255, 255, 255, 0.62);
    --tsh-line: rgba(255, 255, 255, 0.16);

    position: relative;
    width: 100%;

    background-color: var(--tsh-black);
    color: var(--tsh-white);
}

.tsh-footer,
.tsh-footer * {
    box-sizing: border-box;
}

/* =========================================
   MAIN CONTAINER
========================================= */

.tsh-footer__inner {
    width: min(calc(100% - 64px), 1320px);
    margin: 0 auto;

    border-top: 1px solid var(--tsh-line);
}

/* =========================================
   TOP AREA
========================================= */

.tsh-footer__top {
    display: grid;
    grid-template-columns:
        minmax(300px, 1.35fr)
        minmax(120px, 0.55fr)
        minmax(230px, 0.9fr)
        minmax(180px, 0.7fr);

    align-items: start;
    gap: clamp(48px, 6vw, 90px);

    padding-top: 68px;
    padding-bottom: 66px;
}

/* =========================================
   BRAND
========================================= */

.tsh-footer__brand {
    max-width: 390px;
}

.tsh-footer__logo,
.tsh-footer__logo:visited {
    display: inline-flex;
    flex-direction: column;

    margin-bottom: 28px;

    color: var(--tsh-white) !important;

    font-size: clamp(38px, 4vw, 58px);
    font-weight: 700;
    line-height: 0.82;
    letter-spacing: -0.065em;

    text-decoration: none !important;
}

.tsh-footer__tagline {
    max-width: 370px;
    margin: 0;

    color: var(--tsh-muted) !important;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
}

.tsh-footer__location {
    margin-top: 25px;

    color: var(--tsh-white);

    font-size: 11px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* =========================================
   COLUMNS
========================================= */

.tsh-footer__column {
    min-width: 0;
}

.tsh-footer__column-title {
    display: block;
    margin-bottom: 24px;

    color: var(--tsh-muted) !important;

    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

/* =========================================
   LINKS
========================================= */

.tsh-footer__links {
    margin: 0;
    padding: 0;

    list-style: none;
}

.tsh-footer__links li {
    margin: 0 0 13px;
    padding: 0;
}

.tsh-footer__links li:last-child {
    margin-bottom: 0;
}

.tsh-footer__links a,
.tsh-footer__links a:visited,
.tsh-footer__socials a,
.tsh-footer__socials a:visited,
.tsh-footer__legal a,
.tsh-footer__legal a:visited {
    position: relative;

    display: inline-block;

    color: var(--tsh-white) !important;

    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;

    text-decoration: none !important;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.tsh-footer__links a::after,
.tsh-footer__socials a::after,
.tsh-footer__legal a::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -3px;

    width: 100%;
    height: 1px;

    background-color: currentColor;

    transform: scaleX(0);
    transform-origin: right;

    transition: transform 0.3s ease;
}

.tsh-footer__links a:hover::after,
.tsh-footer__socials a:hover::after,
.tsh-footer__legal a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* =========================================
   CONTACT
========================================= */

.tsh-footer__email,
.tsh-footer__email:visited {
    display: inline-block;

    color: var(--tsh-white) !important;

    font-size: clamp(18px, 1.7vw, 24px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.035em;

    text-decoration: none !important;
    overflow-wrap: anywhere;

    transition: opacity 0.25s ease;
}

.tsh-footer__email:hover {
    opacity: 0.65;
}

.tsh-footer__socials {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;

    margin-top: 28px;
}

/* =========================================
   BOTTOM BAR
========================================= */

.tsh-footer__bottom {
    min-height: 82px;

    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto auto;
    align-items: center;
    gap: 38px;

    padding-top: 22px;
    padding-bottom: 22px;

    border-top: 1px solid var(--tsh-line);
}

.tsh-footer__copyright {
    margin: 0;

    color: var(--tsh-muted) !important;

    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.tsh-footer__legal {
    display: flex;
    align-items: center;
    gap: 22px;
}

.tsh-footer__legal a,
.tsh-footer__legal a:visited {
    color: var(--tsh-muted) !important;

    font-size: 10px;
}

/* =========================================
   BACK TO TOP
========================================= */

.tsh-footer__back-top,
.tsh-footer__back-top:visited {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: var(--tsh-white) !important;

    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
    text-decoration: none !important;
    text-transform: uppercase;

    transition: opacity 0.25s ease;
}

.tsh-footer__back-top span {
    font-size: 15px;

    transition: transform 0.25s ease;
}

.tsh-footer__back-top:hover span {
    transform: translateY(-4px);
}

/* =========================================
   FOCUS
========================================= */

.tsh-footer a:focus-visible {
    outline: 1px solid var(--tsh-white);
    outline-offset: 5px;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .tsh-footer__inner {
        width: min(calc(100% - 48px), 1050px);
    }

    .tsh-footer__top {
        grid-template-columns:
            minmax(280px, 1.2fr)
            minmax(120px, 0.6fr)
            minmax(220px, 0.9fr);

        gap: 48px;

        padding-top: 60px;
        padding-bottom: 58px;
    }

    .tsh-footer__contact {
        grid-column: 2 / 4;
    }

    .tsh-footer__bottom {
        grid-template-columns: 1fr auto;
        gap: 22px;
    }

    .tsh-footer__legal {
        grid-column: 1;
        grid-row: 2;
    }

    .tsh-footer__back-top {
        grid-column: 2;
        grid-row: 1 / 3;
    }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .tsh-footer__inner {
        width: min(calc(100% - 36px), 700px);
    }

    .tsh-footer__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 46px 28px;

        padding-top: 54px;
        padding-bottom: 52px;
    }

    .tsh-footer__brand {
        grid-column: 1 / -1;
    }

    .tsh-footer__logo {
        font-size: clamp(43px, 12vw, 60px);
    }

    .tsh-footer__contact {
        grid-column: 1 / -1;
    }

    .tsh-footer__bottom {
        grid-template-columns: 1fr;
        gap: 20px;

        padding-top: 26px;
        padding-bottom: 28px;
    }

    .tsh-footer__legal {
        grid-column: auto;
        grid-row: auto;

        flex-wrap: wrap;
        gap: 13px 20px;
    }

    .tsh-footer__back-top {
        grid-column: auto;
        grid-row: auto;

        justify-self: start;
    }

}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .tsh-footer__inner {
        width: min(calc(100% - 28px), 460px);
    }

    .tsh-footer__top {
        grid-template-columns: 1fr;
        gap: 38px;

        padding-top: 48px;
        padding-bottom: 46px;
    }

    .tsh-footer__brand,
    .tsh-footer__contact {
        grid-column: auto;
    }

    .tsh-footer__logo {
        font-size: clamp(40px, 13vw, 52px);
    }

    .tsh-footer__tagline {
        font-size: 13px;
    }

    .tsh-footer__email {
        font-size: 20px;
    }

    .tsh-footer__legal {
        flex-direction: column;
        align-items: flex-start;
    }

}

/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

    .tsh-footer a,
    .tsh-footer a::after,
    .tsh-footer__back-top span {
        transition: none;
    }

}/* End custom CSS */