.elementor-10596 .elementor-element.elementor-element-00e93ff{--display:flex;}.elementor-10596 .elementor-element.elementor-element-1472cf9 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;}.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-00e93ff *//* Animate Color Text */
#top-main-menu .elementor-nav-menu > li:last-child > a,
#top-switch-domain a {
    background: linear-gradient(
        135deg,
        #000000 0%,
        #e61a47 25%,
        #fc6700 50%,
        #f51a47 75%,
        #000000 100%
    );
    background-size: 400%;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    animation: animate 20s linear infinite;
}

#top-main-menu .elementor-nav-menu > li:last-child > a:hover,
#top-switch-domain a:hover {
    background: linear-gradient(135deg, #fc6700 0%, #fc6700 100%);
}

@keyframes animate {
    to {
        background-position: 400%;
    }
}

#top-switch-domain {
    display: none;
}

/*sticky-header only*/
#sticky-header {
    position: fixed;
}

header + div,
header + main,
header + article,
header + section {
    margin-top: 50px;
}

@media (max-width: 767px) {
    header + div,
    header + main,
    header + article,
    header + section {
        margin-top: 55px;
    }
}
/*sticky-header only end*/

#sticky-header {
    background-color: #ffffff;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 25%);
    z-index: 9999 !important;
    width: 100% !important;
    padding: 0 20px;
    align-content: center;
    align-items: center;
    min-height: 50px;
    flex-direction: row !important;
}

#sticky-header span.sub-arrow {
    padding: 0 0 0 2.5px;
}

/* M5 Music */
#top-m5music:first-letter {
    color: #fc6700 !important;
}

#top-m5music a {
    font-family: "Playfair Display", Times, serif !important;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase !important;
    letter-spacing: -1px;
    font-size: 20px !important;
}

#top-m5music {
    padding: 8px 25px !important;
    position: absolute;
    width: auto !important;
}

#top-m5music a:hover,
#top-main-menu a:hover,
#top-language a:hover {
    text-decoration: none;
    color: #fc6700 !important;
}

/* Main menu */
#top-main-menu {
    margin: auto;
    width: auto !important;
}

#top-main-menu a {
    font-weight: 600;
    padding: 8px 12px;
    color: #000000;
    font-size: 16px;
    -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;
}

#top-main-menu .elementor-nav-menu--dropdown a:hover,
#top-main-menu .elementor-nav-menu--dropdown a.elementor-item-active,
#top-main-menu .elementor-nav-menu--dropdown a.highlighted {
    background-color: #ececec;
}

/* Sub menu */
#top-main-menu .sub-menu {
    background-color: #f6f6f6 !important;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 25%), -1px 1px 3px rgb(0 0 0 / 25%);
    min-width: 180px !important;
    margin-top: 7px !important;
}

#top-main-menu .sub-menu li {
    margin: 0 !important;
}

#top-main-menu .sub-menu a {
    font-weight: normal !important;
    font-size: 16px !important;
    padding: 6px 40px 6px 25px !important;
}

#top-main-menu .sub-menu .sub-menu {
    margin-top: -32px !important;
}

#top-main-menu ul.elementor-nav-menu--dropdown a,
#top-main-menu ul.elementor-nav-menu--dropdown a:focus,
#top-main-menu ul.elementor-nav-menu--dropdown a:hover,
#top-main-menu .elementor-nav-menu ul ul a,
#top-main-menu .elementor-nav-menu ul ul a:active,
#top-main-menu .elementor-nav-menu ul ul a:focus,
#top-main-menu .elementor-nav-menu ul ul a:hover {
    border-left: none;
}

/* Highlight current  */
#top-main-menu .current-menu-ancestor > a,
#top-main-menu .elementor-sub-item.elementor-item-active {
    color: #fc6700 !important;
    font-weight: 600 !important;
}

#top-main-menu .elementor-nav-menu--main .elementor-item.elementor-item-active {
    color: #fc6700 !important;
}

#top-main-menu .current-menu-ancestor .current-menu-parent {
    background-color: #ececec !important;
}

/* Language */
#top-language {
    width: auto !important;
    position: absolute;
    right: 25px;
}

#top-language .wpml-ls-legacy-list-horizontal {
    padding: 0;
}

#top-language a {
    padding: 15px;
    margin: 0 !important;
    color: #000000;
}

html[lang="en-US"] #top-main-menu a {
    font-family: "Playfair Display", Times, serif !important;
    font-size: 16px;
}

html[lang="en-US"] #top-language .wpml-ls-native,
html[lang="en-US"] #top-main-menu .sub-menu a {
    font-family: "Georgia", sans-serif !important;
}

/* 1024px and below screen sizes */
@media (max-width: 1024px) {
    #sticky-header {
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(20px) saturate(200%);
        -webkit-backdrop-filter: blur(20px) saturate(200%);
        padding: 0 20px 0 15px;
    }

    #top-m5music a {
        font-size: 26px !important;
    }

    #top-switch-domain {
        display: block;
        font-weight: 600;
        position: absolute;
        padding: 15px 0 12px 0;
        right: 95px;
        bottom: 0;
    }

    html[lang="en-US"] #top-switch-domain {
        right: 85px;
    }

    #top-language {
        right: 20px;
    }

    #top-language .wpml-ls-current-language {
        display: none !important;
    }
}

/* 767px and below screen sizes */
@media (max-width: 767px) {
    #sticky-header {
        padding: 0;
        min-height: 55px;
    }

    #top-m5music {
        padding: 10px 20px !important;
        margin: -2px 0 0 0;
    }

    #top-m5music a {
        font-size: 22px !important;
    }

    #top-switch-domain {
        padding: 15.5px 0;
        right: 70px;
    }

    html[lang="en-US"] #top-switch-domain {
        right: 60px;
    }

    #top-language {
        right: 10px !important;
        top: 6px;
    }
}/* End custom CSS */