
/* V1.29 - two refinements only, on top of V1.28 */

/* Remove any closing separator after Newsletter. */
.dl-mobile-home-nav > .dl-mobile-home-separator:last-child{
  display:none !important;
}

/* Landscape only: give Specialist -> Collection another 14px. */
@media (orientation:landscape) and (max-width:1100px) and (max-height:750px){
  .dl-mobile-home-nav{
    margin-top:58px !important;
  }
}
