
#mainMenu nav > ul > li > a{
  color: #000000;
  font-weight: 400;
}

#mainMenu nav > ul > li > a:hover{
  text-decoration: none!important;
  color: #000!important;
}



.header-inner .container{
  height: 100%;

}

.header-inner .border-bottom{
  border-bottom: 1px solid #eee;
  background-color: #fff;
  padding-bottom: 0px;
}


.header-extras a:hover i{
  color: #0689D9;
}



#logo .logo-m{
  background:url("../../assets/img/logos/uspm-plastics_logo-header.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 50px;

}




#topbar{
  background: #BB2026!important;
}

#topbar .bg-white{
  background: #BB2026!important;
}

#topbar svg{
  width: 25px;
  height: 25px;
}

/* ===================================
    Responsive
====================================== */


/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {}
/* md  */ @media (min-width: 768px) {



} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {

}
/* xxl */ @media (min-width: 1400px) {}



/* lg  */ @media (min-width: 992px) {


#mainMenu.menu-left nav {
  margin-left: 10px;
}




}

/* xl  */ @media (min-width: 1200px) {
.social-ext{
  display: flex;
}

#mainMenu nav > ul > li > a {
  padding: 5px 6px;
}

#mainMenu.menu-left nav {
  margin-left: 20px;
}

}
