.fusion-header-wrapper {
  background-color: #6666A4;
}
.fusion-main-menu > ul > li > a {
  height: 50px !important;
  line-height: 45px !important;
}
@media only screen and (min-width: 800px) {
  .fusion-header-wrapper {  
  	height: 53px !important;
  }
}
.fusion-logo {
  margin-top: 8px !important;
  margin-bottom: 2px !important;
}

@media (max-width: 1300px) {
  .fusion-main-menu > ul > li {
    padding-right: 10px !important;
  }
}

@media (max-width: 1200px) and (min-width: 800px) {
  .fusion-logo img {
  	display: none;
  }
}
