::-moz-selection { 
  color: white;
  background: #9E56A8;
}


::selection {
  color: white;
  background: #9E56A8;
}

.content-area {
    width: 100%;
    margin: 0px;
    border: 0px;
    padding: 0px;
}
 
body:not(.mobile-header-logo) #mobile-header .menu-toggle {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: collapse;
    height: 0px;
}