.user-acc-btn, .notification-button, .toggler-wrapper {
    color: var(--bg-text);
}
#primary-menu .sub-menu a {
    color: var(--bg-text);
}

#masthead {
    background: var(--secondary);
    border-bottom: 4px solid var(--primary);
}

.header-upper {
    background: var(--primary);
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.search-menu-wrapper {
    display: flex;
}
.toggler-wrapper .navbar-toggler {
    font-size: 1.25rem;
    padding: .25rem .75rem;
}
#masthead .container {
    padding-top: 46px;
}

.search-bar-mobile {
    display: none;
}

.main-navigation ul{
	justify-content: space-between;
}
.header-inner {
    display: flex;
}
.header-left {
    width: 30%;
    margin-right: 5%;
}
.header-right {
    width: 30%;
    margin-left: 5%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
button.navbar-toggler {
	border: 0;
}
button.navbar-toggler:hover {
    border: 0;
}
button.navbar-toggler:focus:not(:focus-visible) {
    box-shadow: none;
}
select#languageDropdownMobile, select#languageDropdownDesktop {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    padding: 5px;
    border: 0;
    border-radius: 8px;
    width: 120px;
    color: #666;
	height: 30px;
}

#mobile-dropdown-wrapper #languageDropdownMobile {
    width: 60%;
    margin: 0 auto;
    display: none;
}

.dropdown-wrapper {
    margin-right: 1em;
}

select#languageDropdownMobile:focus, select#languageDropdownDesktop:focus {
    outline: none;
}
.menu-extended-sidebar-menu-container a {
    color: inherit;
    text-decoration: none;
}

.menu-extended-sidebar-menu-container {
    color: #fff;
}
.btn-close {
   position: relative;
	background: none;
	width: 100%;
}

.btn-close:before {
    position: absolute;
    top: 0;
    right: 5px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f00d"; 
    font-size: 25pt;
    color: #fff!important;
}


.menu-extended-sidebar-menu-container ul {
    list-style: revert;
    padding-left: 1em;
	font-weight: 600;
}

.menu-extended-sidebar-menu-container li {
    padding-bottom: 5px;
}

.menu-extended-sidebar-menu-container .sub-menu li {
    padding-bottom: 0;
}

.offcanvas-body {
    padding-top: 0;
}

.menu-extended-sidebar-menu-container .sub-menu {
    font-weight: 400;
}

#primary-menu .current-menu-item:after, #primary-menu .current-menu-ancestor:after {
    display: block;
    clear: both;
    content: "";
    position: absolute;
    left: -5px;
    bottom: -6px;
    right: -5px;
    border-bottom: 8px solid var(--primary);
    margin: 0 auto;
}

.sub-menu .current-menu-item:after{
	display: none!important;
}

button.navbar-toggler .fa-solid {
    padding-right: 0;
	color: inherit;
}

#offcanvasNavbar {
    background: var(--secondary);
	border-left: 0;
}

.offcanvas-header .btn-close:focus {
    outline: none;
    box-shadow: none;
}

.search-data {
    display: grid;
    grid-template-columns: 80% 18%;
    grid-column-gap: 2%;
}

.search-bar input[type="text"] {
    border-radius: 8px;
    border: 0;
    background-color: var(--bg-text);
}

 .search-bar input[type="text"]::placeholder, .search-no-results input[type="text"]::placeholder {
          color: var(--field-text) ; 
      }

      .search-bar input[type="text"]:-ms-input-placeholder, .search-no-results input[type="text"]:-ms-input-placeholder {
          color: var(--field-text) ; 
      }

      .search-bar input[type="text"]::-ms-input-placeholder, .search-no-results input[type="text"]::-ms-input-placeholder {
          color: var(--field-text) ; 
      }

      .search-bar input[type="text"]:-moz-placeholder, .search-no-results input[type="text"]:-moz-placeholder {
          color: var(--field-text) ; 
      }

      .search-bar input[type="text"]::-moz-placeholder, .search-no-results input[type="text"]::-moz-placeholder {
          color: var(--field-text) ; 
      }

.container-search-btn {
    background: none;
    border: 0;
    color: var(--bg-text);
    padding: 0 5px;
    font-size: 15pt;
}


.site-branding {
    width: 25%;
    margin: 0 auto;
    padding: 2em 0;
}

.main-navigation .sub-menu li {
    margin-right: 0;
    padding: 5px;
    width: 100%;
}

#primary-menu .sub-menu {
    background: var(--primary);
    margin-left: -5px!important;
	display: block!important;
}
.main-navigation ul ul a {
    width: auto;
    white-space: nowrap;
}
.main-navigation a {
    color: #fff;
}


/* NOTIFICATIONS */ 

.notification-button, .dashboard-icon {
    font-size: 15pt;
}
.user-acc-btn a {
    color: inherit;
	text-decoration: none;
}

.notification-list button a {
    color: var(--black) !important;
	transition: 0.5s;
	text-decoration: none;
}
.notification-list button .fa-circle-check {
    background: var(--primary);
    border-radius: 50%;
    color: var(--primary);
    transition: 0.5s;
}
.notification-list button .fa-circle-check:hover {
    background: var(--white);
}
.mark-as-read-btn {
    border-bottom: 1px solid var(--black) !important;
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
}
.notification-list li:nth-last-child(1) .mark-as-read-btn {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.notification-menu, .mobile-notification-menu {
    position: absolute;
    top: 30px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	color: var(--black);
}

.notification-list, .mobile-notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notification-count, .mobile-notification-count {
    background-color: #FF0000;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 8px !important;
    position: absolute;
    top: 0px;
    right: -5px;
}



/*------MEDIA RULES------*/
/*----SCREEN WIDTH 1400 to 1536px----*/
@media only screen 
	and (min-width: 1401px)
	and (max-width: 1536px) {
	
		
}

/*----SCREEN WIDTH 1200 to 1400px----*/
@media only screen 
	and (min-width: 1201px)
	and (max-width: 1400px) {
		
		
		
		
}

/*----SCREEN WIDTH 1200 to 1400px Landscape----*/
@media only screen and (orientation : landscape)
	and (min-width: 1201px)
	and (max-width: 1400px) {
		
}


/*----SCREEN WIDTH 900 to 1200px----*/
@media only screen 
	and (min-width: 901px)
	and (max-width: 1200px) {
		
		.header-right {
    width: 65%;
	}
	
	.main-navigation {
    display: none;
	}
		
		.main-navigation, .header-left {
    display: none;
	}
	
	.header-right {
    width: 65%;
}
		
		
}

@media (max-width: 991px) {
	
	.site-branding {
    width: 34%;
	}
	
	
}


/*----SCREEN WIDTH 900 to 1200px Landscape----*/
@media only screen and (orientation : landscape)
	and (min-width: 901px)
	and (max-width: 1200px) {
		
		
		
}

/*----SCREEN WIDTH 600 to 900px----*/
@media only screen 
	and (min-width: 601px)
	and (max-width: 900px) {
		
	
	.header-right {
    width: 45%;
	}
	.header-left, .main-navigation{
		display: none;
	}
		
	
		
		
}

@media (max-width: 767px) {
	
	    .site-branding {
        width: 46%;
    }
	
}



/*----SCREEN WIDTH 600 to 900px Landscape----*/
@media only screen and (orientation : landscape)
	and (min-width: 601px)
	and (max-width: 900px) {
}



/*----SCREEN WIDTH 0 to 600px----*/
@media only screen 
	and (min-width: 0px)
	and (max-width: 600px) {
		
		 .dropdown-wrapper {
        margin-right: 0;
        margin-bottom: 1em;
    }
		
		.magazine-popup {
    bottom: 16px!important;
    left: 16px!important;
}
	
	html body #LeadboosterContainer {
    display: none!important;
}	
		
		.header-inner {
		display: block;
	}
		
		.site-branding {
    width: 70%;
}
		.header-right {
    width: 90%;
    margin: 0 auto;
    position: inherit;
    padding: 0em;
    display: flex;
    margin-bottom: 1em;
}
	#masthead{
		position: relative;
		border: 0;
	}
	.search-bar, .header-left {
    display: none;
}
		#desktop-dropdown-wrapper{
		display: none;
	}
	#mobile-dropdown-wrapper #languageDropdownMobile{
		display: block;
	}
		.header-right {
    align-items: normal;
    flex-direction: row;
}
		.search-bar-mobile {
    display: block;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto 1em;
}
		
		.toggler-wrapper {
    order: 2;
		width: 15%;
}
		button.navbar-toggler {
		margin: 0;
	}
		
		
		
}

/*----SCREEN HEIGHT 0 to 700px----*/
@media only screen 
	and (min-height: 0px)
	and (max-height: 700px) {
		

}