#top-header{display:none;}
/*.et_fixed_nav #main-header, 
.et_fixed_nav #top-header {
  position: unset !important;
}
*/
.et_menu_container #et-top-navigation {
  padding-left: 0px !important;
  margin-left: 0px !important;

}

nav#top-menu-nav, #top-menu, 
nav.et-menu-nav, .et-menu {
    float: left;
    margin-right: 50px;
}

#navbar {
  display:none;
}
.page-id-470 #navbar {
  display:block;
}
.page-id-1427 #navbar {
  display:block;
}
.page-id-1849 #navbar {
  display:block;
}
.page-id-612  #navbar {
  display:block;
}
.page-id-603  #navbar {
  display:block;
}

#top-menu a span {
background: #CC0033;
color: #fff;
position: absolute;
top: -21px;
font-size: 10px;
padding: 1px 6px;
height: 17px;
display: inline-block;
text-transform: uppercase;
border-radius: 3px;
    line-height: 16px;

right: -14px;}



/*
#et-top-navigation #top-menu li.login_nimbus{
	background-color: #000;
color: #FFFFFF !important;
padding: 0 !important;
  padding-right: 0px;
  padding-left: 0px;
border: 1px solid #000;
margin-right: 0;
line-height: 0px !important;
padding-left: 0px !important;
padding-right: 20px !important;
border-radius: 5px 0px 0px 5px;
cursor: pointer;
text-align: center;
padding-right: 0 !important;
}
#et-top-navigation #top-menu li.login_nimbus a{color: #000 !important;padding: 15px 10px 15px 10px !important;
}
*/

.page-template-default.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container{
padding-top: 0 !important;
margin-top: 0px !important;
}
.post-template-default.single #page-container{
padding-top: 0 !important;
margin-top: 0px !important;
}
.post-template-default.single  #navbar {
  display:block;
}

.home.page-template-default.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container{
padding-top: 80px !important;
}

.home.et_fixed_nav #main-header, 
.home.et_fixed_nav #top-header {
  position: fixed !important;
}
.home #navbar{display:none;}
#navbar {background-color:#000;}
.navbar-container {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.home-link, .navbar-links li a {
    color:#fff;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
    display: flex;
    font-weight: 400;
    align-items: center;
    transition: background-color 0.2s ease-in-out,
                color 0.2s ease-in-out;
}

.home-link:focus,
.home-link:hover {
    color: var(--navbar-text-color-focus);
}

.navbar-links li a {
    justify-content: center;
    width: 100%;
    padding: 0.9em 2.2em;
    border-radius: 5px;    
}
.navbar-links li.login_btn a{padding:0.9em 1em 0.9em 2.2em;}
.navbar-links li.login_btn a:after{
content:"|";
left: 15px;
position: relative;
}
.navbar-links li.signup_btn a{padding: 0.9em 2.2em 0.9em 1em;}


.navbar-link:focus,
.navbar-link:hover {
    color: var(--navbar-text-color-focus);
    background-color: var(--navbar-bg-contrast);
}

.navbar-logo {
    background-color: var(--navbar-text-color-focus);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 0.5em;
}

.navbar-toggle {
    cursor: pointer;
    border: none;
    background-color: transparent;
   width: 31px;
height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.icon-bar {
    display: block;
width: 22px;
height: 2px;
margin: 2px;
transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
background-color: #fff;
}

.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

#navbar-menu {
    position: fixed;
    top: var(--navbar-height);
    bottom: 0;
    transition: opacity 0.2s ease-in-out,
                visibility 0.2s ease-in-out,
                left 0.2s ease-in-out,
                right 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

#navbar-menu.sidebar,
#navbar-menu.sidebar.left {
    left: -1000px;
    right: 0;
}

#navbar-menu.sidebar.right {
    right: -1000px;
    left: 0;
}

#navbar-menu.detached,
#navbar-menu.attached {
    left: 0;
    right: 0;
}

#navbar.opened #navbar-menu {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    visibility: visible;
    z-index: 10;
position: absolute;
}


#navbar.opened #navbar-menu li{margin:0 !important;}
#navbar.opened #navbar-menu a{border-bottom: 1px solid rgba(0,0,0,.03);
color: #666;
padding: 10px 5%;
display: block;
font-size: 14px;}

#navbar.opened #navbar-menu a:hover {
  background-color: rgba(0,0,0,.03);
  opacity: .7;
}

#navbar.opened li:last-child a{border-bottom:none !important;}
#navbar.opened #navbar-menu.sidebar.left {
    left: 0;
}

#navbar.opened #navbar-menu.sidebar.right {
    right: 0;
}

.navbar-links {
    list-style-type: none;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
background: transparent;}

#navbar.opened .navbar-links {
    padding: 5%;
    max-height: none;
}

.sidebar .navbar-links  {
    top: 0;
    bottom: 0;
}

.left.sidebar .navbar-links  {
    left: 0;
    right: unset;
    
}

.right.sidebar .navbar-links  {
    right: 0;
    left: unset;
}

.detached .navbar-links  {
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 0px;
    background:#fff;
}

.attached .navbar-links  {
    left: 0;
    right: 0;
}

.navbar-links li {
    margin: 0;
    width: auto;
}
.login_nimbus {border-radius: 5px 5px 5px 5px !important;}
.navbar-links li:last-child a{padding-right:0;}
.navbar-links li:last-child{margin-right:0;}

.navbar-links li > ul {
  width: 200px;
}
.navbar-links li > ul, #cssmenu ul li > div {
  display: none;
width: 200px;
position: absolute;
top: 46px;
padding: 10px 0;
background: #fff;
border-radius: 0;
z-index: 999;
text-align: left;
border-top: 3px solid #666;
}

.menu-item-has-children .sub-menu li a{ text-align:left; color:#333333;justify-content: left;}
.menu-item-has-children a:after{
font-family: ETmodules;
content: "3";
font-size: 16px;
position: relative;
right: 0;
top:0;
font-weight: 800;}
.menu-item-has-children a{
padding-right: 20px !important;
	}
.menu-item-has-children .sub-menu li a:hover{ 
background-color: rgba(0,0,0,.03);
opacity: .7;
}
.menu-item-has-children .sub-menu a:after{ display:none;}

.navbar-links li.menu-item-has-children:hover > ul, 
.navbar-links li.menu-item-has-children:hover > div {
  display: block;
}
.menu-item-has-children .sub-menu li {
padding: 0 20px;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 100;
}

.breadcrumbs {
  display: none;
}


@media screen and (min-width: 700px) {
    .navbar-toggle {
        display: none;
    }
    
    #navbar #navbar-menu,
    #navbar.opened #navbar-menu {
        visibility: visible;
        opacity: 1;
        position: static;
        display: block;
        height: 100%;
    }

    #navbar .navbar-links ,
    #navbar.opened .navbar-links  {
        margin: 0;
        padding: 0;
        box-shadow: none;
        position: static;
        flex-direction: row;
        list-style-type: none;
        max-height: max-content;
        width: 100%;
        height: 100%;
        background: transparent;
    }

    #navbar .navbar-link:last-child {
        margin-right: 0;
    }
    

}


@media only screen and (max-width:1024px) and (min-width:1013px) {
}
@media only screen and (max-width:1014px) and (min-width:668px) {
}
@media only screen and (max-width:667px) and (min-width:480px) {
#navbar.opened #navbar-menu li {
  width: 100%;
}
.navbar-links li.login_btn a::after {
  display: none;
}
}
@media only screen and (max-width:479px) and (min-width:320px) {
#navbar.opened #navbar-menu li {
  width: 100%;
}
.navbar-links li.login_btn a::after {
  display: none;
}
.et_fixed_nav #main-header, 
.et_fixed_nav #top-header {
  position: unset !important;
}
}