.sidebar__widget.widget_categories ul {
    margin: 0;
    padding: 0;
}

.etn-es-events-page-container {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.search-results .header__area.header__transparent {
    background: #1d1d4d;
}
.header__background{
    width: 100%;
    height: 500px;
}
.header-bg-4{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 300px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }
.custom-logo {
    z-index: 111;
}
.custom-menu {
    padding: 19px 0;
}
.custom-menu ul li a{
    font-size: 22px;
    font-weight: 500;
    color: var(--tp-heading-primary);
}
.custom-menu ul li:hover > a {
	color: var(--tp-theme-1);
}
.custom-social-links .header__social ul li a{
    border-left: 0;
}
.header__social {
    z-index: 111;
}
/* Facebook */
.header__social .fa-facebook{
    color: #1877F2;
}

/* TikTok */
.header__social .tiktok{
    color: #000000;
}

/* X / Twitter */
.header__social .harry_twitter svg{
    color: #000000;
    fill: currentColor;
}

/* Instagram */
.header__social .fa-instagram{
    color: #E4405F;
}

/* LinkedIn */
.header__social .fa-linkedin{
    color: #0A66C2;
}

/* YouTube */
.header__social .fa-youtube{
    color: #FF0000;
}
.custom-menu{
    display: flex;
    justify-content: center;
}
.custom-menu ul{
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 111;
}

.main-menu ul li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.menu-item-thumb {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}