
/* TOP HEADER */
#et-secondary-menu {
    float: right;
    width: 68%;
    margin-top: 25px;
    position: relative;
    display:none;
}

#et-secondary-menu ul {
	text-align:right;
	display:block;
}

#et-secondary-menu ul li {
	display: inline-block;
    margin:0;
}

#et-secondary-menu ul li a {
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	position:relative;
	padding-bottom:0;
	margin-left:17px;
}

#et-secondary-menu ul li a:hover, #et-secondary-menu ul li.current-menu-item a {
    opacity: 1;
    color: white;
}

#et-secondary-menu ul li:first-of-type a {
	margin-left:0;
}

#et-secondary-menu ul li i {
	margin-right:5px;
}

#et-secondary-menu ul li.menu-item-type-post_type a:after {
    display: block;
    content: '';
    border-bottom: solid 1px white;
    transform: scaleX(0);
    transition: transform .25s ease-in-out;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

#et-secondary-menu ul li.menu-item-type-post_type a:hover:after {
  transform: scaleX(1) !important;
}

.city-icon {
  height: 18px;
  display: inline-block;
  filter: invert(1);
  vertical-align: middle;
  margin-right: 3px;
  transition: 0.4s all;
}

.city-temp {
  display: inline-block;
  color: white;
	transition:0.4s all;
}

/* MAIN HEADER */
#main-header {
  background: var(--headerBgColor);
}

.et_non_fixed_nav.et_transparent_nav #main-header {
	top:0px !important;
}

.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header {
	top:32px !important;
}

#logo {
    max-height: 80%;
}

#et-top-navigation nav>ul>li>a {
    font-family: var(--menuFont);
    font-weight: var(--menuFontWeight);
    color:var(--menuColor);
    font-size:15px;
}

#main-header .nav li ul.sub-menu a {
  color: white;
  font-family: var(--menuFont);
  padding: 8px 5px;
  background:transparent;
}

.nav li ul {
  background: var(--mainColor);
  color: white;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
    color:var(--mainColor);
    opacity:1;
}

#top-menu-nav>ul>li>a:hover, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    opacity: 1;
    color: var(--mainColor);
}
#main-header .nav li ul.sub-menu a:hover {
    color:white !important;
    text-decoration: underline;
}

#top-menu .menu-btn a {
	background: var(--mainColor);
    padding: 15px 14px 13px !important;
    border-radius: 2px;
    color:white;
}

.menu-btn a:hover {
	filter:brightness(110%);
	color:white !important;
}

.menu-btn a i {
	margin-right:7px;
}


#et_top_search {
    float: none;
    margin: -1px 0 0 0;
    position: relative;
    display: block;
    width: auto;
    color: white;
}

/* HELLO BAR */
.hello-topbar {
    display:none;
    top: 0;
    position: relative;
    left: 0;
    right: 0;
    background: var(--helloBg);
    z-index:999999;
    transition:0.5s all;
}

.hello-topbar h2 {
    text-align: center;
    color: var(--helloText);
    padding: 12px 0 10px;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--bodyFont);
}

.hello-topbar h2 a {
    text-align: center;
    color: var(--helloText);
    padding: 0;
    font-weight: bold;
    font-family: var(--bodyFont);
}

.hello-topbar h2 a:hover {
    text-decoration: underline;
}

.close-topbar {
    position: absolute;
    right: 30px;
    color: whitesmoke;
    top: 5px;
    transition: 0.4s all;
}

.close-topbar:hover {
    color:white;
}

.home #main-header.helloHeader {
    top:34px !important;
}

@media (max-width:680px) {
    .hello-topbar {
        position:absolute;
    }
    .hello-topbar h2 {
        padding: 12px 0 10px;
        line-height: 8px;
        font-size: 10px;
        text-align: left;
        padding-left: 25px;
    }
    .hello-topbar h2 a {
        font-size: 10px;
        padding: 0;
    }
    .close-topbar {
        right:22px;
        top:4px;
    }
}
