﻿.wdg-navbar ul {display:none;padding:0;margin:0 auto;list-style:none;background:var(--blue);border-radius:.8rem;flex-flow:row wrap;}
.wdg-navbar ul li {flex:0 0 auto;padding:1.5rem;}
.wdg-navbar ul li a {color:#fff;text-decoration:none;font-weight:600;}
.wdg-navbar ul li a.active {text-decoration:underline;text-decoration-thickness:.1rem;text-underline-offset:.5rem;}
.wdg-navbar select {display:none;}
.select2-container.select2-container--wdg-navbar {width:100%!important;}
.select2-container.select2-container--wdg-navbar .select2-selection--single {display:flex;height:auto;flex-flow:row nowrap;align-items:center;background:var(--blue);color:#fff;font-weight:600;border-radius:.8rem;}
.select2-container.select2-container--wdg-navbar .select2-selection--single .select2-selection__rendered {flex:0 1 100%;padding:1.5rem 4.5rem 1.5rem 1.5rem;}
.select2-container.select2-container--wdg-navbar .select2-selection--single .select2-selection__arrow {flex:0 0 auto;padding:1.5rem;}
.select2-container.select2-container--wdg-navbar .select2-selection--single .select2-selection__arrow:after {display:block;width:1.6rem;height:1.6rem;content:"";background-image:url('../../images/reskin/icon-chevron-down-white.svg');background-size:cover;background-repeat:no-repeat;}
.select2-container.select2-container--wdg-navbar .select2-dropdown {border:0;border-bottom-left-radius:.8rem;border-bottom-right-radius:.8rem;overflow:hidden;}
.select2-container.select2-container--wdg-navbar .select2-results {background:var(--white);color:var(--blue);border:.1rem solid var(--blue);}
.select2-container.select2-container--wdg-navbar .select2-results .select2-results__option--highlighted {background:var(--grey-01);color:var(--blue)}
.select2-container.select2-container--wdg-navbar .select2-results .select2-results__option--selected {background:var(--blue);color:var(--white);}
.select2-container.select2-container--wdg-navbar .select2-results__option {padding:1.5rem;}
.select2-container--open.select2-container--wdg-navbar .select2-selection--single {border-bottom-left-radius:0;border-bottom-right-radius:0;}
.select2-container--open.select2-container--wdg-navbar .select2-selection--single .select2-selection__arrow:after {transform:rotate(180deg);}
@media(min-width:992px) {
	.wdg-navbar ul {display:flex;padding:0 .75rem;}
	.select2-container.select2-container--wdg-navbar {display:none;}
}

/*Custom menu css*/
.custom-menu-nav-link,.custom-menu-toggle{color:#fff;padding:1.5rem 2rem;font-size:1.5rem;}
.custom-menu-header{width:100%;z-index:1000;background:#97549e;font-weight: 600;}
.custom-menu-toggle{display:flex;justify-content:space-between;align-items:center;font-weight:700;cursor:pointer;text-transform:uppercase}
.custom-menu-toggle::after{display:block;width:1.6rem;height:1.6rem;content:"";background-image:url('../../images/reskin/icon-chevron-down-white.svg');background-size:cover;background-repeat:no-repeat}
.custom-menu-nav-container{display:none;flex-direction:column;background-color:#97549e;font-weight:600;}
.custom-menu-nav-link{text-decoration:none;display:flex;justify-content:space-between}
@media (min-width:769px){
	.custom-menu-header{position:fixed;top:130px;background:0 0;display:flex;justify-content:center}
	.custom-menu-toggle{display:none}
	.custom-menu-nav-container{display:flex!important;flex-direction:row;background-color:#97549e;padding:2.8rem;border-radius:1.5rem;gap:25px;width:auto}
	.custom-menu-nav-link{padding:0;}
	.custom-menu-header.scrolled{top:0}
	.custom-menu-header.scrolled .custom-menu-nav-container{width:100%;border-radius:0;background-color:#97549e;justify-content:center;padding:2.8rem 0;box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);}
}

@media (min-width:992px){
	.custom-menu-header{top:150px;}
}