HEX
Server: LiteSpeed
System: Linux server315.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: globfdxw (6114)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/globfdxw/public_html/wp-content/themes/alone/sass/_wpml.scss
.tlc-header-top {
    .wpml-ls-legacy-dropdown {
        width: 160px;
    }
}
.tlc-header-main {
    ul.elementor-nav-menu {
        &--dropdown {
            min-width: 220px !important;
            a {
                border-left: none !important;
            }
        }
    }
    @media(max-width: $break-lg - 0.02) {
        .elementor-nav-menu--main .elementor-item {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }
    } 
    
}
.tlc-mobie-menu-popup {
    ul.elementor-nav-menu {
        &--dropdown a {
            border: none !important;
        }
        > li.menu-item-has-children {
            a.has-submenu {
                justify-content: space-between;
            }
            ul.sub-menu {
                padding-left: 20px;
            }
        }
    }
}

.tlc-heading-section {
    &--white {
        .elementor-heading-title span {
            font-family: "Edu NSW ACT Foundation", Sans-serif;
            font-weight: 400;
            color: #fff;
        }
    }
    .elementor-heading-title span {
        font-family: "Edu NSW ACT Foundation", Sans-serif;
        font-weight: 400;
        color: var(--e-global-color-accent);
    }
}
.tlc-avatar-gallery .gallery {
    display: flex;
    .gallery-item:not(:first-child) {
        margin-left: -20px !important;
    }
}

.rtl .tlc-avatar-gallery .gallery {
    .gallery-item:not(:first-child) {
        margin-left: 0 !important;
        margin-right: -20px !important;
    }
}

.elementor-element.tlc-bottom-text-section {
    &--white {
        a {
            text-decoration: underline;
            text-underline-offset: 2px;
            color: inherit;
        }
    }
    a {
        display: inline-block;
        text-decoration: underline;
        text-underline-offset: 2px;
        color: var(--e-global-color-accent);
    }
}
.tlc-video-popup-btn {
    .elementor-button-link {
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    .elementor-button-content-wrapper {
        align-items: center;
    }
    .elementor-button-icon {
        position: relative;
        font-size: 52px;
        z-index: 1;
        &::before {
            content: "";
            position: absolute;
            top: 4px;
            right: 0;
            width: 44px;
            height: 44px;
            background: #fff;
            border-radius: 50px;
            z-index: -1;
        }
        svg {
            fill: var(--e-global-color-accent);
        }
    }
}
.tlc-donation-accordion {
    .e-n-accordion-item {
        background: #D2F4F4;
        border-radius: 20px;
        &:nth-child(1) {
            background: #FDF0DD;
        }
        &:nth-child(2) {
            background: #D2F4F4;
        }
        &:nth-child(3) {
            background: #CAE4F7;
        }
        .e-n-accordion-item-title {
            padding: 20px;
            border: none;
        }
    }
    
}
.tlc-newsletter-box {
    .elementor-heading-title {
        span {
            &:first-child {
                font-size: 20px;
                font-weight: 400;
            }
            &:last-child {
                font-family: "Edu NSW ACT Foundation", Sans-serif;
                font-weight: 400;
            }
        }
    }
    .elementor-field-type-email {
        width: calc(100% - 230px) !important;
        margin: 0 !important;
        input {
            padding: 10px 30px;
        }
    }
    .elementor-field-type-submit {
        width: 230px !important;
        margin: 0 !important;
        button {
            width: 100%;
        }
    }
    @media( max-width: $break-sm - 0.02 ) {
        .elementor-field-type-email {
            width: 100% !important; 
            margin-bottom: 20px !important;
        }
    }
}