/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2026 | 17:45:12 */
/* Secondary Header */

#header-secondary-outer {
    z-index: 1;
}
#header-secondary-outer .topbar-text {
    font-size: 12px;
    line-height: 20px;
    color: #ffffffb5;
}
#header-secondary-outer .topbar-text .thick {
    font-weight: 600;
}
#header-secondary-outer .topbar-text .non {
    color: #ffffffb5;
    position: relative;
}
#header-secondary-outer .topbar-text .non::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/11/non.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    right: -18px;
    top: 2px;
}


/* Header */

#header-outer header {
    padding: 0 40px;
}
#header-outer #logo {
    transform: scale(1.8);
    transform-origin: bottom left;
    z-index: 9;
    position: relative;
}
#header-outer .menu-title-text {
    font-family: var(--font-family-heading);
    font-size: 16px;
}
#header-outer .thick .menu-title-text {
    font-weight: 600;
    min-width: 45px;
}
#header-outer #menu-item-269 a {
    transform: translateX(-20px);
}
#header-outer ul.sf-menu>li>a>.nectar-menu-icon-img {
    max-height: 45px !important;
}
#header-outer .register-btn {
    padding: 15px 25px 15px 15px !important;
    height: 50px;
    transform: translateY(10px);
}
#header-outer .register-btn .menu-title-text {
    padding-right: 1rem;
}