.mm-spn.mm-spn--light {
	background-color: #fff !important;
}

.navbar-brand img {
    max-width: 150px !important;
}

.top-navbar .w-1\/3:first-child,
.top-navbar .w-1\/3:last-child {
  width: 1/3 !important;
  flex: 1 !important;
}

.top-navbar .w-1\/3:nth-child(2) {
  flex: 0 0 auto !important;
  width: auto !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}


/* اخفاء رابط المدونة */

li#blog {
  display: none !important;
}