


.navbar-custom {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100000;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  /*text-transform: uppercase;*/
  background-color: white;
  transition: all 0.2s ease-in-out;
}

#tc-navbar {
  transition: height 0.2s ease-in-out;
}

.tc-nav-hide {
  height: 0px;
}

.tc-nav-show {
  height: 100%;
}


.navbar-custom {
  color: white;
  font-size: 12px;
}
.navbar-toggle {
  display: none;
  color: grey;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 30px;
}

.navbar-menu-icon {
  font-size: 20px;
}


.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
/** LOGO **/
.navbar-custom .navbar-brand {
  font-weight: 700;
  padding: 10px 5px;
  color: grey;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}

.navbar-custom img {
    height: 30px;
    margin-bottom: 10px;
}

.navbar-custom a {
  color: black !important;
  text-transform:uppercase;
}

.navbar-custom a:hover {
  color: #1DB588 !important;
  font-weight: lighter;
  text-decoration: none;

}

.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: grey;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: white;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media (max-width: 1000px) {
  .advocado-navmenu {
    display: none !important;
  }
  .navbar-toggle {
    display: inline;
  }
}


.menu-item a {
  font-weight: lighter;
  margin: 10px 10px;
  color: black !important;
}

.advocado-navmenu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}


/* SideBar */
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #1DB588; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav li {
  list-style-type: none;
      
}

.sidenav li a {
  display: block;
  font-weight: lighter;
  width: 150px;
  margin-right: 5px;
  }

/* The navigation menu links */
.sidenav a {
  padding: 5px 0px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  color: white !important;
  display: block;
  transition: 0.3s;
}

.wpmenucart-contents {
    font-size: 15px !important;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: black !important;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
