.admin-bar .meta-menu {
  margin-top: 146px !important;
}
#header .meta-menu{margin-top: 146px !important;}

.meta-menu {
  margin-top: 114px !important;
}

.meta-menu a {
 color: #d4223e;
 padding: 0 7px;
 font-size: 12px;
}

.meta-menu a:hover,
.meta-menu a:focus,
.meta-menu a:active {
  color: #90989e;
}

.meta-menu li {
  border-right: 1px solid #d4223e;
}

.meta-menu li:last-of-type {
  border-right: none;
}

.meta-menu {
  padding-bottom: 5px;
}

.meta-menu .dropdown-menu li {
  border: none;
  display: block !important;
}

@media (max-width: 719px) {
 	.meta-menu li:last-of-type {
	  display: none;
	}

	h2, h3 {
		font-size: 20px !important;
	}
  .navbar-nav {
    background-color: #fff !important;
  }
#navbarSupportedContent {
  	margin-top: 30px;
  }
    .meta-menu ul{
    display: inline-block !important;
    background-color: #fff !important;
    height: 20px !important;
    margin-top: 85px !important;
  }
  
  .meta-menu ul li {
    display: inline-block;
  }
  
}

@media (min-width: 1200px) {
 

  body {
    margin-top: 100px !important;
  }

  .admin-bar .vw-child-custom-nav.fixed-top {
    top:32px;
  }

  .admin-bar .vw-child-custom-nav .dropdown-menu {
    top:96px;
  }

  .vw-child-custom-nav {
    background-color: #fff !important;
  }

  .vw-child-custom-nav .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .vw-child-custom-nav .dropdown-toggle[aria-expanded="true"]{
    background-color: #d4223e;
    color: #fff !important;
  }

  .vw-child-custom-nav .dropdown-menu {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 64px;
    background-color: #d4223e;
    text-align: center !important;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    border-radius: 0 !important;
  }

  .vw-child-custom-nav .dropdown-item {
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 5px solid #d4223e;
  }

  .vw-child-custom-nav .dropdown-item:hover {
    background-color: inherit;
    color: #90989e;
    border-bottom: 5px solid #90989e;
  }

  .navbar-nav > li > .dropdown-menu {
  	margin-top: 30px !important;
  }

  .vw-child-custom-nav .dropdown-menu li {
    text-align: center !important;
    width: auto !important;
    display: inline-block !important;
  }
  .show > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;

  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;

  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
}