
footer{
  position: relative;
  bottom: 0;
  width: 100%;
}
footer a{
  font-weight: normal;
}
#footer-contact{
	margin: 0 0 20px 0;
	padding: 0;
}
#footer-contact li{
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid white;
}
#footer-contact li:last-child{
	border-right: 0;
  padding-right: 0;
}
#footer-contact li:first-child{
	padding-left: 0;
}
#footer-contact li a{
	font-size: 16px;
}
.triangleLeft{
  background-image: url('../img/inventory-management-system-contact.png');
  background-position: right;
}
.triangleRight{
  background-image: url('../img/inventory-management-system-triangles.png');
  background-position: left;
}
.borderTop{
  border-top: 1px solid #d7d7d7;
}
footer .custom-logo-link svg{
  width: 70px;
  height: auto;
}
footer .custom-logo-link:hover svg{
  fill: #7500b8;
}
@media( max-width: 768px ){
  footer img{
    margin-bottom: 20px;
  }
}
/* ====== FOOTER 1 ====== */
.footer #menu-footer-menu{
	margin: 0 0 20px 0;
	padding: 0;
}
.footer #menu-footer-menu li{
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid white;
}
.footer #menu-footer-menu li:last-child{
	border-right: 0;
}
/* ====== FOOTER 1 END ====== */

/* ====== FOOTER 2 ====== */
.footer2 #menu-footer-menu{
	margin: 0 0 20px 0;
	padding: 0;
}
.footer2 #menu-footer-menu li{
	display: block;
}
.footer2 a, .footer2 a:hover, .footer2 a:active, .footer2 a:focus{
  color: inherit;
}
/* ====== FOOTER 2 END ====== */

/* ====== FOOTER 3 ====== */
.footer3 #menu-footer-menu{
	margin: 0 0 20px 0;
	padding: 0;
}
.footer3 #menu-footer-menu li{
	display: block;
}
.footer3 #footer-contact li:first-child{
	padding-left: 0;
}
/* ====== FOOTER 3 END ====== */

/* ====== BOTTOM MENU ====== */
#menu-bottom-1{
  margin-bottom: 10px;
}
#menu-bottom-1 li{
  display: inline-block;
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid #333333;
}
#menu-bottom-1 li:last-child{
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
