.dv-custom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: auto;
  width: 100%;
  box-sizing: border-box;
}
.dv-custom-menu * {
  box-sizing: border-box;
}
.dv-custom-menu .dv-custom-menu-wrapper:first-child {
  flex: 1;
  border-right: 1px solid #fff;
  padding: 100px 150px;
}
.dv-custom-menu .dv-custom-menu-wrapper:nth-child(2) {
  flex: 0 1 25%;
  padding: 100px 50px;
  background: #fff;
}
.dv-custom-menu .dv-custom-menu-wrapper:last-child {
  flex: 1 1 100%;
}
.dv-custom-menu .dv-custom-menu-wrapper.dv-custom-menu-footer {
  min-height: 100px;
}
.dv-custom-menu .dv-custom-menu-wrapper ul.menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
}
.dv-custom-menu .dv-custom-menu-wrapper ul.menu li a {
  display: inline-block;
  padding: 12px 16px;
  box-sizing: border-box;
  margin-left: -16px;
  color: #fff;
  transition: color 0.25s ease-in-out 0s;
  text-decoration: none;
  position: relative;
  font-size: 36px;
  line-height: 150%;
  font-weight: 100;
}
@media screen and (min-width: 1920px) {
  .dv-custom-menu .dv-custom-menu-wrapper ul.menu li a {
    font-size: 48px;
  }
}
@media screen and (max-width: 1600px) {
  .dv-custom-menu .dv-custom-menu-wrapper ul.menu li a {
    font-size: 36px;
  }
}
